Share via


AIProjectsClient class

The Azure AI Projects client

Constructors

AIProjectsClient(string, string, string, string, TokenCredential, AIProjectsClientOptions)

Properties

agents

The operation groups for Agents

connections

The operation groups for connections

telemetry

The operation groups for telemetry

Methods

fromConnectionString(string, TokenCredential, AIProjectsClientOptions)

Creates a new instance of AzureAIProjectsClient

Constructor Details

AIProjectsClient(string, string, string, string, TokenCredential, AIProjectsClientOptions)

new AIProjectsClient(endpointParam: string, subscriptionId: string, resourceGroupName: string, projectName: string, credential: TokenCredential, options?: AIProjectsClientOptions)

Parameters

endpointParam

string

subscriptionId

string

resourceGroupName

string

projectName

string

credential
TokenCredential

Property Details

agents

The operation groups for Agents

agents: AgentsOperations

Property Value

connections

The operation groups for connections

connections: ConnectionsOperations

Property Value

telemetry

The operation groups for telemetry

telemetry: TelemetryOperations

Property Value

Method Details

fromConnectionString(string, TokenCredential, AIProjectsClientOptions)

Creates a new instance of AzureAIProjectsClient

static function fromConnectionString(connectionString: string, credential: TokenCredential, options?: AIProjectsClientOptions): AIProjectsClient

Parameters

connectionString

string

Connection string with the endpoint, subscriptionId, resourceGroupName, and projectName

credential
TokenCredential

The credential to use

options
AIProjectsClientOptions

The parameter for all optional parameters

Returns