你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMachineLearningParameters Class

Definition

Specifies the properties for connecting to an AML vectorizer.

public class AzureMachineLearningParameters
type AzureMachineLearningParameters = class
Public Class AzureMachineLearningParameters
Inheritance
AzureMachineLearningParameters

Constructors

AzureMachineLearningParameters(Uri)

Initializes a new instance of AzureMachineLearningParameters.

Properties

AuthenticationKey

(Required for key authentication) The key for the AML service.

ModelName

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

Region

(Optional for token authentication). The region the AML service is deployed in.

ResourceId

(Required for token authentication). The Azure Resource Manager resource ID of the AML service. It should be in the format subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.MachineLearningServices/workspaces/{workspace-name}/services/{service_name}.

ScoringUri

(Required for no authentication or key authentication) The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed.

Timeout

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

Applies to