aws-sdk-sagemaker 1.101.0 → 1.105.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: d68b52ff175bb17ce59d762c185ebf1cb0822e98565b10c6e5ca31108f8d0013
4
- data.tar.gz: 3576fd7d2bed584f296999fc57fdd3ec50c7fe0eb4fb44d915a4390ba435eed2
3
+ metadata.gz: 309e5046a944d0337c59af75f056bd81c8878fc269128a7e9bd9be3572ea1700
4
+ data.tar.gz: d371d7f593d09a8ff0ef3097cb92f6456e755205290dc62c58cae48b2ff68b91
5
5
  SHA512:
6
- metadata.gz: b09b3641a5b879d3fe3f0ae125d4ba2e4b08c0668059abc1d922befb77aab8983f43b3e78fa01b03f63e4d42e39afec8eecda3756114205fdd54344de4457bac
7
- data.tar.gz: 05f8404813b263b36bef2d076b25447acad0ba614130fbab237c45b479dec550e146e1f1e3f1ba84b73611852bd2cbfffac83c7bfef75c92fb4c04cefdedbcc3
6
+ metadata.gz: eba4a07ffa818c27f25b02c822ced11d69e14496e565ae392d2c1ce05dc8e0d61501ee860f19c1a2d18734086540bd59c22493566754706200b3110844145610
7
+ data.tar.gz: c54933b4ac4e7896275cdb1d8761c7bf51156d6116b880cc426d4929159c97689a91358f12e154a011a396f7e4a6517bf205ee8ca657e098716174c07e8df07d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2021-10-27)
5
+ ------------------
6
+
7
+ * Feature - This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.
8
+
9
+ 1.104.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.103.0 (2021-10-14)
15
+ ------------------
16
+
17
+ * Feature - This release updates the provisioning artifact ID to an optional parameter in CreateProject API. The provisioning artifact ID defaults to the latest provisioning artifact ID of the product if you don't provide one.
18
+
19
+ 1.102.0 (2021-10-06)
20
+ ------------------
21
+
22
+ * Feature - This release adds a new TrainingInputMode FastFile for SageMaker Training APIs.
23
+
4
24
  1.101.0 (2021-09-16)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.105.0
@@ -514,6 +514,61 @@ module Aws::SageMaker
514
514
  req.send_request(options)
515
515
  end
516
516
 
517
+ # This action batch describes a list of versioned model packages
518
+ #
519
+ # @option params [required, Array<String>] :model_package_arn_list
520
+ # The list of Amazon Resource Name (ARN) of the model package groups.
521
+ #
522
+ # @return [Types::BatchDescribeModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
523
+ #
524
+ # * {Types::BatchDescribeModelPackageOutput#model_package_summaries #model_package_summaries} => Hash&lt;String,Types::BatchDescribeModelPackageSummary&gt;
525
+ # * {Types::BatchDescribeModelPackageOutput#batch_describe_model_package_error_map #batch_describe_model_package_error_map} => Hash&lt;String,Types::BatchDescribeModelPackageError&gt;
526
+ #
527
+ # @example Request syntax with placeholder values
528
+ #
529
+ # resp = client.batch_describe_model_package({
530
+ # model_package_arn_list: ["ModelPackageArn"], # required
531
+ # })
532
+ #
533
+ # @example Response structure
534
+ #
535
+ # resp.model_package_summaries #=> Hash
536
+ # resp.model_package_summaries["ModelPackageArn"].model_package_group_name #=> String
537
+ # resp.model_package_summaries["ModelPackageArn"].model_package_version #=> Integer
538
+ # resp.model_package_summaries["ModelPackageArn"].model_package_arn #=> String
539
+ # resp.model_package_summaries["ModelPackageArn"].model_package_description #=> String
540
+ # resp.model_package_summaries["ModelPackageArn"].creation_time #=> Time
541
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers #=> Array
542
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].container_hostname #=> String
543
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].image #=> String
544
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].image_digest #=> String
545
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_url #=> String
546
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].product_id #=> String
547
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].environment #=> Hash
548
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].environment["EnvironmentKey"] #=> String
549
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_transform_instance_types #=> Array
550
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_transform_instance_types[0] #=> String, one of "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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
551
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_realtime_inference_instance_types #=> Array
552
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_realtime_inference_instance_types[0] #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.12xlarge", "ml.m5d.24xlarge", "ml.c4.large", "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.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5d.large", "ml.c5d.xlarge", "ml.c5d.2xlarge", "ml.c5d.4xlarge", "ml.c5d.9xlarge", "ml.c5d.18xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.12xlarge", "ml.r5.24xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.12xlarge", "ml.r5d.24xlarge", "ml.inf1.xlarge", "ml.inf1.2xlarge", "ml.inf1.6xlarge", "ml.inf1.24xlarge"
553
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_content_types #=> Array
554
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_content_types[0] #=> String
555
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_response_mime_types #=> Array
556
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_response_mime_types[0] #=> String
557
+ # resp.model_package_summaries["ModelPackageArn"].model_package_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
558
+ # resp.model_package_summaries["ModelPackageArn"].model_approval_status #=> String, one of "Approved", "Rejected", "PendingManualApproval"
559
+ # resp.batch_describe_model_package_error_map #=> Hash
560
+ # resp.batch_describe_model_package_error_map["ModelPackageArn"].error_code #=> String
561
+ # resp.batch_describe_model_package_error_map["ModelPackageArn"].error_response #=> String
562
+ #
563
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackage AWS API Documentation
564
+ #
565
+ # @overload batch_describe_model_package(params = {})
566
+ # @param [Hash] params ({})
567
+ def batch_describe_model_package(params = {}, options = {})
568
+ req = build_request(:batch_describe_model_package, params)
569
+ req.send_request(options)
570
+ end
571
+
517
572
  # Creates an *action*. An action is a lineage tracking entity that
