Delen via


InferenceContainerProperties Class

Definition

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

Constructors

InferenceContainerProperties()

Creates an new InferenceContainerProperties instance.

Properties

LivenessRoutePath

[Required] The path for the route.

LivenessRoutePort

[Required] The port for the route.

ReadinessRoutePath

[Required] The path for the route.

ReadinessRoutePort

[Required] The port for the route.

ScoringRoutePath

[Required] The path for the route.

ScoringRoutePort

[Required] The port for the route.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InferenceContainerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InferenceContainerProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InferenceContainerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to