GoogleCloudMlV1__HyperparameterSpecGoal

enum GoogleCloudMlV1__HyperparameterSpecGoal : Enum<GoogleCloudMlV1__HyperparameterSpecGoal> , ConvertibleToJava<GoogleCloudMlV1__HyperparameterSpecGoal>

Required. The type of goal to use for tuning. Available types are MAXIMIZE and MINIMIZE. Defaults to MAXIMIZE.

Entries

Link copied to clipboard

Goal Type will default to maximize.

Link copied to clipboard

Maximize the goal metric.

Link copied to clipboard

Minimize the goal metric.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__HyperparameterSpecGoal
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudMlV1__HyperparameterSpecGoal
Link copied to clipboard
Link copied to clipboard