Created
July 23, 2024 14:55
-
-
Save azimidev/a34c02d0838c4804a34c6212405a8898 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
return [ | |
'us-east-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'us-east-2' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'us-west-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'us-west-2' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'eu-west-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'eu-west-2' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'eu-west-3' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'eu-central-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'eu-north-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'eu-south-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0011, | |
'next_million' => 0.0009, | |
'next_30_million' => 0.0007, | |
'beyond_35_million' => 0.0005, | |
], | |
'group2' => [ | |
'first_million' => 0.0011, | |
'next_million' => 0.0009, | |
'next_30_million' => 0.0007, | |
'beyond_35_million' => 0.0004, | |
], | |
'image_properties' => [ | |
'first_million' => 0.0008, | |
'next_million' => 0.00065, | |
], | |
'face_metadata_storage' => 0.000015, | |
], | |
'video' => [ | |
'streaming' => 0.0085, | |
'stored' => [ | |
'label_detection' => 0.105, | |
'shot_detection' => 0.052, | |
'content_moderation' => 0.105, | |
], | |
'face_metadata_storage' => 0.000015, | |
], | |
'custom_labels' => [ | |
'training' => 1.05, | |
'inference' => 4.20, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.016, | |
'next_2.5m' => 0.013, | |
'beyond' => 0.011, | |
], | |
'custom_moderation' => [ | |
'training' => 0.155, | |
], | |
], | |
], | |
'ap-southeast-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'ap-northeast-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'ap-northeast-2' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'sa-east-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'ca-central-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.0004, | |
], | |
'group2' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
'next_30_million' => 0.0006, | |
'beyond_35_million' => 0.00025, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00075, | |
'next_million' => 0.0006, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'video' => [ | |
'streaming' => 0.00817, | |
'stored' => [ | |
'label_detection' => 0.10, | |
'shot_detection' => 0.05, | |
'content_moderation' => 0.10, | |
], | |
'face_metadata_storage' => 0.00001, | |
], | |
'custom_labels' => [ | |
'training' => 1.00, | |
'inference' => 4.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.015, | |
'next_2.5m' => 0.0125, | |
'beyond' => 0.0100, | |
], | |
'custom_moderation' => [ | |
'training' => 0.15, | |
], | |
], | |
], | |
'ap-south-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0012, | |
'next_million' => 0.0010, | |
'next_30_million' => 0.0008, | |
'beyond_35_million' => 0.0006, | |
], | |
'group2' => [ | |
'first_million' => 0.0012, | |
'next_million' => 0.0010, | |
'next_30_million' => 0.0008, | |
'beyond_35_million' => 0.0005, | |
], | |
'image_properties' => [ | |
'first_million' => 0.0009, | |
'next_million' => 0.0007, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'video' => [ | |
'streaming' => 0.00917, | |
'stored' => [ | |
'label_detection' => 0.11, | |
'shot_detection' => 0.06, | |
'content_moderation' => 0.11, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'custom_labels' => [ | |
'training' => 1.10, | |
'inference' => 4.50, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.017, | |
'next_2.5m' => 0.0140, | |
'beyond' => 0.0110, | |
], | |
'custom_moderation' => [ | |
'training' => 0.16, | |
], | |
], | |
], | |
'me-south-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0013, | |
'next_million' => 0.0011, | |
'next_30_million' => 0.0009, | |
'beyond_35_million' => 0.0007, | |
], | |
'group2' => [ | |
'first_million' => 0.0013, | |
'next_million' => 0.0011, | |
'next_30_million' => 0.0009, | |
'beyond_35_million' => 0.00055, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00095, | |
'next_million' => 0.00075, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'video' => [ | |
'streaming' => 0.00950, | |
'stored' => [ | |
'label_detection' => 0.12, | |
'shot_detection' => 0.065, | |
'content_moderation' => 0.12, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'custom_labels' => [ | |
'training' => 1.20, | |
'inference' => 4.75, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.018, | |
'next_2.5m' => 0.0150, | |
'beyond' => 0.0120, | |
], | |
'custom_moderation' => [ | |
'training' => 0.17, | |
], | |
], | |
], | |
'af-south-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0014, | |
'next_million' => 0.0012, | |
'next_30_million' => 0.0010, | |
'beyond_35_million' => 0.0008, | |
], | |
'group2' => [ | |
'first_million' => 0.0014, | |
'next_million' => 0.0012, | |
'next_30_million' => 0.0010, | |
'beyond_35_million' => 0.0006, | |
], | |
'image_properties' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
], | |
'face_metadata_storage' => 0.00003, | |
], | |
'video' => [ | |
'streaming' => 0.0100, | |
'stored' => [ | |
'label_detection' => 0.13, | |
'shot_detection' => 0.07, | |
'content_moderation' => 0.13, | |
], | |
'face_metadata_storage' => 0.00003, | |
], | |
'custom_labels' => [ | |
'training' => 1.30, | |
'inference' => 5.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.020, | |
'next_2.5m' => 0.0170, | |
'beyond' => 0.0140, | |
], | |
'custom_moderation' => [ | |
'training' => 0.18, | |
], | |
], | |
], | |
'me-central-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0013, | |
'next_million' => 0.0011, | |
'next_30_million' => 0.0009, | |
'beyond_35_million' => 0.0007, | |
], | |
'group2' => [ | |
'first_million' => 0.0013, | |
'next_million' => 0.0011, | |
'next_30_million' => 0.0009, | |
'beyond_35_million' => 0.00055, | |
], | |
'image_properties' => [ | |
'first_million' => 0.00095, | |
'next_million' => 0.00075, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'video' => [ | |
'streaming' => 0.00950, | |
'stored' => [ | |
'label_detection' => 0.12, | |
'shot_detection' => 0.065, | |
'content_moderation' => 0.12, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'custom_labels' => [ | |
'training' => 1.20, | |
'inference' => 4.75, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.018, | |
'next_2.5m' => 0.0150, | |
'beyond' => 0.0120, | |
], | |
'custom_moderation' => [ | |
'training' => 0.17, | |
], | |
], | |
], | |
'ap-east-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0012, | |
'next_million' => 0.0010, | |
'next_30_million' => 0.0008, | |
'beyond_35_million' => 0.0006, | |
], | |
'group2' => [ | |
'first_million' => 0.0012, | |
'next_million' => 0.0010, | |
'next_30_million' => 0.0008, | |
'beyond_35_million' => 0.0005, | |
], | |
'image_properties' => [ | |
'first_million' => 0.0009, | |
'next_million' => 0.0007, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'video' => [ | |
'streaming' => 0.00917, | |
'stored' => [ | |
'label_detection' => 0.11, | |
'shot_detection' => 0.06, | |
'content_moderation' => 0.11, | |
], | |
'face_metadata_storage' => 0.00002, | |
], | |
'custom_labels' => [ | |
'training' => 1.10, | |
'inference' => 4.50, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.017, | |
'next_2.5m' => 0.0140, | |
'beyond' => 0.0110, | |
], | |
'custom_moderation' => [ | |
'training' => 0.16, | |
], | |
], | |
], | |
'af-east-1' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0014, | |
'next_million' => 0.0012, | |
'next_30_million' => 0.0010, | |
'beyond_35_million' => 0.0008, | |
], | |
'group2' => [ | |
'first_million' => 0.0014, | |
'next_million' => 0.0012, | |
'next_30_million' => 0.0010, | |
'beyond_35_million' => 0.0006, | |
], | |
'image_properties' => [ | |
'first_million' => 0.0010, | |
'next_million' => 0.0008, | |
], | |
'face_metadata_storage' => 0.00003, | |
], | |
'video' => [ | |
'streaming' => 0.0100, | |
'stored' => [ | |
'label_detection' => 0.13, | |
'shot_detection' => 0.07, | |
'content_moderation' => 0.13, | |
], | |
'face_metadata_storage' => 0.00003, | |
], | |
'custom_labels' => [ | |
'training' => 1.30, | |
'inference' => 5.00, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.020, | |
'next_2.5m' => 0.0170, | |
'beyond' => 0.0140, | |
], | |
'custom_moderation' => [ | |
'training' => 0.18, | |
], | |
], | |
], | |
'ap-southeast-3' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0011, | |
'next_million' => 0.0009, | |
'next_30_million' => 0.0007, | |
'beyond_35_million' => 0.0005, | |
], | |
'group2' => [ | |
'first_million' => 0.0011, | |
'next_million' => 0.0009, | |
'next_30_million' => 0.0007, | |
'beyond_35_million' => 0.0004, | |
], | |
'image_properties' => [ | |
'first_million' => 0.0008, | |
'next_million' => 0.00065, | |
], | |
'face_metadata_storage' => 0.000015, | |
], | |
'video' => [ | |
'streaming' => 0.0085, | |
'stored' => [ | |
'label_detection' => 0.105, | |
'shot_detection' => 0.052, | |
'content_moderation' => 0.105, | |
], | |
'face_metadata_storage' => 0.000015, | |
], | |
'custom_labels' => [ | |
'training' => 1.05, | |
'inference' => 4.20, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.016, | |
'next_2.5m' => 0.013, | |
'beyond' => 0.011, | |
], | |
'custom_moderation' => [ | |
'training' => 0.155, | |
], | |
], | |
], | |
'ap-southeast-4' => [ | |
'mediaconvert' => [], | |
'rekognition' => [ | |
'image' => [ | |
'group1' => [ | |
'first_million' => 0.0011, | |
'next_million' => 0.0009, | |
'next_30_million' => 0.0007, | |
'beyond_35_million' => 0.0005, | |
], | |
'group2' => [ | |
'first_million' => 0.0011, | |
'next_million' => 0.0009, | |
'next_30_million' => 0.0007, | |
'beyond_35_million' => 0.0004, | |
], | |
'image_properties' => [ | |
'first_million' => 0.0008, | |
'next_million' => 0.00065, | |
], | |
'face_metadata_storage' => 0.000015, | |
], | |
'video' => [ | |
'streaming' => 0.0085, | |
'stored' => [ | |
'label_detection' => 0.105, | |
'shot_detection' => 0.052, | |
'content_moderation' => 0.105, | |
], | |
'face_metadata_storage' => 0.000015, | |
], | |
'custom_labels' => [ | |
'training' => 1.05, | |
'inference' => 4.20, | |
], | |
'face_liveness' => [ | |
'first_500k' => 0.016, | |
'next_2.5m' => 0.013, | |
'beyond' => 0.011, | |
], | |
'custom_moderation' => [ | |
'training' => 0.155, | |
], | |
], | |
], | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment