Class: Google::Cloud::AutoML::V1beta1::GcrDestination
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::GcrDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/io.rb
Overview
The GCR location where the image must be pushed to.
Instance Attribute Summary collapse
-
#output_uri ⇒ ::String
Required.
Instance Attribute Details
#output_uri ⇒ ::String
Returns 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.
1180 1181 1182 1183 |
# File 'proto_docs/google/cloud/automl/v1beta1/io.rb', line 1180 class GcrDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |