PartialBatchDeployment Class
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.
Mutable batch inference settings per deployment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PartialBatchDeploymentTypeConverter))]
public class PartialBatchDeployment : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPartialBatchDeployment
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |