GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PostStartupScriptConfig (google_api_ai_platform v0.27.0)

View Source

Post startup script config.

Attributes

  • postStartupScript (type: String.t, default: nil) - Optional. Post startup script to run after runtime is started.
  • postStartupScriptBehavior (type: String.t, default: nil) - Optional. Post startup script behavior that defines download and execution behavior.
  • postStartupScriptUrl (type: String.t, default: nil) - Optional. Post startup script url to download. Example: gs://bucket/script.sh

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PostStartupScriptConfig{
    postStartupScript: String.t() | nil,
    postStartupScriptBehavior: String.t() | nil,
    postStartupScriptUrl: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.