AI Platform Notebooks V1beta1 API - Class Google::Cloud::Notebooks::V1beta1::ContainerImage (v0.10.0)

Reference documentation and code samples for the AI Platform Notebooks V1beta1 API class Google::Cloud::Notebooks::V1beta1::ContainerImage.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#repository

def repository() -> ::String
Returns
  • (::String) — Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}

#repository=

def repository=(value) -> ::String
Parameter
  • value (::String) — Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}
Returns
  • (::String) — Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}

#tag

def tag() -> ::String
Returns
  • (::String) — The tag of the container image. If not specified, this defaults to the latest tag.

#tag=

def tag=(value) -> ::String
Parameter
  • value (::String) — The tag of the container image. If not specified, this defaults to the latest tag.
Returns
  • (::String) — The tag of the container image. If not specified, this defaults to the latest tag.