AWS::SageMaker::ModelCard EvaluationDetail
The evaluation details of the model.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Datasets" :[ String, ... ], "EvaluationJobArn" :String, "EvaluationObservation" :String, "Metadata" :{, "MetricGroups" :Key:Value, ...}[ MetricGroup, ... ], "Name" :String}
YAML
Datasets:- StringEvaluationJobArn:StringEvaluationObservation:StringMetadata:MetricGroups:Key:Value- MetricGroupName:String
Properties
Datasets-
The location of the datasets used to evaluate the model.
Required: No
Type: List of String
Update requires: No interruption
EvaluationJobArn-
The Amazon Resource Name (ARN) of the evaluation job.
Required: No
Type: String
Update requires: No interruption
EvaluationObservation-
Any observations made during the model evaluation.
Required: No
Type: String
Update requires: No interruption
Metadata-
Additional attributes associated with the evaluation results.
Required: No
Type: Map of String
Update requires: No interruption
MetricGroups-
An evaluation Metric Group object.
Required: No
Type: List of MetricGroup
Update requires: No interruption
Name-
The evaluation job name.
Required: Yes
Type: String
Update requires: No interruption