AI Platform Notebooks v1beta1 API - Class Environment (2.0.0-beta04)

public sealed class Environment : IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class Environment.

Definition of a software environment that is used to start a notebook instance.

Inheritance

object > Environment

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

Environment()

public Environment()

Environment(Environment)

public Environment(Environment other)
Parameter
NameDescription
otherEnvironment

Properties

ContainerImage

public ContainerImage ContainerImage { get; set; }

Use a container image to start the notebook instance.

Property Value
TypeDescription
ContainerImage

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this environment was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

A brief description of this environment.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Display name of this environment for the UI.

Property Value
TypeDescription
string

EnvironmentName

public EnvironmentName EnvironmentName { get; set; }

EnvironmentName-typed view over the Name resource name property.

Property Value
TypeDescription
EnvironmentName

ImageTypeCase

public Environment.ImageTypeOneofCase ImageTypeCase { get; }
Property Value
TypeDescription
EnvironmentImageTypeOneofCase

Name

public string Name { get; set; }

Output only. Name of this environment. Format: projects/{project_id}/locations/{location}/environments/{environment_id}

Property Value
TypeDescription
string

PostStartupScript

public string PostStartupScript { get; set; }

Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path. Example: "gs://path-to-file/file-name"

Property Value
TypeDescription
string

VmImage

public VmImage VmImage { get; set; }

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

Property Value
TypeDescription
VmImage