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-25 UTC."],[[["This documentation details the `TextDatasetMetadata` class within the Cloud AI Platform v1beta1 API, specifically for datasets containing text data items."],["The `TextDatasetMetadata` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer message interactions."],["It contains properties, `DataItemSchemaUri` and `GcsBucket`, which are both strings, one is to designate the URI for the payload of the text data items, and the other is for the name of the storage bucket."],["There are two constructors for `TextDatasetMetadata`: a parameterless constructor and one that takes another `TextDatasetMetadata` instance as a parameter, allowing for the creation of new instances and the copy of existing ones."]]],[]]