Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker AI Model Monitor.
See https://www.paws-r-sdk.com/docs/sagemaker_create_model_quality_job_definition/ for full documentation.
sagemaker_create_model_quality_job_definition(
JobDefinitionName,
ModelQualityBaselineConfig = NULL,
ModelQualityAppSpecification,
ModelQualityJobInput,
ModelQualityJobOutputConfig,
JobResources,
NetworkConfig = NULL,
RoleArn,
StoppingCondition = NULL,
Tags = NULL
)
[required] The name of the monitoring job definition.
Specifies the constraints and baselines for the monitoring job.
[required] The container that runs the monitoring job.
[required] A list of the inputs that are monitored. Currently endpoints are supported.
[required]
[required]
Specifies the network configuration for the monitoring job.
[required] The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.