public sealed class Runtime : IMessage<Runtime>, IEquatable<Runtime>, IDeepCloneable<Runtime>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class Runtime.
The definition of a Runtime for a managed notebook instance.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
Runtime()
public Runtime()Runtime(Runtime)
public Runtime(Runtime other)| Parameter | |
|---|---|
| Name | Description | 
| other | Runtime | 
Properties
AccessConfig
public RuntimeAccessConfig AccessConfig { get; set; }The config settings for accessing runtime.
| Property Value | |
|---|---|
| Type | Description | 
| RuntimeAccessConfig | |
CreateTime
public Timestamp CreateTime { get; set; }Output only. Runtime creation time.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |
HealthState
public Runtime.Types.HealthState HealthState { get; set; }Output only. Runtime health_state.
| Property Value | |
|---|---|
| Type | Description | 
| RuntimeTypesHealthState | |
Metrics
public RuntimeMetrics Metrics { get; set; }Output only. Contains Runtime daemon metrics such as Service status and JupyterLab stats.
| Property Value | |
|---|---|
| Type | Description | 
| RuntimeMetrics | |
Name
public string Name { get; set; }Output only. The resource name of the runtime.
Format:
projects/{project}/locations/{location}/runtimes/{runtimeId}
| Property Value | |
|---|---|
| Type | Description | 
| string | |
RuntimeName
public RuntimeName RuntimeName { get; set; }RuntimeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| RuntimeName | |
RuntimeTypeCase
public Runtime.RuntimeTypeOneofCase RuntimeTypeCase { get; }| Property Value | |
|---|---|
| Type | Description | 
| RuntimeRuntimeTypeOneofCase | |
SoftwareConfig
public RuntimeSoftwareConfig SoftwareConfig { get; set; }The config settings for software inside the runtime.
| Property Value | |
|---|---|
| Type | Description | 
| RuntimeSoftwareConfig | |
State
public Runtime.Types.State State { get; set; }Output only. Runtime state.
| Property Value | |
|---|---|
| Type | Description | 
| RuntimeTypesState | |
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Runtime update time.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |
VirtualMachine
public VirtualMachine VirtualMachine { get; set; }Use a Compute Engine VM image to start the managed notebook instance.
| Property Value | |
|---|---|
| Type | Description | 
| VirtualMachine | |