Constructor for MRDataplaneConfig.
The configuration object for MRDataplane.
Whether to build container resources from source.
The path for the Model Runner container to build from when building from source.
The target for the Model Runner Dockerfile container build.
The relative Dockerfile to use to build the Model Runner container.
The default container image to import when not building from source.
The namespace for metrics.
The name of the DynamoDB table for endpoint processing statistics.
The name of the DynamoDB table for image processing features.
The name of the DynamoDB table for job status.
The name of the DynamoDB table for region request status.
The attribute name for expiration time in DynamoDB.
The cooldown period (in minutes) after scaling in tasks.
The number of tasks to increment when scaling in.
The maximum number of tasks allowed in the cluster.
The minimum number of tasks required in the cluster.
The cooldown period (in minutes) after scaling out tasks.
The number of tasks to increment when scaling out.
The name to assign the Model Runner ECS cluster.
The CPU configuration for MR containers.
The memory configuration for MR containers.
The name to assign the Model Runner ECS container.
The desired number of tasks to use for the service.
Optional
ECS_The name of the MR ECS execution role to import.
Optional
ECS_The security group ID to use for the ECS Fargate service.
The CPU configuration for MR tasks.
The memory configuration for MR tasks.
Optional
ECS_The name of the MR ECS task role to import.
Whether to deploy image status messages.
Whether to deploy a kinesis output sink stream.
Whether to deploy a monitoring dashboard for model runner.
Whether to deploy region status messages.
Whether to deploy a s3 output sink bucket.
The prefix to assign the deployed Kinesis stream output sink.
The size of MR regions in the format "(width, height)".
Optional
MR_The URI for the terrain to use for geolocation.
The number of workers per CPU.
The prefix to assign the deployed S3 bucket output sink.
The name of the SNS topic for image status.
Optional
SNS_The ARN of the Image Status Topic to be imported
The name of the SNS topic for region status.
Optional
SNS_The ARN of the Image Region Topic to be imported
The name of the SQS queue for image requests.
The name of the SQS queue for image status.
The name of the SQS queue for region requests.
The name of the SQS queue for region status.
Configuration class for MRDataplane Construct.