Uses of Interface
com.google.cloud.aiplatform.v1.StudySpec.MedianAutomatedStoppingSpecOrBuilder
-
Packages that use StudySpec.MedianAutomatedStoppingSpecOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of StudySpec.MedianAutomatedStoppingSpecOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement StudySpec.MedianAutomatedStoppingSpecOrBuilder Modifier and Type Class Description static classStudySpec.MedianAutomatedStoppingSpecThe 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 classStudySpec.MedianAutomatedStoppingSpec.BuilderThe 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.MedianAutomatedStoppingSpecOrBuilder Modifier and Type Method Description StudySpec.MedianAutomatedStoppingSpecOrBuilderStudySpec.Builder. getMedianAutomatedStoppingSpecOrBuilder()The automated early stopping spec using median rule.StudySpec.MedianAutomatedStoppingSpecOrBuilderStudySpec. getMedianAutomatedStoppingSpecOrBuilder()The automated early stopping spec using median rule.StudySpec.MedianAutomatedStoppingSpecOrBuilderStudySpecOrBuilder. getMedianAutomatedStoppingSpecOrBuilder()The automated early stopping spec using median rule.
-