Show / Hide Table of Contents

Class GoogleCloudAiplatformV1PostStartupScriptConfig

Post startup script config.

Inheritance
object
GoogleCloudAiplatformV1PostStartupScriptConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX