public sealed class ListDatasetsResponse : IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListDatasetsResponse.
Response message for [DatasetService.ListDatasets][google.cloud.aiplatform.v1beta1.DatasetService.ListDatasets].
Implements
IMessageListDatasetsResponse, IEquatableListDatasetsResponse, IDeepCloneableListDatasetsResponse, IBufferMessage, IMessage, IPageResponseDataset, IEnumerableDataset, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListDatasetsResponse()
public ListDatasetsResponse()ListDatasetsResponse(ListDatasetsResponse)
public ListDatasetsResponse(ListDatasetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDatasetsResponse |
Properties
Datasets
public RepeatedField<Dataset> Datasets { get; }A list of Datasets that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataset |
|
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| 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 |
|