toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.sagemaker.kotlin.outputs
/
ModelCardEvaluationDetail
Model
Card
Evaluation
Detail
data
class
ModelCardEvaluationDetail
(
val
datasets
:
List
<
String
>
?
=
null
,
val
evaluationJobArn
:
String
?
=
null
,
val
evaluationObservation
:
String
?
=
null
,
val
metadata
:
Map
<
String
,
String
>
?
=
null
,
val
metricGroups
:
List
<
ModelCardMetricGroup
>
?
=
null
,
val
name
:
String
)
item of evaluation details
Members
Constructors
Model
Card
Evaluation
Detail
Link copied to clipboard
constructor
(
datasets
:
List
<
String
>
?
=
null
,
evaluationJobArn
:
String
?
=
null
,
evaluationObservation
:
String
?
=
null
,
metadata
:
Map
<
String
,
String
>
?
=
null
,
metricGroups
:
List
<
ModelCardMetricGroup
>
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
datasets
Link copied to clipboard
val
datasets
:
List
<
String
>
?
=
null
evaluation
Job
Arn
Link copied to clipboard
val
evaluationJobArn
:
String
?
=
null
evaluation
Observation
Link copied to clipboard
val
evaluationObservation
:
String
?
=
null
metadata
Link copied to clipboard
val
metadata
:
Map
<
String
,
String
>
?
=
null
additional attributes associated with the evaluation results.
metric
Groups
Link copied to clipboard
val
metricGroups
:
List
<
ModelCardMetricGroup
>
?
=
null
name
Link copied to clipboard
val
name
:
String