Class: Google::Cloud::AIPlatform::V1::SuggestTrialsResponse

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

Response message for VizierService.SuggestTrials.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The time at which operation processing completed.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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