Class: Google::Cloud::AIPlatform::V1::ListTrialsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTrialsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Response message for VizierService.ListTrials.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pass this token as the
page_token
field of the request for a subsequent call. -
#trials ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Trial>
The Trials associated with the Study.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pass this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
257 258 259 260 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 257 class ListTrialsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trials ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Trial>
Returns The Trials associated with the Study.
257 258 259 260 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 257 class ListTrialsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |