IBatchEndpointProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BatchEndpointPropertiesTypeConverter))]
public interface IBatchEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEndpointPropertiesBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BatchEndpointPropertiesTypeConverter))>]
type IBatchEndpointProperties = interface
interface IJsonSerializable
interface IEndpointPropertiesBase
Public Interface IBatchEndpointProperties
Implements IEndpointPropertiesBase
- Derived
- Attributes
- Implements
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 IEndpointPropertiesBase) |
DefaultDeploymentName |
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 IEndpointPropertiesBase) |
KeyPrimaryKey |
The primary key. (Inherited from IEndpointPropertiesBase) |
KeySecondaryKey |
The secondary key. (Inherited from IEndpointPropertiesBase) |
Property |
Property dictionary. Properties can be added, but not removed or altered. (Inherited from IEndpointPropertiesBase) |
ProvisioningState |
Provisioning state for the endpoint. |
ScoringUri |
Endpoint URI. (Inherited from IEndpointPropertiesBase) |
SwaggerUri |
Endpoint Swagger URI. (Inherited from IEndpointPropertiesBase) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |