Class ListStudiesResponse (1.8.0)

public sealed class ListStudiesResponse : IMessage<ListStudiesResponse>, IEquatable<ListStudiesResponse>, IDeepCloneable<ListStudiesResponse>, IBufferMessage, IMessage, IPageResponse<Study>, IEnumerable<Study>, IEnumerable

Response message for [VizierService.ListStudies][google.cloud.aiplatform.v1.VizierService.ListStudies].

Inheritance

Object > ListStudiesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListStudiesResponse()

public ListStudiesResponse()

ListStudiesResponse(ListStudiesResponse)

public ListStudiesResponse(ListStudiesResponse other)
Parameter
NameDescription
otherListStudiesResponse

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
TypeDescription
String

Studies

public RepeatedField<Study> Studies { get; }

The studies associated with the project.

Property Value
TypeDescription
RepeatedField<Study>

Methods

GetEnumerator()

public IEnumerator<Study> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Study>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator