Cloud AI Platform v1beta1 API - Class VideoDatasetMetadata (1.0.0-beta02)

public sealed class VideoDatasetMetadata : IMessage<VideoDatasetMetadata>, IEquatable<VideoDatasetMetadata>, IDeepCloneable<VideoDatasetMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VideoDatasetMetadata.

The metadata of Datasets that contain Video DataItems.

Inheritance

object > VideoDatasetMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

VideoDatasetMetadata()

public VideoDatasetMetadata()

VideoDatasetMetadata(VideoDatasetMetadata)

public VideoDatasetMetadata(VideoDatasetMetadata other)
Parameter
Name Description
other VideoDatasetMetadata

Properties

DataItemSchemaUri

public string DataItemSchemaUri { get; set; }

Points to a YAML file stored on Google Cloud Storage describing payload of the Video 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