public sealed class ListNasJobsResponse : IMessage<ListNasJobsResponse>, IEquatable<ListNasJobsResponse>, IDeepCloneable<ListNasJobsResponse>, IBufferMessage, IMessage, IPageResponse<NasJob>, IEnumerable<NasJob>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListNasJobsResponse.
Response message for [JobService.ListNasJobs][google.cloud.aiplatform.v1beta1.JobService.ListNasJobs]
Implements
IMessageListNasJobsResponse, IEquatableListNasJobsResponse, IDeepCloneableListNasJobsResponse, IBufferMessage, IMessage, IPageResponseNasJob, IEnumerableNasJob, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListNasJobsResponse()
public ListNasJobsResponse()ListNasJobsResponse(ListNasJobsResponse)
public ListNasJobsResponse(ListNasJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNasJobsResponse |
Properties
NasJobs
public RepeatedField<NasJob> NasJobs { get; }List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNasJob |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. Pass to [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<NasJob> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorNasJob |
|