3 writes to DeploymentName
Aspire.Azure.AI.Inference (3)
ChatCompletionsClientSettings.cs (3)
121DeploymentName = deployment.ToString(); 125DeploymentName = deploymentId.ToString(); 129DeploymentName = model.ToString();
3 references to DeploymentName
Aspire.Azure.AI.Inference (3)
AspireAzureAIInferenceExtensions.cs (2)
62return new AspireChatCompletionsClientBuilder(builder, serviceKey: null, settings.DeploymentName, settings.DisableTracing, settings.EnableSensitiveTelemetryData); 99return 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"/>.