View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EnvVar (google_api_ai_platform v0.13.0)

Represents an environment variable present in a Container or Python Module.

Attributes

  • name (type: String.t, default: nil) - Required. Name of the environment variable. Must be a valid C identifier.
  • value (type: String.t, default: nil) - Required. Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EnvVar{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.