Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NotebookSoftwareConfig

Notebook Software Config. This is passed to the backend when user makes software configurations in UI.

Inheritance
object
GoogleCloudAiplatformV1NotebookSoftwareConfig
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NotebookSoftwareConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Env

Optional. Environment variables to be passed to the container. Maximum limit is 100.

Declaration
[JsonProperty("env")]
public virtual IList<GoogleCloudAiplatformV1EnvVar> Env { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1EnvVar>

PostStartupScriptConfig

Optional. Post startup script config.

Declaration
[JsonProperty("postStartupScriptConfig")]
public virtual GoogleCloudAiplatformV1PostStartupScriptConfig PostStartupScriptConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1PostStartupScriptConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX