Class: Google::Cloud::AIPlatform::V1::ListTrialsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTrialsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.ListTrials.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The number of Trials to retrieve per "page" of results. If unspecified, the service will pick an appropriate default.
242 243 244 245 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 242 class ListTrialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.
242 243 244 245 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 242 class ListTrialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Study to list the Trial from.
Format: projects/{project}/locations/{location}/studies/{study}
.
242 243 244 245 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 242 class ListTrialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |