MachineLearningBatchEndpointProperties Class

Definition

Batch endpoint configuration.

public class MachineLearningBatchEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties>
public class MachineLearningBatchEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties
type MachineLearningBatchEndpointProperties = class
    inherit MachineLearningEndpointProperties
    interface IJsonModel<MachineLearningBatchEndpointProperties>
    interface IPersistableModel<MachineLearningBatchEndpointProperties>
type MachineLearningBatchEndpointProperties = class
    inherit MachineLearningEndpointProperties
Public Class MachineLearningBatchEndpointProperties
Inherits MachineLearningEndpointProperties
Implements IJsonModel(Of MachineLearningBatchEndpointProperties), IPersistableModel(Of MachineLearningBatchEndpointProperties)
Public Class MachineLearningBatchEndpointProperties
Inherits MachineLearningEndpointProperties
Inheritance
MachineLearningBatchEndpointProperties
Implements

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)

Explicit Interface Implementations

IJsonModel<MachineLearningBatchEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningBatchEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningEndpointProperties)
IJsonModel<MachineLearningEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningEndpointProperties)
IPersistableModel<MachineLearningBatchEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningBatchEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningBatchEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningEndpointProperties)
IPersistableModel<MachineLearningEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningEndpointProperties)
IPersistableModel<MachineLearningEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningEndpointProperties)

Applies to