Google AutoML v1 API - Class ListDatasetsResponse (3.3.0)

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

Reference documentation and code samples for the Google AutoML v1 API class ListDatasetsResponse.

Response message for [AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets].

Inheritance

object > ListDatasetsResponse

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ListDatasetsResponse()

public ListDatasetsResponse()

ListDatasetsResponse(ListDatasetsResponse)

public ListDatasetsResponse(ListDatasetsResponse other)
Parameter
NameDescription
otherListDatasetsResponse

Properties

Datasets

public RepeatedField<Dataset> Datasets { get; }

The datasets read.

Property Value
TypeDescription
RepeatedFieldDataset

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass to [ListDatasetsRequest.page_token][google.cloud.automl.v1.ListDatasetsRequest.page_token] to obtain that page.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Dataset> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataset