public sealed class ListNasTrialDetailsResponse : IMessage<ListNasTrialDetailsResponse>, IEquatable<ListNasTrialDetailsResponse>, IDeepCloneable<ListNasTrialDetailsResponse>, IBufferMessage, IMessage, IPageResponse<NasTrialDetail>, IEnumerable<NasTrialDetail>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListNasTrialDetailsResponse.
Response message for [JobService.ListNasTrialDetails][google.cloud.aiplatform.v1beta1.JobService.ListNasTrialDetails]
Implements
IMessageListNasTrialDetailsResponse, IEquatableListNasTrialDetailsResponse, IDeepCloneableListNasTrialDetailsResponse, IBufferMessage, IMessage, IPageResponseNasTrialDetail, IEnumerableNasTrialDetail, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListNasTrialDetailsResponse()
public ListNasTrialDetailsResponse()ListNasTrialDetailsResponse(ListNasTrialDetailsResponse)
public ListNasTrialDetailsResponse(ListNasTrialDetailsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNasTrialDetailsResponse |
Properties
NasTrialDetails
public RepeatedField<NasTrialDetail> NasTrialDetails { get; }List of top NasTrials in the requested page.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNasTrialDetail |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. Pass to [ListNasTrialDetailsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasTrialDetailsRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<NasTrialDetail> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorNasTrialDetail |
|