Class: Google::Cloud::AIPlatform::V1::ListNotebookExecutionJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListNotebookExecutionJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for [NotebookService.ListNotebookExecutionJobs]
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::AIPlatform::V1::NotebookExecutionJobView
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.
notebookExecutionJobsupports = and !=.notebookExecutionJobrepresents the NotebookExecutionJob ID.displayNamesupports = and != and regex.schedulesupports = and != and regex.
Some examples:
notebookExecutionJob="123"notebookExecutionJob="my-execution-job"displayName="myDisplayName"anddisplayName=~"myDisplayNameRegex".
472 473 474 475 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 472 class ListNotebookExecutionJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns 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_namecreate_timeupdate_time
Example: display_name, create_time desc.
472 473 474 475 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 472 class ListNotebookExecutionJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The standard list page size.
472 473 474 475 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 472 class ListNotebookExecutionJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The standard list page token. Typically obtained via [ListNotebookExecutionJobs.next_page_token][] of the previous NotebookService.ListNotebookExecutionJobs call.
472 473 474 475 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 472 class ListNotebookExecutionJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location from which to list the
NotebookExecutionJobs.
Format: projects/{project}/locations/{location}.
472 473 474 475 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 472 class ListNotebookExecutionJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::AIPlatform::V1::NotebookExecutionJobView
Returns Optional. The NotebookExecutionJob view. Defaults to BASIC.
472 473 474 475 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 472 class ListNotebookExecutionJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |