Aracılığıyla paylaş


DistributionConfiguration Class

Definition

Base definition for job distribution configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DistributionConfigurationTypeConverter))]
public class DistributionConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDistributionConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DistributionConfigurationTypeConverter))>]
type DistributionConfiguration = class
    interface IDistributionConfiguration
    interface IJsonSerializable
Public Class DistributionConfiguration
Implements IDistributionConfiguration
Inheritance
DistributionConfiguration
Attributes
Implements

Constructors

DistributionConfiguration()

Creates an new DistributionConfiguration instance.

Properties

DistributionType

[Required] Specifies the type of distribution framework.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DistributionConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DistributionConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDistributionConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDistributionConfiguration 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 DistributionConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DistributionConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to