Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SchemaTextDatasetMetadata

The metadata of Datasets that contain Text DataItems.

Inheritance
object
GoogleCloudAiplatformV1SchemaTextDatasetMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaTextDatasetMetadata : IDirectResponseSchema

Properties

DataItemSchemaUri

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

Declaration
[JsonProperty("dataItemSchemaUri")]
public virtual string DataItemSchemaUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsBucket

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

Declaration
[JsonProperty("gcsBucket")]
public virtual string GcsBucket { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX