Class: Google::Cloud::AIPlatform::V1::SuggestTrialsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SuggestTrialsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Response message for VizierService.SuggestTrials.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time at which operation processing completed.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time at which the operation was started.
-
#study_state ⇒ ::Google::Cloud::AIPlatform::V1::Study::State
The state of the Study.
-
#trials ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Trial>
A list of Trials.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which operation processing completed.
181 182 183 184 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 181 class SuggestTrialsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the operation was started.
181 182 183 184 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 181 class SuggestTrialsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#study_state ⇒ ::Google::Cloud::AIPlatform::V1::Study::State
Returns The state of the Study.
181 182 183 184 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 181 class SuggestTrialsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trials ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Trial>
Returns A list of Trials.
181 182 183 184 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 181 class SuggestTrialsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |