public sealed class ListStudiesResponse : IMessage<ListStudiesResponse>, IEquatable<ListStudiesResponse>, IDeepCloneable<ListStudiesResponse>, IBufferMessage, IMessage, IPageResponse<Study>, IEnumerable<Study>, IEnumerableResponse message for [VizierService.ListStudies][google.cloud.aiplatform.v1.VizierService.ListStudies].
Implements
IMessage<ListStudiesResponse>, IEquatable<ListStudiesResponse>, IDeepCloneable<ListStudiesResponse>, IBufferMessage, IMessage, IPageResponse<Study>, IEnumerable<Study>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
RepeatedField<Study> |
|
Methods
GetEnumerator()
public IEnumerator<Study> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Study> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|