Class: Google::Cloud::AIPlatform::V1::StudyTimeConstraint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StudyTimeConstraint
- 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
-
#end_time ⇒ ::Google::Protobuf::Timestamp
Compares the wallclock time to this time.
-
#max_duration ⇒ ::Google::Protobuf::Duration
Counts the wallclock time passed since the creation of this Study.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns Compares the wallclock time to this time. Must use UTC timezone.
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.
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 |