Cloud AI Platform v1 API - Class ListCustomJobsResponse (2.27.0)

public sealed class ListCustomJobsResponse : IMessage<ListCustomJobsResponse>, IEquatable<ListCustomJobsResponse>, IDeepCloneable<ListCustomJobsResponse>, IBufferMessage, IMessage, IPageResponse<CustomJob>, IEnumerable<CustomJob>, IEnumerable

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

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

Inheritance

object > ListCustomJobsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListCustomJobsResponse()

public ListCustomJobsResponse()

ListCustomJobsResponse(ListCustomJobsResponse)

public ListCustomJobsResponse(ListCustomJobsResponse other)
Parameter
NameDescription
otherListCustomJobsResponse

Properties

CustomJobs

public RepeatedField<CustomJob> CustomJobs { get; }

List of CustomJobs in the requested page.

Property Value
TypeDescription
RepeatedFieldCustomJob

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<CustomJob> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorCustomJob