View Source GoogleApi.Notebooks.V1.Model.Runtime (google_api_notebooks v0.13.0)
The definition of a Runtime for a managed notebook instance.
Attributes
-
accessConfig
(type:GoogleApi.Notebooks.V1.Model.RuntimeAccessConfig.t
, default:nil
) - The config settings for accessing runtime. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Runtime creation time. -
healthState
(type:String.t
, default:nil
) - Output only. Runtime health_state. -
labels
(type:map()
, default:nil
) - 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. -
metrics
(type:GoogleApi.Notebooks.V1.Model.RuntimeMetrics.t
, default:nil
) - Output only. Contains Runtime daemon metrics such as Service status and JupyterLab stats. -
migrated
(type:boolean()
, default:nil
) - Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance -
name
(type:String.t
, default:nil
) - Output only. The resource name of the runtime. Format:projects/{project}/locations/{location}/runtimes/{runtimeId}
-
runtimeMigrationEligibility
(type:GoogleApi.Notebooks.V1.Model.RuntimeMigrationEligibility.t
, default:nil
) - Output only. Checks how feasible a migration from GmN to WbI is. -
softwareConfig
(type:GoogleApi.Notebooks.V1.Model.RuntimeSoftwareConfig.t
, default:nil
) - The config settings for software inside the runtime. -
state
(type:String.t
, default:nil
) - Output only. Runtime state. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Runtime update time. -
virtualMachine
(type:GoogleApi.Notebooks.V1.Model.VirtualMachine.t
, default:nil
) - Use a Compute Engine VM image to start the managed notebook instance.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.Runtime{ accessConfig: GoogleApi.Notebooks.V1.Model.RuntimeAccessConfig.t() | nil, createTime: DateTime.t() | nil, healthState: String.t() | nil, labels: map() | nil, metrics: GoogleApi.Notebooks.V1.Model.RuntimeMetrics.t() | nil, migrated: boolean() | nil, name: String.t() | nil, runtimeMigrationEligibility: GoogleApi.Notebooks.V1.Model.RuntimeMigrationEligibility.t() | nil, softwareConfig: GoogleApi.Notebooks.V1.Model.RuntimeSoftwareConfig.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil, virtualMachine: GoogleApi.Notebooks.V1.Model.VirtualMachine.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.