Uses of Class
com.google.cloud.aiplatform.v1.StudyTimeConstraint.Builder
Packages that use StudyTimeConstraint.Builder
-
Uses of StudyTimeConstraint.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StudyTimeConstraint.BuilderModifier and TypeMethodDescriptionStudyTimeConstraint.Builder.clear()StudyTimeConstraint.Builder.clearConstraint()StudyTimeConstraint.Builder.clearEndTime()Compares the wallclock time to this time.StudyTimeConstraint.Builder.clearMaxDuration()Counts the wallclock time passed since the creation of this Study.StudySpec.StudyStoppingConfig.Builder.getMaximumRuntimeConstraintBuilder()If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.getMinimumRuntimeConstraintBuilder()Each "stopping rule" in this proto specifies an "if" condition.StudyTimeConstraint.Builder.mergeEndTime(com.google.protobuf.Timestamp value) Compares the wallclock time to this time.StudyTimeConstraint.Builder.mergeFrom(StudyTimeConstraint other) StudyTimeConstraint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StudyTimeConstraint.Builder.mergeFrom(com.google.protobuf.Message other) StudyTimeConstraint.Builder.mergeMaxDuration(com.google.protobuf.Duration value) Counts the wallclock time passed since the creation of this Study.static StudyTimeConstraint.BuilderStudyTimeConstraint.newBuilder()static StudyTimeConstraint.BuilderStudyTimeConstraint.newBuilder(StudyTimeConstraint prototype) StudyTimeConstraint.newBuilderForType()protected StudyTimeConstraint.BuilderStudyTimeConstraint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StudyTimeConstraint.Builder.setEndTime(com.google.protobuf.Timestamp value) Compares the wallclock time to this time.StudyTimeConstraint.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) Compares the wallclock time to this time.StudyTimeConstraint.Builder.setMaxDuration(com.google.protobuf.Duration value) Counts the wallclock time passed since the creation of this Study.StudyTimeConstraint.Builder.setMaxDuration(com.google.protobuf.Duration.Builder builderForValue) Counts the wallclock time passed since the creation of this Study.StudyTimeConstraint.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type StudyTimeConstraint.BuilderModifier and TypeMethodDescriptionStudySpec.StudyStoppingConfig.Builder.setMaximumRuntimeConstraint(StudyTimeConstraint.Builder builderForValue) If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.setMinimumRuntimeConstraint(StudyTimeConstraint.Builder builderForValue) Each "stopping rule" in this proto specifies an "if" condition.