Class: Google::Cloud::AIPlatform::V1::ContainerRegistryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ContainerRegistryDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
The Container Registry location for the container image.
Instance Attribute Summary collapse
-
#output_uri ⇒ ::String
Required.
Instance Attribute Details
#output_uri ⇒ ::String
Returns Required. Container Registry URI of a container image. Only Google Container Registry and Artifact Registry are supported now. Accepted forms:
Google Container Registry path. For example:
gcr.io/projectId/imageName:tag
.Artifact Registry path. For example:
us-central1-docker.pkg.dev/projectId/repoName/imageName:tag
.
If a tag is not specified, "latest" will be used as the default tag.
128 129 130 131 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 128 class ContainerRegistryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |