Class GoogleCloudAiplatformV1beta1NotebookSoftwareConfig
Notebook Software Config.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NotebookSoftwareConfig : 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<GoogleCloudAiplatformV1beta1EnvVar> Env { get; set; }
Property Value
Type | Description |
---|---|
IList<Google |
PostStartupScriptConfig
Optional. Post startup script config.
Declaration
[JsonProperty("postStartupScriptConfig")]
public virtual GoogleCloudAiplatformV1beta1PostStartupScriptConfig PostStartupScriptConfig { get; set; }
Property Value
Type | Description |
---|---|
Google |