Cloud AI Platform v1 API - Class ListNasJobsResponse (2.16.0)

public sealed class ListNasJobsResponse : IMessage<ListNasJobsResponse>, IEquatable<ListNasJobsResponse>, IDeepCloneable<ListNasJobsResponse>, IBufferMessage, IMessage, IPageResponse<NasJob>, IEnumerable<NasJob>, IEnumerable

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

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

Inheritance

object > ListNasJobsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListNasJobsResponse()

public ListNasJobsResponse()

ListNasJobsResponse(ListNasJobsResponse)

public ListNasJobsResponse(ListNasJobsResponse other)
Parameter
NameDescription
otherListNasJobsResponse

Properties

NasJobs

public RepeatedField<NasJob> NasJobs { get; }

List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1.NasJob.nas_job_output] of the jobs will not be returned.

Property Value
TypeDescription
RepeatedFieldNasJob

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<NasJob> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNasJob