Class GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata
The metadata of Datasets that contain Video DataItems.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata : IDirectResponseSchema
Properties
DataItemSchemaUri
Points to a YAML file stored on Google Cloud Storage describing payload of the Video 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 |