Cloud AI Platform v1 API - Class ListTrialsResponse (2.27.0)

public sealed class ListTrialsResponse : IMessage<ListTrialsResponse>, IEquatable<ListTrialsResponse>, IDeepCloneable<ListTrialsResponse>, IBufferMessage, IMessage, IPageResponse<Trial>, IEnumerable<Trial>, IEnumerable

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

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

Inheritance

object > ListTrialsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListTrialsResponse()

public ListTrialsResponse()

ListTrialsResponse(ListTrialsResponse)

public ListTrialsResponse(ListTrialsResponse other)
Parameter
NameDescription
otherListTrialsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Pass 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

Trials

public RepeatedField<Trial> Trials { get; }

The Trials associated with the Study.

Property Value
TypeDescription
RepeatedFieldTrial

Methods

GetEnumerator()

public IEnumerator<Trial> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTrial