Share via


MachineLearningBatchEndpointProperties Class

Definition

Batch endpoint configuration.

public class MachineLearningBatchEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties
type MachineLearningBatchEndpointProperties = class
    inherit MachineLearningEndpointProperties
Public Class MachineLearningBatchEndpointProperties
Inherits MachineLearningEndpointProperties
Inheritance
MachineLearningBatchEndpointProperties

Constructors

MachineLearningBatchEndpointProperties(MachineLearningEndpointAuthMode)

Initializes a new instance of MachineLearningBatchEndpointProperties.

Properties

AuthMode

[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.

(Inherited from MachineLearningEndpointProperties)
DefaultsDeploymentName

Name of the deployment that will be default for the endpoint. This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked.

Description

Description of the inference endpoint.

(Inherited from MachineLearningEndpointProperties)
Keys

EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.

(Inherited from MachineLearningEndpointProperties)
Properties

Property dictionary. Properties can be added, but not removed or altered.

(Inherited from MachineLearningEndpointProperties)
ProvisioningState

Provisioning state for the endpoint.

ScoringUri

Endpoint URI.

(Inherited from MachineLearningEndpointProperties)
SwaggerUri

Endpoint Swagger URI.

(Inherited from MachineLearningEndpointProperties)

Applies to