Class: Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vizier_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#should_stop::Boolean

Returns True if the Trial should stop.

Returns:

  • (::Boolean)

    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