ComputeInstanceProperties Class

Compute Instance properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ComputeInstanceProperties

Constructor

ComputeInstanceProperties(*, vm_size: Optional[str] = None, subnet: Optional[azure.mgmt.machinelearningservices.models._models_py3.ResourceId] = None, application_sharing_policy: Optional[Union[str, azure.mgmt.machinelearningservices.models._azure_machine_learning_workspaces_enums.ApplicationSharingPolicy]] = 'Shared', ssh_settings: Optional[azure.mgmt.machinelearningservices.models._models_py3.ComputeInstanceSshSettings] = None, **kwargs)

Parameters

vm_size
str
Required

Virtual Machine Size.

subnet
ResourceId
Required

Virtual network subnet resource ID the compute nodes belong to.

application_sharing_policy
str or ApplicationSharingPolicy
Required

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. Possible values include: "Personal", "Shared". Default value: "Shared".

ssh_settings
ComputeInstanceSshSettings
Required

Specifies policy and settings for SSH access.

Variables

connectivity_endpoints
ComputeInstanceConnectivityEndpoints

Describes all connectivity endpoints available for this ComputeInstance.

applications
list[ComputeInstanceApplication]

Describes available applications and their endpoints on this ComputeInstance.

created_by
ComputeInstanceCreatedBy

Describes information on user who created this ComputeInstance.

errors
list[MachineLearningServiceError]

Collection of errors encountered on this ComputeInstance.

state
str or ComputeInstanceState

The current state of this ComputeInstance. Possible values include: "Creating", "CreateFailed", "Deleting", "Running", "Restarting", "JobRunning", "SettingUp", "SetupFailed", "Starting", "Stopped", "Stopping", "UserSettingUp", "UserSetupFailed", "Unknown", "Unusable".

last_operation
ComputeInstanceLastOperation

The last operation on ComputeInstance.