public sealed class ListBatchPredictionJobsResponse : IMessage<ListBatchPredictionJobsResponse>, IEquatable<ListBatchPredictionJobsResponse>, IDeepCloneable<ListBatchPredictionJobsResponse>, IBufferMessage, IMessage, IPageResponse<BatchPredictionJob>, IEnumerable<BatchPredictionJob>, IEnumerableResponse message for [JobService.ListBatchPredictionJobs][google.cloud.aiplatform.v1.JobService.ListBatchPredictionJobs]
Implements
IMessage<ListBatchPredictionJobsResponse>, IEquatable<ListBatchPredictionJobsResponse>, IDeepCloneable<ListBatchPredictionJobsResponse>, IBufferMessage, IMessage, IPageResponse<BatchPredictionJob>, IEnumerable<BatchPredictionJob>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ListBatchPredictionJobsResponse()
public ListBatchPredictionJobsResponse()ListBatchPredictionJobsResponse(ListBatchPredictionJobsResponse)
public ListBatchPredictionJobsResponse(ListBatchPredictionJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBatchPredictionJobsResponse |
Properties
BatchPredictionJobs
public RepeatedField<BatchPredictionJob> BatchPredictionJobs { get; }List of BatchPredictionJobs in the requested page.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<BatchPredictionJob> |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. Pass to [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<BatchPredictionJob> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<BatchPredictionJob> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|