MachineLearningInferenceContainerProperties 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.
The MachineLearningInferenceContainerProperties.
public class MachineLearningInferenceContainerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningInferenceContainerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningInferenceContainerProperties>
public class MachineLearningInferenceContainerProperties
type MachineLearningInferenceContainerProperties = class
interface IJsonModel<MachineLearningInferenceContainerProperties>
interface IPersistableModel<MachineLearningInferenceContainerProperties>
type MachineLearningInferenceContainerProperties = class
Public Class MachineLearningInferenceContainerProperties
Implements IJsonModel(Of MachineLearningInferenceContainerProperties), IPersistableModel(Of MachineLearningInferenceContainerProperties)
Public Class MachineLearningInferenceContainerProperties
- Inheritance
-
MachineLearningInferenceContainerProperties
- Implements
Constructors
MachineLearningInferenceContainerProperties() |
Initializes a new instance of MachineLearningInferenceContainerProperties. |
Properties
LivenessRoute |
The route to check the liveness of the inference server container. |
ReadinessRoute |
The route to check the readiness of the inference server container. |
ScoringRoute |
The port to send the scoring requests to, within the inference server container. |
Explicit Interface Implementations
IJsonModel<MachineLearningInferenceContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningInferenceContainerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningInferenceContainerProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningInferenceContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningInferenceContainerProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET