3 writes to DeploymentName
Aspire.Azure.AI.Inference (3)
ChatCompletionsClientSettings.cs (3)
121
DeploymentName
= deployment.ToString();
125
DeploymentName
= deploymentId.ToString();
129
DeploymentName
= model.ToString();
3 references to DeploymentName
Aspire.Azure.AI.Inference (3)
AspireAzureAIInferenceExtensions.cs (2)
62
return new AspireChatCompletionsClientBuilder(builder, serviceKey: null, settings.
DeploymentName
, settings.DisableTracing, settings.EnableSensitiveTelemetryData);
99
return new AspireChatCompletionsClientBuilder(builder, serviceKey: name, settings.
DeploymentName
, settings.DisableTracing, settings.EnableSensitiveTelemetryData);
ChatCompletionsClientSettings.cs (1)
19
/// If <see cref="ConnectionString"/> is set, it overrides <see cref="Endpoint"/>, <see cref="
DeploymentName
"/> and <see cref="TokenCredential"/>.