public sealed class ListStudiesResponse : IMessage<ListStudiesResponse>, IEquatable<ListStudiesResponse>, IDeepCloneable<ListStudiesResponse>, IBufferMessage, IMessage, IPageResponse<Study>, IEnumerable<Study>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListStudiesResponse.
Response message for [VizierService.ListStudies][google.cloud.aiplatform.v1beta1.VizierService.ListStudies].
Implements
IMessageListStudiesResponse, IEquatableListStudiesResponse, IDeepCloneableListStudiesResponse, IBufferMessage, IMessage, IPageResponseStudy, IEnumerableStudy, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListStudiesResponse()
public ListStudiesResponse()ListStudiesResponse(ListStudiesResponse)
public ListStudiesResponse(ListStudiesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListStudiesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }Passes this token as the page_token field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Studies
public RepeatedField<Study> Studies { get; }The studies associated with the project.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStudy |
|
Methods
GetEnumerator()
public IEnumerator<Study> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorStudy |
|