public sealed class TextDatasetMetadata : IMessage<TextDatasetMetadata>, IEquatable<TextDatasetMetadata>, IDeepCloneable<TextDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TextDatasetMetadata.
The metadata of Datasets that contain Text 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-31 UTC."],[[["The `TextDatasetMetadata` class, part of the Cloud AI Platform v1beta1 API, provides metadata for datasets containing text data."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `TextDatasetMetadata` object as a parameter."],["It includes properties `DataItemSchemaUri`, which points to a YAML file with the payload schema, and `GcsBucket`, which is the name of the Google Cloud Storage bucket containing dataset blob data."],["The class is located in the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]