Class Environment
Definition of a software environment that is used to start a notebook instance.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class Environment : IDirectResponseSchema
Properties
ContainerImage
Use a container image to start the notebook instance.
Declaration
[JsonProperty("containerImage")]
public virtual ContainerImage ContainerImage { get; set; }
Property Value
Type | Description |
---|---|
ContainerImage |
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. The time at which this environment was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
A brief description of this environment.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Display name of this environment for the UI.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Name
Output only. Name of this environment. Format:
projects/{project_id}/locations/{location}/environments/{environment_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PostStartupScript
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"
Declaration
[JsonProperty("postStartupScript")]
public virtual string PostStartupScript { get; set; }
Property Value
Type | Description |
---|---|
string |
VmImage
Use a Compute Engine VM image to start the notebook instance.
Declaration
[JsonProperty("vmImage")]
public virtual VmImage VmImage { get; set; }
Property Value
Type | Description |
---|---|
VmImage |