Delen via


BatchDeploymentConfiguration Class

Definition

Properties relevant to different deployment types.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchDeploymentConfigurationTypeConverter))]
public class BatchDeploymentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeploymentConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchDeploymentConfigurationTypeConverter))>]
type BatchDeploymentConfiguration = class
    interface IBatchDeploymentConfiguration
    interface IJsonSerializable
Public Class BatchDeploymentConfiguration
Implements IBatchDeploymentConfiguration
Inheritance
BatchDeploymentConfiguration
Attributes
Implements

Constructors

BatchDeploymentConfiguration()

Creates an new BatchDeploymentConfiguration instance.

Properties

DeploymentConfigurationType

[Required] The type of the deployment

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BatchDeploymentConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BatchDeploymentConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeploymentConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeploymentConfiguration interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of BatchDeploymentConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BatchDeploymentConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to