Class: Google::Cloud::AIPlatform::V1::ListOptimalTrialsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListOptimalTrialsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.ListOptimalTrials.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the Study that the optimal Trial belongs to.
370 371 372 373 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 370 class ListOptimalTrialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |