Cloud AI Platform v1 API - Class ListNasTrialDetailsResponse (2.27.0)

public sealed class ListNasTrialDetailsResponse : IMessage<ListNasTrialDetailsResponse>, IEquatable<ListNasTrialDetailsResponse>, IDeepCloneable<ListNasTrialDetailsResponse>, IBufferMessage, IMessage, IPageResponse<NasTrialDetail>, IEnumerable<NasTrialDetail>, IEnumerable

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

Response message for [JobService.ListNasTrialDetails][google.cloud.aiplatform.v1.JobService.ListNasTrialDetails]

Inheritance

object > ListNasTrialDetailsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListNasTrialDetailsResponse()

public ListNasTrialDetailsResponse()

ListNasTrialDetailsResponse(ListNasTrialDetailsResponse)

public ListNasTrialDetailsResponse(ListNasTrialDetailsResponse other)
Parameter
NameDescription
otherListNasTrialDetailsResponse

Properties

NasTrialDetails

public RepeatedField<NasTrialDetail> NasTrialDetails { get; }

List of top NasTrials in the requested page.

Property Value
TypeDescription
RepeatedFieldNasTrialDetail

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass to [ListNasTrialDetailsRequest.page_token][google.cloud.aiplatform.v1.ListNasTrialDetailsRequest.page_token] to obtain that page.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<NasTrialDetail> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNasTrialDetail