AzureMachineLearningParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET