Cloud AI Platform v1 API - Class ListDatasetVersionsResponse (2.27.0)

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

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

Response message for [DatasetService.ListDatasetVersions][google.cloud.aiplatform.v1.DatasetService.ListDatasetVersions].

Inheritance

object > ListDatasetVersionsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListDatasetVersionsResponse()

public ListDatasetVersionsResponse()

ListDatasetVersionsResponse(ListDatasetVersionsResponse)

public ListDatasetVersionsResponse(ListDatasetVersionsResponse other)
Parameter
NameDescription
otherListDatasetVersionsResponse

Properties

DatasetVersions

public RepeatedField<DatasetVersion> DatasetVersions { get; }

A list of DatasetVersions that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedFieldDatasetVersion

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DatasetVersion> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDatasetVersion