public sealed class ImageDatasetMetadata : IMessage<ImageDatasetMetadata>, IEquatable<ImageDatasetMetadata>, IDeepCloneable<ImageDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageDatasetMetadata.
The metadata of Datasets that contain Image DataItems.
[[["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-03-25 UTC."],[[["The `ImageDatasetMetadata` class provides metadata for datasets containing image data items within the Cloud AI Platform v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["It includes properties `DataItemSchemaUri` for linking to a YAML file describing the image data payload and `GcsBucket` for specifying the Google Cloud Storage bucket where the dataset's blob data is stored."],["The Class `ImageDatasetMetadata` has two constructors, one taking no parameters, the other one taking another `ImageDatasetMetadata` object as a parameter."],["The current version of `ImageDatasetMetadata` is accessible in version `1.0.0-beta09` of the API, with newer versions available up to `1.0.0-beta21`."]]],[]]