MachineLearningEndpointDeploymentProperties 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.
Base definition for endpoint deployment.
public class MachineLearningEndpointDeploymentProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointDeploymentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointDeploymentProperties>
public class MachineLearningEndpointDeploymentProperties
type MachineLearningEndpointDeploymentProperties = class
interface IJsonModel<MachineLearningEndpointDeploymentProperties>
interface IPersistableModel<MachineLearningEndpointDeploymentProperties>
type MachineLearningEndpointDeploymentProperties = class
Public Class MachineLearningEndpointDeploymentProperties
Implements IJsonModel(Of MachineLearningEndpointDeploymentProperties), IPersistableModel(Of MachineLearningEndpointDeploymentProperties)
Public Class MachineLearningEndpointDeploymentProperties
- Inheritance
-
MachineLearningEndpointDeploymentProperties
- Derived
- Implements
Constructors
MachineLearningEndpointDeploymentProperties() |
Initializes a new instance of MachineLearningEndpointDeploymentProperties. |
Properties
CodeConfiguration |
Code configuration for the endpoint deployment. |
Description |
Description of the endpoint deployment. |
EnvironmentId |
ARM resource ID or AssetId of the environment specification for the endpoint deployment. |
EnvironmentVariables |
Environment variables configuration for the deployment. |
Properties |
Property dictionary. Properties can be added, but not removed or altered. |
Explicit Interface Implementations
IJsonModel<MachineLearningEndpointDeploymentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningEndpointDeploymentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningEndpointDeploymentProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningEndpointDeploymentProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningEndpointDeploymentProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET