aws-sdk-sagemaker 1.73.0 → 1.78.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad9decbcfc4b10b3f9c3e1af20b34c69c498d995ec1304eeba5487ae408a437c
4
- data.tar.gz: ba17afa2deb0a5d732f42f463089a4875347b3b1f4f2fcee6f0832cc86ede5ba
3
+ metadata.gz: 10c8c0137fd509641a34e18aa37cbbc12d353bb416db3d7f64ffe0e90eeed7b1
4
+ data.tar.gz: 759e00305aa536c79c1156f1826bb237be55e7f7497d782ff1ab6cf3b90562ff
5
5
  SHA512:
6
- metadata.gz: e2da02a108b0b30748e3c306324b9541012c71812420e64f080e40cc0c8d0a2f315fdaf20deefd1dd4822687a3424af4109c7e720ae379ca6a989fbf40987cfb
7
- data.tar.gz: 0e421b196816e6d9cc134446d68989a95974889624066113a023f74ff218c8d44fa43bbc6bde87f6182dd43f5b498e037d87b40394b0d3fddafa903c22f41af0
6
+ metadata.gz: 21b021017760e974497f52f18272593634b1ed97f6c3606e5214e09f19841aae9f08f3bec48e63b6bb9c3d2d70c8a72ec79875d1d66bf9461145223944f841b5
7
+ data.tar.gz: f933497f80190caee4fde7e5cf1d686a7d7abd8d7220cdc75cd2f2dfa9122a8e1514cbe582cbe0c5633215cf78343c3dcf257f6e85e6c66a1483b2a0f66f0702
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.73.0'
52
+ GEM_VERSION = '1.78.0'
53
53
 
54
54
  end
@@ -1300,6 +1300,7 @@ module Aws::SageMaker
1300
1300
  # s3_uri: "S3Uri", # required
1301
1301
  # data_input_config: "DataInputConfig", # required
1302
1302
  # framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST, TFLITE, DARKNET, SKLEARN
1303
+ # framework_version: "FrameworkVersion",
1303
1304
  # },
1304
1305
  # output_config: { # required
1305
1306
  # s3_output_location: "S3Uri", # required
@@ -1404,6 +1405,195 @@ module Aws::SageMaker
1404
1405
  req.send_request(options)
1405
1406
  end
1406
1407
 
1408
+ # Creates a definition for a job that monitors data quality and drift.
1409
+ # For information about model monitor, see [Amazon SageMaker Model
1410
+ # Monitor][1].
1411
+ #
1412
+ #
1413
+ #
1414
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html
1415
+ #
1416
+ # @option params [required, String] :job_definition_name
1417
+ # The name for the monitoring job definition.
1418
+ #
1419
+ # @option params [Types::DataQualityBaselineConfig] :data_quality_baseline_config
1420
+ # Configures the constraints and baselines for the monitoring job.
1421
+ #
1422
+ # @option params [required, Types::DataQualityAppSpecification] :data_quality_app_specification
1423
+ # Specifies the container that runs the monitoring job.
1424
+ #
1425
+ # @option params [required, Types::DataQualityJobInput] :data_quality_job_input
1426
+ # A list of inputs for the monitoring job. Currently endpoints are
1427
+ # supported as monitoring inputs.
1428
+ #
1429
+ # @option params [required, Types::MonitoringOutputConfig] :data_quality_job_output_config
1430
+ # The output configuration for monitoring jobs.
1431
+ #
1432
+ # @option params [required, Types::MonitoringResources] :job_resources
1433
+ # Identifies the resources to deploy for a monitoring job.
1434
+ #
1435
+ # @option params [Types::MonitoringNetworkConfig] :network_config
1436
+ # Specifies networking configuration for the monitoring job.
1437
+ #
1438
+ # @option params [required, String] :role_arn
1439
+ # The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
1440
+ # can assume to perform tasks on your behalf.
1441
+ #
1442
+ # @option params [Types::MonitoringStoppingCondition] :stopping_condition
1443
+ # A time limit for how long the monitoring job is allowed to run before
1444
+ # stopping.
1445
+ #
1446
+ # @option params [Array<Types::Tag>] :tags
1447
+ # (Optional) An array of key-value pairs. For more information, see
1448
+ # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
1449
+ # Management User Guide*.
1450
+ #
1451
+ #
1452
+ #
1453
+ # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL
1454
+ #
1455
+ # @return [Types::CreateDataQualityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1456
+ #
1457
+ # * {Types::CreateDataQualityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
1458
+ #
1459
+ # @example Request syntax with placeholder values
1460
+ #
1461
+ # resp = client.create_data_quality_job_definition({
1462
+ # job_definition_name: "MonitoringJobDefinitionName", # required
1463
+ # data_quality_baseline_config: {
1464
+ # baselining_job_name: "ProcessingJobName",
1465
+ # constraints_resource: {
1466
+ # s3_uri: "S3Uri",
1467
+ # },
1468
+ # statistics_resource: {
1469
+ # s3_uri: "S3Uri",
1470
+ # },
1471
+ # },
1472
+ # data_quality_app_specification: { # required
1473
+ # image_uri: "ImageUri", # required
1474
+ # container_entrypoint: ["ContainerEntrypointString"],
1475
+ # container_arguments: ["ContainerArgument"],
1476
+ # record_preprocessor_source_uri: "S3Uri",
1477
+ # post_analytics_processor_source_uri: "S3Uri",
1478
+ # environment: {
1479
+ # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
1480
+ # },
1481
+ # },
1482
+ # data_quality_job_input: { # required
1483
+ # endpoint_input: { # required
1484
+ # endpoint_name: "EndpointName", # required
1485
+ # local_path: "ProcessingLocalPath", # required
1486
+ # s3_input_mode: "Pipe", # accepts Pipe, File
1487
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
1488
+ # features_attribute: "String",
1489
+ # inference_attribute: "String",
1490
+ # probability_attribute: "String",
1491
+ # probability_threshold_attribute: 1.0,
1492
+ # start_time_offset: "MonitoringTimeOffsetString",
1493
+ # end_time_offset: "MonitoringTimeOffsetString",
1494
+ # },
1495
+ # },
1496
+ # data_quality_job_output_config: { # required
1497
+ # monitoring_outputs: [ # required
1498
+ # {
1499
+ # s3_output: { # required
1500
+ # s3_uri: "MonitoringS3Uri", # required
1501
+ # local_path: "ProcessingLocalPath", # required
1502
+ # s3_upload_mode: "Continuous", # accepts Continuous, EndOfJob
1503
+ # },
1504
+ # },
1505
+ # ],
1506
+ # kms_key_id: "KmsKeyId",
1507
+ # },
1508
+ # job_resources: { # required
1509
+ # cluster_config: { # required
1510
+ # instance_count: 1, # required
1511
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
1512
+ # volume_size_in_gb: 1, # required
1513
+ # volume_kms_key_id: "KmsKeyId",
1514
+ # },
1515
+ # },
1516
+ # network_config: {
1517
+ # enable_inter_container_traffic_encryption: false,
1518
+ # enable_network_isolation: false,
1519
+ # vpc_config: {
1520
+ # security_group_ids: ["SecurityGroupId"], # required
1521
+ # subnets: ["SubnetId"], # required
1522
+ # },
1523
+ # },
1524
+ # role_arn: "RoleArn", # required
1525
+ # stopping_condition: {
1526
+ # max_runtime_in_seconds: 1, # required
1527
+ # },
1528
+ # tags: [
1529
+ # {
1530
+ # key: "TagKey", # required
1531
+ # value: "TagValue", # required
1532
+ # },
1533
+ # ],
1534
+ # })
1535
+ #
1536
+ # @example Response structure
1537
+ #
1538
+ # resp.job_definition_arn #=> String
1539
+ #
1540
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDataQualityJobDefinition AWS API Documentation
1541
+ #
1542
+ # @overload create_data_quality_job_definition(params = {})
1543
+ # @param [Hash] params ({})
1544
+ def create_data_quality_job_definition(params = {}, options = {})
1545
+ req = build_request(:create_data_quality_job_definition, params)
1546
+ req.send_request(options)
1547
+ end
1548
+
1549
+ # Creates a device fleet.
1550
+ #
1551
+ # @option params [required, String] :device_fleet_name
1552
+ # The name of the fleet that the device belongs to.
1553
+ #
1554
+ # @option params [String] :role_arn
1555
+ # The Amazon Resource Name (ARN) that has access to AWS Internet of
1556
+ # Things (IoT).
1557
+ #
1558
+ # @option params [String] :description
1559
+ # A description of the fleet.
1560
+ #
1561
+ # @option params [required, Types::EdgeOutputConfig] :output_config
1562
+ # The output configuration for storing sample data collected by the
1563
+ # fleet.
1564
+ #
1565
+ # @option params [Array<Types::Tag>] :tags
1566
+ # Creates tags for the specified fleet.
1567
+ #
1568
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1569
+ #
1570
+ # @example Request syntax with placeholder values
1571
+ #
1572
+ # resp = client.create_device_fleet({
1573
+ # device_fleet_name: "EntityName", # required
1574
+ # role_arn: "RoleArn",
1575
+ # description: "DeviceFleetDescription",
1576
+ # output_config: { # required
1577
+ # s3_output_location: "S3Uri", # required
1578
+ # kms_key_id: "KmsKeyId",
1579
+ # },
1580
+ # tags: [
1581
+ # {
1582
+ # key: "TagKey", # required
1583
+ # value: "TagValue", # required
1584
+ # },
1585
+ # ],
1586
+ # })
1587
+ #
1588
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDeviceFleet AWS API Documentation
1589
+ #
1590
+ # @overload create_device_fleet(params = {})
1591
+ # @param [Hash] params ({})
1592
+ def create_device_fleet(params = {}, options = {})
1593
+ req = build_request(:create_device_fleet, params)
1594
+ req.send_request(options)
1595
+ end
1596
+
1407
1597
  # Creates a `Domain` used by Amazon SageMaker Studio. A domain consists
1408
1598
  # of an associated Amazon Elastic File System (EFS) volume, a list of
1409
1599
  # authorized users, and a variety of security, application, policy, and
@@ -1567,6 +1757,71 @@ module Aws::SageMaker
1567
1757
  req.send_request(options)
1568
1758
  end
1569
1759
 
1760
+ # Starts a SageMaker Edge Manager model packaging job. Edge Manager will
1761
+ # use the model artifacts from the Amazon Simple Storage Service bucket
1762
+ # that you specify. After the model has been packaged, Amazon SageMaker
1763
+ # saves the resulting artifacts to an S3 bucket that you specify.
1764
+ #
1765
+ # @option params [required, String] :edge_packaging_job_name
1766
+ # The name of the edge packaging job.
1767
+ #
1768
+ # @option params [required, String] :compilation_job_name
1769
+ # The name of the SageMaker Neo compilation job that will be used to
1770
+ # locate model artifacts for packaging.
1771
+ #
1772
+ # @option params [required, String] :model_name
1773
+ # The name of the model.
1774
+ #
1775
+ # @option params [required, String] :model_version
1776
+ # The version of the model.
1777
+ #
1778
+ # @option params [required, String] :role_arn
1779
+ # The Amazon Resource Name (ARN) of an IAM role that enables Amazon
1780
+ # SageMaker to download and upload the model, and to contact SageMaker
1781
+ # Neo.
1782
+ #
1783
+ # @option params [required, Types::EdgeOutputConfig] :output_config
1784
+ # Provides information about the output location for the packaged model.
1785
+ #
1786
+ # @option params [String] :resource_key
1787
+ # The CMK to use when encrypting the EBS volume the edge packaging job
1788
+ # runs on.
1789
+ #
1790
+ # @option params [Array<Types::Tag>] :tags
1791
+ # Creates tags for the packaging job.
1792
+ #
1793
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1794
+ #
1795
+ # @example Request syntax with placeholder values
1796
+ #
1797
+ # resp = client.create_edge_packaging_job({
1798
+ # edge_packaging_job_name: "EntityName", # required
1799
+ # compilation_job_name: "EntityName", # required
1800
+ # model_name: "EntityName", # required
1801
+ # model_version: "EdgeVersion", # required
1802
+ # role_arn: "RoleArn", # required
1803
+ # output_config: { # required
1804
+ # s3_output_location: "S3Uri", # required
1805
+ # kms_key_id: "KmsKeyId",
1806
+ # },
1807
+ # resource_key: "KmsKeyId",
1808
+ # tags: [
1809
+ # {
1810
+ # key: "TagKey", # required
1811
+ # value: "TagValue", # required
1812
+ # },
1813
+ # ],
1814
+ # })
1815
+ #
1816
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgePackagingJob AWS API Documentation
1817
+ #
1818
+ # @overload create_edge_packaging_job(params = {})
1819
+ # @param [Hash] params ({})
1820
+ def create_edge_packaging_job(params = {}, options = {})
1821
+ req = build_request(:create_edge_packaging_job, params)
1822
+ req.send_request(options)
1823
+ end
1824
+
1570
1825
  # Creates an endpoint using the endpoint configuration specified in the
1571
1826
  # request. Amazon SageMaker uses the endpoint to provision resources and
1572
1827
  # deploy models. You create the endpoint configuration with the
@@ -2727,28 +2982,105 @@ module Aws::SageMaker
2727
2982
  # The output can be used as the manifest file for another labeling job
2728
2983
  # or as training data for your machine learning models.
2729
2984
  #
2985
+ # You can use this operation to create a static labeling job or a
2986
+ # streaming labeling job. A static labeling job stops if all data
2987
+ # objects in the input manifest file identified in `ManifestS3Uri` have
2988
+ # been labeled. A streaming labeling job runs perpetually until it is
2989
+ # manually stopped, or remains idle for 10 days. You can send new data
2990
+ # objects to an active (`InProgress`) streaming labeling job in real
2991
+ # time. To learn how to create a static labeling job, see [Create a
2992
+ # Labeling Job (API) ][3] in the Amazon SageMaker Developer Guide. To
2993
+ # learn how to create a streaming labeling job, see [Create a Streaming
2994
+ # Labeling Job][4].
2995
+ #
2730
2996
  #
2731
2997
  #
2732
2998
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-automated-labeling.html
2733
2999
  # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data.html
3000
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-create-labeling-job-api.html
3001
+ # [4]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-create-job.html
2734
3002
  #
2735
3003
  # @option params [required, String] :labeling_job_name
2736
3004
  # The name of the labeling job. This name is used to identify the job in
2737
- # a list of labeling jobs.
3005
+ # a list of labeling jobs. Labeling job names must be unique within an
3006
+ # AWS account and region. `LabelingJobName` is not case sensitive. For
3007
+ # example, Example-job and example-job are considered the same labeling
3008
+ # job name by Ground Truth.
2738
3009
  #
2739
3010
  # @option params [required, String] :label_attribute_name
2740
3011
  # The attribute name to use for the label in the output manifest file.
2741
3012
  # This is the key for the key/value pair formed with the label that a
2742
- # worker assigns to the object. The name can't end with "-metadata".
2743
- # If you are running a semantic segmentation labeling job, the attribute
2744
- # name must end with "-ref". If you are running any other kind of
2745
- # labeling job, the attribute name must not end with "-ref".
3013
+ # worker assigns to the object. The `LabelAttributeName` must meet the
3014
+ # following requirements.
3015
+ #
3016
+ # * The name can't end with "-metadata".
3017
+ #
3018
+ # * If you are using one of the following [built-in task types][1], the
3019
+ # attribute name *must* end with "-ref". If the task type you are
3020
+ # using is not listed below, the attribute name *must not* end with
3021
+ # "-ref".
3022
+ #
3023
+ # * Image semantic segmentation (`SemanticSegmentation)`, and
3024
+ # adjustment (`AdjustmentSemanticSegmentation`) and verification
3025
+ # (`VerificationSemanticSegmentation`) labeling jobs for this task
3026
+ # type.
3027
+ #
3028
+ # * Video frame object detection (`VideoObjectDetection`), and
3029
+ # adjustment and verification (`AdjustmentVideoObjectDetection`)
3030
+ # labeling jobs for this task type.
3031
+ #
3032
+ # * Video frame object tracking (`VideoObjectTracking`), and
3033
+ # adjustment and verification (`AdjustmentVideoObjectTracking`)
3034
+ # labeling jobs for this task type.
3035
+ #
3036
+ # * 3D point cloud semantic segmentation
3037
+ # (`3DPointCloudSemanticSegmentation`), and adjustment and
3038
+ # verification (`Adjustment3DPointCloudSemanticSegmentation`)
3039
+ # labeling jobs for this task type.
3040
+ #
3041
+ # * 3D point cloud object tracking (`3DPointCloudObjectTracking`), and
3042
+ # adjustment and verification
3043
+ # (`Adjustment3DPointCloudObjectTracking`) labeling jobs for this
3044
+ # task type.
3045
+ #
3046
+ #
3047
+ #
3048
+ # If you are creating an adjustment or verification labeling job, you
3049
+ # must use a *different* `LabelAttributeName` than the one used in the
3050
+ # original labeling job. The original labeling job is the Ground Truth
3051
+ # labeling job that produced the labels that you want verified or
3052
+ # adjusted. To learn more about adjustment and verification labeling
3053
+ # jobs, see [Verify and Adjust Labels][2].
3054
+ #
3055
+ #
3056
+ #
3057
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
3058
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html
2746
3059
  #
2747
3060
  # @option params [required, Types::LabelingJobInputConfig] :input_config
2748
3061
  # Input data for the labeling job, such as the Amazon S3 location of the
2749
3062
  # data objects and the location of the manifest file that describes the
2750
3063
  # data objects.
2751
3064
  #
3065
+ # You must specify at least one of the following: `S3DataSource` or
3066
+ # `SnsDataSource`.
3067
+ #
3068
+ # * Use `SnsDataSource` to specify an SNS input topic for a streaming
3069
+ # labeling job. If you do not specify and SNS input topic ARN, Ground
3070
+ # Truth will create a one-time labeling job that stops after all data
3071
+ # objects in the input manifest file have been labeled.
3072
+ #
3073
+ # * Use `S3DataSource` to specify an input manifest file for both
3074
+ # streaming and one-time labeling jobs. Adding an `S3DataSource` is
3075
+ # optional if you use `SnsDataSource` to create a streaming labeling
3076
+ # job.
3077
+ #
3078
+ # If you use the Amazon Mechanical Turk workforce, your input data
3079
+ # should not include confidential information, personal information or
3080
+ # protected health information. Use `ContentClassifiers` to specify that
3081
+ # your data is free of personally identifiable information and adult
3082
+ # content.
3083
+ #
2752
3084
  # @option params [required, Types::LabelingJobOutputConfig] :output_config
2753
3085
  # The location of the output data and the AWS Key Management Service key
2754
3086
  # ID for the key used to encrypt the output data, if any.
@@ -2760,10 +3092,12 @@ module Aws::SageMaker
2760
3092
  # successfully complete data labeling.
2761
3093
  #
2762
3094
  # @option params [String] :label_category_config_s3_uri
2763
- # The S3 URI of the file that defines the categories used to label the
2764
- # data objects.
3095
+ # The S3 URI of the file, referred to as a *label category configuration
3096
+ # file*, that defines the categories used to label the data objects.
2765
3097
  #
2766
- # For 3D point cloud task types, see [Create a Labeling Category
3098
+ # For 3D point cloud and video frame task types, you can add label
3099
+ # category attributes and frame attributes to your label category
3100
+ # configuration file. To learn how, see [Create a Labeling Category
2767
3101
  # Configuration File for 3D Point Cloud Labeling Jobs][1].
2768
3102
  #
2769
3103
  # For all other [built-in task types][2] and [custom tasks][3], your
@@ -2771,41 +3105,37 @@ module Aws::SageMaker
2771
3105
  # format. Identify the labels you want to use by replacing `label_1`,
2772
3106
  # `label_2`,`...`,`label_n` with your label categories.
2773
3107
  #
2774
- # `\{`
2775
- #
2776
- # ` "document-version": "2018-11-28"`
2777
- #
2778
- # ` "labels": [`
2779
- #
2780
- # ` \{`
2781
- #
2782
- # ` "label": "label_1"`
2783
- #
2784
- # ` \},`
2785
- #
2786
- # ` \{`
3108
+ # `\{ `
2787
3109
  #
2788
- # ` "label": "label_2"`
3110
+ # `"document-version": "2018-11-28",`
2789
3111
  #
2790
- # ` \},`
3112
+ # `"labels": [\{"label": "label_1"\},\{"label":
3113
+ # "label_2"\},...\{"label": "label_n"\}]`
2791
3114
  #
2792
- # ` ...`
2793
- #
2794
- # ` \{`
3115
+ # `\}`
2795
3116
  #
2796
- # ` "label": "label_n"`
3117
+ # Note the following about the label category configuration file:
2797
3118
  #
2798
- # ` \}`
3119
+ # * For image classification and text classification (single and
3120
+ # multi-label) you must specify at least two label categories. For all
3121
+ # other task types, the minimum number of label categories required is
3122
+ # one.
2799
3123
  #
2800
- # ` ]`
3124
+ # * Each label category must be unique, you cannot specify duplicate
3125
+ # label categories.
2801
3126
  #
2802
- # `\}`
3127
+ # * If you create a 3D point cloud or video frame adjustment or
3128
+ # verification labeling job, you must include
3129
+ # `auditLabelAttributeName` in the label category configuration. Use
3130
+ # this parameter to enter the [ `LabelAttributeName` ][4] of the
3131
+ # labeling job you want to adjust or verify annotations of.
2803
3132
  #
2804
3133
  #
2805
3134
  #
2806
3135
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html
2807
3136
  # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
2808
3137
  # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html
3138
+ # [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName
2809
3139
  #
2810
3140
  # @option params [Types::LabelingJobStoppingConditions] :stopping_conditions
2811
3141
  # A set of conditions for stopping the labeling job. If any of the
@@ -3026,6 +3356,9 @@ module Aws::SageMaker
3026
3356
  # "EnvironmentKey" => "EnvironmentValue",
3027
3357
  # },
3028
3358
  # model_package_name: "VersionedArnOrName",
3359
+ # multi_model_config: {
3360
+ # model_cache_setting: "Enabled", # accepts Enabled, Disabled
3361
+ # },
3029
3362
  # },
3030
3363
  # containers: [
3031
3364
  # {
@@ -3040,6 +3373,9 @@ module Aws::SageMaker
3040
3373
  # "EnvironmentKey" => "EnvironmentValue",
3041
3374
  # },
3042
3375
  # model_package_name: "VersionedArnOrName",
3376
+ # multi_model_config: {
3377
+ # model_cache_setting: "Enabled", # accepts Enabled, Disabled
3378
+ # },
3043
3379
  # },
3044
3380
  # ],
3045
3381
  # execution_role_arn: "RoleArn", # required
@@ -3069,90 +3405,353 @@ module Aws::SageMaker
3069
3405
  req.send_request(options)
3070
3406
  end
3071
3407
 
3072
- # Creates a model package that you can use to create Amazon SageMaker
3073
- # models or list on AWS Marketplace, or a versioned model that is part
3074
- # of a model group. Buyers can subscribe to model packages listed on AWS
3075
- # Marketplace to create models in Amazon SageMaker.
3076
- #
3077
- # To create a model package by specifying a Docker container that
3078
- # contains your inference code and the Amazon S3 location of your model
3079
- # artifacts, provide values for `InferenceSpecification`. To create a
3080
- # model from an algorithm resource that you created or subscribed to in
3081
- # AWS Marketplace, provide a value for `SourceAlgorithmSpecification`.
3082
- #
3083
- # <note markdown="1"> There are two types of model packages:
3084
- #
3085
- # * Versioned - a model that is part of a model group in the model
3086
- # registry.
3087
- #
3088
- # * Unversioned - a model package that is not part of a model group.
3089
- #
3090
- # </note>
3091
- #
3092
- # @option params [String] :model_package_name
3093
- # The name of the model package. The name must have 1 to 63 characters.
3094
- # Valid characters are a-z, A-Z, 0-9, and - (hyphen).
3095
- #
3096
- # This parameter is required for unversioned models. It is not
3097
- # applicable to versioned models.
3098
- #
3099
- # @option params [String] :model_package_group_name
3100
- # The name of the model group that this model version belongs to.
3101
- #
3102
- # This parameter is required for versioned models, and does not apply to
3103
- # unversioned models.
3408
+ # Creates the definition for a model bias job.
3104
3409
  #
3105
- # @option params [String] :model_package_description
3106
- # A description of the model package.
3410
+ # @option params [required, String] :job_definition_name
3411
+ # The name of the bias job definition. The name must be unique within an
3412
+ # AWS Region in the AWS account.
3107
3413
  #
3108
- # @option params [Types::InferenceSpecification] :inference_specification
3109
- # Specifies details about inference jobs that can be run with models
3110
- # based on this model package, including the following:
3414
+ # @option params [Types::ModelBiasBaselineConfig] :model_bias_baseline_config
3415
+ # The baseline configuration for a model bias job.
3111
3416
  #
3112
- # * The Amazon ECR paths of containers that contain the inference code
3113
- # and model artifacts.
3417
+ # @option params [required, Types::ModelBiasAppSpecification] :model_bias_app_specification
3418
+ # Configures the model bias job to run a specified Docker container
3419
+ # image.
3114
3420
  #
3115
- # * The instance types that the model package supports for transform
3116
- # jobs and real-time endpoints used for inference.
3421
+ # @option params [required, Types::ModelBiasJobInput] :model_bias_job_input
3422
+ # Inputs for the model bias job.
3117
3423
  #
3118
- # * The input and output content formats that the model package supports
3119
- # for inference.
3424
+ # @option params [required, Types::MonitoringOutputConfig] :model_bias_job_output_config
3425
+ # The output configuration for monitoring jobs.
3120
3426
  #
3121
- # @option params [Types::ModelPackageValidationSpecification] :validation_specification
3122
- # Specifies configurations for one or more transform jobs that Amazon
3123
- # SageMaker runs to test the model package.
3427
+ # @option params [required, Types::MonitoringResources] :job_resources
3428
+ # Identifies the resources to deploy for a monitoring job.
3124
3429
  #
3125
- # @option params [Types::SourceAlgorithmSpecification] :source_algorithm_specification
3126
- # Details about the algorithm that was used to create the model package.
3430
+ # @option params [Types::MonitoringNetworkConfig] :network_config
3431
+ # Networking options for a model bias job.
3127
3432
  #
3128
- # @option params [Boolean] :certify_for_marketplace
3129
- # Whether to certify the model package for listing on AWS Marketplace.
3433
+ # @option params [required, String] :role_arn
3434
+ # The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
3435
+ # can assume to perform tasks on your behalf.
3130
3436
  #
3131
- # This parameter is optional for unversioned models, and does not apply
3132
- # to versioned models.
3437
+ # @option params [Types::MonitoringStoppingCondition] :stopping_condition
3438
+ # A time limit for how long the monitoring job is allowed to run before
3439
+ # stopping.
3133
3440
  #
3134
3441
  # @option params [Array<Types::Tag>] :tags
3135
- # A list of key value pairs associated with the model. For more
3136
- # information, see [Tagging AWS resources][1] in the *AWS General
3137
- # Reference Guide*.
3138
- #
3442
+ # (Optional) An array of key-value pairs. For more information, see
3443
+ # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
3444
+ # Management User Guide*.
3139
3445
  #
3140
3446
  #
3141
- # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
3142
3447
  #
3143
- # @option params [String] :model_approval_status
3144
- # Whether the model is approved for deployment.
3448
+ # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL
3145
3449
  #
3146
- # This parameter is optional for versioned models, and does not apply to
3147
- # unversioned models.
3450
+ # @return [Types::CreateModelBiasJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3148
3451
  #
3149
- # For versioned models, the value of this parameter must be set to
3150
- # `Approved` to deploy the model.
3452
+ # * {Types::CreateModelBiasJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
3151
3453
  #
3152
- # @option params [Types::MetadataProperties] :metadata_properties
3153
- # Metadata properties of the tracking entity, trial, or trial component.
3454
+ # @example Request syntax with placeholder values
3154
3455
  #
3155
- # @option params [Types::ModelMetrics] :model_metrics
3456
+ # resp = client.create_model_bias_job_definition({
3457
+ # job_definition_name: "MonitoringJobDefinitionName", # required
3458
+ # model_bias_baseline_config: {
3459
+ # baselining_job_name: "ProcessingJobName",
3460
+ # constraints_resource: {
3461
+ # s3_uri: "S3Uri",
3462
+ # },
3463
+ # },
3464
+ # model_bias_app_specification: { # required
3465
+ # image_uri: "ImageUri", # required
3466
+ # config_uri: "S3Uri", # required
3467
+ # environment: {
3468
+ # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
3469
+ # },
3470
+ # },
3471
+ # model_bias_job_input: { # required
3472
+ # endpoint_input: { # required
3473
+ # endpoint_name: "EndpointName", # required
3474
+ # local_path: "ProcessingLocalPath", # required
3475
+ # s3_input_mode: "Pipe", # accepts Pipe, File
3476
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
3477
+ # features_attribute: "String",
3478
+ # inference_attribute: "String",
3479
+ # probability_attribute: "String",
3480
+ # probability_threshold_attribute: 1.0,
3481
+ # start_time_offset: "MonitoringTimeOffsetString",
3482
+ # end_time_offset: "MonitoringTimeOffsetString",
3483
+ # },
3484
+ # ground_truth_s3_input: { # required
3485
+ # s3_uri: "MonitoringS3Uri",
3486
+ # },
3487
+ # },
3488
+ # model_bias_job_output_config: { # required
3489
+ # monitoring_outputs: [ # required
3490
+ # {
3491
+ # s3_output: { # required
3492
+ # s3_uri: "MonitoringS3Uri", # required
3493
+ # local_path: "ProcessingLocalPath", # required
3494
+ # s3_upload_mode: "Continuous", # accepts Continuous, EndOfJob
3495
+ # },
3496
+ # },
3497
+ # ],
3498
+ # kms_key_id: "KmsKeyId",
3499
+ # },
3500
+ # job_resources: { # required
3501
+ # cluster_config: { # required
3502
+ # instance_count: 1, # required
3503
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
3504
+ # volume_size_in_gb: 1, # required
3505
+ # volume_kms_key_id: "KmsKeyId",
3506
+ # },
3507
+ # },
3508
+ # network_config: {
3509
+ # enable_inter_container_traffic_encryption: false,
3510
+ # enable_network_isolation: false,
3511
+ # vpc_config: {
3512
+ # security_group_ids: ["SecurityGroupId"], # required
3513
+ # subnets: ["SubnetId"], # required
3514
+ # },
3515
+ # },
3516
+ # role_arn: "RoleArn", # required
3517
+ # stopping_condition: {
3518
+ # max_runtime_in_seconds: 1, # required
3519
+ # },
3520
+ # tags: [
3521
+ # {
3522
+ # key: "TagKey", # required
3523
+ # value: "TagValue", # required
3524
+ # },
3525
+ # ],
3526
+ # })
3527
+ #
3528
+ # @example Response structure
3529
+ #
3530
+ # resp.job_definition_arn #=> String
3531
+ #
3532
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelBiasJobDefinition AWS API Documentation
3533
+ #
3534
+ # @overload create_model_bias_job_definition(params = {})
3535
+ # @param [Hash] params ({})
3536
+ def create_model_bias_job_definition(params = {}, options = {})
3537
+ req = build_request(:create_model_bias_job_definition, params)
3538
+ req.send_request(options)
3539
+ end
3540
+
3541
+ # Creates the definition for a model explainability job.
3542
+ #
3543
+ # @option params [required, String] :job_definition_name
3544
+ # The name of the model explainability job definition. The name must be
3545
+ # unique within an AWS Region in the AWS account.
3546
+ #
3547
+ # @option params [Types::ModelExplainabilityBaselineConfig] :model_explainability_baseline_config
3548
+ # The baseline configuration for a model explainability job.
3549
+ #
3550
+ # @option params [required, Types::ModelExplainabilityAppSpecification] :model_explainability_app_specification
3551
+ # Configures the model explainability job to run a specified Docker
3552
+ # container image.
3553
+ #
3554
+ # @option params [required, Types::ModelExplainabilityJobInput] :model_explainability_job_input
3555
+ # Inputs for the model explainability job.
3556
+ #
3557
+ # @option params [required, Types::MonitoringOutputConfig] :model_explainability_job_output_config
3558
+ # The output configuration for monitoring jobs.
3559
+ #
3560
+ # @option params [required, Types::MonitoringResources] :job_resources
3561
+ # Identifies the resources to deploy for a monitoring job.
3562
+ #
3563
+ # @option params [Types::MonitoringNetworkConfig] :network_config
3564
+ # Networking options for a model explainability job.
3565
+ #
3566
+ # @option params [required, String] :role_arn
3567
+ # The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
3568
+ # can assume to perform tasks on your behalf.
3569
+ #
3570
+ # @option params [Types::MonitoringStoppingCondition] :stopping_condition
3571
+ # A time limit for how long the monitoring job is allowed to run before
3572
+ # stopping.
3573
+ #
3574
+ # @option params [Array<Types::Tag>] :tags
3575
+ # (Optional) An array of key-value pairs. For more information, see
3576
+ # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
3577
+ # Management User Guide*.
3578
+ #
3579
+ #
3580
+ #
3581
+ # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL
3582
+ #
3583
+ # @return [Types::CreateModelExplainabilityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3584
+ #
3585
+ # * {Types::CreateModelExplainabilityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
3586
+ #
3587
+ # @example Request syntax with placeholder values
3588
+ #
3589
+ # resp = client.create_model_explainability_job_definition({
3590
+ # job_definition_name: "MonitoringJobDefinitionName", # required
3591
+ # model_explainability_baseline_config: {
3592
+ # baselining_job_name: "ProcessingJobName",
3593
+ # constraints_resource: {
3594
+ # s3_uri: "S3Uri",
3595
+ # },
3596
+ # },
3597
+ # model_explainability_app_specification: { # required
3598
+ # image_uri: "ImageUri", # required
3599
+ # config_uri: "S3Uri", # required
3600
+ # environment: {
3601
+ # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
3602
+ # },
3603
+ # },
3604
+ # model_explainability_job_input: { # required
3605
+ # endpoint_input: { # required
3606
+ # endpoint_name: "EndpointName", # required
3607
+ # local_path: "ProcessingLocalPath", # required
3608
+ # s3_input_mode: "Pipe", # accepts Pipe, File
3609
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
3610
+ # features_attribute: "String",
3611
+ # inference_attribute: "String",
3612
+ # probability_attribute: "String",
3613
+ # probability_threshold_attribute: 1.0,
3614
+ # start_time_offset: "MonitoringTimeOffsetString",
3615
+ # end_time_offset: "MonitoringTimeOffsetString",
3616
+ # },
3617
+ # },
3618
+ # model_explainability_job_output_config: { # required
3619
+ # monitoring_outputs: [ # required
3620
+ # {
3621
+ # s3_output: { # required
3622
+ # s3_uri: "MonitoringS3Uri", # required
3623
+ # local_path: "ProcessingLocalPath", # required
3624
+ # s3_upload_mode: "Continuous", # accepts Continuous, EndOfJob
3625
+ # },
3626
+ # },
3627
+ # ],
3628
+ # kms_key_id: "KmsKeyId",
3629
+ # },
3630
+ # job_resources: { # required
3631
+ # cluster_config: { # required
3632
+ # instance_count: 1, # required
3633
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
3634
+ # volume_size_in_gb: 1, # required
3635
+ # volume_kms_key_id: "KmsKeyId",
3636
+ # },
3637
+ # },
3638
+ # network_config: {
3639
+ # enable_inter_container_traffic_encryption: false,
3640
+ # enable_network_isolation: false,
3641
+ # vpc_config: {
3642
+ # security_group_ids: ["SecurityGroupId"], # required
3643
+ # subnets: ["SubnetId"], # required
3644
+ # },
3645
+ # },
3646
+ # role_arn: "RoleArn", # required
3647
+ # stopping_condition: {
3648
+ # max_runtime_in_seconds: 1, # required
3649
+ # },
3650
+ # tags: [
3651
+ # {
3652
+ # key: "TagKey", # required
3653
+ # value: "TagValue", # required
3654
+ # },
3655
+ # ],
3656
+ # })
3657
+ #
3658
+ # @example Response structure
3659
+ #
3660
+ # resp.job_definition_arn #=> String
3661
+ #
3662
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelExplainabilityJobDefinition AWS API Documentation
3663
+ #
3664
+ # @overload create_model_explainability_job_definition(params = {})
3665
+ # @param [Hash] params ({})
3666
+ def create_model_explainability_job_definition(params = {}, options = {})
3667
+ req = build_request(:create_model_explainability_job_definition, params)
3668
+ req.send_request(options)
3669
+ end
3670
+
3671
+ # Creates a model package that you can use to create Amazon SageMaker
3672
+ # models or list on AWS Marketplace, or a versioned model that is part
3673
+ # of a model group. Buyers can subscribe to model packages listed on AWS
3674
+ # Marketplace to create models in Amazon SageMaker.
3675
+ #
3676
+ # To create a model package by specifying a Docker container that
3677
+ # contains your inference code and the Amazon S3 location of your model
3678
+ # artifacts, provide values for `InferenceSpecification`. To create a
3679
+ # model from an algorithm resource that you created or subscribed to in
3680
+ # AWS Marketplace, provide a value for `SourceAlgorithmSpecification`.
3681
+ #
3682
+ # <note markdown="1"> There are two types of model packages:
3683
+ #
3684
+ # * Versioned - a model that is part of a model group in the model
3685
+ # registry.
3686
+ #
3687
+ # * Unversioned - a model package that is not part of a model group.
3688
+ #
3689
+ # </note>
3690
+ #
3691
+ # @option params [String] :model_package_name
3692
+ # The name of the model package. The name must have 1 to 63 characters.
3693
+ # Valid characters are a-z, A-Z, 0-9, and - (hyphen).
3694
+ #
3695
+ # This parameter is required for unversioned models. It is not
3696
+ # applicable to versioned models.
3697
+ #
3698
+ # @option params [String] :model_package_group_name
3699
+ # The name of the model group that this model version belongs to.
3700
+ #
3701
+ # This parameter is required for versioned models, and does not apply to
3702
+ # unversioned models.
3703
+ #
3704
+ # @option params [String] :model_package_description
3705
+ # A description of the model package.
3706
+ #
3707
+ # @option params [Types::InferenceSpecification] :inference_specification
3708
+ # Specifies details about inference jobs that can be run with models
3709
+ # based on this model package, including the following:
3710
+ #
3711
+ # * The Amazon ECR paths of containers that contain the inference code
3712
+ # and model artifacts.
3713
+ #
3714
+ # * The instance types that the model package supports for transform
3715
+ # jobs and real-time endpoints used for inference.
3716
+ #
3717
+ # * The input and output content formats that the model package supports
3718
+ # for inference.
3719
+ #
3720
+ # @option params [Types::ModelPackageValidationSpecification] :validation_specification
3721
+ # Specifies configurations for one or more transform jobs that Amazon
3722
+ # SageMaker runs to test the model package.
3723
+ #
3724
+ # @option params [Types::SourceAlgorithmSpecification] :source_algorithm_specification
3725
+ # Details about the algorithm that was used to create the model package.
3726
+ #
3727
+ # @option params [Boolean] :certify_for_marketplace
3728
+ # Whether to certify the model package for listing on AWS Marketplace.
3729
+ #
3730
+ # This parameter is optional for unversioned models, and does not apply
3731
+ # to versioned models.
3732
+ #
3733
+ # @option params [Array<Types::Tag>] :tags
3734
+ # A list of key value pairs associated with the model. For more
3735
+ # information, see [Tagging AWS resources][1] in the *AWS General
3736
+ # Reference Guide*.
3737
+ #
3738
+ #
3739
+ #
3740
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
3741
+ #
3742
+ # @option params [String] :model_approval_status
3743
+ # Whether the model is approved for deployment.
3744
+ #
3745
+ # This parameter is optional for versioned models, and does not apply to
3746
+ # unversioned models.
3747
+ #
3748
+ # For versioned models, the value of this parameter must be set to
3749
+ # `Approved` to deploy the model.
3750
+ #
3751
+ # @option params [Types::MetadataProperties] :metadata_properties
3752
+ # Metadata properties of the tracking entity, trial, or trial component.
3753
+ #
3754
+ # @option params [Types::ModelMetrics] :model_metrics
3156
3755
  # A structure that contains model metrics reports.
3157
3756
  #
3158
3757
  # @option params [String] :client_token
@@ -3340,14 +3939,156 @@ module Aws::SageMaker
3340
3939
  #
3341
3940
  # @example Response structure
3342
3941
  #
3343
- # resp.model_package_group_arn #=> String
3942
+ # resp.model_package_group_arn #=> String
3943
+ #
3944
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageGroup AWS API Documentation
3945
+ #
3946
+ # @overload create_model_package_group(params = {})
3947
+ # @param [Hash] params ({})
3948
+ def create_model_package_group(params = {}, options = {})
3949
+ req = build_request(:create_model_package_group, params)
3950
+ req.send_request(options)
3951
+ end
3952
+
3953
+ # Creates a definition for a job that monitors model quality and drift.
3954
+ # For information about model monitor, see [Amazon SageMaker Model
3955
+ # Monitor][1].
3956
+ #
3957
+ #
3958
+ #
3959
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html
3960
+ #
3961
+ # @option params [required, String] :job_definition_name
3962
+ # The name of the monitoring job definition.
3963
+ #
3964
+ # @option params [Types::ModelQualityBaselineConfig] :model_quality_baseline_config
3965
+ # Specifies the constraints and baselines for the monitoring job.
3966
+ #
3967
+ # @option params [required, Types::ModelQualityAppSpecification] :model_quality_app_specification
3968
+ # The container that runs the monitoring job.
3969
+ #
3970
+ # @option params [required, Types::ModelQualityJobInput] :model_quality_job_input
3971
+ # A list of the inputs that are monitored. Currently endpoints are
3972
+ # supported.
3973
+ #
3974
+ # @option params [required, Types::MonitoringOutputConfig] :model_quality_job_output_config
3975
+ # The output configuration for monitoring jobs.
3976
+ #
3977
+ # @option params [required, Types::MonitoringResources] :job_resources
3978
+ # Identifies the resources to deploy for a monitoring job.
3979
+ #
3980
+ # @option params [Types::MonitoringNetworkConfig] :network_config
3981
+ # Specifies the network configuration for the monitoring job.
3982
+ #
3983
+ # @option params [required, String] :role_arn
3984
+ # The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
3985
+ # can assume to perform tasks on your behalf.
3986
+ #
3987
+ # @option params [Types::MonitoringStoppingCondition] :stopping_condition
3988
+ # A time limit for how long the monitoring job is allowed to run before
3989
+ # stopping.
3990
+ #
3991
+ # @option params [Array<Types::Tag>] :tags
3992
+ # (Optional) An array of key-value pairs. For more information, see
3993
+ # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
3994
+ # Management User Guide*.
3995
+ #
3996
+ #
3997
+ #
3998
+ # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL
3999
+ #
4000
+ # @return [Types::CreateModelQualityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4001
+ #
4002
+ # * {Types::CreateModelQualityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
4003
+ #
4004
+ # @example Request syntax with placeholder values
4005
+ #
4006
+ # resp = client.create_model_quality_job_definition({
4007
+ # job_definition_name: "MonitoringJobDefinitionName", # required
4008
+ # model_quality_baseline_config: {
4009
+ # baselining_job_name: "ProcessingJobName",
4010
+ # constraints_resource: {
4011
+ # s3_uri: "S3Uri",
4012
+ # },
4013
+ # },
4014
+ # model_quality_app_specification: { # required
4015
+ # image_uri: "ImageUri", # required
4016
+ # container_entrypoint: ["ContainerEntrypointString"],
4017
+ # container_arguments: ["ContainerArgument"],
4018
+ # record_preprocessor_source_uri: "S3Uri",
4019
+ # post_analytics_processor_source_uri: "S3Uri",
4020
+ # problem_type: "BinaryClassification", # accepts BinaryClassification, MulticlassClassification, Regression
4021
+ # environment: {
4022
+ # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
4023
+ # },
4024
+ # },
4025
+ # model_quality_job_input: { # required
4026
+ # endpoint_input: { # required
4027
+ # endpoint_name: "EndpointName", # required
4028
+ # local_path: "ProcessingLocalPath", # required
4029
+ # s3_input_mode: "Pipe", # accepts Pipe, File
4030
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
4031
+ # features_attribute: "String",
4032
+ # inference_attribute: "String",
4033
+ # probability_attribute: "String",
4034
+ # probability_threshold_attribute: 1.0,
4035
+ # start_time_offset: "MonitoringTimeOffsetString",
4036
+ # end_time_offset: "MonitoringTimeOffsetString",
4037
+ # },
4038
+ # ground_truth_s3_input: { # required
4039
+ # s3_uri: "MonitoringS3Uri",
4040
+ # },
4041
+ # },
4042
+ # model_quality_job_output_config: { # required
4043
+ # monitoring_outputs: [ # required
4044
+ # {
4045
+ # s3_output: { # required
4046
+ # s3_uri: "MonitoringS3Uri", # required
4047
+ # local_path: "ProcessingLocalPath", # required
4048
+ # s3_upload_mode: "Continuous", # accepts Continuous, EndOfJob
4049
+ # },
4050
+ # },
4051
+ # ],
4052
+ # kms_key_id: "KmsKeyId",
4053
+ # },
4054
+ # job_resources: { # required
4055
+ # cluster_config: { # required
4056
+ # instance_count: 1, # required
4057
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
4058
+ # volume_size_in_gb: 1, # required
4059
+ # volume_kms_key_id: "KmsKeyId",
4060
+ # },
4061
+ # },
4062
+ # network_config: {
4063
+ # enable_inter_container_traffic_encryption: false,
4064
+ # enable_network_isolation: false,
4065
+ # vpc_config: {
4066
+ # security_group_ids: ["SecurityGroupId"], # required
4067
+ # subnets: ["SubnetId"], # required
4068
+ # },
4069
+ # },
4070
+ # role_arn: "RoleArn", # required
4071
+ # stopping_condition: {
4072
+ # max_runtime_in_seconds: 1, # required
4073
+ # },
4074
+ # tags: [
4075
+ # {
4076
+ # key: "TagKey", # required
4077
+ # value: "TagValue", # required
4078
+ # },
4079
+ # ],
4080
+ # })
4081
+ #
4082
+ # @example Response structure
4083
+ #
4084
+ # resp.job_definition_arn #=> String
3344
4085
  #
3345
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageGroup AWS API Documentation
4086
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelQualityJobDefinition AWS API Documentation
3346
4087
  #
3347
- # @overload create_model_package_group(params = {})
4088
+ # @overload create_model_quality_job_definition(params = {})
3348
4089
  # @param [Hash] params ({})
3349
- def create_model_package_group(params = {}, options = {})
3350
- req = build_request(:create_model_package_group, params)
4090
+ def create_model_quality_job_definition(params = {}, options = {})
4091
+ req = build_request(:create_model_quality_job_definition, params)
3351
4092
  req.send_request(options)
3352
4093
  end
3353
4094
 
@@ -3382,6 +4123,7 @@ module Aws::SageMaker
3382
4123
  # },
3383
4124
  # monitoring_job_definition: {
3384
4125
  # baseline_config: {
4126
+ # baselining_job_name: "ProcessingJobName",
3385
4127
  # constraints_resource: {
3386
4128
  # s3_uri: "S3Uri",
3387
4129
  # },
@@ -3396,6 +4138,12 @@ module Aws::SageMaker
3396
4138
  # local_path: "ProcessingLocalPath", # required
3397
4139
  # s3_input_mode: "Pipe", # accepts Pipe, File
3398
4140
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
4141
+ # features_attribute: "String",
4142
+ # inference_attribute: "String",
4143
+ # probability_attribute: "String",
4144
+ # probability_threshold_attribute: 1.0,
4145
+ # start_time_offset: "MonitoringTimeOffsetString",
4146
+ # end_time_offset: "MonitoringTimeOffsetString",
3399
4147
  # },
3400
4148
  # },
3401
4149
  # ],
@@ -3442,6 +4190,8 @@ module Aws::SageMaker
3442
4190
  # },
3443
4191
  # role_arn: "RoleArn", # required
3444
4192
  # },
4193
+ # monitoring_job_definition_name: "MonitoringJobDefinitionName",
4194
+ # monitoring_type: "DataQuality", # accepts DataQuality, ModelQuality, ModelBias, ModelExplainability
3445
4195
  # },
3446
4196
  # tags: [
3447
4197
  # {
@@ -3820,9 +4570,10 @@ module Aws::SageMaker
3820
4570
  # This operation can only be called when the authentication mode equals
3821
4571
  # IAM.
3822
4572
  #
3823
- # <note markdown="1"> The URL that you get from a call to `CreatePresignedDomainUrl` is
3824
- # valid only for 5 minutes. If you try to use the URL after the 5-minute
3825
- # limit expires, you are directed to the AWS console sign-in page.
4573
+ # <note markdown="1"> The URL that you get from a call to `CreatePresignedDomainUrl` has a
4574
+ # default timeout of 5 minutes. You can configure this value using
4575
+ # `ExpiresInSeconds`. If you try to use the URL after the timeout limit
4576
+ # expires, you are directed to the AWS console sign-in page.
3826
4577
  #
3827
4578
  # </note>
3828
4579
  #
@@ -3833,7 +4584,12 @@ module Aws::SageMaker
3833
4584
  # The name of the UserProfile to sign-in as.
3834
4585
  #
3835
4586
  # @option params [Integer] :session_expiration_duration_in_seconds
3836
- # The session expiration duration in seconds.
4587
+ # The session expiration duration in seconds. This value defaults to
4588
+ # 43200.
4589
+ #
4590
+ # @option params [Integer] :expires_in_seconds
4591
+ # The number of seconds until the pre-signed URL expires. This value
4592
+ # defaults to 300.
3837
4593
  #
3838
4594
  # @return [Types::CreatePresignedDomainUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3839
4595
  #
@@ -3845,6 +4601,7 @@ module Aws::SageMaker
3845
4601
  # domain_id: "DomainId", # required
3846
4602
  # user_profile_name: "UserProfileName", # required
3847
4603
  # session_expiration_duration_in_seconds: 1,
4604
+ # expires_in_seconds: 1,
3848
4605
  # })
3849
4606
  #
3850
4607
  # @example Response structure
@@ -3924,7 +4681,8 @@ module Aws::SageMaker
3924
4681
  # Creates a processing job.
3925
4682
  #
3926
4683
  # @option params [Array<Types::ProcessingInput>] :processing_inputs
3927
- # List of input configurations for the processing job.
4684
+ # An array of inputs configuring the data to download into the
4685
+ # processing container.
3928
4686
  #
3929
4687
  # @option params [Types::ProcessingOutputConfig] :processing_output_config
3930
4688
  # Output configuration for the processing job.
@@ -3946,10 +4704,14 @@ module Aws::SageMaker
3946
4704
  # image.
3947
4705
  #
3948
4706
  # @option params [Hash<String,String>] :environment
3949
- # Sets the environment variables in the Docker container.
4707
+ # The environment variables to set in the Docker container. Up to 100
4708
+ # key and values entries in the map are supported.
3950
4709
  #
3951
4710
  # @option params [Types::NetworkConfig] :network_config
3952
- # Networking options for a processing job.
4711
+ # Networking options for a processing job, such as whether to allow
4712
+ # inbound and outbound network calls to and from processing containers,
4713
+ # and the VPC subnets and security groups to use for VPC-enabled
4714
+ # processing jobs.
3953
4715
  #
3954
4716
  # @option params [required, String] :role_arn
3955
4717
  # The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
@@ -4199,7 +4961,7 @@ module Aws::SageMaker
4199
4961
  # learning models by up to 80% by using Amazon EC2 Spot instances. For
4200
4962
  # more information, see [Managed Spot Training][2].
4201
4963
  #
4202
- # * `RoleArn` - The Amazon Resource Number (ARN) that Amazon SageMaker
4964
+ # * `RoleArn` - The Amazon Resource Name (ARN) that Amazon SageMaker
4203
4965
  # assumes to perform tasks on your behalf during model training. You
4204
4966
  # must grant this role the necessary permissions so that Amazon
4205
4967
  # SageMaker can successfully complete model training.
@@ -4370,14 +5132,23 @@ module Aws::SageMaker
4370
5132
  # training checkpoint data.
4371
5133
  #
4372
5134
  # @option params [Types::DebugHookConfig] :debug_hook_config
4373
- # Configuration information for the debug hook parameters, collection
4374
- # configuration, and storage paths.
5135
+ # Configuration information for the Debugger hook parameters, metric and
5136
+ # tensor collections, and storage paths. To learn more about how to
5137
+ # configure the `DebugHookConfig` parameter, see [Use the SageMaker and
5138
+ # Debugger Configuration API Operations to Create, Update, and Debug
5139
+ # Your Training Job][1].
5140
+ #
5141
+ #
5142
+ #
5143
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html
4375
5144
  #
4376
5145
  # @option params [Array<Types::DebugRuleConfiguration>] :debug_rule_configurations
4377
- # Configuration information for debugging rules.
5146
+ # Configuration information for Debugger rules for debugging output
5147
+ # tensors.
4378
5148
  #
4379
5149
  # @option params [Types::TensorBoardOutputConfig] :tensor_board_output_config
4380
- # Configuration of storage locations for TensorBoard output.
5150
+ # Configuration of storage locations for the Debugger TensorBoard output
5151
+ # data.
4381
5152
  #
4382
5153
  # @option params [Types::ExperimentConfig] :experiment_config
4383
5154
  # Associates a SageMaker job as a trial component with an experiment and
@@ -4389,6 +5160,14 @@ module Aws::SageMaker
4389
5160
  #
4390
5161
  # * CreateTransformJob
4391
5162
  #
5163
+ # @option params [Types::ProfilerConfig] :profiler_config
5164
+ # Configuration information for Debugger system monitoring, framework
5165
+ # profiling, and storage paths.
5166
+ #
5167
+ # @option params [Array<Types::ProfilerRuleConfiguration>] :profiler_rule_configurations
5168
+ # Configuration information for Debugger rules for profiling system and
5169
+ # framework metrics.
5170
+ #
4392
5171
  # @return [Types::CreateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4393
5172
  #
4394
5173
  # * {Types::CreateTrainingJobResponse#training_job_arn #training_job_arn} => String
@@ -4507,6 +5286,26 @@ module Aws::SageMaker
4507
5286
  # trial_name: "ExperimentEntityName",
4508
5287
  # trial_component_display_name: "ExperimentEntityName",
4509
5288
  # },
5289
+ # profiler_config: {
5290
+ # s3_output_path: "S3Uri", # required
5291
+ # profiling_interval_in_milliseconds: 1,
5292
+ # profiling_parameters: {
5293
+ # "ConfigKey" => "ConfigValue",
5294
+ # },
5295
+ # },
5296
+ # profiler_rule_configurations: [
5297
+ # {
5298
+ # rule_configuration_name: "RuleConfigurationName", # required
5299
+ # local_path: "DirectoryPath",
5300
+ # s3_output_path: "S3Uri",
5301
+ # rule_evaluator_image: "AlgorithmImage", # required
5302
+ # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
5303
+ # volume_size_in_gb: 1,
5304
+ # rule_parameters: {
5305
+ # "ConfigKey" => "ConfigValue",
5306
+ # },
5307
+ # },
5308
+ # ],
4510
5309
  # })
4511
5310
  #
4512
5311
  # @example Response structure
@@ -5471,6 +6270,50 @@ module Aws::SageMaker
5471
6270
  req.send_request(options)
5472
6271
  end
5473
6272
 
6273
+ # Deletes a data quality monitoring job definition.
6274
+ #
6275
+ # @option params [required, String] :job_definition_name
6276
+ # The name of the data quality monitoring job definition to delete.
6277
+ #
6278
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6279
+ #
6280
+ # @example Request syntax with placeholder values
6281
+ #
6282
+ # resp = client.delete_data_quality_job_definition({
6283
+ # job_definition_name: "MonitoringJobDefinitionName", # required
6284
+ # })
6285
+ #
6286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDataQualityJobDefinition AWS API Documentation
6287
+ #
6288
+ # @overload delete_data_quality_job_definition(params = {})
6289
+ # @param [Hash] params ({})
6290
+ def delete_data_quality_job_definition(params = {}, options = {})
6291
+ req = build_request(:delete_data_quality_job_definition, params)
6292
+ req.send_request(options)
6293
+ end
6294
+
6295
+ # Deletes a fleet.
6296
+ #
6297
+ # @option params [required, String] :device_fleet_name
6298
+ # The name of the fleet to delete.
6299
+ #
6300
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6301
+ #
6302
+ # @example Request syntax with placeholder values
6303
+ #
6304
+ # resp = client.delete_device_fleet({
6305
+ # device_fleet_name: "EntityName", # required
6306
+ # })
6307
+ #
6308
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDeviceFleet AWS API Documentation
6309
+ #
6310
+ # @overload delete_device_fleet(params = {})
6311
+ # @param [Hash] params ({})
6312
+ def delete_device_fleet(params = {}, options = {})
6313
+ req = build_request(:delete_device_fleet, params)
6314
+ req.send_request(options)
6315
+ end
6316
+
5474
6317
  # Used to delete a domain. If you onboarded with IAM mode, you will need
5475
6318
  # to delete your domain to onboard again using SSO. Use with caution.
5476
6319
  # All of the members of the domain will lose access to their EFS volume,
@@ -5750,6 +6593,50 @@ module Aws::SageMaker
5750
6593
  req.send_request(options)
5751
6594
  end
5752
6595
 
6596
+ # Deletes an Amazon SageMaker model bias job definition.
6597
+ #
6598
+ # @option params [required, String] :job_definition_name
6599
+ # The name of the model bias job definition to delete.
6600
+ #
6601
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6602
+ #
6603
+ # @example Request syntax with placeholder values
6604
+ #
6605
+ # resp = client.delete_model_bias_job_definition({
6606
+ # job_definition_name: "MonitoringJobDefinitionName", # required
6607
+ # })
6608
+ #
6609
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelBiasJobDefinition AWS API Documentation
6610
+ #
6611
+ # @overload delete_model_bias_job_definition(params = {})
6612
+ # @param [Hash] params ({})
6613
+ def delete_model_bias_job_definition(params = {}, options = {})
6614
+ req = build_request(:delete_model_bias_job_definition, params)
6615
+ req.send_request(options)
6616
+ end
6617
+
6618
+ # Deletes an Amazon SageMaker model explainability job definition.
6619
+ #
6620
+ # @option params [required, String] :job_definition_name
6621
+ # The name of the model explainability job definition to delete.
6622
+ #
6623
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6624
+ #
6625
+ # @example Request syntax with placeholder values
6626
+ #
6627
+ # resp = client.delete_model_explainability_job_definition({
6628
+ # job_definition_name: "MonitoringJobDefinitionName", # required
6629
+ # })
6630
+ #
6631
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelExplainabilityJobDefinition AWS API Documentation
6632
+ #
6633
+ # @overload delete_model_explainability_job_definition(params = {})
6634
+ # @param [Hash] params ({})
6635
+ def delete_model_explainability_job_definition(params = {}, options = {})
6636
+ req = build_request(:delete_model_explainability_job_definition, params)
6637
+ req.send_request(options)
6638
+ end
6639
+
5753
6640
  # Deletes a model package.
5754
6641
  #
5755
6642
  # A model package is used to create Amazon SageMaker models or list on
@@ -5821,6 +6708,28 @@ module Aws::SageMaker
5821
6708
  req.send_request(options)
5822
6709
  end
5823
6710
 
6711
+ # Deletes the secified model quality monitoring job definition.
6712
+ #
6713
+ # @option params [required, String] :job_definition_name
6714
+ # The name of the model quality monitoring job definition to delete.
6715
+ #
6716
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6717
+ #
6718
+ # @example Request syntax with placeholder values
6719
+ #
6720
+ # resp = client.delete_model_quality_job_definition({
6721
+ # job_definition_name: "MonitoringJobDefinitionName", # required
6722
+ # })
6723
+ #
6724
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelQualityJobDefinition AWS API Documentation
6725
+ #
6726
+ # @overload delete_model_quality_job_definition(params = {})
6727
+ # @param [Hash] params ({})
6728
+ def delete_model_quality_job_definition(params = {}, options = {})
6729
+ req = build_request(:delete_model_quality_job_definition, params)
6730
+ req.send_request(options)
6731
+ end
6732
+
5824
6733
  # Deletes a monitoring schedule. Also stops the schedule had not already
5825
6734
  # been stopped. This does not delete the job execution history of the
5826
6735
  # monitoring schedule.
@@ -5895,7 +6804,7 @@ module Aws::SageMaker
5895
6804
  req.send_request(options)
5896
6805
  end
5897
6806
 
5898
- # Deletes a pipeline.
6807
+ # Deletes a pipeline if there are no in-progress executions.
5899
6808
  #
5900
6809
  # @option params [required, String] :pipeline_name
5901
6810
  # The name of the pipeline to delete.
@@ -6137,6 +7046,33 @@ module Aws::SageMaker
6137
7046
  req.send_request(options)
6138
7047
  end
6139
7048
 
7049
+ # Deregisters the specified devices. After you deregister a device, you
7050
+ # will need to re-register the devices.
7051
+ #
7052
+ # @option params [required, String] :device_fleet_name
7053
+ # The name of the fleet the devices belong to.
7054
+ #
7055
+ # @option params [required, Array<String>] :device_names
7056
+ # The unique IDs of the devices.
7057
+ #
7058
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
7059
+ #
7060
+ # @example Request syntax with placeholder values
7061
+ #
7062
+ # resp = client.deregister_devices({
7063
+ # device_fleet_name: "EntityName", # required
7064
+ # device_names: ["DeviceName"], # required
7065
+ # })
7066
+ #
7067
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeregisterDevices AWS API Documentation
7068
+ #
7069
+ # @overload deregister_devices(params = {})
7070
+ # @param [Hash] params ({})
7071
+ def deregister_devices(params = {}, options = {})
7072
+ req = build_request(:deregister_devices, params)
7073
+ req.send_request(options)
7074
+ end
7075
+
6140
7076
  # Describes an action.
6141
7077
  #
6142
7078
  # @option params [required, String] :action_name
@@ -6691,6 +7627,7 @@ module Aws::SageMaker
6691
7627
  # resp.input_config.s3_uri #=> String
6692
7628
  # resp.input_config.data_input_config #=> String
6693
7629
  # resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE", "DARKNET", "SKLEARN"
7630
+ # resp.input_config.framework_version #=> String
6694
7631
  # resp.output_config.s3_output_location #=> String
6695
7632
  # resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm"
6696
7633
  # resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
@@ -6761,6 +7698,186 @@ module Aws::SageMaker
6761
7698
  req.send_request(options)
6762
7699
  end
6763
7700
 
7701
+ # Gets the details of a data quality monitoring job definition.
7702
+ #
7703
+ # @option params [required, String] :job_definition_name
7704
+ # The name of the data quality monitoring job definition to describe.
7705
+ #
7706
+ # @return [Types::DescribeDataQualityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7707
+ #
7708
+ # * {Types::DescribeDataQualityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
7709
+ # * {Types::DescribeDataQualityJobDefinitionResponse#job_definition_name #job_definition_name} => String
7710
+ # * {Types::DescribeDataQualityJobDefinitionResponse#creation_time #creation_time} => Time
7711
+ # * {Types::DescribeDataQualityJobDefinitionResponse#data_quality_baseline_config #data_quality_baseline_config} => Types::DataQualityBaselineConfig
7712
+ # * {Types::DescribeDataQualityJobDefinitionResponse#data_quality_app_specification #data_quality_app_specification} => Types::DataQualityAppSpecification
7713
+ # * {Types::DescribeDataQualityJobDefinitionResponse#data_quality_job_input #data_quality_job_input} => Types::DataQualityJobInput
7714
+ # * {Types::DescribeDataQualityJobDefinitionResponse#data_quality_job_output_config #data_quality_job_output_config} => Types::MonitoringOutputConfig
7715
+ # * {Types::DescribeDataQualityJobDefinitionResponse#job_resources #job_resources} => Types::MonitoringResources
7716
+ # * {Types::DescribeDataQualityJobDefinitionResponse#network_config #network_config} => Types::MonitoringNetworkConfig
7717
+ # * {Types::DescribeDataQualityJobDefinitionResponse#role_arn #role_arn} => String
7718
+ # * {Types::DescribeDataQualityJobDefinitionResponse#stopping_condition #stopping_condition} => Types::MonitoringStoppingCondition
7719
+ #
7720
+ # @example Request syntax with placeholder values
7721
+ #
7722
+ # resp = client.describe_data_quality_job_definition({
7723
+ # job_definition_name: "MonitoringJobDefinitionName", # required
7724
+ # })
7725
+ #
7726
+ # @example Response structure
7727
+ #
7728
+ # resp.job_definition_arn #=> String
7729
+ # resp.job_definition_name #=> String
7730
+ # resp.creation_time #=> Time
7731
+ # resp.data_quality_baseline_config.baselining_job_name #=> String
7732
+ # resp.data_quality_baseline_config.constraints_resource.s3_uri #=> String
7733
+ # resp.data_quality_baseline_config.statistics_resource.s3_uri #=> String
7734
+ # resp.data_quality_app_specification.image_uri #=> String
7735
+ # resp.data_quality_app_specification.container_entrypoint #=> Array
7736
+ # resp.data_quality_app_specification.container_entrypoint[0] #=> String
7737
+ # resp.data_quality_app_specification.container_arguments #=> Array
7738
+ # resp.data_quality_app_specification.container_arguments[0] #=> String
7739
+ # resp.data_quality_app_specification.record_preprocessor_source_uri #=> String
7740
+ # resp.data_quality_app_specification.post_analytics_processor_source_uri #=> String
7741
+ # resp.data_quality_app_specification.environment #=> Hash
7742
+ # resp.data_quality_app_specification.environment["ProcessingEnvironmentKey"] #=> String
7743
+ # resp.data_quality_job_input.endpoint_input.endpoint_name #=> String
7744
+ # resp.data_quality_job_input.endpoint_input.local_path #=> String
7745
+ # resp.data_quality_job_input.endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
7746
+ # resp.data_quality_job_input.endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
7747
+ # resp.data_quality_job_input.endpoint_input.features_attribute #=> String
7748
+ # resp.data_quality_job_input.endpoint_input.inference_attribute #=> String
7749
+ # resp.data_quality_job_input.endpoint_input.probability_attribute #=> String
7750
+ # resp.data_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
7751
+ # resp.data_quality_job_input.endpoint_input.start_time_offset #=> String
7752
+ # resp.data_quality_job_input.endpoint_input.end_time_offset #=> String
7753
+ # resp.data_quality_job_output_config.monitoring_outputs #=> Array
7754
+ # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
7755
+ # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
7756
+ # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
7757
+ # resp.data_quality_job_output_config.kms_key_id #=> String
7758
+ # resp.job_resources.cluster_config.instance_count #=> Integer
7759
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
7760
+ # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
7761
+ # resp.job_resources.cluster_config.volume_kms_key_id #=> String
7762
+ # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
7763
+ # resp.network_config.enable_network_isolation #=> Boolean
7764
+ # resp.network_config.vpc_config.security_group_ids #=> Array
7765
+ # resp.network_config.vpc_config.security_group_ids[0] #=> String
7766
+ # resp.network_config.vpc_config.subnets #=> Array
7767
+ # resp.network_config.vpc_config.subnets[0] #=> String
7768
+ # resp.role_arn #=> String
7769
+ # resp.stopping_condition.max_runtime_in_seconds #=> Integer
7770
+ #
7771
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDataQualityJobDefinition AWS API Documentation
7772
+ #
7773
+ # @overload describe_data_quality_job_definition(params = {})
7774
+ # @param [Hash] params ({})
7775
+ def describe_data_quality_job_definition(params = {}, options = {})
7776
+ req = build_request(:describe_data_quality_job_definition, params)
7777
+ req.send_request(options)
7778
+ end
7779
+
7780
+ # Describes the device.
7781
+ #
7782
+ # @option params [String] :next_token
7783
+ # Next token of device description.
7784
+ #
7785
+ # @option params [required, String] :device_name
7786
+ # The unique ID of the device.
7787
+ #
7788
+ # @option params [required, String] :device_fleet_name
7789
+ # The name of the fleet the devices belong to.
7790
+ #
7791
+ # @return [Types::DescribeDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7792
+ #
7793
+ # * {Types::DescribeDeviceResponse#device_arn #device_arn} => String
7794
+ # * {Types::DescribeDeviceResponse#device_name #device_name} => String
7795
+ # * {Types::DescribeDeviceResponse#description #description} => String
7796
+ # * {Types::DescribeDeviceResponse#device_fleet_name #device_fleet_name} => String
7797
+ # * {Types::DescribeDeviceResponse#iot_thing_name #iot_thing_name} => String
7798
+ # * {Types::DescribeDeviceResponse#registration_time #registration_time} => Time
7799
+ # * {Types::DescribeDeviceResponse#latest_heartbeat #latest_heartbeat} => Time
7800
+ # * {Types::DescribeDeviceResponse#models #models} => Array&lt;Types::EdgeModel&gt;
7801
+ # * {Types::DescribeDeviceResponse#max_models #max_models} => Integer
7802
+ # * {Types::DescribeDeviceResponse#next_token #next_token} => String
7803
+ #
7804
+ # @example Request syntax with placeholder values
7805
+ #
7806
+ # resp = client.describe_device({
7807
+ # next_token: "NextToken",
7808
+ # device_name: "EntityName", # required
7809
+ # device_fleet_name: "EntityName", # required
7810
+ # })
7811
+ #
7812
+ # @example Response structure
7813
+ #
7814
+ # resp.device_arn #=> String
7815
+ # resp.device_name #=> String
7816
+ # resp.description #=> String
7817
+ # resp.device_fleet_name #=> String
7818
+ # resp.iot_thing_name #=> String
7819
+ # resp.registration_time #=> Time
7820
+ # resp.latest_heartbeat #=> Time
7821
+ # resp.models #=> Array
7822
+ # resp.models[0].model_name #=> String
7823
+ # resp.models[0].model_version #=> String
7824
+ # resp.models[0].latest_sample_time #=> Time
7825
+ # resp.models[0].latest_inference #=> Time
7826
+ # resp.max_models #=> Integer
7827
+ # resp.next_token #=> String
7828
+ #
7829
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDevice AWS API Documentation
7830
+ #
7831
+ # @overload describe_device(params = {})
7832
+ # @param [Hash] params ({})
7833
+ def describe_device(params = {}, options = {})
7834
+ req = build_request(:describe_device, params)
7835
+ req.send_request(options)
7836
+ end
7837
+
7838
+ # A description of the fleet the device belongs to.
7839
+ #
7840
+ # @option params [required, String] :device_fleet_name
7841
+ # The name of the fleet.
7842
+ #
7843
+ # @return [Types::DescribeDeviceFleetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7844
+ #
7845
+ # * {Types::DescribeDeviceFleetResponse#device_fleet_name #device_fleet_name} => String
7846
+ # * {Types::DescribeDeviceFleetResponse#device_fleet_arn #device_fleet_arn} => String
7847
+ # * {Types::DescribeDeviceFleetResponse#output_config #output_config} => Types::EdgeOutputConfig
7848
+ # * {Types::DescribeDeviceFleetResponse#description #description} => String
7849
+ # * {Types::DescribeDeviceFleetResponse#creation_time #creation_time} => Time
7850
+ # * {Types::DescribeDeviceFleetResponse#last_modified_time #last_modified_time} => Time
7851
+ # * {Types::DescribeDeviceFleetResponse#role_arn #role_arn} => String
7852
+ # * {Types::DescribeDeviceFleetResponse#iot_role_alias #iot_role_alias} => String
7853
+ #
7854
+ # @example Request syntax with placeholder values
7855
+ #
7856
+ # resp = client.describe_device_fleet({
7857
+ # device_fleet_name: "EntityName", # required
7858
+ # })
7859
+ #
7860
+ # @example Response structure
7861
+ #
7862
+ # resp.device_fleet_name #=> String
7863
+ # resp.device_fleet_arn #=> String
7864
+ # resp.output_config.s3_output_location #=> String
7865
+ # resp.output_config.kms_key_id #=> String
7866
+ # resp.description #=> String
7867
+ # resp.creation_time #=> Time
7868
+ # resp.last_modified_time #=> Time
7869
+ # resp.role_arn #=> String
7870
+ # resp.iot_role_alias #=> String
7871
+ #
7872
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDeviceFleet AWS API Documentation
7873
+ #
7874
+ # @overload describe_device_fleet(params = {})
7875
+ # @param [Hash] params ({})
7876
+ def describe_device_fleet(params = {}, options = {})
7877
+ req = build_request(:describe_device_fleet, params)
7878
+ req.send_request(options)
7879
+ end
7880
+
6764
7881
  # The description of the domain.
6765
7882
  #
6766
7883
  # @option params [required, String] :domain_id
@@ -6840,6 +7957,61 @@ module Aws::SageMaker
6840
7957
  req.send_request(options)
6841
7958
  end
6842
7959
 
7960
+ # A description of edge packaging jobs.
7961
+ #
7962
+ # @option params [required, String] :edge_packaging_job_name
7963
+ # The name of the edge packaging job.
7964
+ #
7965
+ # @return [Types::DescribeEdgePackagingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7966
+ #
7967
+ # * {Types::DescribeEdgePackagingJobResponse#edge_packaging_job_arn #edge_packaging_job_arn} => String
7968
+ # * {Types::DescribeEdgePackagingJobResponse#edge_packaging_job_name #edge_packaging_job_name} => String
7969
+ # * {Types::DescribeEdgePackagingJobResponse#compilation_job_name #compilation_job_name} => String
7970
+ # * {Types::DescribeEdgePackagingJobResponse#model_name #model_name} => String
7971
+ # * {Types::DescribeEdgePackagingJobResponse#model_version #model_version} => String
7972
+ # * {Types::DescribeEdgePackagingJobResponse#role_arn #role_arn} => String
7973
+ # * {Types::DescribeEdgePackagingJobResponse#output_config #output_config} => Types::EdgeOutputConfig
7974
+ # * {Types::DescribeEdgePackagingJobResponse#resource_key #resource_key} => String
7975
+ # * {Types::DescribeEdgePackagingJobResponse#edge_packaging_job_status #edge_packaging_job_status} => String
7976
+ # * {Types::DescribeEdgePackagingJobResponse#edge_packaging_job_status_message #edge_packaging_job_status_message} => String
7977
+ # * {Types::DescribeEdgePackagingJobResponse#creation_time #creation_time} => Time
7978
+ # * {Types::DescribeEdgePackagingJobResponse#last_modified_time #last_modified_time} => Time
7979
+ # * {Types::DescribeEdgePackagingJobResponse#model_artifact #model_artifact} => String
7980
+ # * {Types::DescribeEdgePackagingJobResponse#model_signature #model_signature} => String
7981
+ #
7982
+ # @example Request syntax with placeholder values
7983
+ #
7984
+ # resp = client.describe_edge_packaging_job({
7985
+ # edge_packaging_job_name: "EntityName", # required
7986
+ # })
7987
+ #
7988
+ # @example Response structure
7989
+ #
7990
+ # resp.edge_packaging_job_arn #=> String
7991
+ # resp.edge_packaging_job_name #=> String
7992
+ # resp.compilation_job_name #=> String
7993
+ # resp.model_name #=> String
7994
+ # resp.model_version #=> String
7995
+ # resp.role_arn #=> String
7996
+ # resp.output_config.s3_output_location #=> String
7997
+ # resp.output_config.kms_key_id #=> String
7998
+ # resp.resource_key #=> String
7999
+ # resp.edge_packaging_job_status #=> String, one of "STARTING", "INPROGRESS", "COMPLETED", "FAILED", "STOPPING", "STOPPED"
8000
+ # resp.edge_packaging_job_status_message #=> String
8001
+ # resp.creation_time #=> Time
8002
+ # resp.last_modified_time #=> Time
8003
+ # resp.model_artifact #=> String
8004
+ # resp.model_signature #=> String
8005
+ #
8006
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgePackagingJob AWS API Documentation
8007
+ #
8008
+ # @overload describe_edge_packaging_job(params = {})
8009
+ # @param [Hash] params ({})
8010
+ def describe_edge_packaging_job(params = {}, options = {})
8011
+ req = build_request(:describe_edge_packaging_job, params)
8012
+ req.send_request(options)
8013
+ end
8014
+
6843
8015
  # Returns the description of an endpoint.
6844
8016
  #
6845
8017
  # @option params [required, String] :endpoint_name
@@ -7629,6 +8801,7 @@ module Aws::SageMaker
7629
8801
  # resp.primary_container.environment #=> Hash
7630
8802
  # resp.primary_container.environment["EnvironmentKey"] #=> String
7631
8803
  # resp.primary_container.model_package_name #=> String
8804
+ # resp.primary_container.multi_model_config.model_cache_setting #=> String, one of "Enabled", "Disabled"
7632
8805
  # resp.containers #=> Array
7633
8806
  # resp.containers[0].container_hostname #=> String
7634
8807
  # resp.containers[0].image #=> String
@@ -7638,21 +8811,171 @@ module Aws::SageMaker
7638
8811
  # resp.containers[0].environment #=> Hash
7639
8812
  # resp.containers[0].environment["EnvironmentKey"] #=> String
7640
8813
  # resp.containers[0].model_package_name #=> String
8814
+ # resp.containers[0].multi_model_config.model_cache_setting #=> String, one of "Enabled", "Disabled"
7641
8815
  # resp.execution_role_arn #=> String
7642
8816
  # resp.vpc_config.security_group_ids #=> Array
7643
8817
  # resp.vpc_config.security_group_ids[0] #=> String
7644
8818
  # resp.vpc_config.subnets #=> Array
7645
8819
  # resp.vpc_config.subnets[0] #=> String
7646
8820
  # resp.creation_time #=> Time
7647
- # resp.model_arn #=> String
7648
- # resp.enable_network_isolation #=> Boolean
8821
+ # resp.model_arn #=> String
8822
+ # resp.enable_network_isolation #=> Boolean
8823
+ #
8824
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModel AWS API Documentation
8825
+ #
8826
+ # @overload describe_model(params = {})
8827
+ # @param [Hash] params ({})
8828
+ def describe_model(params = {}, options = {})
8829
+ req = build_request(:describe_model, params)
8830
+ req.send_request(options)
8831
+ end
8832
+
8833
+ # Returns a description of a model bias job definition.
8834
+ #
8835
+ # @option params [required, String] :job_definition_name
8836
+ # The name of the model bias job definition. The name must be unique
8837
+ # within an AWS Region in the AWS account.
8838
+ #
8839
+ # @return [Types::DescribeModelBiasJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8840
+ #
8841
+ # * {Types::DescribeModelBiasJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
8842
+ # * {Types::DescribeModelBiasJobDefinitionResponse#job_definition_name #job_definition_name} => String
8843
+ # * {Types::DescribeModelBiasJobDefinitionResponse#creation_time #creation_time} => Time
8844
+ # * {Types::DescribeModelBiasJobDefinitionResponse#model_bias_baseline_config #model_bias_baseline_config} => Types::ModelBiasBaselineConfig
8845
+ # * {Types::DescribeModelBiasJobDefinitionResponse#model_bias_app_specification #model_bias_app_specification} => Types::ModelBiasAppSpecification
8846
+ # * {Types::DescribeModelBiasJobDefinitionResponse#model_bias_job_input #model_bias_job_input} => Types::ModelBiasJobInput
8847
+ # * {Types::DescribeModelBiasJobDefinitionResponse#model_bias_job_output_config #model_bias_job_output_config} => Types::MonitoringOutputConfig
8848
+ # * {Types::DescribeModelBiasJobDefinitionResponse#job_resources #job_resources} => Types::MonitoringResources
8849
+ # * {Types::DescribeModelBiasJobDefinitionResponse#network_config #network_config} => Types::MonitoringNetworkConfig
8850
+ # * {Types::DescribeModelBiasJobDefinitionResponse#role_arn #role_arn} => String
8851
+ # * {Types::DescribeModelBiasJobDefinitionResponse#stopping_condition #stopping_condition} => Types::MonitoringStoppingCondition
8852
+ #
8853
+ # @example Request syntax with placeholder values
8854
+ #
8855
+ # resp = client.describe_model_bias_job_definition({
8856
+ # job_definition_name: "MonitoringJobDefinitionName", # required
8857
+ # })
8858
+ #
8859
+ # @example Response structure
8860
+ #
8861
+ # resp.job_definition_arn #=> String
8862
+ # resp.job_definition_name #=> String
8863
+ # resp.creation_time #=> Time
8864
+ # resp.model_bias_baseline_config.baselining_job_name #=> String
8865
+ # resp.model_bias_baseline_config.constraints_resource.s3_uri #=> String
8866
+ # resp.model_bias_app_specification.image_uri #=> String
8867
+ # resp.model_bias_app_specification.config_uri #=> String
8868
+ # resp.model_bias_app_specification.environment #=> Hash
8869
+ # resp.model_bias_app_specification.environment["ProcessingEnvironmentKey"] #=> String
8870
+ # resp.model_bias_job_input.endpoint_input.endpoint_name #=> String
8871
+ # resp.model_bias_job_input.endpoint_input.local_path #=> String
8872
+ # resp.model_bias_job_input.endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
8873
+ # resp.model_bias_job_input.endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
8874
+ # resp.model_bias_job_input.endpoint_input.features_attribute #=> String
8875
+ # resp.model_bias_job_input.endpoint_input.inference_attribute #=> String
8876
+ # resp.model_bias_job_input.endpoint_input.probability_attribute #=> String
8877
+ # resp.model_bias_job_input.endpoint_input.probability_threshold_attribute #=> Float
8878
+ # resp.model_bias_job_input.endpoint_input.start_time_offset #=> String
8879
+ # resp.model_bias_job_input.endpoint_input.end_time_offset #=> String
8880
+ # resp.model_bias_job_input.ground_truth_s3_input.s3_uri #=> String
8881
+ # resp.model_bias_job_output_config.monitoring_outputs #=> Array
8882
+ # resp.model_bias_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
8883
+ # resp.model_bias_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
8884
+ # resp.model_bias_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
8885
+ # resp.model_bias_job_output_config.kms_key_id #=> String
8886
+ # resp.job_resources.cluster_config.instance_count #=> Integer
8887
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
8888
+ # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
8889
+ # resp.job_resources.cluster_config.volume_kms_key_id #=> String
8890
+ # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
8891
+ # resp.network_config.enable_network_isolation #=> Boolean
8892
+ # resp.network_config.vpc_config.security_group_ids #=> Array
8893
+ # resp.network_config.vpc_config.security_group_ids[0] #=> String
8894
+ # resp.network_config.vpc_config.subnets #=> Array
8895
+ # resp.network_config.vpc_config.subnets[0] #=> String
8896
+ # resp.role_arn #=> String
8897
+ # resp.stopping_condition.max_runtime_in_seconds #=> Integer
8898
+ #
8899
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelBiasJobDefinition AWS API Documentation
8900
+ #
8901
+ # @overload describe_model_bias_job_definition(params = {})
8902
+ # @param [Hash] params ({})
8903
+ def describe_model_bias_job_definition(params = {}, options = {})
8904
+ req = build_request(:describe_model_bias_job_definition, params)
8905
+ req.send_request(options)
8906
+ end
8907
+
8908
+ # Returns a description of a model explainability job definition.
8909
+ #
8910
+ # @option params [required, String] :job_definition_name
8911
+ # The name of the model explainability job definition. The name must be
8912
+ # unique within an AWS Region in the AWS account.
8913
+ #
8914
+ # @return [Types::DescribeModelExplainabilityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8915
+ #
8916
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
8917
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_definition_name #job_definition_name} => String
8918
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#creation_time #creation_time} => Time
8919
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_baseline_config #model_explainability_baseline_config} => Types::ModelExplainabilityBaselineConfig
8920
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_app_specification #model_explainability_app_specification} => Types::ModelExplainabilityAppSpecification
8921
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_job_input #model_explainability_job_input} => Types::ModelExplainabilityJobInput
8922
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_job_output_config #model_explainability_job_output_config} => Types::MonitoringOutputConfig
8923
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_resources #job_resources} => Types::MonitoringResources
8924
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#network_config #network_config} => Types::MonitoringNetworkConfig
8925
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#role_arn #role_arn} => String
8926
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#stopping_condition #stopping_condition} => Types::MonitoringStoppingCondition
8927
+ #
8928
+ # @example Request syntax with placeholder values
8929
+ #
8930
+ # resp = client.describe_model_explainability_job_definition({
8931
+ # job_definition_name: "MonitoringJobDefinitionName", # required
8932
+ # })
8933
+ #
8934
+ # @example Response structure
8935
+ #
8936
+ # resp.job_definition_arn #=> String
8937
+ # resp.job_definition_name #=> String
8938
+ # resp.creation_time #=> Time
8939
+ # resp.model_explainability_baseline_config.baselining_job_name #=> String
8940
+ # resp.model_explainability_baseline_config.constraints_resource.s3_uri #=> String
8941
+ # resp.model_explainability_app_specification.image_uri #=> String
8942
+ # resp.model_explainability_app_specification.config_uri #=> String
8943
+ # resp.model_explainability_app_specification.environment #=> Hash
8944
+ # resp.model_explainability_app_specification.environment["ProcessingEnvironmentKey"] #=> String
8945
+ # resp.model_explainability_job_input.endpoint_input.endpoint_name #=> String
8946
+ # resp.model_explainability_job_input.endpoint_input.local_path #=> String
8947
+ # resp.model_explainability_job_input.endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
8948
+ # resp.model_explainability_job_input.endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
8949
+ # resp.model_explainability_job_input.endpoint_input.features_attribute #=> String
8950
+ # resp.model_explainability_job_input.endpoint_input.inference_attribute #=> String
8951
+ # resp.model_explainability_job_input.endpoint_input.probability_attribute #=> String
8952
+ # resp.model_explainability_job_input.endpoint_input.probability_threshold_attribute #=> Float
8953
+ # resp.model_explainability_job_input.endpoint_input.start_time_offset #=> String
8954
+ # resp.model_explainability_job_input.endpoint_input.end_time_offset #=> String
8955
+ # resp.model_explainability_job_output_config.monitoring_outputs #=> Array
8956
+ # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
8957
+ # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
8958
+ # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
8959
+ # resp.model_explainability_job_output_config.kms_key_id #=> String
8960
+ # resp.job_resources.cluster_config.instance_count #=> Integer
8961
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
8962
+ # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
8963
+ # resp.job_resources.cluster_config.volume_kms_key_id #=> String
8964
+ # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
8965
+ # resp.network_config.enable_network_isolation #=> Boolean
8966
+ # resp.network_config.vpc_config.security_group_ids #=> Array
8967
+ # resp.network_config.vpc_config.security_group_ids[0] #=> String
8968
+ # resp.network_config.vpc_config.subnets #=> Array
8969
+ # resp.network_config.vpc_config.subnets[0] #=> String
8970
+ # resp.role_arn #=> String
8971
+ # resp.stopping_condition.max_runtime_in_seconds #=> Integer
7649
8972
  #
7650
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModel AWS API Documentation
8973
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelExplainabilityJobDefinition AWS API Documentation
7651
8974
  #
7652
- # @overload describe_model(params = {})
8975
+ # @overload describe_model_explainability_job_definition(params = {})
7653
8976
  # @param [Hash] params ({})
7654
- def describe_model(params = {}, options = {})
7655
- req = build_request(:describe_model, params)
8977
+ def describe_model_explainability_job_definition(params = {}, options = {})
8978
+ req = build_request(:describe_model_explainability_job_definition, params)
7656
8979
  req.send_request(options)
7657
8980
  end
7658
8981
 
@@ -7829,6 +9152,87 @@ module Aws::SageMaker
7829
9152
  req.send_request(options)
7830
9153
  end
7831
9154
 
9155
+ # Returns a description of a model quality job definition.
9156
+ #
9157
+ # @option params [required, String] :job_definition_name
9158
+ # The name of the model quality job. The name must be unique within an
9159
+ # AWS Region in the AWS account.
9160
+ #
9161
+ # @return [Types::DescribeModelQualityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9162
+ #
9163
+ # * {Types::DescribeModelQualityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
9164
+ # * {Types::DescribeModelQualityJobDefinitionResponse#job_definition_name #job_definition_name} => String
9165
+ # * {Types::DescribeModelQualityJobDefinitionResponse#creation_time #creation_time} => Time
9166
+ # * {Types::DescribeModelQualityJobDefinitionResponse#model_quality_baseline_config #model_quality_baseline_config} => Types::ModelQualityBaselineConfig
9167
+ # * {Types::DescribeModelQualityJobDefinitionResponse#model_quality_app_specification #model_quality_app_specification} => Types::ModelQualityAppSpecification
9168
+ # * {Types::DescribeModelQualityJobDefinitionResponse#model_quality_job_input #model_quality_job_input} => Types::ModelQualityJobInput
9169
+ # * {Types::DescribeModelQualityJobDefinitionResponse#model_quality_job_output_config #model_quality_job_output_config} => Types::MonitoringOutputConfig
9170
+ # * {Types::DescribeModelQualityJobDefinitionResponse#job_resources #job_resources} => Types::MonitoringResources
9171
+ # * {Types::DescribeModelQualityJobDefinitionResponse#network_config #network_config} => Types::MonitoringNetworkConfig
9172
+ # * {Types::DescribeModelQualityJobDefinitionResponse#role_arn #role_arn} => String
9173
+ # * {Types::DescribeModelQualityJobDefinitionResponse#stopping_condition #stopping_condition} => Types::MonitoringStoppingCondition
9174
+ #
9175
+ # @example Request syntax with placeholder values
9176
+ #
9177
+ # resp = client.describe_model_quality_job_definition({
9178
+ # job_definition_name: "MonitoringJobDefinitionName", # required
9179
+ # })
9180
+ #
9181
+ # @example Response structure
9182
+ #
9183
+ # resp.job_definition_arn #=> String
9184
+ # resp.job_definition_name #=> String
9185
+ # resp.creation_time #=> Time
9186
+ # resp.model_quality_baseline_config.baselining_job_name #=> String
9187
+ # resp.model_quality_baseline_config.constraints_resource.s3_uri #=> String
9188
+ # resp.model_quality_app_specification.image_uri #=> String
9189
+ # resp.model_quality_app_specification.container_entrypoint #=> Array
9190
+ # resp.model_quality_app_specification.container_entrypoint[0] #=> String
9191
+ # resp.model_quality_app_specification.container_arguments #=> Array
9192
+ # resp.model_quality_app_specification.container_arguments[0] #=> String
9193
+ # resp.model_quality_app_specification.record_preprocessor_source_uri #=> String
9194
+ # resp.model_quality_app_specification.post_analytics_processor_source_uri #=> String
9195
+ # resp.model_quality_app_specification.problem_type #=> String, one of "BinaryClassification", "MulticlassClassification", "Regression"
9196
+ # resp.model_quality_app_specification.environment #=> Hash
9197
+ # resp.model_quality_app_specification.environment["ProcessingEnvironmentKey"] #=> String
9198
+ # resp.model_quality_job_input.endpoint_input.endpoint_name #=> String
9199
+ # resp.model_quality_job_input.endpoint_input.local_path #=> String
9200
+ # resp.model_quality_job_input.endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
9201
+ # resp.model_quality_job_input.endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
9202
+ # resp.model_quality_job_input.endpoint_input.features_attribute #=> String
9203
+ # resp.model_quality_job_input.endpoint_input.inference_attribute #=> String
9204
+ # resp.model_quality_job_input.endpoint_input.probability_attribute #=> String
9205
+ # resp.model_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
9206
+ # resp.model_quality_job_input.endpoint_input.start_time_offset #=> String
9207
+ # resp.model_quality_job_input.endpoint_input.end_time_offset #=> String
9208
+ # resp.model_quality_job_input.ground_truth_s3_input.s3_uri #=> String
9209
+ # resp.model_quality_job_output_config.monitoring_outputs #=> Array
9210
+ # resp.model_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
9211
+ # resp.model_quality_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
9212
+ # resp.model_quality_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
9213
+ # resp.model_quality_job_output_config.kms_key_id #=> String
9214
+ # resp.job_resources.cluster_config.instance_count #=> Integer
9215
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
9216
+ # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
9217
+ # resp.job_resources.cluster_config.volume_kms_key_id #=> String
9218
+ # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
9219
+ # resp.network_config.enable_network_isolation #=> Boolean
9220
+ # resp.network_config.vpc_config.security_group_ids #=> Array
9221
+ # resp.network_config.vpc_config.security_group_ids[0] #=> String
9222
+ # resp.network_config.vpc_config.subnets #=> Array
9223
+ # resp.network_config.vpc_config.subnets[0] #=> String
9224
+ # resp.role_arn #=> String
9225
+ # resp.stopping_condition.max_runtime_in_seconds #=> Integer
9226
+ #
9227
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelQualityJobDefinition AWS API Documentation
9228
+ #
9229
+ # @overload describe_model_quality_job_definition(params = {})
9230
+ # @param [Hash] params ({})
9231
+ def describe_model_quality_job_definition(params = {}, options = {})
9232
+ req = build_request(:describe_model_quality_job_definition, params)
9233
+ req.send_request(options)
9234
+ end
9235
+
7832
9236
  # Describes the schedule for a monitoring job.
7833
9237
  #
7834
9238
  # @option params [required, String] :monitoring_schedule_name
@@ -7839,6 +9243,7 @@ module Aws::SageMaker
7839
9243
  # * {Types::DescribeMonitoringScheduleResponse#monitoring_schedule_arn #monitoring_schedule_arn} => String
7840
9244
  # * {Types::DescribeMonitoringScheduleResponse#monitoring_schedule_name #monitoring_schedule_name} => String
7841
9245
  # * {Types::DescribeMonitoringScheduleResponse#monitoring_schedule_status #monitoring_schedule_status} => String
9246
+ # * {Types::DescribeMonitoringScheduleResponse#monitoring_type #monitoring_type} => String
7842
9247
  # * {Types::DescribeMonitoringScheduleResponse#failure_reason #failure_reason} => String
7843
9248
  # * {Types::DescribeMonitoringScheduleResponse#creation_time #creation_time} => Time
7844
9249
  # * {Types::DescribeMonitoringScheduleResponse#last_modified_time #last_modified_time} => Time
@@ -7857,10 +9262,12 @@ module Aws::SageMaker
7857
9262
  # resp.monitoring_schedule_arn #=> String
7858
9263
  # resp.monitoring_schedule_name #=> String
7859
9264
  # resp.monitoring_schedule_status #=> String, one of "Pending", "Failed", "Scheduled", "Stopped"
9265
+ # resp.monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
7860
9266
  # resp.failure_reason #=> String
7861
9267
  # resp.creation_time #=> Time
7862
9268
  # resp.last_modified_time #=> Time
7863
9269
  # resp.monitoring_schedule_config.schedule_config.schedule_expression #=> String
9270
+ # resp.monitoring_schedule_config.monitoring_job_definition.baseline_config.baselining_job_name #=> String
7864
9271
  # resp.monitoring_schedule_config.monitoring_job_definition.baseline_config.constraints_resource.s3_uri #=> String
7865
9272
  # resp.monitoring_schedule_config.monitoring_job_definition.baseline_config.statistics_resource.s3_uri #=> String
7866
9273
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs #=> Array
@@ -7868,6 +9275,12 @@ module Aws::SageMaker
7868
9275
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.local_path #=> String
7869
9276
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
7870
9277
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
9278
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.features_attribute #=> String
9279
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.inference_attribute #=> String
9280
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_attribute #=> String
9281
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
9282
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
9283
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
7871
9284
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
7872
9285
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
7873
9286
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -7894,6 +9307,8 @@ module Aws::SageMaker
7894
9307
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.subnets #=> Array
7895
9308
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.subnets[0] #=> String
7896
9309
  # resp.monitoring_schedule_config.monitoring_job_definition.role_arn #=> String
9310
+ # resp.monitoring_schedule_config.monitoring_job_definition_name #=> String
9311
+ # resp.monitoring_schedule_config.monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
7897
9312
  # resp.endpoint_name #=> String
7898
9313
  # resp.last_monitoring_execution_summary.monitoring_schedule_name #=> String
7899
9314
  # resp.last_monitoring_execution_summary.scheduled_time #=> Time
@@ -7903,6 +9318,8 @@ module Aws::SageMaker
7903
9318
  # resp.last_monitoring_execution_summary.processing_job_arn #=> String
7904
9319
  # resp.last_monitoring_execution_summary.endpoint_name #=> String
7905
9320
  # resp.last_monitoring_execution_summary.failure_reason #=> String
9321
+ # resp.last_monitoring_execution_summary.monitoring_job_definition_name #=> String
9322
+ # resp.last_monitoring_execution_summary.monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
7906
9323
  #
7907
9324
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeMonitoringSchedule AWS API Documentation
7908
9325
  #
@@ -8419,6 +9836,10 @@ module Aws::SageMaker
8419
9836
  # * {Types::DescribeTrainingJobResponse#debug_rule_configurations #debug_rule_configurations} => Array&lt;Types::DebugRuleConfiguration&gt;
8420
9837
  # * {Types::DescribeTrainingJobResponse#tensor_board_output_config #tensor_board_output_config} => Types::TensorBoardOutputConfig
8421
9838
  # * {Types::DescribeTrainingJobResponse#debug_rule_evaluation_statuses #debug_rule_evaluation_statuses} => Array&lt;Types::DebugRuleEvaluationStatus&gt;
9839
+ # * {Types::DescribeTrainingJobResponse#profiler_config #profiler_config} => Types::ProfilerConfig
9840
+ # * {Types::DescribeTrainingJobResponse#profiler_rule_configurations #profiler_rule_configurations} => Array&lt;Types::ProfilerRuleConfiguration&gt;
9841
+ # * {Types::DescribeTrainingJobResponse#profiler_rule_evaluation_statuses #profiler_rule_evaluation_statuses} => Array&lt;Types::ProfilerRuleEvaluationStatus&gt;
9842
+ # * {Types::DescribeTrainingJobResponse#profiling_status #profiling_status} => String
8422
9843
  #
8423
9844
  # @example Request syntax with placeholder values
8424
9845
  #
@@ -8523,6 +9944,26 @@ module Aws::SageMaker
8523
9944
  # resp.debug_rule_evaluation_statuses[0].rule_evaluation_status #=> String, one of "InProgress", "NoIssuesFound", "IssuesFound", "Error", "Stopping", "Stopped"
8524
9945
  # resp.debug_rule_evaluation_statuses[0].status_details #=> String
8525
9946
  # resp.debug_rule_evaluation_statuses[0].last_modified_time #=> Time
9947
+ # resp.profiler_config.s3_output_path #=> String
9948
+ # resp.profiler_config.profiling_interval_in_milliseconds #=> Integer
9949
+ # resp.profiler_config.profiling_parameters #=> Hash
9950
+ # resp.profiler_config.profiling_parameters["ConfigKey"] #=> String
9951
+ # resp.profiler_rule_configurations #=> Array
9952
+ # resp.profiler_rule_configurations[0].rule_configuration_name #=> String
9953
+ # resp.profiler_rule_configurations[0].local_path #=> String
9954
+ # resp.profiler_rule_configurations[0].s3_output_path #=> String
9955
+ # resp.profiler_rule_configurations[0].rule_evaluator_image #=> String
9956
+ # resp.profiler_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
9957
+ # resp.profiler_rule_configurations[0].volume_size_in_gb #=> Integer
9958
+ # resp.profiler_rule_configurations[0].rule_parameters #=> Hash
9959
+ # resp.profiler_rule_configurations[0].rule_parameters["ConfigKey"] #=> String
9960
+ # resp.profiler_rule_evaluation_statuses #=> Array
9961
+ # resp.profiler_rule_evaluation_statuses[0].rule_configuration_name #=> String
9962
+ # resp.profiler_rule_evaluation_statuses[0].rule_evaluation_job_arn #=> String
9963
+ # resp.profiler_rule_evaluation_statuses[0].rule_evaluation_status #=> String, one of "InProgress", "NoIssuesFound", "IssuesFound", "Error", "Stopping", "Stopped"
9964
+ # resp.profiler_rule_evaluation_statuses[0].status_details #=> String
9965
+ # resp.profiler_rule_evaluation_statuses[0].last_modified_time #=> Time
9966
+ # resp.profiling_status #=> String, one of "Enabled", "Disabled"
8526
9967
  #
8527
9968
  #
8528
9969
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -9001,6 +10442,58 @@ module Aws::SageMaker
9001
10442
  req.send_request(options)
9002
10443
  end
9003
10444
 
10445
+ # Describes a fleet.
10446
+ #
10447
+ # @option params [required, String] :device_fleet_name
10448
+ # The name of the fleet.
10449
+ #
10450
+ # @return [Types::GetDeviceFleetReportResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10451
+ #
10452
+ # * {Types::GetDeviceFleetReportResponse#device_fleet_arn #device_fleet_arn} => String
10453
+ # * {Types::GetDeviceFleetReportResponse#device_fleet_name #device_fleet_name} => String
10454
+ # * {Types::GetDeviceFleetReportResponse#output_config #output_config} => Types::EdgeOutputConfig
10455
+ # * {Types::GetDeviceFleetReportResponse#description #description} => String
10456
+ # * {Types::GetDeviceFleetReportResponse#report_generated #report_generated} => Time
10457
+ # * {Types::GetDeviceFleetReportResponse#device_stats #device_stats} => Types::DeviceStats
10458
+ # * {Types::GetDeviceFleetReportResponse#agent_versions #agent_versions} => Array&lt;Types::AgentVersion&gt;
10459
+ # * {Types::GetDeviceFleetReportResponse#model_stats #model_stats} => Array&lt;Types::EdgeModelStat&gt;
10460
+ #
10461
+ # @example Request syntax with placeholder values
10462
+ #
10463
+ # resp = client.get_device_fleet_report({
10464
+ # device_fleet_name: "EntityName", # required
10465
+ # })
10466
+ #
10467
+ # @example Response structure
10468
+ #
10469
+ # resp.device_fleet_arn #=> String
10470
+ # resp.device_fleet_name #=> String
10471
+ # resp.output_config.s3_output_location #=> String
10472
+ # resp.output_config.kms_key_id #=> String
10473
+ # resp.description #=> String
10474
+ # resp.report_generated #=> Time
10475
+ # resp.device_stats.connected_device_count #=> Integer
10476
+ # resp.device_stats.registered_device_count #=> Integer
10477
+ # resp.agent_versions #=> Array
10478
+ # resp.agent_versions[0].version #=> String
10479
+ # resp.agent_versions[0].agent_count #=> Integer
10480
+ # resp.model_stats #=> Array
10481
+ # resp.model_stats[0].model_name #=> String
10482
+ # resp.model_stats[0].model_version #=> String
10483
+ # resp.model_stats[0].offline_device_count #=> Integer
10484
+ # resp.model_stats[0].connected_device_count #=> Integer
10485
+ # resp.model_stats[0].active_device_count #=> Integer
10486
+ # resp.model_stats[0].sampling_device_count #=> Integer
10487
+ #
10488
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetDeviceFleetReport AWS API Documentation
10489
+ #
10490
+ # @overload get_device_fleet_report(params = {})
10491
+ # @param [Hash] params ({})
10492
+ def get_device_fleet_report(params = {}, options = {})
10493
+ req = build_request(:get_device_fleet_report, params)
10494
+ req.send_request(options)
10495
+ end
10496
+
9004
10497
  # Gets a resource policy that manages access for a model group. For
9005
10498
  # information about resource policies, see [Identity-based policies and
9006
10499
  # resource-based policies][1] in the *AWS Identity and Access Management
@@ -9797,45 +11290,269 @@ module Aws::SageMaker
9797
11290
  # response.
9798
11291
  #
9799
11292
  # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
9800
- # A filter that returns the model compilation jobs that were created
9801
- # after a specified time.
11293
+ # A filter that returns the model compilation jobs that were created
11294
+ # after a specified time.
11295
+ #
11296
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
11297
+ # A filter that returns the model compilation jobs that were created
11298
+ # before a specified time.
11299
+ #
11300
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
11301
+ # A filter that returns the model compilation jobs that were modified
11302
+ # after a specified time.
11303
+ #
11304
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
11305
+ # A filter that returns the model compilation jobs that were modified
11306
+ # before a specified time.
11307
+ #
11308
+ # @option params [String] :name_contains
11309
+ # A filter that returns the model compilation jobs whose name contains a
11310
+ # specified string.
11311
+ #
11312
+ # @option params [String] :status_equals
11313
+ # A filter that retrieves model compilation jobs with a specific
11314
+ # DescribeCompilationJobResponse$CompilationJobStatus status.
11315
+ #
11316
+ # @option params [String] :sort_by
11317
+ # The field by which to sort results. The default is `CreationTime`.
11318
+ #
11319
+ # @option params [String] :sort_order
11320
+ # The sort order for results. The default is `Ascending`.
11321
+ #
11322
+ # @return [Types::ListCompilationJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11323
+ #
11324
+ # * {Types::ListCompilationJobsResponse#compilation_job_summaries #compilation_job_summaries} => Array&lt;Types::CompilationJobSummary&gt;
11325
+ # * {Types::ListCompilationJobsResponse#next_token #next_token} => String
11326
+ #
11327
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
11328
+ #
11329
+ # @example Request syntax with placeholder values
11330
+ #
11331
+ # resp = client.list_compilation_jobs({
11332
+ # next_token: "NextToken",
11333
+ # max_results: 1,
11334
+ # creation_time_after: Time.now,
11335
+ # creation_time_before: Time.now,
11336
+ # last_modified_time_after: Time.now,
11337
+ # last_modified_time_before: Time.now,
11338
+ # name_contains: "NameContains",
11339
+ # status_equals: "INPROGRESS", # accepts INPROGRESS, COMPLETED, FAILED, STARTING, STOPPING, STOPPED
11340
+ # sort_by: "Name", # accepts Name, CreationTime, Status
11341
+ # sort_order: "Ascending", # accepts Ascending, Descending
11342
+ # })
11343
+ #
11344
+ # @example Response structure
11345
+ #
11346
+ # resp.compilation_job_summaries #=> Array
11347
+ # resp.compilation_job_summaries[0].compilation_job_name #=> String
11348
+ # resp.compilation_job_summaries[0].compilation_job_arn #=> String
11349
+ # resp.compilation_job_summaries[0].creation_time #=> Time
11350
+ # resp.compilation_job_summaries[0].compilation_start_time #=> Time
11351
+ # resp.compilation_job_summaries[0].compilation_end_time #=> Time
11352
+ # resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm"
11353
+ # resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
11354
+ # resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
11355
+ # resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
11356
+ # resp.compilation_job_summaries[0].last_modified_time #=> Time
11357
+ # resp.compilation_job_summaries[0].compilation_job_status #=> String, one of "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED"
11358
+ # resp.next_token #=> String
11359
+ #
11360
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCompilationJobs AWS API Documentation
11361
+ #
11362
+ # @overload list_compilation_jobs(params = {})
11363
+ # @param [Hash] params ({})
11364
+ def list_compilation_jobs(params = {}, options = {})
11365
+ req = build_request(:list_compilation_jobs, params)
11366
+ req.send_request(options)
11367
+ end
11368
+
11369
+ # Lists the contexts in your account and their properties.
11370
+ #
11371
+ # @option params [String] :source_uri
11372
+ # A filter that returns only contexts with the specified source URI.
11373
+ #
11374
+ # @option params [String] :context_type
11375
+ # A filter that returns only contexts of the specified type.
11376
+ #
11377
+ # @option params [Time,DateTime,Date,Integer,String] :created_after
11378
+ # A filter that returns only contexts created on or after the specified
11379
+ # time.
11380
+ #
11381
+ # @option params [Time,DateTime,Date,Integer,String] :created_before
11382
+ # A filter that returns only contexts created on or before the specified
11383
+ # time.
11384
+ #
11385
+ # @option params [String] :sort_by
11386
+ # The property used to sort results. The default value is
11387
+ # `CreationTime`.
11388
+ #
11389
+ # @option params [String] :sort_order
11390
+ # The sort order. The default value is `Descending`.
11391
+ #
11392
+ # @option params [String] :next_token
11393
+ # If the previous call to `ListContexts` didn't return the full set of
11394
+ # contexts, the call returns a token for getting the next set of
11395
+ # contexts.
11396
+ #
11397
+ # @option params [Integer] :max_results
11398
+ # The maximum number of contexts to return in the response. The default
11399
+ # value is 10.
11400
+ #
11401
+ # @return [Types::ListContextsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11402
+ #
11403
+ # * {Types::ListContextsResponse#context_summaries #context_summaries} => Array&lt;Types::ContextSummary&gt;
11404
+ # * {Types::ListContextsResponse#next_token #next_token} => String
11405
+ #
11406
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
11407
+ #
11408
+ # @example Request syntax with placeholder values
11409
+ #
11410
+ # resp = client.list_contexts({
11411
+ # source_uri: "SourceUri",
11412
+ # context_type: "String256",
11413
+ # created_after: Time.now,
11414
+ # created_before: Time.now,
11415
+ # sort_by: "Name", # accepts Name, CreationTime
11416
+ # sort_order: "Ascending", # accepts Ascending, Descending
11417
+ # next_token: "NextToken",
11418
+ # max_results: 1,
11419
+ # })
11420
+ #
11421
+ # @example Response structure
11422
+ #
11423
+ # resp.context_summaries #=> Array
11424
+ # resp.context_summaries[0].context_arn #=> String
11425
+ # resp.context_summaries[0].context_name #=> String
11426
+ # resp.context_summaries[0].source.source_uri #=> String
11427
+ # resp.context_summaries[0].source.source_type #=> String
11428
+ # resp.context_summaries[0].source.source_id #=> String
11429
+ # resp.context_summaries[0].context_type #=> String
11430
+ # resp.context_summaries[0].creation_time #=> Time
11431
+ # resp.context_summaries[0].last_modified_time #=> Time
11432
+ # resp.next_token #=> String
11433
+ #
11434
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListContexts AWS API Documentation
11435
+ #
11436
+ # @overload list_contexts(params = {})
11437
+ # @param [Hash] params ({})
11438
+ def list_contexts(params = {}, options = {})
11439
+ req = build_request(:list_contexts, params)
11440
+ req.send_request(options)
11441
+ end
11442
+
11443
+ # Lists the data quality job definitions in your account.
11444
+ #
11445
+ # @option params [String] :endpoint_name
11446
+ # A filter that lists the data quality job definitions associated with
11447
+ # the specified endpoint.
11448
+ #
11449
+ # @option params [String] :sort_by
11450
+ # The field to sort results by. The default is `CreationTime`.
11451
+ #
11452
+ # @option params [String] :sort_order
11453
+ # The sort order for results. The default is `Descending`.
11454
+ #
11455
+ # @option params [String] :next_token
11456
+ # If the result of the previous `ListDataQualityJobDefinitions` request
11457
+ # was truncated, the response includes a `NextToken`. To retrieve the
11458
+ # next set of transform jobs, use the token in the next request.&gt;
11459
+ #
11460
+ # @option params [Integer] :max_results
11461
+ # The maximum number of data quality monitoring job definitions to
11462
+ # return in the response.
11463
+ #
11464
+ # @option params [String] :name_contains
11465
+ # A string in the data quality monitoring job definition name. This
11466
+ # filter returns only data quality monitoring job definitions whose name
11467
+ # contains the specified string.
11468
+ #
11469
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
11470
+ # A filter that returns only data quality monitoring job definitions
11471
+ # created before the specified time.
11472
+ #
11473
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
11474
+ # A filter that returns only data quality monitoring job definitions
11475
+ # created after the specified time.
11476
+ #
11477
+ # @return [Types::ListDataQualityJobDefinitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11478
+ #
11479
+ # * {Types::ListDataQualityJobDefinitionsResponse#job_definition_summaries #job_definition_summaries} => Array&lt;Types::MonitoringJobDefinitionSummary&gt;
11480
+ # * {Types::ListDataQualityJobDefinitionsResponse#next_token #next_token} => String
11481
+ #
11482
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
11483
+ #
11484
+ # @example Request syntax with placeholder values
11485
+ #
11486
+ # resp = client.list_data_quality_job_definitions({
11487
+ # endpoint_name: "EndpointName",
11488
+ # sort_by: "Name", # accepts Name, CreationTime
11489
+ # sort_order: "Ascending", # accepts Ascending, Descending
11490
+ # next_token: "NextToken",
11491
+ # max_results: 1,
11492
+ # name_contains: "NameContains",
11493
+ # creation_time_before: Time.now,
11494
+ # creation_time_after: Time.now,
11495
+ # })
11496
+ #
11497
+ # @example Response structure
11498
+ #
11499
+ # resp.job_definition_summaries #=> Array
11500
+ # resp.job_definition_summaries[0].monitoring_job_definition_name #=> String
11501
+ # resp.job_definition_summaries[0].monitoring_job_definition_arn #=> String
11502
+ # resp.job_definition_summaries[0].creation_time #=> Time
11503
+ # resp.job_definition_summaries[0].endpoint_name #=> String
11504
+ # resp.next_token #=> String
11505
+ #
11506
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDataQualityJobDefinitions AWS API Documentation
11507
+ #
11508
+ # @overload list_data_quality_job_definitions(params = {})
11509
+ # @param [Hash] params ({})
11510
+ def list_data_quality_job_definitions(params = {}, options = {})
11511
+ req = build_request(:list_data_quality_job_definitions, params)
11512
+ req.send_request(options)
11513
+ end
11514
+
11515
+ # Returns a list of devices in the fleet.
11516
+ #
11517
+ # @option params [String] :next_token
11518
+ # The response from the last list when returning a list large enough to
11519
+ # need tokening.
11520
+ #
11521
+ # @option params [Integer] :max_results
11522
+ # The maximum number of results to select.
11523
+ #
11524
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
11525
+ # Filter fleets where packaging job was created after specified time.
9802
11526
  #
9803
11527
  # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
9804
- # A filter that returns the model compilation jobs that were created
9805
- # before a specified time.
11528
+ # Filter fleets where the edge packaging job was created before
11529
+ # specified time.
9806
11530
  #
9807
11531
  # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
9808
- # A filter that returns the model compilation jobs that were modified
9809
- # after a specified time.
11532
+ # Select fleets where the job was updated after X
9810
11533
  #
9811
11534
  # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
9812
- # A filter that returns the model compilation jobs that were modified
9813
- # before a specified time.
11535
+ # Select fleets where the job was updated before X
9814
11536
  #
9815
11537
  # @option params [String] :name_contains
9816
- # A filter that returns the model compilation jobs whose name contains a
9817
- # specified string.
9818
- #
9819
- # @option params [String] :status_equals
9820
- # A filter that retrieves model compilation jobs with a specific
9821
- # DescribeCompilationJobResponse$CompilationJobStatus status.
11538
+ # Filter for fleets containing this name in their fleet device name.
9822
11539
  #
9823
11540
  # @option params [String] :sort_by
9824
- # The field by which to sort results. The default is `CreationTime`.
11541
+ # The column to sort by.
9825
11542
  #
9826
11543
  # @option params [String] :sort_order
9827
- # The sort order for results. The default is `Ascending`.
11544
+ # What direction to sort in.
9828
11545
  #
9829
- # @return [Types::ListCompilationJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11546
+ # @return [Types::ListDeviceFleetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9830
11547
  #
9831
- # * {Types::ListCompilationJobsResponse#compilation_job_summaries #compilation_job_summaries} => Array&lt;Types::CompilationJobSummary&gt;
9832
- # * {Types::ListCompilationJobsResponse#next_token #next_token} => String
11548
+ # * {Types::ListDeviceFleetsResponse#device_fleet_summaries #device_fleet_summaries} => Array&lt;Types::DeviceFleetSummary&gt;
11549
+ # * {Types::ListDeviceFleetsResponse#next_token #next_token} => String
9833
11550
  #
9834
11551
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
9835
11552
  #
9836
11553
  # @example Request syntax with placeholder values
9837
11554
  #
9838
- # resp = client.list_compilation_jobs({
11555
+ # resp = client.list_device_fleets({
9839
11556
  # next_token: "NextToken",
9840
11557
  # max_results: 1,
9841
11558
  # creation_time_after: Time.now,
@@ -9843,107 +11560,85 @@ module Aws::SageMaker
9843
11560
  # last_modified_time_after: Time.now,
9844
11561
  # last_modified_time_before: Time.now,
9845
11562
  # name_contains: "NameContains",
9846
- # status_equals: "INPROGRESS", # accepts INPROGRESS, COMPLETED, FAILED, STARTING, STOPPING, STOPPED
9847
- # sort_by: "Name", # accepts Name, CreationTime, Status
11563
+ # sort_by: "NAME", # accepts NAME, CREATION_TIME, LAST_MODIFIED_TIME
9848
11564
  # sort_order: "Ascending", # accepts Ascending, Descending
9849
11565
  # })
9850
11566
  #
9851
11567
  # @example Response structure
9852
11568
  #
9853
- # resp.compilation_job_summaries #=> Array
9854
- # resp.compilation_job_summaries[0].compilation_job_name #=> String
9855
- # resp.compilation_job_summaries[0].compilation_job_arn #=> String
9856
- # resp.compilation_job_summaries[0].creation_time #=> Time
9857
- # resp.compilation_job_summaries[0].compilation_start_time #=> Time
9858
- # resp.compilation_job_summaries[0].compilation_end_time #=> Time
9859
- # resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm"
9860
- # resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
9861
- # resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
9862
- # resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
9863
- # resp.compilation_job_summaries[0].last_modified_time #=> Time
9864
- # resp.compilation_job_summaries[0].compilation_job_status #=> String, one of "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED"
11569
+ # resp.device_fleet_summaries #=> Array
11570
+ # resp.device_fleet_summaries[0].device_fleet_arn #=> String
11571
+ # resp.device_fleet_summaries[0].device_fleet_name #=> String
11572
+ # resp.device_fleet_summaries[0].creation_time #=> Time
11573
+ # resp.device_fleet_summaries[0].last_modified_time #=> Time
9865
11574
  # resp.next_token #=> String
9866
11575
  #
9867
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCompilationJobs AWS API Documentation
11576
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDeviceFleets AWS API Documentation
9868
11577
  #
9869
- # @overload list_compilation_jobs(params = {})
11578
+ # @overload list_device_fleets(params = {})
9870
11579
  # @param [Hash] params ({})
9871
- def list_compilation_jobs(params = {}, options = {})
9872
- req = build_request(:list_compilation_jobs, params)
11580
+ def list_device_fleets(params = {}, options = {})
11581
+ req = build_request(:list_device_fleets, params)
9873
11582
  req.send_request(options)
9874
11583
  end
9875
11584
 
9876
- # Lists the contexts in your account and their properties.
9877
- #
9878
- # @option params [String] :source_uri
9879
- # A filter that returns only contexts with the specified source URI.
9880
- #
9881
- # @option params [String] :context_type
9882
- # A filter that returns only contexts of the specified type.
9883
- #
9884
- # @option params [Time,DateTime,Date,Integer,String] :created_after
9885
- # A filter that returns only contexts created on or after the specified
9886
- # time.
11585
+ # A list of devices.
9887
11586
  #
9888
- # @option params [Time,DateTime,Date,Integer,String] :created_before
9889
- # A filter that returns only contexts created on or before the specified
9890
- # time.
11587
+ # @option params [String] :next_token
11588
+ # The response from the last list when returning a list large enough to
11589
+ # need tokening.
9891
11590
  #
9892
- # @option params [String] :sort_by
9893
- # The property used to sort results. The default value is
9894
- # `CreationTime`.
11591
+ # @option params [Integer] :max_results
11592
+ # Maximum number of results to select.
9895
11593
  #
9896
- # @option params [String] :sort_order
9897
- # The sort order. The default value is `Descending`.
11594
+ # @option params [Time,DateTime,Date,Integer,String] :latest_heartbeat_after
11595
+ # Select fleets where the job was updated after X
9898
11596
  #
9899
- # @option params [String] :next_token
9900
- # If the previous call to `ListContexts` didn't return the full set of
9901
- # contexts, the call returns a token for getting the next set of
9902
- # contexts.
11597
+ # @option params [String] :model_name
11598
+ # A filter that searches devices that contains this name in any of their
11599
+ # models.
9903
11600
  #
9904
- # @option params [Integer] :max_results
9905
- # The maximum number of contexts to return in the response. The default
9906
- # value is 10.
11601
+ # @option params [String] :device_fleet_name
11602
+ # Filter for fleets containing this name in their device fleet name.
9907
11603
  #
9908
- # @return [Types::ListContextsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11604
+ # @return [Types::ListDevicesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9909
11605
  #
9910
- # * {Types::ListContextsResponse#context_summaries #context_summaries} => Array&lt;Types::ContextSummary&gt;
9911
- # * {Types::ListContextsResponse#next_token #next_token} => String
11606
+ # * {Types::ListDevicesResponse#device_summaries #device_summaries} => Array&lt;Types::DeviceSummary&gt;
11607
+ # * {Types::ListDevicesResponse#next_token #next_token} => String
9912
11608
  #
9913
11609
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
9914
11610
  #
9915
11611
  # @example Request syntax with placeholder values
9916
11612
  #
9917
- # resp = client.list_contexts({
9918
- # source_uri: "SourceUri",
9919
- # context_type: "String256",
9920
- # created_after: Time.now,
9921
- # created_before: Time.now,
9922
- # sort_by: "Name", # accepts Name, CreationTime
9923
- # sort_order: "Ascending", # accepts Ascending, Descending
11613
+ # resp = client.list_devices({
9924
11614
  # next_token: "NextToken",
9925
11615
  # max_results: 1,
11616
+ # latest_heartbeat_after: Time.now,
11617
+ # model_name: "EntityName",
11618
+ # device_fleet_name: "EntityName",
9926
11619
  # })
9927
11620
  #
9928
11621
  # @example Response structure
9929
11622
  #
9930
- # resp.context_summaries #=> Array
9931
- # resp.context_summaries[0].context_arn #=> String
9932
- # resp.context_summaries[0].context_name #=> String
9933
- # resp.context_summaries[0].source.source_uri #=> String
9934
- # resp.context_summaries[0].source.source_type #=> String
9935
- # resp.context_summaries[0].source.source_id #=> String
9936
- # resp.context_summaries[0].context_type #=> String
9937
- # resp.context_summaries[0].creation_time #=> Time
9938
- # resp.context_summaries[0].last_modified_time #=> Time
11623
+ # resp.device_summaries #=> Array
11624
+ # resp.device_summaries[0].device_name #=> String
11625
+ # resp.device_summaries[0].device_arn #=> String
11626
+ # resp.device_summaries[0].description #=> String
11627
+ # resp.device_summaries[0].device_fleet_name #=> String
11628
+ # resp.device_summaries[0].iot_thing_name #=> String
11629
+ # resp.device_summaries[0].registration_time #=> Time
11630
+ # resp.device_summaries[0].latest_heartbeat #=> Time
11631
+ # resp.device_summaries[0].models #=> Array
11632
+ # resp.device_summaries[0].models[0].model_name #=> String
11633
+ # resp.device_summaries[0].models[0].model_version #=> String
9939
11634
  # resp.next_token #=> String
9940
11635
  #
9941
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListContexts AWS API Documentation
11636
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDevices AWS API Documentation
9942
11637
  #
9943
- # @overload list_contexts(params = {})
11638
+ # @overload list_devices(params = {})
9944
11639
  # @param [Hash] params ({})
9945
- def list_contexts(params = {}, options = {})
9946
- req = build_request(:list_contexts, params)
11640
+ def list_devices(params = {}, options = {})
11641
+ req = build_request(:list_devices, params)
9947
11642
  req.send_request(options)
9948
11643
  end
9949
11644
 
@@ -9991,6 +11686,87 @@ module Aws::SageMaker
9991
11686
  req.send_request(options)
9992
11687
  end
9993
11688
 
11689
+ # Returns a list of edge packaging jobs.
11690
+ #
11691
+ # @option params [String] :next_token
11692
+ # The response from the last list when returning a list large enough to
11693
+ # need tokening.
11694
+ #
11695
+ # @option params [Integer] :max_results
11696
+ # Maximum number of results to select.
11697
+ #
11698
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
11699
+ # Select jobs where the job was created after specified time.
11700
+ #
11701
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
11702
+ # Select jobs where the job was created before specified time.
11703
+ #
11704
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
11705
+ # Select jobs where the job was updated after specified time.
11706
+ #
11707
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
11708
+ # Select jobs where the job was updated before specified time.
11709
+ #
11710
+ # @option params [String] :name_contains
11711
+ # Filter for jobs containing this name in their packaging job name.
11712
+ #
11713
+ # @option params [String] :model_name_contains
11714
+ # Filter for jobs where the model name contains this string.
11715
+ #
11716
+ # @option params [String] :status_equals
11717
+ # The job status to filter for.
11718
+ #
11719
+ # @option params [String] :sort_by
11720
+ # Use to specify what column to sort by.
11721
+ #
11722
+ # @option params [String] :sort_order
11723
+ # What direction to sort by.
11724
+ #
11725
+ # @return [Types::ListEdgePackagingJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11726
+ #
11727
+ # * {Types::ListEdgePackagingJobsResponse#edge_packaging_job_summaries #edge_packaging_job_summaries} => Array&lt;Types::EdgePackagingJobSummary&gt;
11728
+ # * {Types::ListEdgePackagingJobsResponse#next_token #next_token} => String
11729
+ #
11730
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
11731
+ #
11732
+ # @example Request syntax with placeholder values
11733
+ #
11734
+ # resp = client.list_edge_packaging_jobs({
11735
+ # next_token: "NextToken",
11736
+ # max_results: 1,
11737
+ # creation_time_after: Time.now,
11738
+ # creation_time_before: Time.now,
11739
+ # last_modified_time_after: Time.now,
11740
+ # last_modified_time_before: Time.now,
11741
+ # name_contains: "NameContains",
11742
+ # model_name_contains: "NameContains",
11743
+ # status_equals: "STARTING", # accepts STARTING, INPROGRESS, COMPLETED, FAILED, STOPPING, STOPPED
11744
+ # sort_by: "NAME", # accepts NAME, MODEL_NAME, CREATION_TIME, LAST_MODIFIED_TIME, STATUS
11745
+ # sort_order: "Ascending", # accepts Ascending, Descending
11746
+ # })
11747
+ #
11748
+ # @example Response structure
11749
+ #
11750
+ # resp.edge_packaging_job_summaries #=> Array
11751
+ # resp.edge_packaging_job_summaries[0].edge_packaging_job_arn #=> String
11752
+ # resp.edge_packaging_job_summaries[0].edge_packaging_job_name #=> String
11753
+ # resp.edge_packaging_job_summaries[0].edge_packaging_job_status #=> String, one of "STARTING", "INPROGRESS", "COMPLETED", "FAILED", "STOPPING", "STOPPED"
11754
+ # resp.edge_packaging_job_summaries[0].compilation_job_name #=> String
11755
+ # resp.edge_packaging_job_summaries[0].model_name #=> String
11756
+ # resp.edge_packaging_job_summaries[0].model_version #=> String
11757
+ # resp.edge_packaging_job_summaries[0].creation_time #=> Time
11758
+ # resp.edge_packaging_job_summaries[0].last_modified_time #=> Time
11759
+ # resp.next_token #=> String
11760
+ #
11761
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgePackagingJobs AWS API Documentation
11762
+ #
11763
+ # @overload list_edge_packaging_jobs(params = {})
11764
+ # @param [Hash] params ({})
11765
+ def list_edge_packaging_jobs(params = {}, options = {})
11766
+ req = build_request(:list_edge_packaging_jobs, params)
11767
+ req.send_request(options)
11768
+ end
11769
+
9994
11770
  # Lists endpoint configurations.
9995
11771
  #
9996
11772
  # @option params [String] :sort_by
@@ -10734,87 +12510,229 @@ module Aws::SageMaker
10734
12510
  # resp.labeling_job_summary_list[0].input_config.data_attributes.content_classifiers[0] #=> String, one of "FreeOfPersonallyIdentifiableInformation", "FreeOfAdultContent"
10735
12511
  # resp.next_token #=> String
10736
12512
  #
10737
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobs AWS API Documentation
12513
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobs AWS API Documentation
12514
+ #
12515
+ # @overload list_labeling_jobs(params = {})
12516
+ # @param [Hash] params ({})
12517
+ def list_labeling_jobs(params = {}, options = {})
12518
+ req = build_request(:list_labeling_jobs, params)
12519
+ req.send_request(options)
12520
+ end
12521
+
12522
+ # Gets a list of labeling jobs assigned to a specified work team.
12523
+ #
12524
+ # @option params [required, String] :workteam_arn
12525
+ # The Amazon Resource Name (ARN) of the work team for which you want to
12526
+ # see labeling jobs for.
12527
+ #
12528
+ # @option params [Integer] :max_results
12529
+ # The maximum number of labeling jobs to return in each page of the
12530
+ # response.
12531
+ #
12532
+ # @option params [String] :next_token
12533
+ # If the result of the previous `ListLabelingJobsForWorkteam` request
12534
+ # was truncated, the response includes a `NextToken`. To retrieve the
12535
+ # next set of labeling jobs, use the token in the next request.
12536
+ #
12537
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
12538
+ # A filter that returns only labeling jobs created after the specified
12539
+ # time (timestamp).
12540
+ #
12541
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
12542
+ # A filter that returns only labeling jobs created before the specified
12543
+ # time (timestamp).
12544
+ #
12545
+ # @option params [String] :job_reference_code_contains
12546
+ # A filter the limits jobs to only the ones whose job reference code
12547
+ # contains the specified string.
12548
+ #
12549
+ # @option params [String] :sort_by
12550
+ # The field to sort results by. The default is `CreationTime`.
12551
+ #
12552
+ # @option params [String] :sort_order
12553
+ # The sort order for results. The default is `Ascending`.
12554
+ #
12555
+ # @return [Types::ListLabelingJobsForWorkteamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12556
+ #
12557
+ # * {Types::ListLabelingJobsForWorkteamResponse#labeling_job_summary_list #labeling_job_summary_list} => Array&lt;Types::LabelingJobForWorkteamSummary&gt;
12558
+ # * {Types::ListLabelingJobsForWorkteamResponse#next_token #next_token} => String
12559
+ #
12560
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
12561
+ #
12562
+ # @example Request syntax with placeholder values
12563
+ #
12564
+ # resp = client.list_labeling_jobs_for_workteam({
12565
+ # workteam_arn: "WorkteamArn", # required
12566
+ # max_results: 1,
12567
+ # next_token: "NextToken",
12568
+ # creation_time_after: Time.now,
12569
+ # creation_time_before: Time.now,
12570
+ # job_reference_code_contains: "JobReferenceCodeContains",
12571
+ # sort_by: "CreationTime", # accepts CreationTime
12572
+ # sort_order: "Ascending", # accepts Ascending, Descending
12573
+ # })
12574
+ #
12575
+ # @example Response structure
12576
+ #
12577
+ # resp.labeling_job_summary_list #=> Array
12578
+ # resp.labeling_job_summary_list[0].labeling_job_name #=> String
12579
+ # resp.labeling_job_summary_list[0].job_reference_code #=> String
12580
+ # resp.labeling_job_summary_list[0].work_requester_account_id #=> String
12581
+ # resp.labeling_job_summary_list[0].creation_time #=> Time
12582
+ # resp.labeling_job_summary_list[0].label_counters.human_labeled #=> Integer
12583
+ # resp.labeling_job_summary_list[0].label_counters.pending_human #=> Integer
12584
+ # resp.labeling_job_summary_list[0].label_counters.total #=> Integer
12585
+ # resp.labeling_job_summary_list[0].number_of_human_workers_per_data_object #=> Integer
12586
+ # resp.next_token #=> String
12587
+ #
12588
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobsForWorkteam AWS API Documentation
12589
+ #
12590
+ # @overload list_labeling_jobs_for_workteam(params = {})
12591
+ # @param [Hash] params ({})
12592
+ def list_labeling_jobs_for_workteam(params = {}, options = {})
12593
+ req = build_request(:list_labeling_jobs_for_workteam, params)
12594
+ req.send_request(options)
12595
+ end
12596
+
12597
+ # Lists model bias jobs definitions that satisfy various filters.
12598
+ #
12599
+ # @option params [String] :endpoint_name
12600
+ # Name of the endpoint to monitor for model bias.
12601
+ #
12602
+ # @option params [String] :sort_by
12603
+ # Whether to sort results by the `Name` or `CreationTime` field. The
12604
+ # default is `CreationTime`.
12605
+ #
12606
+ # @option params [String] :sort_order
12607
+ # Whether to sort the results in `Ascending` or `Descending` order. The
12608
+ # default is `Descending`.
12609
+ #
12610
+ # @option params [String] :next_token
12611
+ # The token returned if the response is truncated. To retrieve the next
12612
+ # set of job executions, use it in the next request.
12613
+ #
12614
+ # @option params [Integer] :max_results
12615
+ # The maximum number of model bias jobs to return in the response. The
12616
+ # default value is 10.
12617
+ #
12618
+ # @option params [String] :name_contains
12619
+ # Filter for model bias jobs whose name contains a specified string.
12620
+ #
12621
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
12622
+ # A filter that returns only model bias jobs created before a specified
12623
+ # time.
12624
+ #
12625
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
12626
+ # A filter that returns only model bias jobs created after a specified
12627
+ # time.
12628
+ #
12629
+ # @return [Types::ListModelBiasJobDefinitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12630
+ #
12631
+ # * {Types::ListModelBiasJobDefinitionsResponse#job_definition_summaries #job_definition_summaries} => Array&lt;Types::MonitoringJobDefinitionSummary&gt;
12632
+ # * {Types::ListModelBiasJobDefinitionsResponse#next_token #next_token} => String
12633
+ #
12634
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
12635
+ #
12636
+ # @example Request syntax with placeholder values
12637
+ #
12638
+ # resp = client.list_model_bias_job_definitions({
12639
+ # endpoint_name: "EndpointName",
12640
+ # sort_by: "Name", # accepts Name, CreationTime
12641
+ # sort_order: "Ascending", # accepts Ascending, Descending
12642
+ # next_token: "NextToken",
12643
+ # max_results: 1,
12644
+ # name_contains: "NameContains",
12645
+ # creation_time_before: Time.now,
12646
+ # creation_time_after: Time.now,
12647
+ # })
12648
+ #
12649
+ # @example Response structure
12650
+ #
12651
+ # resp.job_definition_summaries #=> Array
12652
+ # resp.job_definition_summaries[0].monitoring_job_definition_name #=> String
12653
+ # resp.job_definition_summaries[0].monitoring_job_definition_arn #=> String
12654
+ # resp.job_definition_summaries[0].creation_time #=> Time
12655
+ # resp.job_definition_summaries[0].endpoint_name #=> String
12656
+ # resp.next_token #=> String
12657
+ #
12658
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelBiasJobDefinitions AWS API Documentation
10738
12659
  #
10739
- # @overload list_labeling_jobs(params = {})
12660
+ # @overload list_model_bias_job_definitions(params = {})
10740
12661
  # @param [Hash] params ({})
10741
- def list_labeling_jobs(params = {}, options = {})
10742
- req = build_request(:list_labeling_jobs, params)
12662
+ def list_model_bias_job_definitions(params = {}, options = {})
12663
+ req = build_request(:list_model_bias_job_definitions, params)
10743
12664
  req.send_request(options)
10744
12665
  end
10745
12666
 
10746
- # Gets a list of labeling jobs assigned to a specified work team.
12667
+ # Lists model explainability job definitions that satisfy various
12668
+ # filters.
10747
12669
  #
10748
- # @option params [required, String] :workteam_arn
10749
- # The Amazon Resource Name (ARN) of the work team for which you want to
10750
- # see labeling jobs for.
12670
+ # @option params [String] :endpoint_name
12671
+ # Name of the endpoint to monitor for model explainability.
10751
12672
  #
10752
- # @option params [Integer] :max_results
10753
- # The maximum number of labeling jobs to return in each page of the
10754
- # response.
12673
+ # @option params [String] :sort_by
12674
+ # Whether to sort results by the `Name` or `CreationTime` field. The
12675
+ # default is `CreationTime`.
10755
12676
  #
10756
- # @option params [String] :next_token
10757
- # If the result of the previous `ListLabelingJobsForWorkteam` request
10758
- # was truncated, the response includes a `NextToken`. To retrieve the
10759
- # next set of labeling jobs, use the token in the next request.
12677
+ # @option params [String] :sort_order
12678
+ # Whether to sort the results in `Ascending` or `Descending` order. The
12679
+ # default is `Descending`.
10760
12680
  #
10761
- # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
10762
- # A filter that returns only labeling jobs created after the specified
10763
- # time (timestamp).
12681
+ # @option params [String] :next_token
12682
+ # The token returned if the response is truncated. To retrieve the next
12683
+ # set of job executions, use it in the next request.
10764
12684
  #
10765
- # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
10766
- # A filter that returns only labeling jobs created before the specified
10767
- # time (timestamp).
12685
+ # @option params [Integer] :max_results
12686
+ # The maximum number of jobs to return in the response. The default
12687
+ # value is 10.
10768
12688
  #
10769
- # @option params [String] :job_reference_code_contains
10770
- # A filter the limits jobs to only the ones whose job reference code
10771
- # contains the specified string.
12689
+ # @option params [String] :name_contains
12690
+ # Filter for model explainability jobs whose name contains a specified
12691
+ # string.
10772
12692
  #
10773
- # @option params [String] :sort_by
10774
- # The field to sort results by. The default is `CreationTime`.
12693
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
12694
+ # A filter that returns only model explainability jobs created before a
12695
+ # specified time.
10775
12696
  #
10776
- # @option params [String] :sort_order
10777
- # The sort order for results. The default is `Ascending`.
12697
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
12698
+ # A filter that returns only model explainability jobs created after a
12699
+ # specified time.
10778
12700
  #
10779
- # @return [Types::ListLabelingJobsForWorkteamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12701
+ # @return [Types::ListModelExplainabilityJobDefinitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10780
12702
  #
10781
- # * {Types::ListLabelingJobsForWorkteamResponse#labeling_job_summary_list #labeling_job_summary_list} => Array&lt;Types::LabelingJobForWorkteamSummary&gt;
10782
- # * {Types::ListLabelingJobsForWorkteamResponse#next_token #next_token} => String
12703
+ # * {Types::ListModelExplainabilityJobDefinitionsResponse#job_definition_summaries #job_definition_summaries} => Array&lt;Types::MonitoringJobDefinitionSummary&gt;
12704
+ # * {Types::ListModelExplainabilityJobDefinitionsResponse#next_token #next_token} => String
10783
12705
  #
10784
12706
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
10785
12707
  #
10786
12708
  # @example Request syntax with placeholder values
10787
12709
  #
10788
- # resp = client.list_labeling_jobs_for_workteam({
10789
- # workteam_arn: "WorkteamArn", # required
10790
- # max_results: 1,
12710
+ # resp = client.list_model_explainability_job_definitions({
12711
+ # endpoint_name: "EndpointName",
12712
+ # sort_by: "Name", # accepts Name, CreationTime
12713
+ # sort_order: "Ascending", # accepts Ascending, Descending
10791
12714
  # next_token: "NextToken",
10792
- # creation_time_after: Time.now,
12715
+ # max_results: 1,
12716
+ # name_contains: "NameContains",
10793
12717
  # creation_time_before: Time.now,
10794
- # job_reference_code_contains: "JobReferenceCodeContains",
10795
- # sort_by: "CreationTime", # accepts CreationTime
10796
- # sort_order: "Ascending", # accepts Ascending, Descending
12718
+ # creation_time_after: Time.now,
10797
12719
  # })
10798
12720
  #
10799
12721
  # @example Response structure
10800
12722
  #
10801
- # resp.labeling_job_summary_list #=> Array
10802
- # resp.labeling_job_summary_list[0].labeling_job_name #=> String
10803
- # resp.labeling_job_summary_list[0].job_reference_code #=> String
10804
- # resp.labeling_job_summary_list[0].work_requester_account_id #=> String
10805
- # resp.labeling_job_summary_list[0].creation_time #=> Time
10806
- # resp.labeling_job_summary_list[0].label_counters.human_labeled #=> Integer
10807
- # resp.labeling_job_summary_list[0].label_counters.pending_human #=> Integer
10808
- # resp.labeling_job_summary_list[0].label_counters.total #=> Integer
10809
- # resp.labeling_job_summary_list[0].number_of_human_workers_per_data_object #=> Integer
12723
+ # resp.job_definition_summaries #=> Array
12724
+ # resp.job_definition_summaries[0].monitoring_job_definition_name #=> String
12725
+ # resp.job_definition_summaries[0].monitoring_job_definition_arn #=> String
12726
+ # resp.job_definition_summaries[0].creation_time #=> Time
12727
+ # resp.job_definition_summaries[0].endpoint_name #=> String
10810
12728
  # resp.next_token #=> String
10811
12729
  #
10812
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobsForWorkteam AWS API Documentation
12730
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelExplainabilityJobDefinitions AWS API Documentation
10813
12731
  #
10814
- # @overload list_labeling_jobs_for_workteam(params = {})
12732
+ # @overload list_model_explainability_job_definitions(params = {})
10815
12733
  # @param [Hash] params ({})
10816
- def list_labeling_jobs_for_workteam(params = {}, options = {})
10817
- req = build_request(:list_labeling_jobs_for_workteam, params)
12734
+ def list_model_explainability_job_definitions(params = {}, options = {})
12735
+ req = build_request(:list_model_explainability_job_definitions, params)
10818
12736
  req.send_request(options)
10819
12737
  end
10820
12738
 
@@ -10975,6 +12893,80 @@ module Aws::SageMaker
10975
12893
  req.send_request(options)
10976
12894
  end
10977
12895
 
12896
+ # Gets a list of model quality monitoring job definitions in your
12897
+ # account.
12898
+ #
12899
+ # @option params [String] :endpoint_name
12900
+ # A filter that returns only model quality monitoring job definitions
12901
+ # that are associated with the specified endpoint.
12902
+ #
12903
+ # @option params [String] :sort_by
12904
+ # The field to sort results by. The default is `CreationTime`.
12905
+ #
12906
+ # @option params [String] :sort_order
12907
+ # The sort order for results. The default is `Descending`.
12908
+ #
12909
+ # @option params [String] :next_token
12910
+ # If the result of the previous `ListModelQualityJobDefinitions` request
12911
+ # was truncated, the response includes a `NextToken`. To retrieve the
12912
+ # next set of model quality monitoring job definitions, use the token in
12913
+ # the next request.
12914
+ #
12915
+ # @option params [Integer] :max_results
12916
+ # The maximum number of results to return in a call to
12917
+ # `ListModelQualityJobDefinitions`.
12918
+ #
12919
+ # @option params [String] :name_contains
12920
+ # A string in the transform job name. This filter returns only model
12921
+ # quality monitoring job definitions whose name contains the specified
12922
+ # string.
12923
+ #
12924
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
12925
+ # A filter that returns only model quality monitoring job definitions
12926
+ # created before the specified time.
12927
+ #
12928
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
12929
+ # A filter that returns only model quality monitoring job definitions
12930
+ # created after the specified time.
12931
+ #
12932
+ # @return [Types::ListModelQualityJobDefinitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12933
+ #
12934
+ # * {Types::ListModelQualityJobDefinitionsResponse#job_definition_summaries #job_definition_summaries} => Array&lt;Types::MonitoringJobDefinitionSummary&gt;
12935
+ # * {Types::ListModelQualityJobDefinitionsResponse#next_token #next_token} => String
12936
+ #
12937
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
12938
+ #
12939
+ # @example Request syntax with placeholder values
12940
+ #
12941
+ # resp = client.list_model_quality_job_definitions({
12942
+ # endpoint_name: "EndpointName",
12943
+ # sort_by: "Name", # accepts Name, CreationTime
12944
+ # sort_order: "Ascending", # accepts Ascending, Descending
12945
+ # next_token: "NextToken",
12946
+ # max_results: 1,
12947
+ # name_contains: "NameContains",
12948
+ # creation_time_before: Time.now,
12949
+ # creation_time_after: Time.now,
12950
+ # })
12951
+ #
12952
+ # @example Response structure
12953
+ #
12954
+ # resp.job_definition_summaries #=> Array
12955
+ # resp.job_definition_summaries[0].monitoring_job_definition_name #=> String
12956
+ # resp.job_definition_summaries[0].monitoring_job_definition_arn #=> String
12957
+ # resp.job_definition_summaries[0].creation_time #=> Time
12958
+ # resp.job_definition_summaries[0].endpoint_name #=> String
12959
+ # resp.next_token #=> String
12960
+ #
12961
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelQualityJobDefinitions AWS API Documentation
12962
+ #
12963
+ # @overload list_model_quality_job_definitions(params = {})
12964
+ # @param [Hash] params ({})
12965
+ def list_model_quality_job_definitions(params = {}, options = {})
12966
+ req = build_request(:list_model_quality_job_definitions, params)
12967
+ req.send_request(options)
12968
+ end
12969
+
10978
12970
  # Lists models created with the CreateModel API.
10979
12971
  #
10980
12972
  # @option params [String] :sort_by
@@ -11084,6 +13076,14 @@ module Aws::SageMaker
11084
13076
  # @option params [String] :status_equals
11085
13077
  # A filter that retrieves only jobs with a specific status.
11086
13078
  #
13079
+ # @option params [String] :monitoring_job_definition_name
13080
+ # Gets a list of the monitoring job runs of the specified monitoring job
13081
+ # definitions.
13082
+ #
13083
+ # @option params [String] :monitoring_type_equals
13084
+ # A filter that returns only the monitoring job runs of the specified
13085
+ # monitoring type.
13086
+ #
11087
13087
  # @return [Types::ListMonitoringExecutionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11088
13088
  #
11089
13089
  # * {Types::ListMonitoringExecutionsResponse#monitoring_execution_summaries #monitoring_execution_summaries} => Array&lt;Types::MonitoringExecutionSummary&gt;
@@ -11107,6 +13107,8 @@ module Aws::SageMaker
11107
13107
  # last_modified_time_before: Time.now,
11108
13108
  # last_modified_time_after: Time.now,
11109
13109
  # status_equals: "Pending", # accepts Pending, Completed, CompletedWithViolations, InProgress, Failed, Stopping, Stopped
13110
+ # monitoring_job_definition_name: "MonitoringJobDefinitionName",
13111
+ # monitoring_type_equals: "DataQuality", # accepts DataQuality, ModelQuality, ModelBias, ModelExplainability
11110
13112
  # })
11111
13113
  #
11112
13114
  # @example Response structure
@@ -11120,6 +13122,8 @@ module Aws::SageMaker
11120
13122
  # resp.monitoring_execution_summaries[0].processing_job_arn #=> String
11121
13123
  # resp.monitoring_execution_summaries[0].endpoint_name #=> String
11122
13124
  # resp.monitoring_execution_summaries[0].failure_reason #=> String
13125
+ # resp.monitoring_execution_summaries[0].monitoring_job_definition_name #=> String
13126
+ # resp.monitoring_execution_summaries[0].monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
11123
13127
  # resp.next_token #=> String
11124
13128
  #
11125
13129
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringExecutions AWS API Documentation
@@ -11176,6 +13180,14 @@ module Aws::SageMaker
11176
13180
  # A filter that returns only monitoring schedules modified before a
11177
13181
  # specified time.
11178
13182
  #
13183
+ # @option params [String] :monitoring_job_definition_name
13184
+ # Gets a list of the monitoring schedules for the specified monitoring
13185
+ # job definition.
13186
+ #
13187
+ # @option params [String] :monitoring_type_equals
13188
+ # A filter that returns only the monitoring schedules for the specified
13189
+ # monitoring type.
13190
+ #
11179
13191
  # @return [Types::ListMonitoringSchedulesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11180
13192
  #
11181
13193
  # * {Types::ListMonitoringSchedulesResponse#monitoring_schedule_summaries #monitoring_schedule_summaries} => Array&lt;Types::MonitoringScheduleSummary&gt;
@@ -11197,6 +13209,8 @@ module Aws::SageMaker
11197
13209
  # last_modified_time_before: Time.now,
11198
13210
  # last_modified_time_after: Time.now,
11199
13211
  # status_equals: "Pending", # accepts Pending, Failed, Scheduled, Stopped
13212
+ # monitoring_job_definition_name: "MonitoringJobDefinitionName",
13213
+ # monitoring_type_equals: "DataQuality", # accepts DataQuality, ModelQuality, ModelBias, ModelExplainability
11200
13214
  # })
11201
13215
  #
11202
13216
  # @example Response structure
@@ -11208,6 +13222,8 @@ module Aws::SageMaker
11208
13222
  # resp.monitoring_schedule_summaries[0].last_modified_time #=> Time
11209
13223
  # resp.monitoring_schedule_summaries[0].monitoring_schedule_status #=> String, one of "Pending", "Failed", "Scheduled", "Stopped"
11210
13224
  # resp.monitoring_schedule_summaries[0].endpoint_name #=> String
13225
+ # resp.monitoring_schedule_summaries[0].monitoring_job_definition_name #=> String
13226
+ # resp.monitoring_schedule_summaries[0].monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
11211
13227
  # resp.next_token #=> String
11212
13228
  #
11213
13229
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringSchedules AWS API Documentation
@@ -11895,6 +13911,27 @@ module Aws::SageMaker
11895
13911
 
11896
13912
  # Lists training jobs.
11897
13913
  #
13914
+ # <note markdown="1"> When `StatusEquals` and `MaxResults` are set at the same time, the
13915
+ # `MaxResults` number of training jobs are first retrieved ignoring the
13916
+ # `StatusEquals` parameter and then they are filtered by the
13917
+ # `StatusEquals` parameter, which is returned as a response. For
13918
+ # example, if `ListTrainingJobs` is invoked with the following
13919
+ # parameters:
13920
+ #
13921
+ # `\{ ... MaxResults: 100, StatusEquals: InProgress ... \}`
13922
+ #
13923
+ # Then, 100 trainings jobs with any status including those other than
13924
+ # `InProgress` are selected first (sorted according the creation time,
13925
+ # from the latest to the oldest) and those with status `InProgress` are
13926
+ # returned.
13927
+ #
13928
+ # You can quickly test the API using the following AWS CLI code.
13929
+ #
13930
+ # `aws sagemaker list-training-jobs --max-results 100 --status-equals
13931
+ # InProgress`
13932
+ #
13933
+ # </note>
13934
+ #
11898
13935
  # @option params [String] :next_token
11899
13936
  # If the result of the previous `ListTrainingJobs` request was
11900
13937
  # truncated, the response includes a `NextToken`. To retrieve the next
@@ -12546,6 +14583,47 @@ module Aws::SageMaker
12546
14583
  req.send_request(options)
12547
14584
  end
12548
14585
 
14586
+ # Register devices.
14587
+ #
14588
+ # @option params [required, String] :device_fleet_name
14589
+ # The name of the fleet.
14590
+ #
14591
+ # @option params [required, Array<Types::Device>] :devices
14592
+ # A list of devices to register with SageMaker Edge Manager.
14593
+ #
14594
+ # @option params [Array<Types::Tag>] :tags
14595
+ # The tags associated with devices.
14596
+ #
14597
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
14598
+ #
14599
+ # @example Request syntax with placeholder values
14600
+ #
14601
+ # resp = client.register_devices({
14602
+ # device_fleet_name: "EntityName", # required
14603
+ # devices: [ # required
14604
+ # {
14605
+ # device_name: "DeviceName", # required
14606
+ # description: "DeviceDescription",
14607
+ # iot_thing_name: "ThingName",
14608
+ # },
14609
+ # ],
14610
+ # tags: [
14611
+ # {
14612
+ # key: "TagKey", # required
14613
+ # value: "TagValue", # required
14614
+ # },
14615
+ # ],
14616
+ # })
14617
+ #
14618
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RegisterDevices AWS API Documentation
14619
+ #
14620
+ # @overload register_devices(params = {})
14621
+ # @param [Hash] params ({})
14622
+ def register_devices(params = {}, options = {})
14623
+ req = build_request(:register_devices, params)
14624
+ req.send_request(options)
14625
+ end
14626
+
12549
14627
  # Renders the UI template so that you can preview the worker's
12550
14628
  # experience.
12551
14629
  #
@@ -13110,10 +15188,12 @@ module Aws::SageMaker
13110
15188
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_arn #=> String
13111
15189
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_name #=> String
13112
15190
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_status #=> String, one of "Pending", "Failed", "Scheduled", "Stopped"
15191
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
13113
15192
  # resp.results[0].endpoint.monitoring_schedules[0].failure_reason #=> String
13114
15193
  # resp.results[0].endpoint.monitoring_schedules[0].creation_time #=> Time
13115
15194
  # resp.results[0].endpoint.monitoring_schedules[0].last_modified_time #=> Time
13116
15195
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.schedule_config.schedule_expression #=> String
15196
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.baseline_config.baselining_job_name #=> String
13117
15197
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.baseline_config.constraints_resource.s3_uri #=> String
13118
15198
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.baseline_config.statistics_resource.s3_uri #=> String
13119
15199
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs #=> Array
@@ -13121,6 +15201,12 @@ module Aws::SageMaker
13121
15201
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.local_path #=> String
13122
15202
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
13123
15203
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
15204
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.features_attribute #=> String
15205
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.inference_attribute #=> String
15206
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_attribute #=> String
15207
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
15208
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
15209
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
13124
15210
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
13125
15211
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
13126
15212
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -13147,6 +15233,8 @@ module Aws::SageMaker
13147
15233
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.subnets #=> Array
13148
15234
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.subnets[0] #=> String
13149
15235
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.role_arn #=> String
15236
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition_name #=> String
15237
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
13150
15238
  # resp.results[0].endpoint.monitoring_schedules[0].endpoint_name #=> String
13151
15239
  # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.monitoring_schedule_name #=> String
13152
15240
  # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.scheduled_time #=> Time
@@ -13156,6 +15244,8 @@ module Aws::SageMaker
13156
15244
  # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.processing_job_arn #=> String
13157
15245
  # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.endpoint_name #=> String
13158
15246
  # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.failure_reason #=> String
15247
+ # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.monitoring_job_definition_name #=> String
15248
+ # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
13159
15249
  # resp.results[0].endpoint.monitoring_schedules[0].tags #=> Array
13160
15250
  # resp.results[0].endpoint.monitoring_schedules[0].tags[0].key #=> String
13161
15251
  # resp.results[0].endpoint.monitoring_schedules[0].tags[0].value #=> String
@@ -13332,7 +15422,8 @@ module Aws::SageMaker
13332
15422
 
13333
15423
  # Starts a previously stopped monitoring schedule.
13334
15424
  #
13335
- # <note markdown="1"> New monitoring schedules are immediately started after creation.
15425
+ # <note markdown="1"> By default, when you successfully create a new schedule, the status of
15426
+ # a monitoring schedule is `scheduled`.
13336
15427
  #
13337
15428
  # </note>
13338
15429
  #
@@ -13489,6 +15580,28 @@ module Aws::SageMaker
13489
15580
  req.send_request(options)
13490
15581
  end
13491
15582
 
15583
+ # Request to stop an edge packaging job.
15584
+ #
15585
+ # @option params [required, String] :edge_packaging_job_name
15586
+ # The name of the edge packaging job.
15587
+ #
15588
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
15589
+ #
15590
+ # @example Request syntax with placeholder values
15591
+ #
15592
+ # resp = client.stop_edge_packaging_job({
15593
+ # edge_packaging_job_name: "EntityName", # required
15594
+ # })
15595
+ #
15596
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopEdgePackagingJob AWS API Documentation
15597
+ #
15598
+ # @overload stop_edge_packaging_job(params = {})
15599
+ # @param [Hash] params ({})
15600
+ def stop_edge_packaging_job(params = {}, options = {})
15601
+ req = build_request(:stop_edge_packaging_job, params)
15602
+ req.send_request(options)
15603
+ end
15604
+
13492
15605
  # Stops a running hyperparameter tuning job and all running training
13493
15606
  # jobs that the tuning job launched.
13494
15607
  #
@@ -13926,6 +16039,75 @@ module Aws::SageMaker
13926
16039
  req.send_request(options)
13927
16040
  end
13928
16041
 
16042
+ # Updates a fleet of devices.
16043
+ #
16044
+ # @option params [required, String] :device_fleet_name
16045
+ # The name of the fleet.
16046
+ #
16047
+ # @option params [String] :role_arn
16048
+ # The Amazon Resource Name (ARN) of the device.
16049
+ #
16050
+ # @option params [String] :description
16051
+ # Description of the fleet.
16052
+ #
16053
+ # @option params [required, Types::EdgeOutputConfig] :output_config
16054
+ # Output configuration for storing sample data collected by the fleet.
16055
+ #
16056
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
16057
+ #
16058
+ # @example Request syntax with placeholder values
16059
+ #
16060
+ # resp = client.update_device_fleet({
16061
+ # device_fleet_name: "EntityName", # required
16062
+ # role_arn: "RoleArn",
16063
+ # description: "DeviceFleetDescription",
16064
+ # output_config: { # required
16065
+ # s3_output_location: "S3Uri", # required
16066
+ # kms_key_id: "KmsKeyId",
16067
+ # },
16068
+ # })
16069
+ #
16070
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDeviceFleet AWS API Documentation
16071
+ #
16072
+ # @overload update_device_fleet(params = {})
16073
+ # @param [Hash] params ({})
16074
+ def update_device_fleet(params = {}, options = {})
16075
+ req = build_request(:update_device_fleet, params)
16076
+ req.send_request(options)
16077
+ end
16078
+
16079
+ # Updates one or more devices in a fleet.
16080
+ #
16081
+ # @option params [required, String] :device_fleet_name
16082
+ # The name of the fleet the devices belong to.
16083
+ #
16084
+ # @option params [required, Array<Types::Device>] :devices
16085
+ # List of devices to register with Edge Manager agent.
16086
+ #
16087
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
16088
+ #
16089
+ # @example Request syntax with placeholder values
16090
+ #
16091
+ # resp = client.update_devices({
16092
+ # device_fleet_name: "EntityName", # required
16093
+ # devices: [ # required
16094
+ # {
16095
+ # device_name: "DeviceName", # required
16096
+ # description: "DeviceDescription",
16097
+ # iot_thing_name: "ThingName",
16098
+ # },
16099
+ # ],
16100
+ # })
16101
+ #
16102
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDevices AWS API Documentation
16103
+ #
16104
+ # @overload update_devices(params = {})
16105
+ # @param [Hash] params ({})
16106
+ def update_devices(params = {}, options = {})
16107
+ req = build_request(:update_devices, params)
16108
+ req.send_request(options)
16109
+ end
16110
+
13929
16111
  # Updates the default settings for new user profiles in the domain.
13930
16112
  #
13931
16113
  # @option params [required, String] :domain_id
@@ -14286,6 +16468,7 @@ module Aws::SageMaker
14286
16468
  # },
14287
16469
  # monitoring_job_definition: {
14288
16470
  # baseline_config: {
16471
+ # baselining_job_name: "ProcessingJobName",
14289
16472
  # constraints_resource: {
14290
16473
  # s3_uri: "S3Uri",
14291
16474
  # },
@@ -14300,6 +16483,12 @@ module Aws::SageMaker
14300
16483
  # local_path: "ProcessingLocalPath", # required
14301
16484
  # s3_input_mode: "Pipe", # accepts Pipe, File
14302
16485
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
16486
+ # features_attribute: "String",
16487
+ # inference_attribute: "String",
16488
+ # probability_attribute: "String",
16489
+ # probability_threshold_attribute: 1.0,
16490
+ # start_time_offset: "MonitoringTimeOffsetString",
16491
+ # end_time_offset: "MonitoringTimeOffsetString",
14303
16492
  # },
14304
16493
  # },
14305
16494
  # ],
@@ -14346,6 +16535,8 @@ module Aws::SageMaker
14346
16535
  # },
14347
16536
  # role_arn: "RoleArn", # required
14348
16537
  # },
16538
+ # monitoring_job_definition_name: "MonitoringJobDefinitionName",
16539
+ # monitoring_type: "DataQuality", # accepts DataQuality, ModelQuality, ModelBias, ModelExplainability
14349
16540
  # },
14350
16541
  # })
14351
16542
  #
@@ -14629,6 +16820,65 @@ module Aws::SageMaker
14629
16820
  req.send_request(options)
14630
16821
  end
14631
16822
 
16823
+ # Update a model training job to request a new Debugger profiling
16824
+ # configuration.
16825
+ #
16826
+ # @option params [required, String] :training_job_name
16827
+ # The name of a training job to update the Debugger profiling
16828
+ # configuration.
16829
+ #
16830
+ # @option params [Types::ProfilerConfigForUpdate] :profiler_config
16831
+ # Configuration information for Debugger system monitoring, framework
16832
+ # profiling, and storage paths.
16833
+ #
16834
+ # @option params [Array<Types::ProfilerRuleConfiguration>] :profiler_rule_configurations
16835
+ # Configuration information for Debugger rules for profiling system and
16836
+ # framework metrics.
16837
+ #
16838
+ # @return [Types::UpdateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16839
+ #
16840
+ # * {Types::UpdateTrainingJobResponse#training_job_arn #training_job_arn} => String
16841
+ #
16842
+ # @example Request syntax with placeholder values
16843
+ #
16844
+ # resp = client.update_training_job({
16845
+ # training_job_name: "TrainingJobName", # required
16846
+ # profiler_config: {
16847
+ # s3_output_path: "S3Uri",
16848
+ # profiling_interval_in_milliseconds: 1,
16849
+ # profiling_parameters: {
16850
+ # "ConfigKey" => "ConfigValue",
16851
+ # },
16852
+ # disable_profiler: false,
16853
+ # },
16854
+ # profiler_rule_configurations: [
16855
+ # {
16856
+ # rule_configuration_name: "RuleConfigurationName", # required
16857
+ # local_path: "DirectoryPath",
16858
+ # s3_output_path: "S3Uri",
16859
+ # rule_evaluator_image: "AlgorithmImage", # required
16860
+ # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
16861
+ # volume_size_in_gb: 1,
16862
+ # rule_parameters: {
16863
+ # "ConfigKey" => "ConfigValue",
16864
+ # },
16865
+ # },
16866
+ # ],
16867
+ # })
16868
+ #
16869
+ # @example Response structure
16870
+ #
16871
+ # resp.training_job_arn #=> String
16872
+ #
16873
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrainingJob AWS API Documentation
16874
+ #
16875
+ # @overload update_training_job(params = {})
16876
+ # @param [Hash] params ({})
16877
+ def update_training_job(params = {}, options = {})
16878
+ req = build_request(:update_training_job, params)
16879
+ req.send_request(options)
16880
+ end
16881
+
14632
16882
  # Updates the display name of a trial.
14633
16883
  #
14634
16884
  # @option params [required, String] :trial_name
@@ -15035,7 +17285,7 @@ module Aws::SageMaker
15035
17285
  params: params,
15036
17286
  config: config)
15037
17287
  context[:gem_name] = 'aws-sdk-sagemaker'
15038
- context[:gem_version] = '1.73.0'
17288
+ context[:gem_version] = '1.78.0'
15039
17289
  Seahorse::Client::Request.new(handlers, context)
15040
17290
  end
15041
17291