Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Response message for VizierService.CheckTrialEarlyStoppingState.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse

Returns a new instance of GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse.



4585
4586
4587
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4585

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#should_stopBoolean Also known as: should_stop?

True if the Trial should stop. Corresponds to the JSON property shouldStop

Returns:

  • (Boolean)


4582
4583
4584
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4582

def should_stop
  @should_stop
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4590
4591
4592
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4590

def update!(**args)
  @should_stop = args[:should_stop] if args.key?(:should_stop)
end