Class GoogleCloudAiplatformV1PostStartupScriptConfig
Post startup script config.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PostStartupScriptConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostStartupScript
Optional. Post startup script to run after runtime is started.
Declaration
[JsonProperty("postStartupScript")]
public virtual string PostStartupScript { get; set; }
Property Value
Type | Description |
---|---|
string |
PostStartupScriptBehavior
Optional. Post startup script behavior that defines download and execution behavior.
Declaration
[JsonProperty("postStartupScriptBehavior")]
public virtual string PostStartupScriptBehavior { get; set; }
Property Value
Type | Description |
---|---|
string |
PostStartupScriptUrl
Optional. Post startup script url to download. Example: gs://bucket/script.sh
Declaration
[JsonProperty("postStartupScriptUrl")]
public virtual string PostStartupScriptUrl { get; set; }
Property Value
Type | Description |
---|---|
string |