Cloud AI Platform v1 API - Class DatasetVersion (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class DatasetVersion.

Describes the dataset version.

Inheritance

object > DatasetVersion

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DatasetVersion()

public DatasetVersion()

DatasetVersion(DatasetVersion)

public DatasetVersion(DatasetVersion other)
Parameter
NameDescription
otherDatasetVersion

Properties

BigQueryDatasetName

public string BigQueryDatasetName { get; set; }

Output only. Name of the associated BigQuery dataset.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this DatasetVersion was created.

Property Value
TypeDescription
Timestamp

DatasetVersionName

public DatasetVersionName DatasetVersionName { get; set; }

DatasetVersionName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetVersionName

DisplayName

public string DisplayName { get; set; }

The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Property Value
TypeDescription
string

Metadata

public Value Metadata { get; set; }

Required. Output only. Additional information about the DatasetVersion.

Property Value
TypeDescription
Value

Name

public string Name { get; set; }

Output only. The resource name of the DatasetVersion.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this DatasetVersion was last updated.

Property Value
TypeDescription
Timestamp