Table of Contents

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

string

BlobStorageServiceSettings

The storage backing the Azure AI Studio deployment.

public BlobStorageServiceSettings? BlobStorageServiceSettings { get; set; }

Property Value

BlobStorageServiceSettings

ContainerName

Container where Azure AI Studio stores the data sets.

public string? ContainerName { get; init; }

Property Value

string

Deployment

Azure AI Studio GPT model deployment name.

public string? Deployment { get; init; }

Property Value

string

FlowDefinitionResourceId

The Flow Definition Resource ID of the Azure AI Studio.

public string? FlowDefinitionResourceId { get; init; }

Property Value

string

Metrics

Metrics to run on the Azure AI Studio.

public string? Metrics { get; init; }

Property Value

string

ProjectName

Project Name of the Azure AI Studio deployment.

public string? ProjectName { get; init; }

Property Value

string

Region

Region of the Azure AI Studio deployment.

public string? Region { get; init; }

Property Value

string

ResourceGroup

Resource Group of the Azure AI Studio deployment.

public string? ResourceGroup { get; init; }

Property Value

string

SubscriptionId

Subscription ID associated with the Azure AI Studio deployment.

public string? SubscriptionId { get; init; }

Property Value

string