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-21 UTC."],[[["`ImageDatasetMetadata` is a class within the Cloud AI Platform v1beta1 API, specifically designed for managing metadata of datasets containing image data."],["This class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a robust set of functionalities."],["The `ImageDatasetMetadata` class contains properties such as `DataItemSchemaUri`, which specifies the location of the YAML file describing the image data, and `GcsBucket`, which contains the Cloud Storage bucket name."],["The class supports two constructors: a default constructor `ImageDatasetMetadata()` and a copy constructor `ImageDatasetMetadata(ImageDatasetMetadata other)`."],["It is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace and is located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]