Interface protos.google.cloud.aiplatform.v1beta1.StudySpec.IConvexStopConfig (1.11.0)

Properties of a ConvexStopConfig.

Package

@google-cloud/aiplatform

Properties

autoregressiveOrder

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

ConvexStopConfig autoregressiveOrder

Property Value
TypeDescription
(number|Long|string|null)

learningRateParameterName

learningRateParameterName?: (string|null);

ConvexStopConfig learningRateParameterName

Property Value
TypeDescription
(string|null)

maxNumSteps

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

ConvexStopConfig maxNumSteps

Property Value
TypeDescription
(number|Long|string|null)

minNumSteps

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

ConvexStopConfig minNumSteps

Property Value
TypeDescription
(number|Long|string|null)

useSeconds

useSeconds?: (boolean|null);

ConvexStopConfig useSeconds

Property Value
TypeDescription
(boolean|null)