View Source GoogleApi.Notebooks.V1.Model.ContainerImage (google_api_notebooks v0.11.0)

Definition of a container image for starting a notebook instance with the environment installed in a container.

Attributes

  • repository (type: String.t, default: nil) - Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}
  • tag (type: String.t, default: nil) - The tag of the container image. If not specified, this defaults to the latest tag.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.ContainerImage{
  repository: String.t() | nil,
  tag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.