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

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

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

The metadata of Datasets that contain Image DataItems.

Inheritance

object > ImageDatasetMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ImageDatasetMetadata()

public ImageDatasetMetadata()

ImageDatasetMetadata(ImageDatasetMetadata)

public ImageDatasetMetadata(ImageDatasetMetadata other)
Parameter
Name Description
other ImageDatasetMetadata

Properties

DataItemSchemaUri

public string DataItemSchemaUri { get; set; }

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