Share via


MachineLearningBatchDeploymentData Constructor

Definition

Initializes a new instance of MachineLearningBatchDeploymentData.

public MachineLearningBatchDeploymentData (Azure.Core.AzureLocation location, Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentProperties properties);
new Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentData : Azure.Core.AzureLocation * Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentProperties -> Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentData
Public Sub New (location As AzureLocation, properties As MachineLearningBatchDeploymentProperties)

Parameters

location
AzureLocation

The location.

properties
MachineLearningBatchDeploymentProperties

[Required] Additional attributes of the entity.

Exceptions

properties is null.

Applies to