Data Source schema for AWS::SageMaker::MonitoringSchedule
id
(String) Uniquely identifies the resource.creation_time
(String) The time at which the schedule was created.endpoint_name
(String) The name of the endpoint used to run the monitoring job.failure_reason
(String) Contains the reason a monitoring job failed, if it failed.last_modified_time
(String) A timestamp that indicates the last time the monitoring job was modified.last_monitoring_execution_summary
(Attributes) Describes metadata on the last execution to run, if there was one. (see below for nested schema)monitoring_schedule_arn
(String) The Amazon Resource Name (ARN) of the monitoring schedule.monitoring_schedule_config
(Attributes) The configuration object that specifies the monitoring schedule and defines the monitoring job. (see below for nested schema)monitoring_schedule_name
(String) The name of the monitoring schedule.monitoring_schedule_status
(String) The status of a schedule job.tags
(Attributes List) An array of key-value pairs to apply to this resource. (see below for nested schema)last_monitoring_execution_summary
Read-Only:
creation_time
(String) The time at which the monitoring job was created.endpoint_name
(String) The name of the endpoint used to run the monitoring job.failure_reason
(String) Contains the reason a monitoring job failed, if it failed.last_modified_time
(String) A timestamp that indicates the last time the monitoring job was modified.monitoring_execution_status
(String) The status of the monitoring job.monitoring_schedule_name
(String) The name of the monitoring schedule.processing_job_arn
(String) The Amazon Resource Name (ARN) of the monitoring job.scheduled_time
(String) The time the monitoring job was scheduled.monitoring_schedule_config
Read-Only:
monitoring_job_definition
(Attributes) Defines the monitoring job. (see below for nested schema)monitoring_job_definition_name
(String) Name of the job definitionmonitoring_type
(String) The type of monitoring job.schedule_config
(Attributes) Configuration details about the monitoring schedule. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition
Read-Only:
baseline_config
(Attributes) Baseline configuration used to validate that the data conforms to the specified constraints and statistics. (see below for nested schema)environment
(Map of String) Sets the environment variables in the Docker containermonitoring_app_specification
(Attributes) Container image configuration object for the monitoring job. (see below for nested schema)monitoring_inputs
(Attributes List) The array of inputs for the monitoring job. (see below for nested schema)monitoring_output_config
(Attributes) The output configuration for monitoring jobs. (see below for nested schema)monitoring_resources
(Attributes) Identifies the resources to deploy for a monitoring job. (see below for nested schema)network_config
(Attributes) Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs. (see below for nested schema)role_arn
(String) The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.stopping_condition
(Attributes) Specifies a time limit for how long the monitoring job is allowed to run. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition.baseline_config
Read-Only:
constraints_resource
(Attributes) The baseline constraints resource for a monitoring job. (see below for nested schema)statistics_resource
(Attributes) The baseline statistics resource for a monitoring job. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition.baseline_config.constraints_resource
Read-Only:
s3_uri
(String) The Amazon S3 URI for baseline constraint file in Amazon S3 that the current monitoring job should validated against.monitoring_schedule_config.monitoring_job_definition.baseline_config.statistics_resource
Read-Only:
s3_uri
(String) The Amazon S3 URI for the baseline statistics file in Amazon S3 that the current monitoring job should be validated against.monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification
Read-Only:
container_arguments
(List of String) An array of arguments for the container used to run the monitoring job.container_entrypoint
(List of String) Specifies the entrypoint for a container used to run the monitoring job.image_uri
(String) The container image to be run by the monitoring job.post_analytics_processor_source_uri
(String) An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.record_preprocessor_source_uri
(String) An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containersmonitoring_schedule_config.monitoring_job_definition.monitoring_inputs
Read-Only:
batch_transform_input
(Attributes) The batch transform input for a monitoring job. (see below for nested schema)endpoint_input
(Attributes) The endpoint for a monitoring job. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition.monitoring_inputs.batch_transform_input
Read-Only:
data_captured_destination_s3_uri
(String) A URI that identifies the Amazon S3 storage location where Batch Transform Job captures data.dataset_format
(Attributes) The dataset format of the data to monitor (see below for nested schema)exclude_features_attribute
(String) Indexes or names of the features to be excluded from analysislocal_path
(String) Path to the filesystem where the endpoint data is available to the container.s3_data_distribution_type
(String) Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to FullyReplicateds3_input_mode
(String) Whether the Pipe or File is used as the input mode for transfering data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs.endpoint_input.dataset_format
Read-Only:
csv
(Attributes) The CSV format (see below for nested schema)json
(Attributes) The Json format (see below for nested schema)parquet
(Boolean) A flag indicating if the dataset format is Parquetmonitoring_schedule_config.monitoring_job_definition.monitoring_inputs.endpoint_input.dataset_format.csv
Read-Only:
header
(Boolean) A boolean flag indicating if given CSV has headermonitoring_schedule_config.monitoring_job_definition.monitoring_inputs.endpoint_input.dataset_format.json
Read-Only:
line
(Boolean) A boolean flag indicating if it is JSON line formatmonitoring_schedule_config.monitoring_job_definition.monitoring_inputs.endpoint_input
Read-Only:
endpoint_name
(String) The name of the endpoint used to run the monitoring job.exclude_features_attribute
(String) Indexes or names of the features to be excluded from analysislocal_path
(String) Path to the filesystem where the endpoint data is available to the container.s3_data_distribution_type
(String) Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to FullyReplicateds3_input_mode
(String) Whether the Pipe or File is used as the input mode for transfering data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config
Read-Only:
kms_key_id
(String) The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.monitoring_outputs
(Attributes List) Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs
Read-Only:
s3_output
(Attributes) Information about where and how to store the results of a monitoring job. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs.s3_output
Read-Only:
local_path
(String) The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.s3_upload_mode
(String) Whether to upload the results of the monitoring job continuously or after the job completes.s3_uri
(String) A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.monitoring_schedule_config.monitoring_job_definition.monitoring_resources
Read-Only:
cluster_config
(Attributes) Configuration for the cluster used to run model monitoring jobs. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config
Read-Only:
instance_count
(Number) The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.instance_type
(String) The ML compute instance type for the processing job.volume_kms_key_id
(String) The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.volume_size_in_gb
(Number) The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.monitoring_schedule_config.monitoring_job_definition.network_config
Read-Only:
enable_inter_container_traffic_encryption
(Boolean) Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.enable_network_isolation
(Boolean) Whether to allow inbound and outbound network calls to and from the containers used for the processing job.vpc_config
(Attributes) Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. (see below for nested schema)monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config
Read-Only:
security_group_ids
(List of String) The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.subnets
(List of String) The ID of the subnets in the VPC to which you want to connect to your monitoring jobs.monitoring_schedule_config.monitoring_job_definition.stopping_condition
Read-Only:
max_runtime_in_seconds
(Number) The maximum runtime allowed in seconds.monitoring_schedule_config.schedule_config
Read-Only:
data_analysis_end_time
(String) Data Analysis end time, e.g. PT0Hdata_analysis_start_time
(String) Data Analysis start time, e.g. -PT1Hschedule_expression
(String) A cron expression or 'NOW' that describes details about the monitoring schedule.tags
Read-Only:
key
(String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.