public sealed class ContainerRegistryDestination : IMessage<ContainerRegistryDestination>, IEquatable<ContainerRegistryDestination>, IDeepCloneable<ContainerRegistryDestination>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class ContainerRegistryDestination.
The Container Registry location for the container image.
Implements
IMessage<ContainerRegistryDestination>, IEquatable<ContainerRegistryDestination>, IDeepCloneable<ContainerRegistryDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ContainerRegistryDestination()
public ContainerRegistryDestination()ContainerRegistryDestination(ContainerRegistryDestination)
public ContainerRegistryDestination(ContainerRegistryDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
ContainerRegistryDestination |
Properties
OutputUri
public string OutputUri { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|