Compartilhar via


PartialBatchDeployment Class

Definition

Mutable batch inference settings per deployment.

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

Constructors

PartialBatchDeployment()

Creates an new PartialBatchDeployment instance.

Properties

Description

Description of the endpoint deployment.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartialBatchDeployment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartialBatchDeployment.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IPartialBatchDeployment.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartialBatchDeployment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to