Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::GcrDestination (v0.6.1)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::GcrDestination.

The GCR location where the image must be pushed to.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#output_uri

def output_uri() -> ::String
Returns
  • (::String) — Required. Google Contained Registry URI of the new image, up to 2000 characters long. See

    https: //cloud.google.com/container-registry/do // cs/pushing-and-pulling#pushing_an_image_to_a_registry Accepted forms:

    • [HOSTNAME]/[PROJECT-ID]/[IMAGE]
    • [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG]

    The requesting user must have permission to push images the project.

#output_uri=

def output_uri=(value) -> ::String
Parameter
  • value (::String) — Required. Google Contained Registry URI of the new image, up to 2000 characters long. See

    https: //cloud.google.com/container-registry/do // cs/pushing-and-pulling#pushing_an_image_to_a_registry Accepted forms:

    • [HOSTNAME]/[PROJECT-ID]/[IMAGE]
    • [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG]

    The requesting user must have permission to push images the project.

Returns
  • (::String) — Required. Google Contained Registry URI of the new image, up to 2000 characters long. See

    https: //cloud.google.com/container-registry/do // cs/pushing-and-pulling#pushing_an_image_to_a_registry Accepted forms:

    • [HOSTNAME]/[PROJECT-ID]/[IMAGE]
    • [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG]

    The requesting user must have permission to push images the project.