public sealed class StudyTimeConstraint : IMessage<StudyTimeConstraint>, IEquatable<StudyTimeConstraint>, IDeepCloneable<StudyTimeConstraint>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StudyTimeConstraint.
Time-based Constraint for Study
Implements
IMessageStudyTimeConstraint, IEquatableStudyTimeConstraint, IDeepCloneableStudyTimeConstraint, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StudyTimeConstraint()
public StudyTimeConstraint()
StudyTimeConstraint(StudyTimeConstraint)
public StudyTimeConstraint(StudyTimeConstraint other)
Parameter | |
---|---|
Name | Description |
other |
StudyTimeConstraint |
Properties
ConstraintCase
public StudyTimeConstraint.ConstraintOneofCase ConstraintCase { get; }
Property Value | |
---|---|
Type | Description |
StudyTimeConstraintConstraintOneofCase |
EndTime
public Timestamp EndTime { get; set; }
Compares the wallclock time to this time. Must use UTC timezone.
Property Value | |
---|---|
Type | Description |
Timestamp |
MaxDuration
public Duration MaxDuration { get; set; }
Counts the wallclock time passed since the creation of this Study.
Property Value | |
---|---|
Type | Description |
Duration |