Class AzureAISettings
- Namespace
- FoundationaLLM.Common.Models.Configuration.AzureAI
- Assembly
- FoundationaLLM.Common.dll
Settings for submitting jobs to Azure AI Studio
public class AzureAISettings
- Inheritance
-
AzureAISettings
- Inherited Members
- Extension Methods
Properties
APIEndpointConfigurationName
The name of the API endpoint configuration object that provides the properties of the API endpoint used to connect to the service.
public required string APIEndpointConfigurationName { get; init; }
Property Value
BlobStorageServiceSettings
The storage backing the Azure AI Studio deployment.
public BlobStorageServiceSettings? BlobStorageServiceSettings { get; set; }
Property Value
ContainerName
Container where Azure AI Studio stores the data sets.
public string? ContainerName { get; init; }
Property Value
Deployment
Azure AI Studio GPT model deployment name.
public string? Deployment { get; init; }
Property Value
FlowDefinitionResourceId
The Flow Definition Resource ID of the Azure AI Studio.
public string? FlowDefinitionResourceId { get; init; }
Property Value
Metrics
Metrics to run on the Azure AI Studio.
public string? Metrics { get; init; }
Property Value
ProjectName
Project Name of the Azure AI Studio deployment.
public string? ProjectName { get; init; }
Property Value
Region
Region of the Azure AI Studio deployment.
public string? Region { get; init; }
Property Value
ResourceGroup
Resource Group of the Azure AI Studio deployment.
public string? ResourceGroup { get; init; }
Property Value
SubscriptionId
Subscription ID associated with the Azure AI Studio deployment.
public string? SubscriptionId { get; init; }