Class: Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Response message for VizierService.CheckTrialEarlyStoppingState.
Instance Attribute Summary collapse
-
#should_stop ⇒ ::Boolean
True if the Trial should stop.
Instance Attribute Details
#should_stop ⇒ ::Boolean
Returns True if the Trial should stop.
331 332 333 334 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 331 class CheckTrialEarlyStoppingStateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |