public sealed class ListNotebookExecutionJobsResponse : IMessage<ListNotebookExecutionJobsResponse>, IEquatable<ListNotebookExecutionJobsResponse>, IDeepCloneable<ListNotebookExecutionJobsResponse>, IBufferMessage, IMessage, IPageResponse<NotebookExecutionJob>, IEnumerable<NotebookExecutionJob>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListNotebookExecutionJobsResponse.
Response message for [NotebookService.CreateNotebookExecutionJob]
Implements
IMessageListNotebookExecutionJobsResponse, IEquatableListNotebookExecutionJobsResponse, IDeepCloneableListNotebookExecutionJobsResponse, IBufferMessage, IMessage, IPageResponseNotebookExecutionJob, IEnumerableNotebookExecutionJob, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 [ListNotebookExecutionJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNotebookExecutionJobsRequest.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 |
|