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