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
- application_sharing_policy
- str or 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. Possible values include: "Personal", "Shared". Default value: "Shared".
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.
Feedback
Submit and view feedback for