Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::StudyTimeConstraint (v0.64.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.