518
573
  # represents an action or activity. For example, a model deployment or
519
574
  # an HPO job. Generally, an action involves at least one input or output
@@ -709,7 +764,7 @@ module Aws::SageMaker
709
764
  # is_required: false,
710
765
  # supported_content_types: ["ContentType"], # required
711
766
  # supported_compression_types: ["None"], # accepts None, Gzip
712
- # supported_input_modes: ["Pipe"], # required, accepts Pipe, File
767
+ # supported_input_modes: ["Pipe"], # required, accepts Pipe, File, FastFile
713
768
  # },
714
769
  # ],
715
770
  # supported_tuning_job_objective_metrics: [
@@ -743,7 +798,7 @@ module Aws::SageMaker
743
798
  # {
744
799
  # profile_name: "EntityName", # required
745
800
  # training_job_definition: { # required
746
- # training_input_mode: "Pipe", # required, accepts Pipe, File
801
+ # training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
747
802
  # hyper_parameters: {
748
803
  # "HyperParameterKey" => "HyperParameterValue",
749
804
  # },
@@ -767,7 +822,7 @@ module Aws::SageMaker
767
822
  # content_type: "ContentType",
768
823
  # compression_type: "None", # accepts None, Gzip
769
824
  # record_wrapper_type: "None", # accepts None, RecordIO
770
- # input_mode: "Pipe", # accepts Pipe, File
825
+ # input_mode: "Pipe", # accepts Pipe, File, FastFile
771
826
  # shuffle_config: {
772
827
  # seed: 1, # required
773
828
  # },
@@ -1964,7 +2019,7 @@ module Aws::SageMaker
1964
2019
  # and CreateEndpointConfig API operations, add the following policies to
1965
2020
  # the role.
1966
2021
  #
1967
- # * Option 1: For a full Amazon SageMaker access, search and attach the
2022
+ # * Option 1: For a full SageMaker access, search and attach the
1968
2023
  # `AmazonSageMakerFullAccess` policy.
1969
2024
  #
1970
2025
  # * Option 2: For granting a limited access to an IAM role, paste the
@@ -1982,8 +2037,8 @@ module Aws::SageMaker
1982
2037
  #
1983
2038
  # `]`
1984
2039
  #
1985
- # For more information, see [Amazon SageMaker API Permissions:
1986
- # Actions, Permissions, and Resources Reference][5].
2040
+ # For more information, see [SageMaker API Permissions: Actions,
2041
+ # Permissions, and Resources Reference][5].
1987
2042
  #
1988
2043
  # </note>
1989
2044
  #
@@ -2401,13 +2456,20 @@ module Aws::SageMaker
2401
2456
  # `OfflineStore`.
2402
2457
  #
2403
2458
  # * A configuration for an Amazon Web Services Glue or Amazon Web
2404
- # Services Hive data cataolgue.
2459
+ # Services Hive data catalog.
2405
2460
  #
2406
2461
  # * An KMS encryption key to encrypt the Amazon S3 location used for
2407
- # `OfflineStore`.
2462
+ # `OfflineStore`. If KMS encryption key is not specified, by default
2463
+ # we encrypt all data at rest using Amazon Web Services KMS key. By
2464
+ # defining your [bucket-level key][1] for SSE, you can reduce Amazon
2465
+ # Web Services KMS requests costs by up to 99 percent.
2408
2466
  #
2409
2467
  # To learn more about this parameter, see OfflineStoreConfig.
2410
2468
  #
2469
+ #
2470
+ #
2471
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html
2472
+ #
2411
2473
  # @option params [String] :role_arn
2412
2474
  # The Amazon Resource Name (ARN) of the IAM execution role used to
2413
2475
  # persist data into the `OfflineStore` if an `OfflineStoreConfig` is
@@ -2767,7 +2829,7 @@ module Aws::SageMaker
2767
2829
  # },
2768
2830
  # algorithm_specification: { # required
2769
2831
  # training_image: "AlgorithmImage",
2770
- # training_input_mode: "Pipe", # required, accepts Pipe, File
2832
+ # training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
2771
2833
  # algorithm_name: "ArnOrName",
2772
2834
  # metric_definitions: [
2773
2835
  # {
@@ -2797,7 +2859,7 @@ module Aws::SageMaker
2797
2859
  # content_type: "ContentType",
2798
2860
  # compression_type: "None", # accepts None, Gzip
2799
2861
  # record_wrapper_type: "None", # accepts None, RecordIO
2800
- # input_mode: "Pipe", # accepts Pipe, File
2862
+ # input_mode: "Pipe", # accepts Pipe, File, FastFile
2801
2863
  # shuffle_config: {
2802
2864
  # seed: 1, # required
2803
2865
  # },
@@ -2868,7 +2930,7 @@ module Aws::SageMaker
2868
2930
  # },
2869
2931
  # algorithm_specification: { # required
2870
2932
  # training_image: "AlgorithmImage",
2871
- # training_input_mode: "Pipe", # required, accepts Pipe, File
2933
+ # training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
2872
2934
  # algorithm_name: "ArnOrName",
2873
2935
  # metric_definitions: [
2874
2936
  # {
@@ -2898,7 +2960,7 @@ module Aws::SageMaker
2898
2960
  # content_type: "ContentType",
2899
2961
  # compression_type: "None", # accepts None, Gzip
2900
2962
  # record_wrapper_type: "None", # accepts None, RecordIO
2901
- # input_mode: "Pipe", # accepts Pipe, File
2963
+ # input_mode: "Pipe", # accepts Pipe, File, FastFile
2902
2964
  # shuffle_config: {
2903
2965
  # seed: 1, # required
2904
2966
  # },
@@ -3841,7 +3903,8 @@ module Aws::SageMaker
3841
3903
  # applicable to versioned models.
3842
3904
  #
3843
3905
  # @option params [String] :model_package_group_name
3844
- # The name of the model group that this model version belongs to.
3906
+ # The name or Amazon Resource Name (ARN) of the model package group that
3907
+ # this model version belongs to.
3845
3908
  #
3846
3909
  # This parameter is required for versioned models, and does not apply to
3847
3910
  # unversioned models.
@@ -3907,6 +3970,9 @@ module Aws::SageMaker
3907
3970
  # **A suitable default value is auto-generated.** You should normally
3908
3971
  # not need to pass this option.**
3909
3972
  #
3973
+ # @option params [Hash<String,String>] :customer_metadata_properties
3974
+ # The metadata properties associated with the model package versions.
3975
+ #
3910
3976
  # @return [Types::CreateModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3911
3977
  #
3912
3978
  # * {Types::CreateModelPackageOutput#model_package_arn #model_package_arn} => String
@@ -3915,7 +3981,7 @@ module Aws::SageMaker
3915
3981
  #
3916
3982
  # resp = client.create_model_package({
3917
3983
  # model_package_name: "EntityName",
3918
- # model_package_group_name: "EntityName",
3984
+ # model_package_group_name: "ArnOrName",
3919
3985
  # model_package_description: "EntityDescription",
3920
3986
  # inference_specification: {
3921
3987
  # containers: [ # required
@@ -4036,6 +4102,9 @@ module Aws::SageMaker
4036
4102
  # },
4037
4103
  # },
4038
4104
  # client_token: "ClientToken",
4105
+ # customer_metadata_properties: {
4106
+ # "CustomerMetadataKey" => "CustomerMetadataValue",
4107
+ # },
4039
4108
  # })
4040
4109
  #
4041
4110
  # @example Response structure
@@ -5039,8 +5108,10 @@ module Aws::SageMaker
5039
5108
  #
5040
5109
  # @option params [required, Types::ServiceCatalogProvisioningDetails] :service_catalog_provisioning_details
5041
5110
  # The product ID and provisioning artifact ID to provision a service
5042
- # catalog. For information, see [What is Amazon Web Services Service
5043
- # Catalog][1].
5111
+ # catalog. The provisioning artifact ID will default to the latest
5112
+ # provisioning artifact ID of the product, if you don't provide the
5113
+ # provisioning artifact ID. For more information, see [What is Amazon
5114
+ # Web Services Service Catalog][1].
5044
5115
  #
5045
5116
  #
5046
5117
  #
@@ -5068,7 +5139,7 @@ module Aws::SageMaker
5068
5139
  # project_description: "EntityDescription",
5069
5140
  # service_catalog_provisioning_details: { # required
5070
5141
  # product_id: "ServiceCatalogEntityId", # required
5071
- # provisioning_artifact_id: "ServiceCatalogEntityId", # required
5142
+ # provisioning_artifact_id: "ServiceCatalogEntityId",
5072
5143
  # path_id: "ServiceCatalogEntityId",
5073
5144
  # provisioning_parameters: [
5074
5145
  # {
@@ -5417,7 +5488,7 @@ module Aws::SageMaker
5417
5488
  # algorithm_specification: { # required
5418
5489
  # training_image: "AlgorithmImage",
5419
5490
  # algorithm_name: "ArnOrName",
5420
- # training_input_mode: "Pipe", # required, accepts Pipe, File
5491
+ # training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
5421
5492
  # metric_definitions: [
5422
5493
  # {
5423
5494
  # name: "MetricName", # required
@@ -5447,7 +5518,7 @@ module Aws::SageMaker
5447
5518
  # content_type: "ContentType",
5448
5519
  # compression_type: "None", # accepts None, Gzip
5449
5520
  # record_wrapper_type: "None", # accepts None, RecordIO
5450
- # input_mode: "Pipe", # accepts Pipe, File
5521
+ # input_mode: "Pipe", # accepts Pipe, File, FastFile
5451
5522
  # shuffle_config: {
5452
5523
  # seed: 1, # required
5453
5524
  # },
@@ -7479,7 +7550,7 @@ module Aws::SageMaker
7479
7550
  # resp.training_specification.training_channels[0].supported_compression_types #=> Array
7480
7551
  # resp.training_specification.training_channels[0].supported_compression_types[0] #=> String, one of "None", "Gzip"
7481
7552
  # resp.training_specification.training_channels[0].supported_input_modes #=> Array
7482
- # resp.training_specification.training_channels[0].supported_input_modes[0] #=> String, one of "Pipe", "File"
7553
+ # resp.training_specification.training_channels[0].supported_input_modes[0] #=> String, one of "Pipe", "File", "FastFile"
7483
7554
  # resp.training_specification.supported_tuning_job_objective_metrics #=> Array
7484
7555
  # resp.training_specification.supported_tuning_job_objective_metrics[0].type #=> String, one of "Maximize", "Minimize"
7485
7556
  # resp.training_specification.supported_tuning_job_objective_metrics[0].metric_name #=> String
@@ -7502,7 +7573,7 @@ module Aws::SageMaker
7502
7573
  # resp.validation_specification.validation_role #=> String
7503
7574
  # resp.validation_specification.validation_profiles #=> Array
7504
7575
  # resp.validation_specification.validation_profiles[0].profile_name #=> String
7505
- # resp.validation_specification.validation_profiles[0].training_job_definition.training_input_mode #=> String, one of "Pipe", "File"
7576
+ # resp.validation_specification.validation_profiles[0].training_job_definition.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
7506
7577
  # resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters #=> Hash
7507
7578
  # resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters["HyperParameterKey"] #=> String
7508
7579
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config #=> Array
@@ -7519,7 +7590,7 @@ module Aws::SageMaker
7519
7590
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].content_type #=> String
7520
7591
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
7521
7592
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
7522
- # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
7593
+ # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
7523
7594
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
7524
7595
  # resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.kms_key_id #=> String
7525
7596
  # resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.s3_output_path #=> String
@@ -8766,7 +8837,7 @@ module Aws::SageMaker
8766
8837
  # resp.training_job_definition.static_hyper_parameters #=> Hash
8767
8838
  # resp.training_job_definition.static_hyper_parameters["HyperParameterKey"] #=> String
8768
8839
  # resp.training_job_definition.algorithm_specification.training_image #=> String
8769
- # resp.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
8840
+ # resp.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
8770
8841
  # resp.training_job_definition.algorithm_specification.algorithm_name #=> String
8771
8842
  # resp.training_job_definition.algorithm_specification.metric_definitions #=> Array
8772
8843
  # resp.training_job_definition.algorithm_specification.metric_definitions[0].name #=> String
@@ -8786,7 +8857,7 @@ module Aws::SageMaker
8786
8857
  # resp.training_job_definition.input_data_config[0].content_type #=> String
8787
8858
  # resp.training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
8788
8859
  # resp.training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
8789
- # resp.training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
8860
+ # resp.training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
8790
8861
  # resp.training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
8791
8862
  # resp.training_job_definition.vpc_config.security_group_ids #=> Array
8792
8863
  # resp.training_job_definition.vpc_config.security_group_ids[0] #=> String
@@ -8827,7 +8898,7 @@ module Aws::SageMaker
8827
8898
  # resp.training_job_definitions[0].static_hyper_parameters #=> Hash
8828
8899
  # resp.training_job_definitions[0].static_hyper_parameters["HyperParameterKey"] #=> String
8829
8900
  # resp.training_job_definitions[0].algorithm_specification.training_image #=> String
8830
- # resp.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
8901
+ # resp.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
8831
8902
  # resp.training_job_definitions[0].algorithm_specification.algorithm_name #=> String
8832
8903
  # resp.training_job_definitions[0].algorithm_specification.metric_definitions #=> Array
8833
8904
  # resp.training_job_definitions[0].algorithm_specification.metric_definitions[0].name #=> String
@@ -8847,7 +8918,7 @@ module Aws::SageMaker
8847
8918
  # resp.training_job_definitions[0].input_data_config[0].content_type #=> String
8848
8919
  # resp.training_job_definitions[0].input_data_config[0].compression_type #=> String, one of "None", "Gzip"
8849
8920
  # resp.training_job_definitions[0].input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
8850
- # resp.training_job_definitions[0].input_data_config[0].input_mode #=> String, one of "Pipe", "File"
8921
+ # resp.training_job_definitions[0].input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
8851
8922
  # resp.training_job_definitions[0].input_data_config[0].shuffle_config.seed #=> Integer
8852
8923
  # resp.training_job_definitions[0].vpc_config.security_group_ids #=> Array
8853
8924
  # resp.training_job_definitions[0].vpc_config.security_group_ids[0] #=> String
@@ -9339,11 +9410,11 @@ module Aws::SageMaker
9339
9410
  end
9340
9411
 
9341
9412
  # Returns a description of the specified model package, which is used to
9342
- # create Amazon SageMaker models or list them on Amazon Web Services
9413
+ # create SageMaker models or list them on Amazon Web Services
9343
9414
  # Marketplace.
9344
9415
  #
9345
- # To create models in Amazon SageMaker, buyers can subscribe to model
9346
- # packages listed on Amazon Web Services Marketplace.
9416
+ # To create models in SageMaker, buyers can subscribe to model packages
9417
+ # listed on Amazon Web Services Marketplace.
9347
9418
  #
9348
9419
  # @option params [required, String] :model_package_name
9349
9420
  # The name or Amazon Resource Name (ARN) of the model package to
@@ -9373,6 +9444,7 @@ module Aws::SageMaker
9373
9444
  # * {Types::DescribeModelPackageOutput#last_modified_time #last_modified_time} => Time
9374
9445
  # * {Types::DescribeModelPackageOutput#last_modified_by #last_modified_by} => Types::UserContext
9375
9446
  # * {Types::DescribeModelPackageOutput#approval_description #approval_description} => String
9447
+ # * {Types::DescribeModelPackageOutput#customer_metadata_properties #customer_metadata_properties} => Hash&lt;String,String&gt;
9376
9448
  #
9377
9449
  # @example Request syntax with placeholder values
9378
9450
  #
@@ -9468,6 +9540,8 @@ module Aws::SageMaker
9468
9540
  # resp.last_modified_by.user_profile_name #=> String
9469
9541
  # resp.last_modified_by.domain_id #=> String
9470
9542
  # resp.approval_description #=> String
9543
+ # resp.customer_metadata_properties #=> Hash
9544
+ # resp.customer_metadata_properties["CustomerMetadataKey"] #=> String
9471
9545
  #
9472
9546
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackage AWS API Documentation
9473
9547
  #
@@ -10098,6 +10172,8 @@ module Aws::SageMaker
10098
10172
  # * {Types::DescribeProjectOutput#project_status #project_status} => String
10099
10173
  # * {Types::DescribeProjectOutput#created_by #created_by} => Types::UserContext
10100
10174
  # * {Types::DescribeProjectOutput#creation_time #creation_time} => Time
10175
+ # * {Types::DescribeProjectOutput#last_modified_time #last_modified_time} => Time
10176
+ # * {Types::DescribeProjectOutput#last_modified_by #last_modified_by} => Types::UserContext
10101
10177
  #
10102
10178
  # @example Request syntax with placeholder values
10103
10179
  #
@@ -10119,11 +10195,15 @@ module Aws::SageMaker
10119
10195
  # resp.service_catalog_provisioning_details.provisioning_parameters[0].value #=> String
10120
10196
  # resp.service_catalog_provisioned_product_details.provisioned_product_id #=> String
10121
10197
  # resp.service_catalog_provisioned_product_details.provisioned_product_status_message #=> String
10122
- # resp.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
10198
+ # resp.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
10123
10199
  # resp.created_by.user_profile_arn #=> String
10124
10200
  # resp.created_by.user_profile_name #=> String
10125
10201
  # resp.created_by.domain_id #=> String
10126
10202
  # resp.creation_time #=> Time
10203
+ # resp.last_modified_time #=> Time
10204
+ # resp.last_modified_by.user_profile_arn #=> String
10205
+ # resp.last_modified_by.user_profile_name #=> String
10206
+ # resp.last_modified_by.domain_id #=> String
10127
10207
  #
10128
10208
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProject AWS API Documentation
10129
10209
  #
@@ -10282,7 +10362,7 @@ module Aws::SageMaker
10282
10362
  # resp.hyper_parameters["HyperParameterKey"] #=> String
10283
10363
  # resp.algorithm_specification.training_image #=> String
10284
10364
  # resp.algorithm_specification.algorithm_name #=> String
10285
- # resp.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
10365
+ # resp.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
10286
10366
  # resp.algorithm_specification.metric_definitions #=> Array
10287
10367
  # resp.algorithm_specification.metric_definitions[0].name #=> String
10288
10368
  # resp.algorithm_specification.metric_definitions[0].regex #=> String
@@ -10302,7 +10382,7 @@ module Aws::SageMaker
10302
10382
  # resp.input_data_config[0].content_type #=> String
10303
10383
  # resp.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
10304
10384
  # resp.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
10305
- # resp.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
10385
+ # resp.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
10306
10386
  # resp.input_data_config[0].shuffle_config.seed #=> Integer
10307
10387
  # resp.output_data_config.kms_key_id #=> String
10308
10388
  # resp.output_data_config.s3_output_path #=> String
@@ -14251,7 +14331,7 @@ module Aws::SageMaker
14251
14331
  # resp.project_summary_list[0].project_arn #=> String
14252
14332
  # resp.project_summary_list[0].project_id #=> String
14253
14333
  # resp.project_summary_list[0].creation_time #=> Time
14254
- # resp.project_summary_list[0].project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
14334
+ # resp.project_summary_list[0].project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
14255
14335
  # resp.next_token #=> String
14256
14336
  #
14257
14337
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProjects AWS API Documentation
@@ -15345,7 +15425,7 @@ module Aws::SageMaker
15345
15425
  # resp.results[0].training_job.hyper_parameters["HyperParameterKey"] #=> String
15346
15426
  # resp.results[0].training_job.algorithm_specification.training_image #=> String
15347
15427
  # resp.results[0].training_job.algorithm_specification.algorithm_name #=> String
15348
- # resp.results[0].training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
15428
+ # resp.results[0].training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
15349
15429
  # resp.results[0].training_job.algorithm_specification.metric_definitions #=> Array
15350
15430
  # resp.results[0].training_job.algorithm_specification.metric_definitions[0].name #=> String
15351
15431
  # resp.results[0].training_job.algorithm_specification.metric_definitions[0].regex #=> String
@@ -15365,7 +15445,7 @@ module Aws::SageMaker
15365
15445
  # resp.results[0].training_job.input_data_config[0].content_type #=> String
15366
15446
  # resp.results[0].training_job.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
15367
15447
  # resp.results[0].training_job.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
15368
- # resp.results[0].training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
15448
+ # resp.results[0].training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
15369
15449
  # resp.results[0].training_job.input_data_config[0].shuffle_config.seed #=> Integer
15370
15450
  # resp.results[0].training_job.output_data_config.kms_key_id #=> String
15371
15451
  # resp.results[0].training_job.output_data_config.s3_output_path #=> String
@@ -15534,7 +15614,7 @@ module Aws::SageMaker
15534
15614
  # resp.results[0].trial_component.source_detail.training_job.hyper_parameters["HyperParameterKey"] #=> String
15535
15615
  # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_image #=> String
15536
15616
  # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.algorithm_name #=> String
15537
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
15617
+ # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
15538
15618
  # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions #=> Array
15539
15619
  # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions[0].name #=> String
15540
15620
  # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions[0].regex #=> String
@@ -15554,7 +15634,7 @@ module Aws::SageMaker
15554
15634
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].content_type #=> String
15555
15635
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
15556
15636
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
15557
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
15637
+ # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
15558
15638
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].shuffle_config.seed #=> Integer
15559
15639
  # resp.results[0].trial_component.source_detail.training_job.output_data_config.kms_key_id #=> String
15560
15640
  # resp.results[0].trial_component.source_detail.training_job.output_data_config.s3_output_path #=> String
@@ -15919,6 +15999,8 @@ module Aws::SageMaker
15919
15999
  # resp.results[0].model_package.tags #=> Array
15920
16000
  # resp.results[0].model_package.tags[0].key #=> String
15921
16001
  # resp.results[0].model_package.tags[0].value #=> String
16002
+ # resp.results[0].model_package.customer_metadata_properties #=> Hash
16003
+ # resp.results[0].model_package.customer_metadata_properties["CustomerMetadataKey"] #=> String
15922
16004
  # resp.results[0].model_package_group.model_package_group_name #=> String
15923
16005
  # resp.results[0].model_package_group.model_package_group_arn #=> String
15924
16006
  # resp.results[0].model_package_group.model_package_group_description #=> String
@@ -16005,7 +16087,7 @@ module Aws::SageMaker
16005
16087
  # resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].value #=> String
16006
16088
  # resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_id #=> String
16007
16089
  # resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_status_message #=> String
16008
- # resp.results[0].project.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
16090
+ # resp.results[0].project.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
16009
16091
  # resp.results[0].project.created_by.user_profile_arn #=> String
16010
16092
  # resp.results[0].project.created_by.user_profile_name #=> String
16011
16093
  # resp.results[0].project.created_by.domain_id #=> String
@@ -16013,6 +16095,10 @@ module Aws::SageMaker
16013
16095
  # resp.results[0].project.tags #=> Array
16014
16096
  # resp.results[0].project.tags[0].key #=> String
16015
16097
  # resp.results[0].project.tags[0].value #=> String
16098
+ # resp.results[0].project.last_modified_time #=> Time
16099
+ # resp.results[0].project.last_modified_by.user_profile_arn #=> String
16100
+ # resp.results[0].project.last_modified_by.user_profile_name #=> String
16101
+ # resp.results[0].project.last_modified_by.domain_id #=> String
16016
16102
  # resp.next_token #=> String
16017
16103
  #
16018
16104
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
@@ -17151,14 +17237,21 @@ module Aws::SageMaker
17151
17237
  # Updates a versioned model.
17152
17238
  #
17153
17239
  # @option params [required, String] :model_package_arn
17154
- # The Amazon Resource Name (ARN) of the model.
17240
+ # The Amazon Resource Name (ARN) of the model package.
17155
17241
  #
17156
- # @option params [required, String] :model_approval_status
17242
+ # @option params [String] :model_approval_status
17157
17243
  # The approval status of the model.
17158
17244
  #
17159
17245
  # @option params [String] :approval_description
17160
17246
  # A description for the approval status of the model.
17161
17247
  #
17248
+ # @option params [Hash<String,String>] :customer_metadata_properties
17249
+ # The metadata properties associated with the model package versions.
17250
+ #
17251
+ # @option params [Array<String>] :customer_metadata_properties_to_remove
17252
+ # The metadata properties associated with the model package versions to
17253
+ # remove.
17254
+ #
17162
17255
  # @return [Types::UpdateModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17163
17256
  #
17164
17257
  # * {Types::UpdateModelPackageOutput#model_package_arn #model_package_arn} => String
@@ -17167,8 +17260,12 @@ module Aws::SageMaker
17167
17260
  #
17168
17261
  # resp = client.update_model_package({
17169
17262
  # model_package_arn: "ModelPackageArn", # required
17170
- # model_approval_status: "Approved", # required, accepts Approved, Rejected, PendingManualApproval
17263
+ # model_approval_status: "Approved", # accepts Approved, Rejected, PendingManualApproval
17171
17264
  # approval_description: "ApprovalDescription",
17265
+ # customer_metadata_properties: {
17266
+ # "CustomerMetadataKey" => "CustomerMetadataValue",
17267
+ # },
17268
+ # customer_metadata_properties_to_remove: ["CustomerMetadataKey"],
17172
17269
  # })
17173
17270
  #
17174
17271
  # @example Response structure
@@ -17562,6 +17659,82 @@ module Aws::SageMaker
17562
17659
  req.send_request(options)
17563
17660
  end
17564
17661
 
17662
+ # Updates a machine learning (ML) project that is created from a
17663
+ # template that sets up an ML pipeline from training to deploying an
17664
+ # approved model.
17665
+ #
17666
+ # <note markdown="1"> You must not update a project that is in use. If you update the
17667
+ # `ServiceCatalogProvisioningUpdateDetails` of a project that is active
17668
+ # or being created, or updated, you may lose resources already created
17669
+ # by the project.
17670
+ #
17671
+ # </note>
17672
+ #
17673
+ # @option params [required, String] :project_name
17674
+ # The name of the project.
17675
+ #
17676
+ # @option params [String] :project_description
17677
+ # The description for the project.
17678
+ #
17679
+ # @option params [Types::ServiceCatalogProvisioningUpdateDetails] :service_catalog_provisioning_update_details
17680
+ # The product ID and provisioning artifact ID to provision a service
17681
+ # catalog. The provisioning artifact ID will default to the latest
17682
+ # provisioning artifact ID of the product, if you don't provide the
17683
+ # provisioning artifact ID. For more information, see [What is AWS
17684
+ # Service Catalog][1].
17685
+ #
17686
+ #
17687
+ #
17688
+ # [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
17689
+ #
17690
+ # @option params [Array<Types::Tag>] :tags
17691
+ # An array of key-value pairs. You can use tags to categorize your AWS
17692
+ # resources in different ways, for example, by purpose, owner, or
17693
+ # environment. For more information, see [Tagging AWS Resources][1].
17694
+ #
17695
+ #
17696
+ #
17697
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
17698
+ #
17699
+ # @return [Types::UpdateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17700
+ #
17701
+ # * {Types::UpdateProjectOutput#project_arn #project_arn} => String
17702
+ #
17703
+ # @example Request syntax with placeholder values
17704
+ #
17705
+ # resp = client.update_project({
17706
+ # project_name: "ProjectEntityName", # required
17707
+ # project_description: "EntityDescription",
17708
+ # service_catalog_provisioning_update_details: {
17709
+ # provisioning_artifact_id: "ServiceCatalogEntityId",
17710
+ # provisioning_parameters: [
17711
+ # {
17712
+ # key: "ProvisioningParameterKey",
17713
+ # value: "ProvisioningParameterValue",
17714
+ # },
17715
+ # ],
17716
+ # },
17717
+ # tags: [
17718
+ # {
17719
+ # key: "TagKey", # required
17720
+ # value: "TagValue", # required
17721
+ # },
17722
+ # ],
17723
+ # })
17724
+ #
17725
+ # @example Response structure
17726
+ #
17727
+ # resp.project_arn #=> String
17728
+ #
17729
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProject AWS API Documentation
17730
+ #
17731
+ # @overload update_project(params = {})
17732
+ # @param [Hash] params ({})
17733
+ def update_project(params = {}, options = {})
17734
+ req = build_request(:update_project, params)
17735
+ req.send_request(options)
17736
+ end
17737
+
17565
17738
  # Update a model training job to request a new Debugger profiling
17566
17739
  # configuration.
17567
17740
  #
@@ -18032,7 +18205,7 @@ module Aws::SageMaker
18032
18205
  params: params,
18033
18206
  config: config)
18034
18207
  context[:gem_name] = 'aws-sdk-sagemaker'
18035
- context[:gem_version] = '1.101.0'
18208
+ context[:gem_version] = '1.105.0'
18036
18209
  Seahorse::Client::Request.new(handlers, context)
18037
18210
  end
18038
18211