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.
Note: The following fields are mutually exclusive: end_time, max_duration. If a field in that set is populated, all other fields in the set will automatically be cleared.
218 219 220 221 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 218 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.
Note: The following fields are mutually exclusive: max_duration, end_time. If a field in that set is populated, all other fields in the set will automatically be cleared.
218 219 220 221 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 218 class StudyTimeConstraint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |