ComputeInstanceResponseProperties

data class ComputeInstanceResponseProperties(val applicationSharingPolicy: String? = null, val applications: List<ComputeInstanceApplicationResponse>, val computeInstanceAuthorizationType: String? = null, val connectivityEndpoints: ComputeInstanceConnectivityEndpointsResponse, val createdBy: ComputeInstanceCreatedByResponse, val errors: List<MachineLearningServiceErrorResponse>, val lastOperation: ComputeInstanceLastOperationResponse, val personalComputeInstanceSettings: PersonalComputeInstanceSettingsResponse? = null, val setupScripts: SetupScriptsResponse? = null, val sshSettings: ComputeInstanceSshSettingsResponse? = null, val state: String, val subnet: ResourceIdResponse? = null, val vmSize: String? = null)

Compute Instance properties

Constructors

Link copied to clipboard
constructor(applicationSharingPolicy: String? = null, applications: List<ComputeInstanceApplicationResponse>, computeInstanceAuthorizationType: String? = null, connectivityEndpoints: ComputeInstanceConnectivityEndpointsResponse, createdBy: ComputeInstanceCreatedByResponse, errors: List<MachineLearningServiceErrorResponse>, lastOperation: ComputeInstanceLastOperationResponse, personalComputeInstanceSettings: PersonalComputeInstanceSettingsResponse? = null, setupScripts: SetupScriptsResponse? = null, sshSettings: ComputeInstanceSshSettingsResponse? = null, state: String, subnet: ResourceIdResponse? = null, vmSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes available applications and their endpoints on this ComputeInstance.

Link copied to clipboard

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.

Link copied to clipboard

The Compute Instance Authorization type. Available values are personal (default).

Link copied to clipboard

Describes all connectivity endpoints available for this ComputeInstance.

Link copied to clipboard

Describes information on user who created this ComputeInstance.

Link copied to clipboard

Collection of errors encountered on this ComputeInstance.

Link copied to clipboard

The last operation on ComputeInstance.

Link copied to clipboard

Settings for a personal compute instance.

Link copied to clipboard

Details of customized scripts to execute for setting up the cluster.

Link copied to clipboard

Specifies policy and settings for SSH access.

Link copied to clipboard

The current state of this ComputeInstance.

Link copied to clipboard

Virtual network subnet resource ID the compute nodes belong to.

Link copied to clipboard
val vmSize: String? = null

Virtual Machine Size