Cloud AI Platform v1 API - Class GetDatasetVersionRequest (2.27.0)

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

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

Request message for [DatasetService.GetDatasetVersion][google.cloud.aiplatform.v1.DatasetService.GetDatasetVersion].

Inheritance

object > GetDatasetVersionRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetDatasetVersionRequest()

public GetDatasetVersionRequest()

GetDatasetVersionRequest(GetDatasetVersionRequest)

public GetDatasetVersionRequest(GetDatasetVersionRequest other)
Parameter
NameDescription
otherGetDatasetVersionRequest

Properties

DatasetVersionName

public DatasetVersionName DatasetVersionName { get; set; }

DatasetVersionName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetVersionName

Name

public string Name { get; set; }

Required. The resource name of the Dataset version to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}

Property Value
TypeDescription
string

ReadMask

public FieldMask ReadMask { get; set; }

Mask specifying which fields to read.

Property Value
TypeDescription
FieldMask