AWS::SageMaker::ModelQualityJobDefinition ModelQualityJobInput
The input for the model quality monitoring job. Currently endpoints are supported for input for model quality monitoring jobs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BatchTransformInput" :
BatchTransformInput
, "EndpointInput" :EndpointInput
, "GroundTruthS3Input" :MonitoringGroundTruthS3Input
}
YAML
BatchTransformInput:
BatchTransformInput
EndpointInput:EndpointInput
GroundTruthS3Input:MonitoringGroundTruthS3Input
Properties
BatchTransformInput
-
Input object for the batch transform job.
Required: No
Type: BatchTransformInput
Update requires: Replacement
EndpointInput
-
Input object for the endpoint
Required: No
Type: EndpointInput
Update requires: Replacement
GroundTruthS3Input
-
The ground truth label provided for the model.
Required: Yes
Type: MonitoringGroundTruthS3Input
Update requires: Replacement