1 write to DeploymentId
Aspire.Azure.AI.Inference (1)
ChatCompletionsClientSettings.cs (1)
108
DeploymentId
= modelId.ToString();
3 references to DeploymentId
Aspire.Azure.AI.Inference (3)
AspireAzureAIInferenceExtensions.cs (2)
61
return new AspireChatCompletionsClientBuilder(builder, serviceKey: null, settings.
DeploymentId
, settings.DisableTracing);
98
return new AspireChatCompletionsClientBuilder(builder, serviceKey: name, settings.
DeploymentId
, settings.DisableTracing);
ChatCompletionsClientSettings.cs (1)
22
/// If <see cref="ConnectionString"/> is set, it overrides <see cref="Endpoint"/>, <see cref="
DeploymentId
"/> and <see cref="Credential"/>.