Cloud AI Platform v1 API - Class ListNotebookExecutionJobsResponse (3.5.0)

public sealed class ListNotebookExecutionJobsResponse : IMessage<ListNotebookExecutionJobsResponse>, IEquatable<ListNotebookExecutionJobsResponse>, IDeepCloneable<ListNotebookExecutionJobsResponse>, IBufferMessage, IMessage, IPageResponse<NotebookExecutionJob>, IEnumerable<NotebookExecutionJob>, IEnumerable

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

Response message for [NotebookService.CreateNotebookExecutionJob]

Inheritance

object > ListNotebookExecutionJobsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListNotebookExecutionJobsResponse()

public ListNotebookExecutionJobsResponse()

ListNotebookExecutionJobsResponse(ListNotebookExecutionJobsResponse)

public ListNotebookExecutionJobsResponse(ListNotebookExecutionJobsResponse other)
Parameter
Name Description
other ListNotebookExecutionJobsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass to [ListNotebookExecutionJobs.page_token][] to obtain that page.

Property Value
Type Description
string

NotebookExecutionJobs

public RepeatedField<NotebookExecutionJob> NotebookExecutionJobs { get; }

List of NotebookExecutionJobs in the requested page.

Property Value
Type Description
RepeatedFieldNotebookExecutionJob

Methods

GetEnumerator()

public IEnumerator<NotebookExecutionJob> GetEnumerator()

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

Returns
Type Description
IEnumeratorNotebookExecutionJob