1 write to DeploymentId
Aspire.Azure.AI.Inference (1)
ChatCompletionsClientSettings.cs (1)
108
DeploymentId
= modelId.ToString();
4 references to DeploymentId
Aspire.Azure.AI.Inference (4)
AspireAzureAIInferenceExtensions.cs (2)
60
return new AspireChatCompletionsClientBuilder(builder, serviceKey: null, settings.
DeploymentId
, settings.DisableTracing);
97
return new AspireChatCompletionsClientBuilder(builder, serviceKey: name, settings.
DeploymentId
, settings.DisableTracing);
ChatCompletionsClientSettings.cs (2)
22
/// If <see cref="ConnectionString"/> is set, it overrides <see cref="Endpoint"/>, <see cref="
DeploymentId
"/> and <see cref="Credential"/>.
106
if (connectionBuilder.TryGetValue(nameof(
DeploymentId
), out var modelId))