- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class NotebookRuntime : IMessage<NotebookRuntime>, IEquatable<NotebookRuntime>, IDeepCloneable<NotebookRuntime>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class NotebookRuntime.
A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime limited to 24 hours.
Implements
IMessageNotebookRuntime, IEquatableNotebookRuntime, IDeepCloneableNotebookRuntime, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
NotebookRuntime()
public NotebookRuntime()
NotebookRuntime(NotebookRuntime)
public NotebookRuntime(NotebookRuntime other)
Parameter | |
---|---|
Name | Description |
other |
NotebookRuntime |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this NotebookRuntime was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
The description of the NotebookRuntime.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Required. The display name of the NotebookRuntime. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Property Value | |
---|---|
Type | Description |
string |
EncryptionSpec
public EncryptionSpec EncryptionSpec { get; set; }
Output only. Customer-managed encryption key spec for the notebook runtime.
Property Value | |
---|---|
Type | Description |
EncryptionSpec |
ExpirationTime
public Timestamp ExpirationTime { get; set; }
Output only. Timestamp when this NotebookRuntime will be expired:
- System Predefined NotebookRuntime: 24 hours after creation. After expiration, system predifined runtime will be deleted.
- User created NotebookRuntime: 6 months after last upgrade. After expiration, user created runtime will be stopped and allowed for upgrade.
Property Value | |
---|---|
Type | Description |
Timestamp |
HealthState
public NotebookRuntime.Types.HealthState HealthState { get; set; }
Output only. The health state of the NotebookRuntime.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeTypesHealthState |
IdleShutdownConfig
public NotebookIdleShutdownConfig IdleShutdownConfig { get; set; }
Output only. The idle shutdown configuration of the notebook runtime.
Property Value | |
---|---|
Type | Description |
NotebookIdleShutdownConfig |
IsUpgradable
public bool IsUpgradable { get; set; }
Output only. Whether NotebookRuntime is upgradable.
Property Value | |
---|---|
Type | Description |
bool |
Labels
public MapField<string, string> Labels { get; }
The labels with user-defined metadata to organize your NotebookRuntime.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one NotebookRuntime (System labels are excluded).
See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for NotebookRuntime:
- "aiplatform.googleapis.com/notebook_runtime_gce_instance_id": output only, its value is the Compute Engine instance id.
- "aiplatform.googleapis.com/colab_enterprise_entry_service": its value is either "bigquery" or "vertex"; if absent, it should be "vertex". This is to describe the entry service, either BigQuery or Vertex.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Output only. The resource name of the NotebookRuntime.
Property Value | |
---|---|
Type | Description |
string |
NetworkTags
public RepeatedField<string> NetworkTags { get; }
Optional. The Compute Engine tags to add to runtime (see Tagging instances).
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
NotebookRuntimeName
public NotebookRuntimeName NotebookRuntimeName { get; set; }
NotebookRuntimeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeName |
NotebookRuntimeTemplateRef
public NotebookRuntimeTemplateRef NotebookRuntimeTemplateRef { get; set; }
Output only. The pointer to NotebookRuntimeTemplate this NotebookRuntime is created from.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeTemplateRef |
NotebookRuntimeType
public NotebookRuntimeType NotebookRuntimeType { get; set; }
Output only. The type of the notebook runtime.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeType |
ProxyUri
public string ProxyUri { get; set; }
Output only. The proxy endpoint used to access the NotebookRuntime.
Property Value | |
---|---|
Type | Description |
string |
RuntimeState
public NotebookRuntime.Types.RuntimeState RuntimeState { get; set; }
Output only. The runtime (instance) state of the NotebookRuntime.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeTypesRuntimeState |
RuntimeUser
public string RuntimeUser { get; set; }
Required. The user email of the NotebookRuntime.
Property Value | |
---|---|
Type | Description |
string |
SatisfiesPzi
public bool SatisfiesPzi { get; set; }
Output only. Reserved for future use.
Property Value | |
---|---|
Type | Description |
bool |
SatisfiesPzs
public bool SatisfiesPzs { get; set; }
Output only. Reserved for future use.
Property Value | |
---|---|
Type | Description |
bool |
ServiceAccount
public string ServiceAccount { get; set; }
Output only. The service account that the NotebookRuntime workload runs as.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Timestamp when this NotebookRuntime was most recently updated.
Property Value | |
---|---|
Type | Description |
Timestamp |
Version
public string Version { get; set; }
Output only. The VM os image version of NotebookRuntime.
Property Value | |
---|---|
Type | Description |
string |