Cloud AI Platform v1 API - Class ListDatasetsResponse (2.27.0)

public sealed class ListDatasetsResponse : IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable

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

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

Inheritance

object > ListDatasetsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListDatasetsResponse()

public ListDatasetsResponse()

ListDatasetsResponse(ListDatasetsResponse)

public ListDatasetsResponse(ListDatasetsResponse other)
Parameter
NameDescription
otherListDatasetsResponse

Properties

Datasets

public RepeatedField<Dataset> Datasets { get; }

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

Property Value
TypeDescription
RepeatedFieldDataset

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Dataset> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataset