Class: Google::Cloud::AIPlatform::V1::ListSchedulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListSchedulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schedule_service.rb
Overview
Response message for ScheduleService.ListSchedules
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#schedules ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Schedule>
List of Schedules in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListSchedulesRequest.page_token to obtain that page.
135 136 137 138 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 135 class ListSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedules ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Schedule>
Returns List of Schedules in the requested page.
135 136 137 138 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 135 class ListSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |