GetRuntimeResult

data class GetRuntimeResult(val accessConfig: RuntimeAccessConfigResponse, val createTime: String, val healthState: String, val labels: Map<String, String>, val metrics: RuntimeMetricsResponse, val name: String, val softwareConfig: RuntimeSoftwareConfigResponse, val state: String, val updateTime: String, val virtualMachine: VirtualMachineResponse)

Constructors

Link copied to clipboard
fun GetRuntimeResult(accessConfig: RuntimeAccessConfigResponse, createTime: String, healthState: String, labels: Map<String, String>, metrics: RuntimeMetricsResponse, name: String, softwareConfig: RuntimeSoftwareConfigResponse, state: String, updateTime: String, virtualMachine: VirtualMachineResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The config settings for accessing runtime.

Link copied to clipboard

Runtime creation time.

Link copied to clipboard

Runtime health_state.

Link copied to clipboard

Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.

Link copied to clipboard

Contains Runtime daemon metrics such as Service status and JupyterLab stats.

Link copied to clipboard

The resource name of the runtime. Format: projects/{project}/locations/{location}/runtimes/{runtimeId}

Link copied to clipboard

The config settings for software inside the runtime.

Link copied to clipboard

Runtime state.

Link copied to clipboard

Runtime update time.

Link copied to clipboard

Use a Compute Engine VM image to start the managed notebook instance.