Class: Google::Cloud::AIPlatform::V1::ListSchedulesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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