Cloud AI Platform v1 API - Class StudyTimeConstraint (2.27.0)

public sealed class StudyTimeConstraint : IMessage<StudyTimeConstraint>, IEquatable<StudyTimeConstraint>, IDeepCloneable<StudyTimeConstraint>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class StudyTimeConstraint.

Time-based Constraint for Study

Inheritance

object > StudyTimeConstraint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StudyTimeConstraint()

public StudyTimeConstraint()

StudyTimeConstraint(StudyTimeConstraint)

public StudyTimeConstraint(StudyTimeConstraint other)
Parameter
NameDescription
otherStudyTimeConstraint

Properties

ConstraintCase

public StudyTimeConstraint.ConstraintOneofCase ConstraintCase { get; }
Property Value
TypeDescription
StudyTimeConstraintConstraintOneofCase

EndTime

public Timestamp EndTime { get; set; }

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

Property Value
TypeDescription
Timestamp

MaxDuration

public Duration MaxDuration { get; set; }

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

Property Value
TypeDescription
Duration