Interface protos.google.cloud.aiplatform.v1.StudySpec.IConvexAutomatedStoppingSpec (3.13.0)

Properties of a ConvexAutomatedStoppingSpec.

Package

@google-cloud/aiplatform

Properties

learningRateParameterName

learningRateParameterName?: (string|null);

ConvexAutomatedStoppingSpec learningRateParameterName

maxStepCount

maxStepCount?: (number|Long|string|null);

ConvexAutomatedStoppingSpec maxStepCount

minMeasurementCount

minMeasurementCount?: (number|Long|string|null);

ConvexAutomatedStoppingSpec minMeasurementCount

minStepCount

minStepCount?: (number|Long|string|null);

ConvexAutomatedStoppingSpec minStepCount

updateAllStoppedTrials

updateAllStoppedTrials?: (boolean|null);

ConvexAutomatedStoppingSpec updateAllStoppedTrials

useElapsedDuration

useElapsedDuration?: (boolean|null);

ConvexAutomatedStoppingSpec useElapsedDuration