Uses of Class
com.google.cloud.aiplatform.v1.StudySpec.StudyStoppingConfig.Builder
Packages that use StudySpec.StudyStoppingConfig.Builder
-
Uses of StudySpec.StudyStoppingConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StudySpec.StudyStoppingConfig.BuilderModifier and TypeMethodDescriptionStudySpec.StudyStoppingConfig.Builder.clear()StudySpec.StudyStoppingConfig.Builder.clearMaxDurationNoProgress()If the objective value has not improved for this much time, stop the study.StudySpec.StudyStoppingConfig.Builder.clearMaximumRuntimeConstraint()If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.clearMaxNumTrials()If there are more than this many trials, stop the study.StudySpec.StudyStoppingConfig.Builder.clearMaxNumTrialsNoProgress()If the objective value has not improved for this many consecutive trials, stop the study.StudySpec.StudyStoppingConfig.Builder.clearMinimumRuntimeConstraint()Each "stopping rule" in this proto specifies an "if" condition.StudySpec.StudyStoppingConfig.Builder.clearMinNumTrials()If there are fewer than this many COMPLETED trials, do not stop the study.StudySpec.StudyStoppingConfig.Builder.clearShouldStopAsap()If true, a Study enters STOPPING_ASAP whenever it would normally enters STOPPING state.StudySpec.Builder.getStudyStoppingConfigBuilder()Conditions for automated stopping of a Study.StudySpec.StudyStoppingConfig.Builder.mergeFrom(StudySpec.StudyStoppingConfig other) StudySpec.StudyStoppingConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StudySpec.StudyStoppingConfig.Builder.mergeFrom(com.google.protobuf.Message other) StudySpec.StudyStoppingConfig.Builder.mergeMaxDurationNoProgress(com.google.protobuf.Duration value) If the objective value has not improved for this much time, stop the study.StudySpec.StudyStoppingConfig.Builder.mergeMaximumRuntimeConstraint(StudyTimeConstraint value) If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.mergeMaxNumTrials(com.google.protobuf.Int32Value value) If there are more than this many trials, stop the study.StudySpec.StudyStoppingConfig.Builder.mergeMaxNumTrialsNoProgress(com.google.protobuf.Int32Value value) If the objective value has not improved for this many consecutive trials, stop the study.StudySpec.StudyStoppingConfig.Builder.mergeMinimumRuntimeConstraint(StudyTimeConstraint value) Each "stopping rule" in this proto specifies an "if" condition.StudySpec.StudyStoppingConfig.Builder.mergeMinNumTrials(com.google.protobuf.Int32Value value) If there are fewer than this many COMPLETED trials, do not stop the study.StudySpec.StudyStoppingConfig.Builder.mergeShouldStopAsap(com.google.protobuf.BoolValue value) If true, a Study enters STOPPING_ASAP whenever it would normally enters STOPPING state.StudySpec.StudyStoppingConfig.newBuilder()StudySpec.StudyStoppingConfig.newBuilder(StudySpec.StudyStoppingConfig prototype) StudySpec.StudyStoppingConfig.newBuilderForType()protected StudySpec.StudyStoppingConfig.BuilderStudySpec.StudyStoppingConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StudySpec.StudyStoppingConfig.Builder.setMaxDurationNoProgress(com.google.protobuf.Duration value) If the objective value has not improved for this much time, stop the study.StudySpec.StudyStoppingConfig.Builder.setMaxDurationNoProgress(com.google.protobuf.Duration.Builder builderForValue) If the objective value has not improved for this much time, stop the study.StudySpec.StudyStoppingConfig.Builder.setMaximumRuntimeConstraint(StudyTimeConstraint value) If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.setMaximumRuntimeConstraint(StudyTimeConstraint.Builder builderForValue) If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.setMaxNumTrials(com.google.protobuf.Int32Value value) If there are more than this many trials, stop the study.StudySpec.StudyStoppingConfig.Builder.setMaxNumTrials(com.google.protobuf.Int32Value.Builder builderForValue) If there are more than this many trials, stop the study.StudySpec.StudyStoppingConfig.Builder.setMaxNumTrialsNoProgress(com.google.protobuf.Int32Value value) If the objective value has not improved for this many consecutive trials, stop the study.StudySpec.StudyStoppingConfig.Builder.setMaxNumTrialsNoProgress(com.google.protobuf.Int32Value.Builder builderForValue) If the objective value has not improved for this many consecutive trials, stop the study.StudySpec.StudyStoppingConfig.Builder.setMinimumRuntimeConstraint(StudyTimeConstraint value) Each "stopping rule" in this proto specifies an "if" condition.StudySpec.StudyStoppingConfig.Builder.setMinimumRuntimeConstraint(StudyTimeConstraint.Builder builderForValue) Each "stopping rule" in this proto specifies an "if" condition.StudySpec.StudyStoppingConfig.Builder.setMinNumTrials(com.google.protobuf.Int32Value value) If there are fewer than this many COMPLETED trials, do not stop the study.StudySpec.StudyStoppingConfig.Builder.setMinNumTrials(com.google.protobuf.Int32Value.Builder builderForValue) If there are fewer than this many COMPLETED trials, do not stop the study.StudySpec.StudyStoppingConfig.Builder.setShouldStopAsap(com.google.protobuf.BoolValue value) If true, a Study enters STOPPING_ASAP whenever it would normally enters STOPPING state.StudySpec.StudyStoppingConfig.Builder.setShouldStopAsap(com.google.protobuf.BoolValue.Builder builderForValue) If true, a Study enters STOPPING_ASAP whenever it would normally enters STOPPING state.StudySpec.StudyStoppingConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type StudySpec.StudyStoppingConfig.BuilderModifier and TypeMethodDescriptionStudySpec.Builder.setStudyStoppingConfig(StudySpec.StudyStoppingConfig.Builder builderForValue) Conditions for automated stopping of a Study.