View Source GoogleApi.Notebooks.V1.Model.VertexAIParameters (google_api_notebooks v0.10.0)

Parameters used in Vertex AI JobType executions.

Attributes

  • env (type: map(), default: nil) - Environment variables. At most 100 environment variables can be specified and unique. Example: GCP_BUCKET=gs://my-bucket/samples/
  • network (type: String.t, default: nil) - The full name of the Compute Engine network to which the Job should be peered. For example, projects/12345/global/networks/myVPC. Format is of the form projects/{project}/global/networks/{network}. Where {project} is a project number, as in 12345, and {network} is a network name. Private services access must already be configured for the network. If left unspecified, the job is not peered with any network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.VertexAIParameters{
  env: map() | nil,
  network: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.