Class: Google::Cloud::AIPlatform::V1::CompleteTrialRequest

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

Request message for VizierService.CompleteTrial.

Instance Attribute Summary collapse

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.

Returns:

  • (::Google::Cloud::AIPlatform::V1::Measurement)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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