optimizationType property

String? optimizationType
getter/setter pair

Whether the objectiveMetric should be minimized or maximized.

Possible values: "MAXIMUM", "MINIMUM". Optional--defaults to "MAXIMUM". Cannot be specified without objectiveMetric. Cannot be modified when status is "RUNNING" or "ENDED".

Implementation

core.String? optimizationType;