Class: Google::Cloud::AIPlatform::V1::StudyTimeConstraint

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/study.rb

Overview

Time-based Constraint for Study

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns Compares the wallclock time to this time. Must use UTC timezone.

Returns:



214
215
216
217
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 214

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

#max_duration::Google::Protobuf::Duration

Returns Counts the wallclock time passed since the creation of this Study.

Returns:



214
215
216
217
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 214

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