Class ListTrialsResponse (2.2.0)

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

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
RepeatedField<Trial>

Methods

GetEnumerator()

public IEnumerator<Trial> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Trial>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator