Class: Google::Cloud::AIPlatform::V1::ListSchedulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListSchedulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schedule_service.rb
Overview
Request message for ScheduleService.ListSchedules.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the Schedules that match the filter expression.
-
#order_by ⇒ ::String
A comma-separated list of fields to order by.
-
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
The standard list page token.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
119 120 121 122 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 119 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
119 120 121 122 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 119 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
119 120 121 122 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 119 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
119 120 121 122 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 119 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
119 120 121 122 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 119 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |