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-04-09 UTC."],[[["The `ImageDatasetMetadata` class represents the metadata for datasets containing image data items within the Cloud AI Platform v1beta1 API."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for extended functionality."],["The `ImageDatasetMetadata` class has two constructors: a default constructor and one that takes another `ImageDatasetMetadata` object as a parameter for copying."],["It includes properties like `DataItemSchemaUri` to point to a YAML file describing image data payloads and `GcsBucket` to identify the Google Cloud Storage bucket containing the dataset's blob data."],["The documentation covers version 1.0.0-beta02 of the class, and the latest documentation is available under version 1.0.0-beta21, while version 1.0.0-beta20 is also available."]]],[]]