public sealed class ListBatchPredictionJobsResponse : IMessage<ListBatchPredictionJobsResponse>, IEquatable<ListBatchPredictionJobsResponse>, IDeepCloneable<ListBatchPredictionJobsResponse>, IBufferMessage, IMessage, IPageResponse<BatchPredictionJob>, IEnumerable<BatchPredictionJob>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListBatchPredictionJobsResponse.
Response message for [JobService.ListBatchPredictionJobs][google.cloud.aiplatform.v1beta1.JobService.ListBatchPredictionJobs]
Implements
IMessageListBatchPredictionJobsResponse, IEquatableListBatchPredictionJobsResponse, IDeepCloneableListBatchPredictionJobsResponse, IBufferMessage, IMessage, IPageResponseBatchPredictionJob, IEnumerableBatchPredictionJob, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
RepeatedFieldBatchPredictionJob |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. Pass to [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1beta1.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 |
IEnumeratorBatchPredictionJob |
|