toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.ml.v1.kotlin.outputs
/
GoogleCloudMlV1_StudyConfig_MetricSpecResponse
Google
Cloud
Ml
V1_Study
Config_Metric
Spec
Response
data
class
GoogleCloudMlV1_StudyConfig_MetricSpecResponse
(
val
goal
:
String
,
val
metric
:
String
)
Represents a metric to optimize.
Members
Constructors
Google
Cloud
Ml
V1_Study
Config_Metric
Spec
Response
Link copied to clipboard
constructor
(
goal
:
String
,
metric
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
goal
Link copied to clipboard
val
goal
:
String
The optimization goal of the metric.
metric
Link copied to clipboard
val
metric
:
String
The name of the metric.