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

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.

Inheritance

object > TextDatasetMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TextDatasetMetadata()

public TextDatasetMetadata()

TextDatasetMetadata(TextDatasetMetadata)

public TextDatasetMetadata(TextDatasetMetadata other)
Parameter
Name Description
other TextDatasetMetadata

Properties

DataItemSchemaUri

public string DataItemSchemaUri { get; set; }

Points to a YAML file stored on Google Cloud Storage describing payload of the Text DataItems that belong to this Dataset.

Property Value
Type Description
string

GcsBucket

public string GcsBucket { get; set; }

Google Cloud Storage Bucket name that contains the blob data of this Dataset.

Property Value
Type Description
string