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-04-09 UTC."],[[["The `TextDatasetMetadata` class, part of the Cloud AI Platform v1beta1 API, represents the metadata for datasets containing text data."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TextDatasetMetadata` includes properties like `DataItemSchemaUri`, which points to a YAML file describing the text data, and `GcsBucket`, which specifies the Google Cloud Storage bucket containing the dataset's blob data."],["There are two constructors for the `TextDatasetMetadata` class, one being a parameterless constructor, and the other which takes an existing `TextDatasetMetadata` class object."]]],[]]