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
Returns Required. The identifier of the client that is requesting the suggestion.
If multiple SuggestTrialsRequests have the same client_id
,
the service will return the identical suggested Trial if the Trial is
pending, and provide a new Trial if the last suggested Trial was completed.
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
Returns Required. The project and location that the Study belongs to.
Format: projects/{project}/locations/{location}/studies/{study}
.
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
Returns Required. The number of suggestions requested. It must be positive.
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 |