public sealed class TextDataItem : IMessage<TextDataItem>, IEquatable<TextDataItem>, IDeepCloneable<TextDataItem>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TextDataItem.
Payload of Text DataItem.
Implements
IMessageTextDataItem, IEquatableTextDataItem, IDeepCloneableTextDataItem, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TextDataItem()
public TextDataItem()
TextDataItem(TextDataItem)
public TextDataItem(TextDataItem other)
Parameter | |
---|---|
Name | Description |
other |
TextDataItem |
Properties
GcsUri
public string GcsUri { get; set; }
Output only. Google Cloud Storage URI points to the original text in user's bucket. The text file is up to 10MB in size.
Property Value | |
---|---|
Type | Description |
string |