GoogleCloudMlV1_StudyConfig_MetricSpecGoal

enum GoogleCloudMlV1_StudyConfig_MetricSpecGoal : Enum<GoogleCloudMlV1_StudyConfig_MetricSpecGoal> , ConvertibleToJava<GoogleCloudMlV1_StudyConfig_MetricSpecGoal>

Required. The optimization goal of the metric.

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_StudyConfig_MetricSpecGoal
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_StudyConfig_MetricSpecGoal
Link copied to clipboard
Link copied to clipboard