Uses of Interface
com.google.cloud.aiplatform.v1.StudySpec.MedianAutomatedStoppingSpecOrBuilder
Packages that use StudySpec.MedianAutomatedStoppingSpecOrBuilder
-
Uses of StudySpec.MedianAutomatedStoppingSpecOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement StudySpec.MedianAutomatedStoppingSpecOrBuilderModifier and TypeClassDescriptionstatic final classThe median automated stopping rule stops a pending Trial if the Trial's best objective_value is strictly below the median 'performance' of all completed Trials reported up to the Trial's last measurement.static final classThe median automated stopping rule stops a pending Trial if the Trial's best objective_value is strictly below the median 'performance' of all completed Trials reported up to the Trial's last measurement.Methods in com.google.cloud.aiplatform.v1 that return StudySpec.MedianAutomatedStoppingSpecOrBuilderModifier and TypeMethodDescriptionStudySpec.Builder.getMedianAutomatedStoppingSpecOrBuilder()The automated early stopping spec using median rule.StudySpec.getMedianAutomatedStoppingSpecOrBuilder()The automated early stopping spec using median rule.StudySpecOrBuilder.getMedianAutomatedStoppingSpecOrBuilder()The automated early stopping spec using median rule.