Class: Google::Cloud::AIPlatform::V1::SuggestTrialsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SuggestTrialsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.SuggestTrials.
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#suggestion_count ⇒ ::Integer
Required.
Instance Attribute Details
#client_id ⇒ ::String
117 118 119 120 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 117 class SuggestTrialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
117 118 119 120 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 117 class SuggestTrialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion_count ⇒ ::Integer
117 118 119 120 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 117 class SuggestTrialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |