Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ContainerRegistryDestination.
The Container Registry location for the container image.
Generated from protobuf message google.cloud.aiplatform.v1.ContainerRegistryDestination
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ output_uri |
string
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: |
getOutputUri
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.
Returns | |
---|---|
Type | Description |
string |
setOutputUri
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |