Cloud AI Platform v1 API - Class ListBatchPredictionJobsResponse (2.27.0)

public sealed class ListBatchPredictionJobsResponse : IMessage<ListBatchPredictionJobsResponse>, IEquatable<ListBatchPredictionJobsResponse>, IDeepCloneable<ListBatchPredictionJobsResponse>, IBufferMessage, IMessage, IPageResponse<BatchPredictionJob>, IEnumerable<BatchPredictionJob>, IEnumerable

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

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

Inheritance

object > ListBatchPredictionJobsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListBatchPredictionJobsResponse()

public ListBatchPredictionJobsResponse()

ListBatchPredictionJobsResponse(ListBatchPredictionJobsResponse)

public ListBatchPredictionJobsResponse(ListBatchPredictionJobsResponse other)
Parameter
NameDescription
otherListBatchPredictionJobsResponse

Properties

BatchPredictionJobs

public RepeatedField<BatchPredictionJob> BatchPredictionJobs { get; }

List of BatchPredictionJobs in the requested page.

Property Value
TypeDescription
RepeatedFieldBatchPredictionJob

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<BatchPredictionJob> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorBatchPredictionJob