Class: Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateRequest

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

#trial_name::String

Returns Required. The Trial's name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}.

Returns:

  • (::String)

    Required. The Trial's name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}



321
322
323
324
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 321

class CheckTrialEarlyStoppingStateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end