pulumi-google-native-kotlin
0.31.1.0
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.
Types
Constructors
Properties
Constructors
Google
Cloud
Ml
V1_Study
Config_Metric
Spec
Response
Link copied to clipboard
fun
GoogleCloudMlV1_StudyConfig_MetricSpecResponse
(
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.