InferenceContainerProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.InferenceContainerPropertiesTypeConverter))]
public class InferenceContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IInferenceContainerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |