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].
Implements
IPageResponseDataset, IEnumerableDataset, IEnumerable, IMessageListDatasetsResponse, IEquatableListDatasetsResponse, IDeepCloneableListDatasetsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ListDatasetsResponse()
public ListDatasetsResponse()
ListDatasetsResponse(ListDatasetsResponse)
public ListDatasetsResponse(ListDatasetsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDatasetsResponse |
Properties
Datasets
public RepeatedField<Dataset> Datasets { get; }
The datasets read.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Dataset> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDataset |