ListNotebookExecutionJobsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for [NotebookService.ListNotebookExecutionJobs]
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the Location from which to list the NotebookExecutionJobs. Format: projects/{project}/locations/{location}
|
filter |
str
Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. - notebookExecutionJob supports = and !=.
notebookExecutionJob represents the
NotebookExecutionJob ID.
- displayName supports = and != and regex.
- schedule supports = and != and regex.
Some examples:
- notebookExecutionJob="123"
- notebookExecutionJob="my-execution-job"
- displayName="myDisplayName" and
displayName="myDisplayNameRegex"`
|
page_size |
int
Optional. The standard list page size. |
page_token |
str
Optional. The standard list page token. Typically obtained via ListNotebookExecutionJobsResponse.next_page_token of the previous NotebookService.ListNotebookExecutionJobs call. |
order_by |
str
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: - display_name
- create_time
- update_time
Example: display_name, create_time desc.
|
view |
google.cloud.aiplatform_v1beta1.types.NotebookExecutionJobView
Optional. The NotebookExecutionJob view. Defaults to BASIC. |
Methods
ListNotebookExecutionJobsRequest
ListNotebookExecutionJobsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for [NotebookService.ListNotebookExecutionJobs]