MachineLearningComputeInstanceProperties 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.
Compute Instance properties.
public class MachineLearningComputeInstanceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceProperties>
public class MachineLearningComputeInstanceProperties
type MachineLearningComputeInstanceProperties = class
interface IJsonModel<MachineLearningComputeInstanceProperties>
interface IPersistableModel<MachineLearningComputeInstanceProperties>
type MachineLearningComputeInstanceProperties = class
Public Class MachineLearningComputeInstanceProperties
Implements IJsonModel(Of MachineLearningComputeInstanceProperties), IPersistableModel(Of MachineLearningComputeInstanceProperties)
Public Class MachineLearningComputeInstanceProperties
- Inheritance
-
MachineLearningComputeInstanceProperties
- Implements
Constructors
MachineLearningComputeInstanceProperties() |
Initializes a new instance of MachineLearningComputeInstanceProperties. |
Properties
Applications |
Describes available applications and their endpoints on this ComputeInstance. |
ApplicationSharingPolicy |
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. |
ComputeInstanceAuthorizationType |
The Compute Instance Authorization type. Available values are personal (default). |
ConnectivityEndpoints |
Describes all connectivity endpoints available for this ComputeInstance. |
Containers |
Describes informations of containers on this ComputeInstance. |
CreatedBy |
Describes information on user who created this ComputeInstance. |
CustomServices |
List of Custom Services added to the compute. |
DataDisks |
Describes informations of dataDisks on this ComputeInstance. |
DataMounts |
Describes informations of dataMounts on this ComputeInstance. |
EnableNodePublicIP |
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. |
Errors |
Collection of errors encountered on this ComputeInstance. |
IdleTimeBeforeShutdown |
Stops compute instance after user defined period of inactivity. Time is defined in ISO8601 format. Minimum is 15 min, maximum is 3 days. |
LastOperation |
The last operation on ComputeInstance. |
MlflowAutologger |
Indicates whether mlflow autologger is enabled for notebooks. |
OSImageMetadata |
Returns metadata about the operating system image for this compute instance. |
PersonalComputeInstanceAssignedUser |
A user explicitly assigned to a personal compute instance. |
SchedulesComputeStartStop |
The list of compute start stop schedules to be applied. |
Scripts |
Customized setup scripts. |
SshSettings |
Specifies policy and settings for SSH access. |
State |
The current state of this ComputeInstance. |
SubnetId |
The ID of the resource. |
VersionsRuntime |
Runtime of compute instance. |
VmSize |
Virtual Machine Size. |
Explicit Interface Implementations
IJsonModel<MachineLearningComputeInstanceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningComputeInstanceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningComputeInstanceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningComputeInstanceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningComputeInstanceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET