Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::StudyTimeConstraint.
Time-based Constraint for Study
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — 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.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — 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.
-
(::Google::Protobuf::Timestamp) — 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.
#max_duration
def max_duration() -> ::Google::Protobuf::Duration
-
(::Google::Protobuf::Duration) — 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.
#max_duration=
def max_duration=(value) -> ::Google::Protobuf::Duration
-
value (::Google::Protobuf::Duration) — 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.
-
(::Google::Protobuf::Duration) — 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.