Uses of Interface
com.google.cloud.aiplatform.v1.StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder
-
Packages that use StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder Modifier and Type Class Description static class
StudySpec.DecayCurveAutomatedStoppingSpec
The decay curve automated stopping rule builds a Gaussian Process Regressor to predict the final objective value of a Trial based on the already completed Trials and the intermediate measurements of the current Trial.static class
StudySpec.DecayCurveAutomatedStoppingSpec.Builder
The decay curve automated stopping rule builds a Gaussian Process Regressor to predict the final objective value of a Trial based on the already completed Trials and the intermediate measurements of the current Trial.Methods in com.google.cloud.aiplatform.v1 that return StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder Modifier and Type Method Description StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder
StudySpec.Builder. getDecayCurveStoppingSpecOrBuilder()
The automated early stopping spec using decay curve rule.StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder
StudySpec. getDecayCurveStoppingSpecOrBuilder()
The automated early stopping spec using decay curve rule.StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder
StudySpecOrBuilder. getDecayCurveStoppingSpecOrBuilder()
The automated early stopping spec using decay curve rule.
-