MachineLearningBatchEndpointProperties 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.
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
- 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
Applies to
Azure SDK for .NET