Cloud AI Platform v1beta1 API - Class TextDataItem (1.0.0-beta03)

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.

Inheritance

object > TextDataItem

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

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