Class: Google::Cloud::AIPlatform::V1::CompleteTrialRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CompleteTrialRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.CompleteTrial.
Instance Attribute Summary collapse
-
#final_measurement ⇒ ::Google::Cloud::AIPlatform::V1::Measurement
Optional.
-
#infeasible_reason ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#trial_infeasible ⇒ ::Boolean
Optional.
Instance Attribute Details
#final_measurement ⇒ ::Google::Cloud::AIPlatform::V1::Measurement
Returns Optional. If provided, it will be used as the completed Trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement.
297 298 299 300 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 297 class CompleteTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#infeasible_reason ⇒ ::String
Returns Optional. A human readable reason why the trial was infeasible. This should
only be provided if trial_infeasible
is true.
297 298 299 300 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 297 class CompleteTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The Trial's name.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
.
297 298 299 300 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 297 class CompleteTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trial_infeasible ⇒ ::Boolean
Returns Optional. True if the Trial cannot be run with the given Parameter, and final_measurement will be ignored.
297 298 299 300 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 297 class CompleteTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |