public sealed class ListTrialsResponse : IMessage<ListTrialsResponse>, IEquatable<ListTrialsResponse>, IDeepCloneable<ListTrialsResponse>, IBufferMessage, IMessage, IPageResponse<Trial>, IEnumerable<Trial>, IEnumerableResponse message for [VizierService.ListTrials][google.cloud.aiplatform.v1.VizierService.ListTrials].
Implements
IMessage<ListTrialsResponse>, IEquatable<ListTrialsResponse>, IDeepCloneable<ListTrialsResponse>, IBufferMessage, IMessage, IPageResponse<Trial>, IEnumerable<Trial>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
RepeatedField<Trial> |
|
Methods
GetEnumerator()
public IEnumerator<Trial> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Trial> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|