Sdílet prostřednictvím


MachineLearningComputeInstanceProperties Class

Definition

Compute Instance properties.

public class MachineLearningComputeInstanceProperties
type MachineLearningComputeInstanceProperties = class
Public Class MachineLearningComputeInstanceProperties
Inheritance
MachineLearningComputeInstanceProperties

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.

Applies to