ArmMachineLearningModelFactory.MachineLearningBatchEndpointProperties Method
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.
Overloads
MachineLearningBatchEndpointProperties(MachineLearningEndpointAuthMode, String, MachineLearningEndpointAuthKeys, IDictionary<String, String>, Uri, Uri, String, Nullable<MachineLearningEndpointProvisioningState>)
Initializes a new instance of MachineLearningBatchEndpointProperties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties MachineLearningBatchEndpointProperties (Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthMode authMode = default, string description = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthKeys keys = default, System.Collections.Generic.IDictionary<string,string> properties = default, Uri scoringUri = default, Uri swaggerUri = default, string defaultsDeploymentName = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProvisioningState? provisioningState = default);
static member MachineLearningBatchEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthMode * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthKeys * System.Collections.Generic.IDictionary<string, string> * Uri * Uri * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProvisioningState> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties
Public Shared Function MachineLearningBatchEndpointProperties (Optional authMode As MachineLearningEndpointAuthMode = Nothing, Optional description As String = Nothing, Optional keys As MachineLearningEndpointAuthKeys = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional scoringUri As Uri = Nothing, Optional swaggerUri As Uri = Nothing, Optional defaultsDeploymentName As String = Nothing, Optional provisioningState As Nullable(Of MachineLearningEndpointProvisioningState) = Nothing) As MachineLearningBatchEndpointProperties
Parameters
- authMode
- MachineLearningEndpointAuthMode
[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
- description
- String
Description of the inference endpoint.
EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.
- properties
- IDictionary<String,String>
Property dictionary. Properties can be added, but not removed or altered.
- scoringUri
- Uri
Endpoint URI.
- swaggerUri
- Uri
Endpoint Swagger URI.
- defaultsDeploymentName
- String
Default values for Batch Endpoint.
- provisioningState
- Nullable<MachineLearningEndpointProvisioningState>
Provisioning state for the endpoint.
Returns
A new MachineLearningBatchEndpointProperties instance for mocking.
Applies to
MachineLearningBatchEndpointProperties(String, IDictionary<String, String>, Uri, Uri, MachineLearningEndpointAuthMode, MachineLearningEndpointAuthKeys, String, Nullable<MachineLearningEndpointProvisioningState>)
Initializes a new instance of MachineLearningBatchEndpointProperties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties MachineLearningBatchEndpointProperties (string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, Uri scoringUri = default, Uri swaggerUri = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthMode authMode = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthKeys keys = default, string defaultsDeploymentName = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProvisioningState? provisioningState = default);
static member MachineLearningBatchEndpointProperties : string * System.Collections.Generic.IDictionary<string, string> * Uri * Uri * Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthMode * Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthKeys * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProvisioningState> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties
Public Shared Function MachineLearningBatchEndpointProperties (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional scoringUri As Uri = Nothing, Optional swaggerUri As Uri = Nothing, Optional authMode As MachineLearningEndpointAuthMode = Nothing, Optional keys As MachineLearningEndpointAuthKeys = Nothing, Optional defaultsDeploymentName As String = Nothing, Optional provisioningState As Nullable(Of MachineLearningEndpointProvisioningState) = Nothing) As MachineLearningBatchEndpointProperties
Parameters
- description
- String
Description of the inference endpoint.
- properties
- IDictionary<String,String>
Property dictionary. Properties can be added, but not removed or altered.
- scoringUri
- Uri
Endpoint URI.
- swaggerUri
- Uri
Endpoint Swagger URI.
- authMode
- MachineLearningEndpointAuthMode
[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.
- defaultsDeploymentName
- String
Default values for Batch Endpoint.
- provisioningState
- Nullable<MachineLearningEndpointProvisioningState>
Provisioning state for the endpoint.
Returns
A new MachineLearningBatchEndpointProperties instance for mocking.
Applies to
Azure SDK for .NET