Show / Hide Table of Contents

Class Runtime

The definition of a Runtime for a managed notebook instance.

Inheritance
object
Runtime
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class Runtime : IDirectResponseSchema

Properties

AccessConfig

The config settings for accessing runtime.

Declaration
[JsonProperty("accessConfig")]
public virtual RuntimeAccessConfig AccessConfig { get; set; }
Property Value
Type Description
RuntimeAccessConfig

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Runtime creation time.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HealthState

Output only. Runtime health_state.

Declaration
[JsonProperty("healthState")]
public virtual string HealthState { get; set; }
Property Value
Type Description
string

Labels

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.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Metrics

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

Declaration
[JsonProperty("metrics")]
public virtual RuntimeMetrics Metrics { get; set; }
Property Value
Type Description
RuntimeMetrics

Migrated

Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance

Declaration
[JsonProperty("migrated")]
public virtual bool? Migrated { get; set; }
Property Value
Type Description
bool?

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RuntimeMigrationEligibility

Output only. Checks how feasible a migration from GmN to WbI is.

Declaration
[JsonProperty("runtimeMigrationEligibility")]
public virtual RuntimeMigrationEligibility RuntimeMigrationEligibility { get; set; }
Property Value
Type Description
RuntimeMigrationEligibility

SoftwareConfig

The config settings for software inside the runtime.

Declaration
[JsonProperty("softwareConfig")]
public virtual RuntimeSoftwareConfig SoftwareConfig { get; set; }
Property Value
Type Description
RuntimeSoftwareConfig

State

Output only. Runtime state.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Runtime update time.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

VirtualMachine

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

Declaration
[JsonProperty("virtualMachine")]
public virtual VirtualMachine VirtualMachine { get; set; }
Property Value
Type Description
VirtualMachine

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX