public sealed class ListTrialsResponse : IMessage<ListTrialsResponse>, IEquatable<ListTrialsResponse>, IDeepCloneable<ListTrialsResponse>, IBufferMessage, IMessage, IPageResponse<Trial>, IEnumerable<Trial>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListTrialsResponse.
Response message for [VizierService.ListTrials][google.cloud.aiplatform.v1beta1.VizierService.ListTrials].
Implements
IMessageListTrialsResponse, IEquatableListTrialsResponse, IDeepCloneableListTrialsResponse, IBufferMessage, IMessage, IPageResponseTrial, IEnumerableTrial, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListTrialsResponse()
public ListTrialsResponse()ListTrialsResponse(ListTrialsResponse)
public ListTrialsResponse(ListTrialsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTrialsResponse |
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 | |
|---|---|
| Type | Description |
string |
|
Trials
public RepeatedField<Trial> Trials { get; }The Trials associated with the Study.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTrial |
|
Methods
GetEnumerator()
public IEnumerator<Trial> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTrial |
|