Cloud AI Platform v1 API - Class ListStudiesResponse (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ListStudiesResponse.

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
RepeatedFieldStudy

Methods

GetEnumerator()

public IEnumerator<Study> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorStudy