public sealed class ContainerRegistryDestination : IMessage<ContainerRegistryDestination>, IEquatable<ContainerRegistryDestination>, IDeepCloneable<ContainerRegistryDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ContainerRegistryDestination.
The Container Registry location for the container image.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["`ContainerRegistryDestination` is a class within the Google Cloud AI Platform v1beta1 API, used to specify the location of a container image in a registry."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default one and one that takes another `ContainerRegistryDestination` object as a parameter for creating a copy."],["It has a required `OutputUri` property of type string that specifies the URI of the container image in either Google Container Registry or Artifact Registry."],["The accepted formats for the `OutputUri` property are paths for either Google Container Registry (e.g., `gcr.io/projectId/imageName:tag`) or Artifact Registry (e.g., `us-central1-docker.pkg.dev/projectId/repoName/imageName:tag`), and defaults to \"latest\" if a tag is not specified."]]],[]]