Share via


NoAuthAzureMachineLearningVectorizerParameters interface

Specifies the properties for connecting to an AML vectorizer with no authentication.

Extends

Properties

authKind

Indicates how the service should attempt to identify itself to the AML instance

scoringUri

The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed.

Inherited Properties

modelName

The name of the embedding model from the Azure AI Foundry Catalog that is deployed at the provided endpoint.

timeout

When specified, indicates the timeout for the http client making the API call.

Property Details

authKind

Indicates how the service should attempt to identify itself to the AML instance

authKind: "none"

Property Value

"none"

scoringUri

The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed.

scoringUri: string

Property Value

string

Inherited Property Details

modelName

The name of the embedding model from the Azure AI Foundry Catalog that is deployed at the provided endpoint.

modelName?: string

Property Value

string

Inherited From BaseAzureMachineLearningVectorizerParameters.modelName

timeout

When specified, indicates the timeout for the http client making the API call.

timeout?: string

Property Value

string

Inherited From BaseAzureMachineLearningVectorizerParameters.timeout