aws-sdk-sagemaker 1.153.0 → 1.154.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -966,7 +966,7 @@ module Aws::SageMaker
966
966
  # @option params [required, String] :domain_id
967
967
  # The domain ID.
968
968
  #
969
- # @option params [required, String] :user_profile_name
969
+ # @option params [String] :user_profile_name
970
970
  # The user profile name.
971
971
  #
972
972
  # @option params [required, String] :app_type
@@ -992,6 +992,9 @@ module Aws::SageMaker
992
992
  #
993
993
  # </note>
994
994
  #
995
+ # @option params [String] :space_name
996
+ # The name of the space.
997
+ #
995
998
  # @return [Types::CreateAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
996
999
  #
997
1000
  # * {Types::CreateAppResponse#app_arn #app_arn} => String
@@ -1000,7 +1003,7 @@ module Aws::SageMaker
1000
1003
  #
1001
1004
  # resp = client.create_app({
1002
1005
  # domain_id: "DomainId", # required
1003
- # user_profile_name: "UserProfileName", # required
1006
+ # user_profile_name: "UserProfileName",
1004
1007
  # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
1005
1008
  # app_name: "AppName", # required
1006
1009
  # tags: [
@@ -1015,6 +1018,7 @@ module Aws::SageMaker
1015
1018
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
1016
1019
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
1017
1020
  # },
1021
+ # space_name: "SpaceName",
1018
1022
  # })
1019
1023
  #
1020
1024
  # @example Response structure
@@ -1929,6 +1933,9 @@ module Aws::SageMaker
1929
1933
  # @option params [Types::DomainSettings] :domain_settings
1930
1934
  # A collection of `Domain` settings.
1931
1935
  #
1936
+ # @option params [Types::DefaultSpaceSettings] :default_space_settings
1937
+ # The default settings used to create a space.
1938
+ #
1932
1939
  # @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1933
1940
  #
1934
1941
  # * {Types::CreateDomainResponse#domain_arn #domain_arn} => String
@@ -1955,6 +1962,11 @@ module Aws::SageMaker
1955
1962
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
1956
1963
  # },
1957
1964
  # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
1965
+ # code_repositories: [
1966
+ # {
1967
+ # repository_url: "RepositoryUrl", # required
1968
+ # },
1969
+ # ],
1958
1970
  # },
1959
1971
  # kernel_gateway_app_settings: {
1960
1972
  # default_resource_spec: {
@@ -2033,6 +2045,40 @@ module Aws::SageMaker
2033
2045
  # },
2034
2046
  # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
2035
2047
  # },
2048
+ # default_space_settings: {
2049
+ # execution_role: "RoleArn",
2050
+ # security_groups: ["SecurityGroupId"],
2051
+ # jupyter_server_app_settings: {
2052
+ # default_resource_spec: {
2053
+ # sage_maker_image_arn: "ImageArn",
2054
+ # sage_maker_image_version_arn: "ImageVersionArn",
2055
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
2056
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
2057
+ # },
2058
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
2059
+ # code_repositories: [
2060
+ # {
2061
+ # repository_url: "RepositoryUrl", # required
2062
+ # },
2063
+ # ],
2064
+ # },
2065
+ # kernel_gateway_app_settings: {
2066
+ # default_resource_spec: {
2067
+ # sage_maker_image_arn: "ImageArn",
2068
+ # sage_maker_image_version_arn: "ImageVersionArn",
2069
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
2070
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
2071
+ # },
2072
+ # custom_images: [
2073
+ # {
2074
+ # image_name: "ImageName", # required
2075
+ # image_version_number: 1,
2076
+ # app_image_config_name: "AppImageConfigName", # required
2077
+ # },
2078
+ # ],
2079
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
2080
+ # },
2081
+ # },
2036
2082
  # })
2037
2083
  #
2038
2084
  # @example Response structure
@@ -2515,6 +2561,13 @@ module Aws::SageMaker
2515
2561
  # @option params [Types::ExplainerConfig] :explainer_config
2516
2562
  # A member of `CreateEndpointConfig` that enables explainers.
2517
2563
  #
2564
+ # @option params [Array<Types::ProductionVariant>] :shadow_production_variants
2565
+ # Array of `ProductionVariant` objects. There is one for each model that
2566
+ # you want to host at this endpoint in shadow mode with production
2567
+ # traffic replicated from the model specified on `ProductionVariants`.If
2568
+ # you use this field, you can only specify one variant for
2569
+ # `ProductionVariants` and one variant for `ShadowProductionVariants`.
2570
+ #
2518
2571
  # @return [Types::CreateEndpointConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2519
2572
  #
2520
2573
  # * {Types::CreateEndpointConfigOutput#endpoint_config_arn #endpoint_config_arn} => String
@@ -2611,6 +2664,27 @@ module Aws::SageMaker
2611
2664
  # },
2612
2665
  # },
2613
2666
  # },
2667
+ # shadow_production_variants: [
2668
+ # {
2669
+ # variant_name: "VariantName", # required
2670
+ # model_name: "ModelName", # required
2671
+ # initial_instance_count: 1,
2672
+ # instance_type: "ml.t2.medium", # accepts 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, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge, ml.c7g.large, ml.c7g.xlarge, ml.c7g.2xlarge, ml.c7g.4xlarge, ml.c7g.8xlarge, ml.c7g.12xlarge, ml.c7g.16xlarge, ml.m6g.large, ml.m6g.xlarge, ml.m6g.2xlarge, ml.m6g.4xlarge, ml.m6g.8xlarge, ml.m6g.12xlarge, ml.m6g.16xlarge, ml.m6gd.large, ml.m6gd.xlarge, ml.m6gd.2xlarge, ml.m6gd.4xlarge, ml.m6gd.8xlarge, ml.m6gd.12xlarge, ml.m6gd.16xlarge, ml.c6g.large, ml.c6g.xlarge, ml.c6g.2xlarge, ml.c6g.4xlarge, ml.c6g.8xlarge, ml.c6g.12xlarge, ml.c6g.16xlarge, ml.c6gd.large, ml.c6gd.xlarge, ml.c6gd.2xlarge, ml.c6gd.4xlarge, ml.c6gd.8xlarge, ml.c6gd.12xlarge, ml.c6gd.16xlarge, ml.c6gn.large, ml.c6gn.xlarge, ml.c6gn.2xlarge, ml.c6gn.4xlarge, ml.c6gn.8xlarge, ml.c6gn.12xlarge, ml.c6gn.16xlarge, ml.r6g.large, ml.r6g.xlarge, ml.r6g.2xlarge, ml.r6g.4xlarge, ml.r6g.8xlarge, ml.r6g.12xlarge, ml.r6g.16xlarge, ml.r6gd.large, ml.r6gd.xlarge, ml.r6gd.2xlarge, ml.r6gd.4xlarge, ml.r6gd.8xlarge, ml.r6gd.12xlarge, ml.r6gd.16xlarge
2673
+ # initial_variant_weight: 1.0,
2674
+ # accelerator_type: "ml.eia1.medium", # accepts ml.eia1.medium, ml.eia1.large, ml.eia1.xlarge, ml.eia2.medium, ml.eia2.large, ml.eia2.xlarge
2675
+ # core_dump_config: {
2676
+ # destination_s3_uri: "DestinationS3Uri", # required
2677
+ # kms_key_id: "KmsKeyId",
2678
+ # },
2679
+ # serverless_config: {
2680
+ # memory_size_in_mb: 1, # required
2681
+ # max_concurrency: 1, # required
2682
+ # },
2683
+ # volume_size_in_gb: 1,
2684
+ # model_data_download_timeout_in_seconds: 1,
2685
+ # container_startup_health_check_timeout_in_seconds: 1,
2686
+ # },
2687
+ # ],
2614
2688
  # })
2615
2689
  #
2616
2690
  # @example Response structure
@@ -2853,6 +2927,7 @@ module Aws::SageMaker
2853
2927
  # catalog: "Catalog", # required
2854
2928
  # database: "Database", # required
2855
2929
  # },
2930
+ # table_format: "Glue", # accepts Glue, Iceberg
2856
2931
  # },
2857
2932
  # role_arn: "RoleArn",
2858
2933
  # description: "Description",
@@ -2968,6 +3043,61 @@ module Aws::SageMaker
2968
3043
  req.send_request(options)
2969
3044
  end
2970
3045
 
3046
+ # Create a hub.
3047
+ #
3048
+ # @option params [required, String] :hub_name
3049
+ # The name of the hub to create.
3050
+ #
3051
+ # @option params [required, String] :hub_description
3052
+ # A description of the hub.
3053
+ #
3054
+ # @option params [String] :hub_display_name
3055
+ # The display name of the hub.
3056
+ #
3057
+ # @option params [Array<String>] :hub_search_keywords
3058
+ # The searchable keywords for the hub.
3059
+ #
3060
+ # @option params [Types::HubS3StorageConfig] :s3_storage_config
3061
+ # The Amazon S3 storage configuration for the hub.
3062
+ #
3063
+ # @option params [Array<Types::Tag>] :tags
3064
+ # Any tags to associate with the hub.
3065
+ #
3066
+ # @return [Types::CreateHubResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3067
+ #
3068
+ # * {Types::CreateHubResponse#hub_arn #hub_arn} => String
3069
+ #
3070
+ # @example Request syntax with placeholder values
3071
+ #
3072
+ # resp = client.create_hub({
3073
+ # hub_name: "HubName", # required
3074
+ # hub_description: "HubDescription", # required
3075
+ # hub_display_name: "HubDisplayName",
3076
+ # hub_search_keywords: ["HubSearchKeyword"],
3077
+ # s3_storage_config: {
3078
+ # s3_output_path: "S3OutputPath",
3079
+ # },
3080
+ # tags: [
3081
+ # {
3082
+ # key: "TagKey", # required
3083
+ # value: "TagValue", # required
3084
+ # },
3085
+ # ],
3086
+ # })
3087
+ #
3088
+ # @example Response structure
3089
+ #
3090
+ # resp.hub_arn #=> String
3091
+ #
3092
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHub AWS API Documentation
3093
+ #
3094
+ # @overload create_hub(params = {})
3095
+ # @param [Hash] params ({})
3096
+ def create_hub(params = {}, options = {})
3097
+ req = build_request(:create_hub, params)
3098
+ req.send_request(options)
3099
+ end
3100
+
2971
3101
  # Defines the settings you will use for the human review workflow user
2972
3102
  # interface. Reviewers will see a three-panel interface with an
2973
3103
  # instruction area, the item to review, and an input area.
@@ -3536,6 +3666,200 @@ module Aws::SageMaker
3536
3666
  req.send_request(options)
3537
3667
  end
3538
3668
 
3669
+ # Creates an inference experiment using the configurations specified in
3670
+ # the request.
3671
+ #
3672
+ # Use this API to schedule an experiment to compare model variants on a
3673
+ # Amazon SageMaker inference endpoint. For more information about
3674
+ # inference experiments, see [Shadow tests][1].
3675
+ #
3676
+ # Amazon SageMaker begins your experiment at the scheduled time and
3677
+ # routes traffic to your endpoint's model variants based on your
3678
+ # specified configuration.
3679
+ #
3680
+ # While the experiment is in progress or after it has concluded, you can
3681
+ # view metrics that compare your model variants. For more information,
3682
+ # see [View, monitor, and edit shadow tests][2].
3683
+ #
3684
+ #
3685
+ #
3686
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests.html
3687
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests-view-monitor-edit.html
3688
+ #
3689
+ # @option params [required, String] :name
3690
+ # The name for the inference experiment.
3691
+ #
3692
+ # @option params [required, String] :type
3693
+ # The type of the inference experiment that you want to run. The
3694
+ # following types of experiments are possible:
3695
+ #
3696
+ # * `ShadowMode`\: You can use this type to validate a shadow variant.
3697
+ # For more information, see [Shadow tests][1].
3698
+ #
3699
+ # ^
3700
+ #
3701
+ #
3702
+ #
3703
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests.html
3704
+ #
3705
+ # @option params [Types::InferenceExperimentSchedule] :schedule
3706
+ # The duration for which you want the inference experiment to run. If
3707
+ # you don't specify this field, the experiment automatically concludes
3708
+ # after 7 days.
3709
+ #
3710
+ # @option params [String] :description
3711
+ # A description for the inference experiment.
3712
+ #
3713
+ # @option params [required, String] :role_arn
3714
+ # The ARN of the IAM role that Amazon SageMaker can assume to access
3715
+ # model artifacts and container images.
3716
+ #
3717
+ # @option params [required, String] :endpoint_name
3718
+ # The name of the Amazon SageMaker endpoint on which you want to run the
3719
+ # inference experiment.
3720
+ #
3721
+ # @option params [required, Array<Types::ModelVariantConfig>] :model_variants
3722
+ # Array of `ModelVariantConfigSummary` objects. There is one for each
3723
+ # variant in the inference experiment. Each `ModelVariantConfigSummary`
3724
+ # object in the array describes the infrastructure configuration for the
3725
+ # corresponding variant.
3726
+ #
3727
+ # @option params [Types::InferenceExperimentDataStorageConfig] :data_storage_config
3728
+ # The storage configuration for the inference experiment. This is an
3729
+ # optional parameter that you can use for data capture. For more
3730
+ # information, see [Capture data][1].
3731
+ #
3732
+ #
3733
+ #
3734
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture.html
3735
+ #
3736
+ # @option params [required, Types::ShadowModeConfig] :shadow_mode_config
3737
+ # Shows which variant is the production variant and which variant is the
3738
+ # shadow variant. For the shadow variant, also shows the sampling
3739
+ # percentage.
3740
+ #
3741
+ # @option params [String] :kms_key
3742
+ # The Amazon Web Services Key Management Service (Amazon Web Services
3743
+ # KMS) key that Amazon SageMaker uses to encrypt data on the storage
3744
+ # volume attached to the ML compute instance that hosts the endpoint.
3745
+ # The `KmsKey` can be any of the following formats:
3746
+ #
3747
+ # * KMS key ID
3748
+ #
3749
+ # `"1234abcd-12ab-34cd-56ef-1234567890ab"`
3750
+ #
3751
+ # * Amazon Resource Name (ARN) of a KMS key
3752
+ #
3753
+ # `"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"`
3754
+ #
3755
+ # * KMS key Alias
3756
+ #
3757
+ # `"alias/ExampleAlias"`
3758
+ #
3759
+ # * Amazon Resource Name (ARN) of a KMS key Alias
3760
+ #
3761
+ # `"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"`
3762
+ #
3763
+ # If you use a KMS key ID or an alias of your KMS key, the Amazon
3764
+ # SageMaker execution role must include permissions to call
3765
+ # `kms:Encrypt`. If you don't provide a KMS key ID, Amazon SageMaker
3766
+ # uses the default KMS key for Amazon S3 for your role's account.
3767
+ # Amazon SageMaker uses server-side encryption with KMS managed keys for
3768
+ # `OutputDataConfig`. If you use a bucket policy with an `s3:PutObject`
3769
+ # permission that only allows objects with server-side encryption, set
3770
+ # the condition key of `s3:x-amz-server-side-encryption` to `"aws:kms"`.
3771
+ # For more information, see [KMS managed Encryption Keys][1] in the
3772
+ # *Amazon Simple Storage Service Developer Guide.*
3773
+ #
3774
+ # The KMS key policy must grant permission to the IAM role that you
3775
+ # specify in your `CreateEndpoint` and `UpdateEndpoint` requests. For
3776
+ # more information, see [Using Key Policies in Amazon Web Services
3777
+ # KMS][2] in the *Amazon Web Services Key Management Service Developer
3778
+ # Guide*.
3779
+ #
3780
+ #
3781
+ #
3782
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html
3783
+ # [2]: https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html
3784
+ #
3785
+ # @option params [Array<Types::Tag>] :tags
3786
+ # Array of key-value pairs. You can use tags to categorize your Amazon
3787
+ # Web Services resources in different ways, for example, by purpose,
3788
+ # owner, or environment. For more information, see [Tagging your Amazon
3789
+ # Web Services Resources][1].
3790
+ #
3791
+ #
3792
+ #
3793
+ # [1]: https://docs.aws.amazon.com/ARG/latest/userguide/tagging.html
3794
+ #
3795
+ # @return [Types::CreateInferenceExperimentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3796
+ #
3797
+ # * {Types::CreateInferenceExperimentResponse#inference_experiment_arn #inference_experiment_arn} => String
3798
+ #
3799
+ # @example Request syntax with placeholder values
3800
+ #
3801
+ # resp = client.create_inference_experiment({
3802
+ # name: "InferenceExperimentName", # required
3803
+ # type: "ShadowMode", # required, accepts ShadowMode
3804
+ # schedule: {
3805
+ # start_time: Time.now,
3806
+ # end_time: Time.now,
3807
+ # },
3808
+ # description: "InferenceExperimentDescription",
3809
+ # role_arn: "RoleArn", # required
3810
+ # endpoint_name: "EndpointName", # required
3811
+ # model_variants: [ # required
3812
+ # {
3813
+ # model_name: "ModelName", # required
3814
+ # variant_name: "ModelVariantName", # required
3815
+ # infrastructure_config: { # required
3816
+ # infrastructure_type: "RealTimeInference", # required, accepts RealTimeInference
3817
+ # real_time_inference_config: { # required
3818
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, 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.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.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3819
+ # instance_count: 1, # required
3820
+ # },
3821
+ # },
3822
+ # },
3823
+ # ],
3824
+ # data_storage_config: {
3825
+ # destination: "DestinationS3Uri", # required
3826
+ # kms_key: "KmsKeyId",
3827
+ # content_type: {
3828
+ # csv_content_types: ["CsvContentType"],
3829
+ # json_content_types: ["JsonContentType"],
3830
+ # },
3831
+ # },
3832
+ # shadow_mode_config: { # required
3833
+ # source_model_variant_name: "ModelVariantName", # required
3834
+ # shadow_model_variants: [ # required
3835
+ # {
3836
+ # shadow_model_variant_name: "ModelVariantName", # required
3837
+ # sampling_percentage: 1, # required
3838
+ # },
3839
+ # ],
3840
+ # },
3841
+ # kms_key: "KmsKeyId",
3842
+ # tags: [
3843
+ # {
3844
+ # key: "TagKey", # required
3845
+ # value: "TagValue", # required
3846
+ # },
3847
+ # ],
3848
+ # })
3849
+ #
3850
+ # @example Response structure
3851
+ #
3852
+ # resp.inference_experiment_arn #=> String
3853
+ #
3854
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateInferenceExperiment AWS API Documentation
3855
+ #
3856
+ # @overload create_inference_experiment(params = {})
3857
+ # @param [Hash] params ({})
3858
+ def create_inference_experiment(params = {}, options = {})
3859
+ req = build_request(:create_inference_experiment, params)
3860
+ req.send_request(options)
3861
+ end
3862
+
3539
3863
  # Starts a recommendation job. You can create either an instance
3540
3864
  # recommendation or load test job.
3541
3865
  #
@@ -4312,6 +4636,126 @@ module Aws::SageMaker
4312
4636
  req.send_request(options)
4313
4637
  end
4314
4638
 
4639
+ # Creates an Amazon SageMaker Model Card.
4640
+ #
4641
+ # For information about how to use model cards, see [Amazon SageMaker
4642
+ # Model Card][1].
4643
+ #
4644
+ #
4645
+ #
4646
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html
4647
+ #
4648
+ # @option params [required, String] :model_card_name
4649
+ # The unique name of the model card.
4650
+ #
4651
+ # @option params [Types::ModelCardSecurityConfig] :security_config
4652
+ # An optional Key Management Service key to encrypt, decrypt, and
4653
+ # re-encrypt model card content for regulated workloads with highly
4654
+ # sensitive data.
4655
+ #
4656
+ # @option params [required, String] :content
4657
+ # The content of the model card. Content must be in [model card JSON
4658
+ # schema][1] and provided as a string.
4659
+ #
4660
+ #
4661
+ #
4662
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-api-json-schema.html
4663
+ #
4664
+ # @option params [required, String] :model_card_status
4665
+ # The approval status of the model card within your organization.
4666
+ # Different organizations might have different criteria for model card
4667
+ # review and approval.
4668
+ #
4669
+ # * `Draft`\: The model card is a work in progress.
4670
+ #
4671
+ # * `PendingReview`\: The model card is pending review.
4672
+ #
4673
+ # * `Approved`\: The model card is approved.
4674
+ #
4675
+ # * `Archived`\: The model card is archived. No more updates should be
4676
+ # made to the model card, but it can still be exported.
4677
+ #
4678
+ # @option params [Array<Types::Tag>] :tags
4679
+ # Key-value pairs used to manage metadata for model cards.
4680
+ #
4681
+ # @return [Types::CreateModelCardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4682
+ #
4683
+ # * {Types::CreateModelCardResponse#model_card_arn #model_card_arn} => String
4684
+ #
4685
+ # @example Request syntax with placeholder values
4686
+ #
4687
+ # resp = client.create_model_card({
4688
+ # model_card_name: "EntityName", # required
4689
+ # security_config: {
4690
+ # kms_key_id: "KmsKeyId",
4691
+ # },
4692
+ # content: "ModelCardContent", # required
4693
+ # model_card_status: "Draft", # required, accepts Draft, PendingReview, Approved, Archived
4694
+ # tags: [
4695
+ # {
4696
+ # key: "TagKey", # required
4697
+ # value: "TagValue", # required
4698
+ # },
4699
+ # ],
4700
+ # })
4701
+ #
4702
+ # @example Response structure
4703
+ #
4704
+ # resp.model_card_arn #=> String
4705
+ #
4706
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelCard AWS API Documentation
4707
+ #
4708
+ # @overload create_model_card(params = {})
4709
+ # @param [Hash] params ({})
4710
+ def create_model_card(params = {}, options = {})
4711
+ req = build_request(:create_model_card, params)
4712
+ req.send_request(options)
4713
+ end
4714
+
4715
+ # Creates an Amazon SageMaker Model Card export job.
4716
+ #
4717
+ # @option params [required, String] :model_card_name
4718
+ # The name of the model card to export.
4719
+ #
4720
+ # @option params [Integer] :model_card_version
4721
+ # The version of the model card to export. If a version is not provided,
4722
+ # then the latest version of the model card is exported.
4723
+ #
4724
+ # @option params [required, String] :model_card_export_job_name
4725
+ # The name of the model card export job.
4726
+ #
4727
+ # @option params [required, Types::ModelCardExportOutputConfig] :output_config
4728
+ # The model card output configuration that specifies the Amazon S3 path
4729
+ # for exporting.
4730
+ #
4731
+ # @return [Types::CreateModelCardExportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4732
+ #
4733
+ # * {Types::CreateModelCardExportJobResponse#model_card_export_job_arn #model_card_export_job_arn} => String
4734
+ #
4735
+ # @example Request syntax with placeholder values
4736
+ #
4737
+ # resp = client.create_model_card_export_job({
4738
+ # model_card_name: "EntityName", # required
4739
+ # model_card_version: 1,
4740
+ # model_card_export_job_name: "EntityName", # required
4741
+ # output_config: { # required
4742
+ # s3_output_path: "S3Uri", # required
4743
+ # },
4744
+ # })
4745
+ #
4746
+ # @example Response structure
4747
+ #
4748
+ # resp.model_card_export_job_arn #=> String
4749
+ #
4750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelCardExportJob AWS API Documentation
4751
+ #
4752
+ # @overload create_model_card_export_job(params = {})
4753
+ # @param [Hash] params ({})
4754
+ def create_model_card_export_job(params = {}, options = {})
4755
+ req = build_request(:create_model_card_export_job, params)
4756
+ req.send_request(options)
4757
+ end
4758
+
4315
4759
  # Creates the definition for a model explainability job.
4316
4760
  #
4317
4761
  # @option params [required, String] :job_definition_name
@@ -5625,6 +6069,9 @@ module Aws::SageMaker
5625
6069
  # The number of seconds until the pre-signed URL expires. This value
5626
6070
  # defaults to 300.
5627
6071
  #
6072
+ # @option params [String] :space_name
6073
+ # The name of the space.
6074
+ #
5628
6075
  # @return [Types::CreatePresignedDomainUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5629
6076
  #
5630
6077
  # * {Types::CreatePresignedDomainUrlResponse#authorized_url #authorized_url} => String
@@ -5636,6 +6083,7 @@ module Aws::SageMaker
5636
6083
  # user_profile_name: "UserProfileName", # required
5637
6084
  # session_expiration_duration_in_seconds: 1,
5638
6085
  # expires_in_seconds: 1,
6086
+ # space_name: "SpaceName",
5639
6087
  # })
5640
6088
  #
5641
6089
  # @example Response structure
@@ -5873,6 +6321,7 @@ module Aws::SageMaker
5873
6321
  # experiment_name: "ExperimentEntityName",
5874
6322
  # trial_name: "ExperimentEntityName",
5875
6323
  # trial_component_display_name: "ExperimentEntityName",
6324
+ # run_name: "ExperimentEntityName",
5876
6325
  # },
5877
6326
  # })
5878
6327
  #
@@ -5963,31 +6412,109 @@ module Aws::SageMaker
5963
6412
  req.send_request(options)
5964
6413
  end
5965
6414
 
5966
- # Creates a new Studio Lifecycle Configuration.
5967
- #
5968
- # @option params [required, String] :studio_lifecycle_config_name
5969
- # The name of the Studio Lifecycle Configuration to create.
6415
+ # Creates a space used for real time collaboration in a Domain.
5970
6416
  #
5971
- # @option params [required, String] :studio_lifecycle_config_content
5972
- # The content of your Studio Lifecycle Configuration script. This
5973
- # content must be base64 encoded.
6417
+ # @option params [required, String] :domain_id
6418
+ # The ID of the associated Domain.
5974
6419
  #
5975
- # @option params [required, String] :studio_lifecycle_config_app_type
5976
- # The App type that the Lifecycle Configuration is attached to.
6420
+ # @option params [required, String] :space_name
6421
+ # The name of the space.
5977
6422
  #
5978
6423
  # @option params [Array<Types::Tag>] :tags
5979
- # Tags to be associated with the Lifecycle Configuration. Each tag
5980
- # consists of a key and an optional value. Tag keys must be unique per
5981
- # resource. Tags are searchable using the Search API.
6424
+ # Tags to associated with the space. Each tag consists of a key and an
6425
+ # optional value. Tag keys must be unique for each resource. Tags are
6426
+ # searchable using the `Search` API.
5982
6427
  #
5983
- # @return [Types::CreateStudioLifecycleConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6428
+ # @option params [Types::SpaceSettings] :space_settings
6429
+ # A collection of space settings.
5984
6430
  #
5985
- # * {Types::CreateStudioLifecycleConfigResponse#studio_lifecycle_config_arn #studio_lifecycle_config_arn} => String
6431
+ # @return [Types::CreateSpaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6432
+ #
6433
+ # * {Types::CreateSpaceResponse#space_arn #space_arn} => String
5986
6434
  #
5987
6435
  # @example Request syntax with placeholder values
5988
6436
  #
5989
- # resp = client.create_studio_lifecycle_config({
5990
- # studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
6437
+ # resp = client.create_space({
6438
+ # domain_id: "DomainId", # required
6439
+ # space_name: "SpaceName", # required
6440
+ # tags: [
6441
+ # {
6442
+ # key: "TagKey", # required
6443
+ # value: "TagValue", # required
6444
+ # },
6445
+ # ],
6446
+ # space_settings: {
6447
+ # jupyter_server_app_settings: {
6448
+ # default_resource_spec: {
6449
+ # sage_maker_image_arn: "ImageArn",
6450
+ # sage_maker_image_version_arn: "ImageVersionArn",
6451
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
6452
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
6453
+ # },
6454
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
6455
+ # code_repositories: [
6456
+ # {
6457
+ # repository_url: "RepositoryUrl", # required
6458
+ # },
6459
+ # ],
6460
+ # },
6461
+ # kernel_gateway_app_settings: {
6462
+ # default_resource_spec: {
6463
+ # sage_maker_image_arn: "ImageArn",
6464
+ # sage_maker_image_version_arn: "ImageVersionArn",
6465
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
6466
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
6467
+ # },
6468
+ # custom_images: [
6469
+ # {
6470
+ # image_name: "ImageName", # required
6471
+ # image_version_number: 1,
6472
+ # app_image_config_name: "AppImageConfigName", # required
6473
+ # },
6474
+ # ],
6475
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
6476
+ # },
6477
+ # },
6478
+ # })
6479
+ #
6480
+ # @example Response structure
6481
+ #
6482
+ # resp.space_arn #=> String
6483
+ #
6484
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateSpace AWS API Documentation
6485
+ #
6486
+ # @overload create_space(params = {})
6487
+ # @param [Hash] params ({})
6488
+ def create_space(params = {}, options = {})
6489
+ req = build_request(:create_space, params)
6490
+ req.send_request(options)
6491
+ end
6492
+
6493
+ # Creates a new Studio Lifecycle Configuration.
6494
+ #
6495
+ # @option params [required, String] :studio_lifecycle_config_name
6496
+ # The name of the Studio Lifecycle Configuration to create.
6497
+ #
6498
+ # @option params [required, String] :studio_lifecycle_config_content
6499
+ # The content of your Studio Lifecycle Configuration script. This
6500
+ # content must be base64 encoded.
6501
+ #
6502
+ # @option params [required, String] :studio_lifecycle_config_app_type
6503
+ # The App type that the Lifecycle Configuration is attached to.
6504
+ #
6505
+ # @option params [Array<Types::Tag>] :tags
6506
+ # Tags to be associated with the Lifecycle Configuration. Each tag
6507
+ # consists of a key and an optional value. Tag keys must be unique per
6508
+ # resource. Tags are searchable using the Search API.
6509
+ #
6510
+ # @return [Types::CreateStudioLifecycleConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6511
+ #
6512
+ # * {Types::CreateStudioLifecycleConfigResponse#studio_lifecycle_config_arn #studio_lifecycle_config_arn} => String
6513
+ #
6514
+ # @example Request syntax with placeholder values
6515
+ #
6516
+ # resp = client.create_studio_lifecycle_config({
6517
+ # studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
5991
6518
  # studio_lifecycle_config_content: "StudioLifecycleConfigContent", # required
5992
6519
  # studio_lifecycle_config_app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway
5993
6520
  # tags: [
@@ -6232,23 +6759,23 @@ module Aws::SageMaker
6232
6759
  # training checkpoint data.
6233
6760
  #
6234
6761
  # @option params [Types::DebugHookConfig] :debug_hook_config
6235
- # Configuration information for the Debugger hook parameters, metric and
6236
- # tensor collections, and storage paths. To learn more about how to
6237
- # configure the `DebugHookConfig` parameter, see [Use the SageMaker and
6238
- # Debugger Configuration API Operations to Create, Update, and Debug
6239
- # Your Training Job][1].
6762
+ # Configuration information for the Amazon SageMaker Debugger hook
6763
+ # parameters, metric and tensor collections, and storage paths. To learn
6764
+ # more about how to configure the `DebugHookConfig` parameter, see [Use
6765
+ # the SageMaker and Debugger Configuration API Operations to Create,
6766
+ # Update, and Debug Your Training Job][1].
6240
6767
  #
6241
6768
  #
6242
6769
  #
6243
6770
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html
6244
6771
  #
6245
6772
  # @option params [Array<Types::DebugRuleConfiguration>] :debug_rule_configurations
6246
- # Configuration information for Debugger rules for debugging output
6247
- # tensors.
6773
+ # Configuration information for Amazon SageMaker Debugger rules for
6774
+ # debugging output tensors.
6248
6775
  #
6249
6776
  # @option params [Types::TensorBoardOutputConfig] :tensor_board_output_config
6250
- # Configuration of storage locations for the Debugger TensorBoard output
6251
- # data.
6777
+ # Configuration of storage locations for the Amazon SageMaker Debugger
6778
+ # TensorBoard output data.
6252
6779
  #
6253
6780
  # @option params [Types::ExperimentConfig] :experiment_config
6254
6781
  # Associates a SageMaker job as a trial component with an experiment and
@@ -6261,12 +6788,12 @@ module Aws::SageMaker
6261
6788
  # * CreateTransformJob
6262
6789
  #
6263
6790
  # @option params [Types::ProfilerConfig] :profiler_config
6264
- # Configuration information for Debugger system monitoring, framework
6265
- # profiling, and storage paths.
6791
+ # Configuration information for Amazon SageMaker Debugger system
6792
+ # monitoring, framework profiling, and storage paths.
6266
6793
  #
6267
6794
  # @option params [Array<Types::ProfilerRuleConfiguration>] :profiler_rule_configurations
6268
- # Configuration information for Debugger rules for profiling system and
6269
- # framework metrics.
6795
+ # Configuration information for Amazon SageMaker Debugger rules for
6796
+ # profiling system and framework metrics.
6270
6797
  #
6271
6798
  # @option params [Hash<String,String>] :environment
6272
6799
  # The environment variables to set in the Docker container.
@@ -6403,6 +6930,7 @@ module Aws::SageMaker
6403
6930
  # experiment_name: "ExperimentEntityName",
6404
6931
  # trial_name: "ExperimentEntityName",
6405
6932
  # trial_component_display_name: "ExperimentEntityName",
6933
+ # run_name: "ExperimentEntityName",
6406
6934
  # },
6407
6935
  # profiler_config: {
6408
6936
  # s3_output_path: "S3Uri",
@@ -6656,6 +7184,7 @@ module Aws::SageMaker
6656
7184
  # experiment_name: "ExperimentEntityName",
6657
7185
  # trial_name: "ExperimentEntityName",
6658
7186
  # trial_component_display_name: "ExperimentEntityName",
7187
+ # run_name: "ExperimentEntityName",
6659
7188
  # },
6660
7189
  # })
6661
7190
  #
@@ -6934,6 +7463,11 @@ module Aws::SageMaker
6934
7463
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
6935
7464
  # },
6936
7465
  # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
7466
+ # code_repositories: [
7467
+ # {
7468
+ # repository_url: "RepositoryUrl", # required
7469
+ # },
7470
+ # ],
6937
7471
  # },
6938
7472
  # kernel_gateway_app_settings: {
6939
7473
  # default_resource_spec: {
@@ -7273,7 +7807,7 @@ module Aws::SageMaker
7273
7807
  # @option params [required, String] :domain_id
7274
7808
  # The domain ID.
7275
7809
  #
7276
- # @option params [required, String] :user_profile_name
7810
+ # @option params [String] :user_profile_name
7277
7811
  # The user profile name.
7278
7812
  #
7279
7813
  # @option params [required, String] :app_type
@@ -7282,15 +7816,19 @@ module Aws::SageMaker
7282
7816
  # @option params [required, String] :app_name
7283
7817
  # The name of the app.
7284
7818
  #
7819
+ # @option params [String] :space_name
7820
+ # The name of the space.
7821
+ #
7285
7822
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
7286
7823
  #
7287
7824
  # @example Request syntax with placeholder values
7288
7825
  #
7289
7826
  # resp = client.delete_app({
7290
7827
  # domain_id: "DomainId", # required
7291
- # user_profile_name: "UserProfileName", # required
7828
+ # user_profile_name: "UserProfileName",
7292
7829
  # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
7293
7830
  # app_name: "AppName", # required
7831
+ # space_name: "SpaceName",
7294
7832
  # })
7295
7833
  #
7296
7834
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteApp AWS API Documentation
@@ -7727,6 +8265,62 @@ module Aws::SageMaker
7727
8265
  req.send_request(options)
7728
8266
  end
7729
8267
 
8268
+ # Delete a hub.
8269
+ #
8270
+ # @option params [required, String] :hub_name
8271
+ # The name of the hub to delete.
8272
+ #
8273
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
8274
+ #
8275
+ # @example Request syntax with placeholder values
8276
+ #
8277
+ # resp = client.delete_hub({
8278
+ # hub_name: "HubName", # required
8279
+ # })
8280
+ #
8281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHub AWS API Documentation
8282
+ #
8283
+ # @overload delete_hub(params = {})
8284
+ # @param [Hash] params ({})
8285
+ def delete_hub(params = {}, options = {})
8286
+ req = build_request(:delete_hub, params)
8287
+ req.send_request(options)
8288
+ end
8289
+
8290
+ # Delete the contents of a hub.
8291
+ #
8292
+ # @option params [required, String] :hub_name
8293
+ # The name of the hub that you want to delete content in.
8294
+ #
8295
+ # @option params [required, String] :hub_content_type
8296
+ # The type of content that you want to delete from a hub.
8297
+ #
8298
+ # @option params [required, String] :hub_content_name
8299
+ # The name of the content that you want to delete from a hub.
8300
+ #
8301
+ # @option params [required, String] :hub_content_version
8302
+ # The version of the content that you want to delete from a hub.
8303
+ #
8304
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
8305
+ #
8306
+ # @example Request syntax with placeholder values
8307
+ #
8308
+ # resp = client.delete_hub_content({
8309
+ # hub_name: "HubName", # required
8310
+ # hub_content_type: "Model", # required, accepts Model, Notebook
8311
+ # hub_content_name: "HubContentName", # required
8312
+ # hub_content_version: "HubContentVersion", # required
8313
+ # })
8314
+ #
8315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHubContent AWS API Documentation
8316
+ #
8317
+ # @overload delete_hub_content(params = {})
8318
+ # @param [Hash] params ({})
8319
+ def delete_hub_content(params = {}, options = {})
8320
+ req = build_request(:delete_hub_content, params)
8321
+ req.send_request(options)
8322
+ end
8323
+
7730
8324
  # Use this operation to delete a human task user interface (worker task
7731
8325
  # template).
7732
8326
  #
@@ -7805,6 +8399,40 @@ module Aws::SageMaker
7805
8399
  req.send_request(options)
7806
8400
  end
7807
8401
 
8402
+ # Deletes an inference experiment.
8403
+ #
8404
+ # <note markdown="1"> This operation does not delete your endpoint, variants, or any
8405
+ # underlying resources. This operation only deletes the metadata of your
8406
+ # experiment.
8407
+ #
8408
+ # </note>
8409
+ #
8410
+ # @option params [required, String] :name
8411
+ # The name of the inference experiment you want to delete.
8412
+ #
8413
+ # @return [Types::DeleteInferenceExperimentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8414
+ #
8415
+ # * {Types::DeleteInferenceExperimentResponse#inference_experiment_arn #inference_experiment_arn} => String
8416
+ #
8417
+ # @example Request syntax with placeholder values
8418
+ #
8419
+ # resp = client.delete_inference_experiment({
8420
+ # name: "InferenceExperimentName", # required
8421
+ # })
8422
+ #
8423
+ # @example Response structure
8424
+ #
8425
+ # resp.inference_experiment_arn #=> String
8426
+ #
8427
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteInferenceExperiment AWS API Documentation
8428
+ #
8429
+ # @overload delete_inference_experiment(params = {})
8430
+ # @param [Hash] params ({})
8431
+ def delete_inference_experiment(params = {}, options = {})
8432
+ req = build_request(:delete_inference_experiment, params)
8433
+ req.send_request(options)
8434
+ end
8435
+
7808
8436
  # Deletes a model. The `DeleteModel` API deletes only the model entry
7809
8437
  # that was created in SageMaker when you called the `CreateModel` API.
7810
8438
  # It does not delete model artifacts, inference code, or the IAM role
@@ -7852,6 +8480,28 @@ module Aws::SageMaker
7852
8480
  req.send_request(options)
7853
8481
  end
7854
8482
 
8483
+ # Deletes an Amazon SageMaker Model Card.
8484
+ #
8485
+ # @option params [required, String] :model_card_name
8486
+ # The name of the model card to delete.
8487
+ #
8488
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
8489
+ #
8490
+ # @example Request syntax with placeholder values
8491
+ #
8492
+ # resp = client.delete_model_card({
8493
+ # model_card_name: "EntityName", # required
8494
+ # })
8495
+ #
8496
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelCard AWS API Documentation
8497
+ #
8498
+ # @overload delete_model_card(params = {})
8499
+ # @param [Hash] params ({})
8500
+ def delete_model_card(params = {}, options = {})
8501
+ req = build_request(:delete_model_card, params)
8502
+ req.send_request(options)
8503
+ end
8504
+
7855
8505
  # Deletes an Amazon SageMaker model explainability job definition.
7856
8506
  #
7857
8507
  # @option params [required, String] :job_definition_name
@@ -8106,6 +8756,32 @@ module Aws::SageMaker
8106
8756
  req.send_request(options)
8107
8757
  end
8108
8758
 
8759
+ # Used to delete a space.
8760
+ #
8761
+ # @option params [required, String] :domain_id
8762
+ # The ID of the associated Domain.
8763
+ #
8764
+ # @option params [required, String] :space_name
8765
+ # The name of the space.
8766
+ #
8767
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
8768
+ #
8769
+ # @example Request syntax with placeholder values
8770
+ #
8771
+ # resp = client.delete_space({
8772
+ # domain_id: "DomainId", # required
8773
+ # space_name: "SpaceName", # required
8774
+ # })
8775
+ #
8776
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteSpace AWS API Documentation
8777
+ #
8778
+ # @overload delete_space(params = {})
8779
+ # @param [Hash] params ({})
8780
+ def delete_space(params = {}, options = {})
8781
+ req = build_request(:delete_space, params)
8782
+ req.send_request(options)
8783
+ end
8784
+
8109
8785
  # Deletes the Studio Lifecycle Configuration. In order to delete the
8110
8786
  # Lifecycle Configuration, there must be no running apps using the
8111
8787
  # Lifecycle Configuration. You must also remove the Lifecycle
@@ -8576,7 +9252,7 @@ module Aws::SageMaker
8576
9252
  # @option params [required, String] :domain_id
8577
9253
  # The domain ID.
8578
9254
  #
8579
- # @option params [required, String] :user_profile_name
9255
+ # @option params [String] :user_profile_name
8580
9256
  # The user profile name.
8581
9257
  #
8582
9258
  # @option params [required, String] :app_type
@@ -8585,6 +9261,9 @@ module Aws::SageMaker
8585
9261
  # @option params [required, String] :app_name
8586
9262
  # The name of the app.
8587
9263
  #
9264
+ # @option params [String] :space_name
9265
+ # The name of the space.
9266
+ #
8588
9267
  # @return [Types::DescribeAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8589
9268
  #
8590
9269
  # * {Types::DescribeAppResponse#app_arn #app_arn} => String
@@ -8598,14 +9277,16 @@ module Aws::SageMaker
8598
9277
  # * {Types::DescribeAppResponse#creation_time #creation_time} => Time
8599
9278
  # * {Types::DescribeAppResponse#failure_reason #failure_reason} => String
8600
9279
  # * {Types::DescribeAppResponse#resource_spec #resource_spec} => Types::ResourceSpec
9280
+ # * {Types::DescribeAppResponse#space_name #space_name} => String
8601
9281
  #
8602
9282
  # @example Request syntax with placeholder values
8603
9283
  #
8604
9284
  # resp = client.describe_app({
8605
9285
  # domain_id: "DomainId", # required
8606
- # user_profile_name: "UserProfileName", # required
9286
+ # user_profile_name: "UserProfileName",
8607
9287
  # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
8608
9288
  # app_name: "AppName", # required
9289
+ # space_name: "SpaceName",
8609
9290
  # })
8610
9291
  #
8611
9292
  # @example Response structure
@@ -8624,6 +9305,7 @@ module Aws::SageMaker
8624
9305
  # resp.resource_spec.sage_maker_image_version_arn #=> String
8625
9306
  # resp.resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
8626
9307
  # resp.resource_spec.lifecycle_config_arn #=> String
9308
+ # resp.space_name #=> String
8627
9309
  #
8628
9310
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp AWS API Documentation
8629
9311
  #
@@ -9245,6 +9927,7 @@ module Aws::SageMaker
9245
9927
  # * {Types::DescribeDomainResponse#domain_settings #domain_settings} => Types::DomainSettings
9246
9928
  # * {Types::DescribeDomainResponse#app_security_group_management #app_security_group_management} => String
9247
9929
  # * {Types::DescribeDomainResponse#security_group_id_for_domain_boundary #security_group_id_for_domain_boundary} => String
9930
+ # * {Types::DescribeDomainResponse#default_space_settings #default_space_settings} => Types::DefaultSpaceSettings
9248
9931
  #
9249
9932
  # @example Request syntax with placeholder values
9250
9933
  #
@@ -9276,6 +9959,8 @@ module Aws::SageMaker
9276
9959
  # resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.lifecycle_config_arn #=> String
9277
9960
  # resp.default_user_settings.jupyter_server_app_settings.lifecycle_config_arns #=> Array
9278
9961
  # resp.default_user_settings.jupyter_server_app_settings.lifecycle_config_arns[0] #=> String
9962
+ # resp.default_user_settings.jupyter_server_app_settings.code_repositories #=> Array
9963
+ # resp.default_user_settings.jupyter_server_app_settings.code_repositories[0].repository_url #=> String
9279
9964
  # resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
9280
9965
  # resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
9281
9966
  # resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
@@ -9321,6 +10006,27 @@ module Aws::SageMaker
9321
10006
  # resp.domain_settings.execution_role_identity_config #=> String, one of "USER_PROFILE_NAME", "DISABLED"
9322
10007
  # resp.app_security_group_management #=> String, one of "Service", "Customer"
9323
10008
  # resp.security_group_id_for_domain_boundary #=> String
10009
+ # resp.default_space_settings.execution_role #=> String
10010
+ # resp.default_space_settings.security_groups #=> Array
10011
+ # resp.default_space_settings.security_groups[0] #=> String
10012
+ # resp.default_space_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
10013
+ # resp.default_space_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
10014
+ # resp.default_space_settings.jupyter_server_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
10015
+ # resp.default_space_settings.jupyter_server_app_settings.default_resource_spec.lifecycle_config_arn #=> String
10016
+ # resp.default_space_settings.jupyter_server_app_settings.lifecycle_config_arns #=> Array
10017
+ # resp.default_space_settings.jupyter_server_app_settings.lifecycle_config_arns[0] #=> String
10018
+ # resp.default_space_settings.jupyter_server_app_settings.code_repositories #=> Array
10019
+ # resp.default_space_settings.jupyter_server_app_settings.code_repositories[0].repository_url #=> String
10020
+ # resp.default_space_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
10021
+ # resp.default_space_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
10022
+ # resp.default_space_settings.kernel_gateway_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
10023
+ # resp.default_space_settings.kernel_gateway_app_settings.default_resource_spec.lifecycle_config_arn #=> String
10024
+ # resp.default_space_settings.kernel_gateway_app_settings.custom_images #=> Array
10025
+ # resp.default_space_settings.kernel_gateway_app_settings.custom_images[0].image_name #=> String
10026
+ # resp.default_space_settings.kernel_gateway_app_settings.custom_images[0].image_version_number #=> Integer
10027
+ # resp.default_space_settings.kernel_gateway_app_settings.custom_images[0].app_image_config_name #=> String
10028
+ # resp.default_space_settings.kernel_gateway_app_settings.lifecycle_config_arns #=> Array
10029
+ # resp.default_space_settings.kernel_gateway_app_settings.lifecycle_config_arns[0] #=> String
9324
10030
  #
9325
10031
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomain AWS API Documentation
9326
10032
  #
@@ -9485,6 +10191,7 @@ module Aws::SageMaker
9485
10191
  # * {Types::DescribeEndpointOutput#async_inference_config #async_inference_config} => Types::AsyncInferenceConfig
9486
10192
  # * {Types::DescribeEndpointOutput#pending_deployment_summary #pending_deployment_summary} => Types::PendingDeploymentSummary
9487
10193
  # * {Types::DescribeEndpointOutput#explainer_config #explainer_config} => Types::ExplainerConfig
10194
+ # * {Types::DescribeEndpointOutput#shadow_production_variants #shadow_production_variants} => Array&lt;Types::ProductionVariantSummary&gt;
9488
10195
  #
9489
10196
  # @example Request syntax with placeholder values
9490
10197
  #
@@ -9561,6 +10268,26 @@ module Aws::SageMaker
9561
10268
  # resp.pending_deployment_summary.production_variants[0].desired_serverless_config.memory_size_in_mb #=> Integer
9562
10269
  # resp.pending_deployment_summary.production_variants[0].desired_serverless_config.max_concurrency #=> Integer
9563
10270
  # resp.pending_deployment_summary.start_time #=> Time
10271
+ # resp.pending_deployment_summary.shadow_production_variants #=> Array
10272
+ # resp.pending_deployment_summary.shadow_production_variants[0].variant_name #=> String
10273
+ # resp.pending_deployment_summary.shadow_production_variants[0].deployed_images #=> Array
10274
+ # resp.pending_deployment_summary.shadow_production_variants[0].deployed_images[0].specified_image #=> String
10275
+ # resp.pending_deployment_summary.shadow_production_variants[0].deployed_images[0].resolved_image #=> String
10276
+ # resp.pending_deployment_summary.shadow_production_variants[0].deployed_images[0].resolution_time #=> Time
10277
+ # resp.pending_deployment_summary.shadow_production_variants[0].current_weight #=> Float
10278
+ # resp.pending_deployment_summary.shadow_production_variants[0].desired_weight #=> Float
10279
+ # resp.pending_deployment_summary.shadow_production_variants[0].current_instance_count #=> Integer
10280
+ # resp.pending_deployment_summary.shadow_production_variants[0].desired_instance_count #=> Integer
10281
+ # resp.pending_deployment_summary.shadow_production_variants[0].instance_type #=> 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", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.p4d.24xlarge", "ml.c7g.large", "ml.c7g.xlarge", "ml.c7g.2xlarge", "ml.c7g.4xlarge", "ml.c7g.8xlarge", "ml.c7g.12xlarge", "ml.c7g.16xlarge", "ml.m6g.large", "ml.m6g.xlarge", "ml.m6g.2xlarge", "ml.m6g.4xlarge", "ml.m6g.8xlarge", "ml.m6g.12xlarge", "ml.m6g.16xlarge", "ml.m6gd.large", "ml.m6gd.xlarge", "ml.m6gd.2xlarge", "ml.m6gd.4xlarge", "ml.m6gd.8xlarge", "ml.m6gd.12xlarge", "ml.m6gd.16xlarge", "ml.c6g.large", "ml.c6g.xlarge", "ml.c6g.2xlarge", "ml.c6g.4xlarge", "ml.c6g.8xlarge", "ml.c6g.12xlarge", "ml.c6g.16xlarge", "ml.c6gd.large", "ml.c6gd.xlarge", "ml.c6gd.2xlarge", "ml.c6gd.4xlarge", "ml.c6gd.8xlarge", "ml.c6gd.12xlarge", "ml.c6gd.16xlarge", "ml.c6gn.large", "ml.c6gn.xlarge", "ml.c6gn.2xlarge", "ml.c6gn.4xlarge", "ml.c6gn.8xlarge", "ml.c6gn.12xlarge", "ml.c6gn.16xlarge", "ml.r6g.large", "ml.r6g.xlarge", "ml.r6g.2xlarge", "ml.r6g.4xlarge", "ml.r6g.8xlarge", "ml.r6g.12xlarge", "ml.r6g.16xlarge", "ml.r6gd.large", "ml.r6gd.xlarge", "ml.r6gd.2xlarge", "ml.r6gd.4xlarge", "ml.r6gd.8xlarge", "ml.r6gd.12xlarge", "ml.r6gd.16xlarge"
10282
+ # resp.pending_deployment_summary.shadow_production_variants[0].accelerator_type #=> String, one of "ml.eia1.medium", "ml.eia1.large", "ml.eia1.xlarge", "ml.eia2.medium", "ml.eia2.large", "ml.eia2.xlarge"
10283
+ # resp.pending_deployment_summary.shadow_production_variants[0].variant_status #=> Array
10284
+ # resp.pending_deployment_summary.shadow_production_variants[0].variant_status[0].status #=> String, one of "Creating", "Updating", "Deleting", "ActivatingTraffic", "Baking"
10285
+ # resp.pending_deployment_summary.shadow_production_variants[0].variant_status[0].status_message #=> String
10286
+ # resp.pending_deployment_summary.shadow_production_variants[0].variant_status[0].start_time #=> Time
10287
+ # resp.pending_deployment_summary.shadow_production_variants[0].current_serverless_config.memory_size_in_mb #=> Integer
10288
+ # resp.pending_deployment_summary.shadow_production_variants[0].current_serverless_config.max_concurrency #=> Integer
10289
+ # resp.pending_deployment_summary.shadow_production_variants[0].desired_serverless_config.memory_size_in_mb #=> Integer
10290
+ # resp.pending_deployment_summary.shadow_production_variants[0].desired_serverless_config.max_concurrency #=> Integer
9564
10291
  # resp.explainer_config.clarify_explainer_config.enable_explanations #=> String
9565
10292
  # resp.explainer_config.clarify_explainer_config.inference_config.features_attribute #=> String
9566
10293
  # resp.explainer_config.clarify_explainer_config.inference_config.content_template #=> String
@@ -9584,6 +10311,24 @@ module Aws::SageMaker
9584
10311
  # resp.explainer_config.clarify_explainer_config.shap_config.seed #=> Integer
9585
10312
  # resp.explainer_config.clarify_explainer_config.shap_config.text_config.language #=> String, one of "af", "sq", "ar", "hy", "eu", "bn", "bg", "ca", "zh", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "de", "el", "gu", "he", "hi", "hu", "is", "id", "ga", "it", "kn", "ky", "lv", "lt", "lb", "mk", "ml", "mr", "ne", "nb", "fa", "pl", "pt", "ro", "ru", "sa", "sr", "tn", "si", "sk", "sl", "es", "sv", "tl", "ta", "tt", "te", "tr", "uk", "ur", "yo", "lij", "xx"
9586
10313
  # resp.explainer_config.clarify_explainer_config.shap_config.text_config.granularity #=> String, one of "token", "sentence", "paragraph"
10314
+ # resp.shadow_production_variants #=> Array
10315
+ # resp.shadow_production_variants[0].variant_name #=> String
10316
+ # resp.shadow_production_variants[0].deployed_images #=> Array
10317
+ # resp.shadow_production_variants[0].deployed_images[0].specified_image #=> String
10318
+ # resp.shadow_production_variants[0].deployed_images[0].resolved_image #=> String
10319
+ # resp.shadow_production_variants[0].deployed_images[0].resolution_time #=> Time
10320
+ # resp.shadow_production_variants[0].current_weight #=> Float
10321
+ # resp.shadow_production_variants[0].desired_weight #=> Float
10322
+ # resp.shadow_production_variants[0].current_instance_count #=> Integer
10323
+ # resp.shadow_production_variants[0].desired_instance_count #=> Integer
10324
+ # resp.shadow_production_variants[0].variant_status #=> Array
10325
+ # resp.shadow_production_variants[0].variant_status[0].status #=> String, one of "Creating", "Updating", "Deleting", "ActivatingTraffic", "Baking"
10326
+ # resp.shadow_production_variants[0].variant_status[0].status_message #=> String
10327
+ # resp.shadow_production_variants[0].variant_status[0].start_time #=> Time
10328
+ # resp.shadow_production_variants[0].current_serverless_config.memory_size_in_mb #=> Integer
10329
+ # resp.shadow_production_variants[0].current_serverless_config.max_concurrency #=> Integer
10330
+ # resp.shadow_production_variants[0].desired_serverless_config.memory_size_in_mb #=> Integer
10331
+ # resp.shadow_production_variants[0].desired_serverless_config.max_concurrency #=> Integer
9587
10332
  #
9588
10333
  #
9589
10334
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -9616,6 +10361,7 @@ module Aws::SageMaker
9616
10361
  # * {Types::DescribeEndpointConfigOutput#creation_time #creation_time} => Time
9617
10362
  # * {Types::DescribeEndpointConfigOutput#async_inference_config #async_inference_config} => Types::AsyncInferenceConfig
9618
10363
  # * {Types::DescribeEndpointConfigOutput#explainer_config #explainer_config} => Types::ExplainerConfig
10364
+ # * {Types::DescribeEndpointConfigOutput#shadow_production_variants #shadow_production_variants} => Array&lt;Types::ProductionVariant&gt;
9619
10365
  #
9620
10366
  # @example Request syntax with placeholder values
9621
10367
  #
@@ -9681,6 +10427,20 @@ module Aws::SageMaker
9681
10427
  # resp.explainer_config.clarify_explainer_config.shap_config.seed #=> Integer
9682
10428
  # resp.explainer_config.clarify_explainer_config.shap_config.text_config.language #=> String, one of "af", "sq", "ar", "hy", "eu", "bn", "bg", "ca", "zh", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "de", "el", "gu", "he", "hi", "hu", "is", "id", "ga", "it", "kn", "ky", "lv", "lt", "lb", "mk", "ml", "mr", "ne", "nb", "fa", "pl", "pt", "ro", "ru", "sa", "sr", "tn", "si", "sk", "sl", "es", "sv", "tl", "ta", "tt", "te", "tr", "uk", "ur", "yo", "lij", "xx"
9683
10429
  # resp.explainer_config.clarify_explainer_config.shap_config.text_config.granularity #=> String, one of "token", "sentence", "paragraph"
10430
+ # resp.shadow_production_variants #=> Array
10431
+ # resp.shadow_production_variants[0].variant_name #=> String
10432
+ # resp.shadow_production_variants[0].model_name #=> String
10433
+ # resp.shadow_production_variants[0].initial_instance_count #=> Integer
10434
+ # resp.shadow_production_variants[0].instance_type #=> 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", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.p4d.24xlarge", "ml.c7g.large", "ml.c7g.xlarge", "ml.c7g.2xlarge", "ml.c7g.4xlarge", "ml.c7g.8xlarge", "ml.c7g.12xlarge", "ml.c7g.16xlarge", "ml.m6g.large", "ml.m6g.xlarge", "ml.m6g.2xlarge", "ml.m6g.4xlarge", "ml.m6g.8xlarge", "ml.m6g.12xlarge", "ml.m6g.16xlarge", "ml.m6gd.large", "ml.m6gd.xlarge", "ml.m6gd.2xlarge", "ml.m6gd.4xlarge", "ml.m6gd.8xlarge", "ml.m6gd.12xlarge", "ml.m6gd.16xlarge", "ml.c6g.large", "ml.c6g.xlarge", "ml.c6g.2xlarge", "ml.c6g.4xlarge", "ml.c6g.8xlarge", "ml.c6g.12xlarge", "ml.c6g.16xlarge", "ml.c6gd.large", "ml.c6gd.xlarge", "ml.c6gd.2xlarge", "ml.c6gd.4xlarge", "ml.c6gd.8xlarge", "ml.c6gd.12xlarge", "ml.c6gd.16xlarge", "ml.c6gn.large", "ml.c6gn.xlarge", "ml.c6gn.2xlarge", "ml.c6gn.4xlarge", "ml.c6gn.8xlarge", "ml.c6gn.12xlarge", "ml.c6gn.16xlarge", "ml.r6g.large", "ml.r6g.xlarge", "ml.r6g.2xlarge", "ml.r6g.4xlarge", "ml.r6g.8xlarge", "ml.r6g.12xlarge", "ml.r6g.16xlarge", "ml.r6gd.large", "ml.r6gd.xlarge", "ml.r6gd.2xlarge", "ml.r6gd.4xlarge", "ml.r6gd.8xlarge", "ml.r6gd.12xlarge", "ml.r6gd.16xlarge"
10435
+ # resp.shadow_production_variants[0].initial_variant_weight #=> Float
10436
+ # resp.shadow_production_variants[0].accelerator_type #=> String, one of "ml.eia1.medium", "ml.eia1.large", "ml.eia1.xlarge", "ml.eia2.medium", "ml.eia2.large", "ml.eia2.xlarge"
10437
+ # resp.shadow_production_variants[0].core_dump_config.destination_s3_uri #=> String
10438
+ # resp.shadow_production_variants[0].core_dump_config.kms_key_id #=> String
10439
+ # resp.shadow_production_variants[0].serverless_config.memory_size_in_mb #=> Integer
10440
+ # resp.shadow_production_variants[0].serverless_config.max_concurrency #=> Integer
10441
+ # resp.shadow_production_variants[0].volume_size_in_gb #=> Integer
10442
+ # resp.shadow_production_variants[0].model_data_download_timeout_in_seconds #=> Integer
10443
+ # resp.shadow_production_variants[0].container_startup_health_check_timeout_in_seconds #=> Integer
9684
10444
  #
9685
10445
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfig AWS API Documentation
9686
10446
  #
@@ -9798,6 +10558,7 @@ module Aws::SageMaker
9798
10558
  # resp.offline_store_config.data_catalog_config.table_name #=> String
9799
10559
  # resp.offline_store_config.data_catalog_config.catalog #=> String
9800
10560
  # resp.offline_store_config.data_catalog_config.database #=> String
10561
+ # resp.offline_store_config.table_format #=> String, one of "Glue", "Iceberg"
9801
10562
  # resp.role_arn #=> String
9802
10563
  # resp.feature_group_status #=> String, one of "Creating", "Created", "CreateFailed", "Deleting", "DeleteFailed"
9803
10564
  # resp.offline_store_status.status #=> String, one of "Active", "Blocked", "Disabled"
@@ -9924,6 +10685,126 @@ module Aws::SageMaker
9924
10685
  req.send_request(options)
9925
10686
  end
9926
10687
 
10688
+ # Describe a hub.
10689
+ #
10690
+ # @option params [required, String] :hub_name
10691
+ # The name of the hub to describe.
10692
+ #
10693
+ # @return [Types::DescribeHubResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10694
+ #
10695
+ # * {Types::DescribeHubResponse#hub_name #hub_name} => String
10696
+ # * {Types::DescribeHubResponse#hub_arn #hub_arn} => String
10697
+ # * {Types::DescribeHubResponse#hub_display_name #hub_display_name} => String
10698
+ # * {Types::DescribeHubResponse#hub_description #hub_description} => String
10699
+ # * {Types::DescribeHubResponse#hub_search_keywords #hub_search_keywords} => Array&lt;String&gt;
10700
+ # * {Types::DescribeHubResponse#s3_storage_config #s3_storage_config} => Types::HubS3StorageConfig
10701
+ # * {Types::DescribeHubResponse#hub_status #hub_status} => String
10702
+ # * {Types::DescribeHubResponse#failure_reason #failure_reason} => String
10703
+ # * {Types::DescribeHubResponse#creation_time #creation_time} => Time
10704
+ # * {Types::DescribeHubResponse#last_modified_time #last_modified_time} => Time
10705
+ #
10706
+ # @example Request syntax with placeholder values
10707
+ #
10708
+ # resp = client.describe_hub({
10709
+ # hub_name: "HubName", # required
10710
+ # })
10711
+ #
10712
+ # @example Response structure
10713
+ #
10714
+ # resp.hub_name #=> String
10715
+ # resp.hub_arn #=> String
10716
+ # resp.hub_display_name #=> String
10717
+ # resp.hub_description #=> String
10718
+ # resp.hub_search_keywords #=> Array
10719
+ # resp.hub_search_keywords[0] #=> String
10720
+ # resp.s3_storage_config.s3_output_path #=> String
10721
+ # resp.hub_status #=> String, one of "InService", "Creating", "Updating", "Deleting", "CreateFailed", "UpdateFailed", "DeleteFailed"
10722
+ # resp.failure_reason #=> String
10723
+ # resp.creation_time #=> Time
10724
+ # resp.last_modified_time #=> Time
10725
+ #
10726
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHub AWS API Documentation
10727
+ #
10728
+ # @overload describe_hub(params = {})
10729
+ # @param [Hash] params ({})
10730
+ def describe_hub(params = {}, options = {})
10731
+ req = build_request(:describe_hub, params)
10732
+ req.send_request(options)
10733
+ end
10734
+
10735
+ # Describe the content of a hub.
10736
+ #
10737
+ # @option params [required, String] :hub_name
10738
+ # The name of the hub that contains the content to describe.
10739
+ #
10740
+ # @option params [required, String] :hub_content_type
10741
+ # The type of content in the hub.
10742
+ #
10743
+ # @option params [required, String] :hub_content_name
10744
+ # The name of the content to describe.
10745
+ #
10746
+ # @option params [String] :hub_content_version
10747
+ # The version of the content to describe.
10748
+ #
10749
+ # @return [Types::DescribeHubContentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10750
+ #
10751
+ # * {Types::DescribeHubContentResponse#hub_content_name #hub_content_name} => String
10752
+ # * {Types::DescribeHubContentResponse#hub_content_arn #hub_content_arn} => String
10753
+ # * {Types::DescribeHubContentResponse#hub_content_version #hub_content_version} => String
10754
+ # * {Types::DescribeHubContentResponse#hub_content_type #hub_content_type} => String
10755
+ # * {Types::DescribeHubContentResponse#document_schema_version #document_schema_version} => String
10756
+ # * {Types::DescribeHubContentResponse#hub_name #hub_name} => String
10757
+ # * {Types::DescribeHubContentResponse#hub_arn #hub_arn} => String
10758
+ # * {Types::DescribeHubContentResponse#hub_content_display_name #hub_content_display_name} => String
10759
+ # * {Types::DescribeHubContentResponse#hub_content_description #hub_content_description} => String
10760
+ # * {Types::DescribeHubContentResponse#hub_content_markdown #hub_content_markdown} => String
10761
+ # * {Types::DescribeHubContentResponse#hub_content_document #hub_content_document} => String
10762
+ # * {Types::DescribeHubContentResponse#hub_content_search_keywords #hub_content_search_keywords} => Array&lt;String&gt;
10763
+ # * {Types::DescribeHubContentResponse#hub_content_dependencies #hub_content_dependencies} => Array&lt;Types::HubContentDependency&gt;
10764
+ # * {Types::DescribeHubContentResponse#hub_content_status #hub_content_status} => String
10765
+ # * {Types::DescribeHubContentResponse#failure_reason #failure_reason} => String
10766
+ # * {Types::DescribeHubContentResponse#creation_time #creation_time} => Time
10767
+ #
10768
+ # @example Request syntax with placeholder values
10769
+ #
10770
+ # resp = client.describe_hub_content({
10771
+ # hub_name: "HubName", # required
10772
+ # hub_content_type: "Model", # required, accepts Model, Notebook
10773
+ # hub_content_name: "HubContentName", # required
10774
+ # hub_content_version: "HubContentVersion",
10775
+ # })
10776
+ #
10777
+ # @example Response structure
10778
+ #
10779
+ # resp.hub_content_name #=> String
10780
+ # resp.hub_content_arn #=> String
10781
+ # resp.hub_content_version #=> String
10782
+ # resp.hub_content_type #=> String, one of "Model", "Notebook"
10783
+ # resp.document_schema_version #=> String
10784
+ # resp.hub_name #=> String
10785
+ # resp.hub_arn #=> String
10786
+ # resp.hub_content_display_name #=> String
10787
+ # resp.hub_content_description #=> String
10788
+ # resp.hub_content_markdown #=> String
10789
+ # resp.hub_content_document #=> String
10790
+ # resp.hub_content_search_keywords #=> Array
10791
+ # resp.hub_content_search_keywords[0] #=> String
10792
+ # resp.hub_content_dependencies #=> Array
10793
+ # resp.hub_content_dependencies[0].dependency_origin_path #=> String
10794
+ # resp.hub_content_dependencies[0].dependency_copy_path #=> String
10795
+ # resp.hub_content_status #=> String, one of "Available", "Importing", "Deleting", "ImportFailed", "DeleteFailed"
10796
+ # resp.failure_reason #=> String
10797
+ # resp.creation_time #=> Time
10798
+ #
10799
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHubContent AWS API Documentation
10800
+ #
10801
+ # @overload describe_hub_content(params = {})
10802
+ # @param [Hash] params ({})
10803
+ def describe_hub_content(params = {}, options = {})
10804
+ req = build_request(:describe_hub_content, params)
10805
+ req.send_request(options)
10806
+ end
10807
+
9927
10808
  # Returns information about the requested human task user interface
9928
10809
  # (worker task template).
9929
10810
  #
@@ -10334,6 +11215,82 @@ module Aws::SageMaker
10334
11215
  req.send_request(options)
10335
11216
  end
10336
11217
 
11218
+ # Returns details about an inference experiment.
11219
+ #
11220
+ # @option params [required, String] :name
11221
+ # The name of the inference experiment to describe.
11222
+ #
11223
+ # @return [Types::DescribeInferenceExperimentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11224
+ #
11225
+ # * {Types::DescribeInferenceExperimentResponse#arn #arn} => String
11226
+ # * {Types::DescribeInferenceExperimentResponse#name #name} => String
11227
+ # * {Types::DescribeInferenceExperimentResponse#type #type} => String
11228
+ # * {Types::DescribeInferenceExperimentResponse#schedule #schedule} => Types::InferenceExperimentSchedule
11229
+ # * {Types::DescribeInferenceExperimentResponse#status #status} => String
11230
+ # * {Types::DescribeInferenceExperimentResponse#status_reason #status_reason} => String
11231
+ # * {Types::DescribeInferenceExperimentResponse#description #description} => String
11232
+ # * {Types::DescribeInferenceExperimentResponse#creation_time #creation_time} => Time
11233
+ # * {Types::DescribeInferenceExperimentResponse#completion_time #completion_time} => Time
11234
+ # * {Types::DescribeInferenceExperimentResponse#last_modified_time #last_modified_time} => Time
11235
+ # * {Types::DescribeInferenceExperimentResponse#role_arn #role_arn} => String
11236
+ # * {Types::DescribeInferenceExperimentResponse#endpoint_metadata #endpoint_metadata} => Types::EndpointMetadata
11237
+ # * {Types::DescribeInferenceExperimentResponse#model_variants #model_variants} => Array&lt;Types::ModelVariantConfigSummary&gt;
11238
+ # * {Types::DescribeInferenceExperimentResponse#data_storage_config #data_storage_config} => Types::InferenceExperimentDataStorageConfig
11239
+ # * {Types::DescribeInferenceExperimentResponse#shadow_mode_config #shadow_mode_config} => Types::ShadowModeConfig
11240
+ # * {Types::DescribeInferenceExperimentResponse#kms_key #kms_key} => String
11241
+ #
11242
+ # @example Request syntax with placeholder values
11243
+ #
11244
+ # resp = client.describe_inference_experiment({
11245
+ # name: "InferenceExperimentName", # required
11246
+ # })
11247
+ #
11248
+ # @example Response structure
11249
+ #
11250
+ # resp.arn #=> String
11251
+ # resp.name #=> String
11252
+ # resp.type #=> String, one of "ShadowMode"
11253
+ # resp.schedule.start_time #=> Time
11254
+ # resp.schedule.end_time #=> Time
11255
+ # resp.status #=> String, one of "Creating", "Created", "Updating", "Running", "Starting", "Stopping", "Completed", "Cancelled"
11256
+ # resp.status_reason #=> String
11257
+ # resp.description #=> String
11258
+ # resp.creation_time #=> Time
11259
+ # resp.completion_time #=> Time
11260
+ # resp.last_modified_time #=> Time
11261
+ # resp.role_arn #=> String
11262
+ # resp.endpoint_metadata.endpoint_name #=> String
11263
+ # resp.endpoint_metadata.endpoint_config_name #=> String
11264
+ # resp.endpoint_metadata.endpoint_status #=> String, one of "OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed"
11265
+ # resp.endpoint_metadata.failure_reason #=> String
11266
+ # resp.model_variants #=> Array
11267
+ # resp.model_variants[0].model_name #=> String
11268
+ # resp.model_variants[0].variant_name #=> String
11269
+ # resp.model_variants[0].infrastructure_config.infrastructure_type #=> String, one of "RealTimeInference"
11270
+ # resp.model_variants[0].infrastructure_config.real_time_inference_config.instance_type #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "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.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.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5d.xlarge", "ml.c5d.2xlarge", "ml.c5d.4xlarge", "ml.c5d.9xlarge", "ml.c5d.18xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
11271
+ # resp.model_variants[0].infrastructure_config.real_time_inference_config.instance_count #=> Integer
11272
+ # resp.model_variants[0].status #=> String, one of "Creating", "Updating", "InService", "Deleting", "Deleted"
11273
+ # resp.data_storage_config.destination #=> String
11274
+ # resp.data_storage_config.kms_key #=> String
11275
+ # resp.data_storage_config.content_type.csv_content_types #=> Array
11276
+ # resp.data_storage_config.content_type.csv_content_types[0] #=> String
11277
+ # resp.data_storage_config.content_type.json_content_types #=> Array
11278
+ # resp.data_storage_config.content_type.json_content_types[0] #=> String
11279
+ # resp.shadow_mode_config.source_model_variant_name #=> String
11280
+ # resp.shadow_mode_config.shadow_model_variants #=> Array
11281
+ # resp.shadow_mode_config.shadow_model_variants[0].shadow_model_variant_name #=> String
11282
+ # resp.shadow_mode_config.shadow_model_variants[0].sampling_percentage #=> Integer
11283
+ # resp.kms_key #=> String
11284
+ #
11285
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeInferenceExperiment AWS API Documentation
11286
+ #
11287
+ # @overload describe_inference_experiment(params = {})
11288
+ # @param [Hash] params ({})
11289
+ def describe_inference_experiment(params = {}, options = {})
11290
+ req = build_request(:describe_inference_experiment, params)
11291
+ req.send_request(options)
11292
+ end
11293
+
10337
11294
  # Provides the results of the Inference Recommender job. One or more
10338
11295
  # recommendation jobs are returned.
10339
11296
  #
@@ -10741,56 +11698,161 @@ module Aws::SageMaker
10741
11698
  req.send_request(options)
10742
11699
  end
10743
11700
 
10744
- # Returns a description of a model explainability job definition.
11701
+ # Describes the content, creation time, and security configuration of an
11702
+ # Amazon SageMaker Model Card.
10745
11703
  #
10746
- # @option params [required, String] :job_definition_name
10747
- # The name of the model explainability job definition. The name must be
10748
- # unique within an Amazon Web Services Region in the Amazon Web Services
10749
- # account.
11704
+ # @option params [required, String] :model_card_name
11705
+ # The name of the model card to describe.
10750
11706
  #
10751
- # @return [Types::DescribeModelExplainabilityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11707
+ # @option params [Integer] :model_card_version
11708
+ # The version of the model card to describe. If a version is not
11709
+ # provided, then the latest version of the model card is described.
10752
11710
  #
10753
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
10754
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_definition_name #job_definition_name} => String
10755
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#creation_time #creation_time} => Time
10756
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_baseline_config #model_explainability_baseline_config} => Types::ModelExplainabilityBaselineConfig
10757
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_app_specification #model_explainability_app_specification} => Types::ModelExplainabilityAppSpecification
10758
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_job_input #model_explainability_job_input} => Types::ModelExplainabilityJobInput
10759
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_job_output_config #model_explainability_job_output_config} => Types::MonitoringOutputConfig
10760
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_resources #job_resources} => Types::MonitoringResources
10761
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#network_config #network_config} => Types::MonitoringNetworkConfig
10762
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#role_arn #role_arn} => String
10763
- # * {Types::DescribeModelExplainabilityJobDefinitionResponse#stopping_condition #stopping_condition} => Types::MonitoringStoppingCondition
11711
+ # @return [Types::DescribeModelCardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11712
+ #
11713
+ # * {Types::DescribeModelCardResponse#model_card_arn #model_card_arn} => String
11714
+ # * {Types::DescribeModelCardResponse#model_card_name #model_card_name} => String
11715
+ # * {Types::DescribeModelCardResponse#model_card_version #model_card_version} => Integer
11716
+ # * {Types::DescribeModelCardResponse#content #content} => String
11717
+ # * {Types::DescribeModelCardResponse#model_card_status #model_card_status} => String
11718
+ # * {Types::DescribeModelCardResponse#security_config #security_config} => Types::ModelCardSecurityConfig
11719
+ # * {Types::DescribeModelCardResponse#creation_time #creation_time} => Time
11720
+ # * {Types::DescribeModelCardResponse#created_by #created_by} => Types::UserContext
11721
+ # * {Types::DescribeModelCardResponse#last_modified_time #last_modified_time} => Time
11722
+ # * {Types::DescribeModelCardResponse#last_modified_by #last_modified_by} => Types::UserContext
11723
+ # * {Types::DescribeModelCardResponse#model_card_processing_status #model_card_processing_status} => String
10764
11724
  #
10765
11725
  # @example Request syntax with placeholder values
10766
11726
  #
10767
- # resp = client.describe_model_explainability_job_definition({
10768
- # job_definition_name: "MonitoringJobDefinitionName", # required
11727
+ # resp = client.describe_model_card({
11728
+ # model_card_name: "EntityName", # required
11729
+ # model_card_version: 1,
10769
11730
  # })
10770
11731
  #
10771
11732
  # @example Response structure
10772
11733
  #
10773
- # resp.job_definition_arn #=> String
10774
- # resp.job_definition_name #=> String
11734
+ # resp.model_card_arn #=> String
11735
+ # resp.model_card_name #=> String
11736
+ # resp.model_card_version #=> Integer
11737
+ # resp.content #=> String
11738
+ # resp.model_card_status #=> String, one of "Draft", "PendingReview", "Approved", "Archived"
11739
+ # resp.security_config.kms_key_id #=> String
10775
11740
  # resp.creation_time #=> Time
10776
- # resp.model_explainability_baseline_config.baselining_job_name #=> String
10777
- # resp.model_explainability_baseline_config.constraints_resource.s3_uri #=> String
10778
- # resp.model_explainability_app_specification.image_uri #=> String
10779
- # resp.model_explainability_app_specification.config_uri #=> String
10780
- # resp.model_explainability_app_specification.environment #=> Hash
10781
- # resp.model_explainability_app_specification.environment["ProcessingEnvironmentKey"] #=> String
10782
- # resp.model_explainability_job_input.endpoint_input.endpoint_name #=> String
10783
- # resp.model_explainability_job_input.endpoint_input.local_path #=> String
10784
- # resp.model_explainability_job_input.endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
10785
- # resp.model_explainability_job_input.endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
10786
- # resp.model_explainability_job_input.endpoint_input.features_attribute #=> String
10787
- # resp.model_explainability_job_input.endpoint_input.inference_attribute #=> String
10788
- # resp.model_explainability_job_input.endpoint_input.probability_attribute #=> String
10789
- # resp.model_explainability_job_input.endpoint_input.probability_threshold_attribute #=> Float
10790
- # resp.model_explainability_job_input.endpoint_input.start_time_offset #=> String
10791
- # resp.model_explainability_job_input.endpoint_input.end_time_offset #=> String
10792
- # resp.model_explainability_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
10793
- # resp.model_explainability_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
11741
+ # resp.created_by.user_profile_arn #=> String
11742
+ # resp.created_by.user_profile_name #=> String
11743
+ # resp.created_by.domain_id #=> String
11744
+ # resp.last_modified_time #=> Time
11745
+ # resp.last_modified_by.user_profile_arn #=> String
11746
+ # resp.last_modified_by.user_profile_name #=> String
11747
+ # resp.last_modified_by.domain_id #=> String
11748
+ # resp.model_card_processing_status #=> String, one of "DeleteInProgress", "DeletePending", "ContentDeleted", "ExportJobsDeleted", "DeleteCompleted", "DeleteFailed"
11749
+ #
11750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCard AWS API Documentation
11751
+ #
11752
+ # @overload describe_model_card(params = {})
11753
+ # @param [Hash] params ({})
11754
+ def describe_model_card(params = {}, options = {})
11755
+ req = build_request(:describe_model_card, params)
11756
+ req.send_request(options)
11757
+ end
11758
+
11759
+ # Describes an Amazon SageMaker Model Card export job.
11760
+ #
11761
+ # @option params [required, String] :model_card_export_job_arn
11762
+ # The Amazon Resource Name (ARN) of the model card export job to
11763
+ # describe.
11764
+ #
11765
+ # @return [Types::DescribeModelCardExportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11766
+ #
11767
+ # * {Types::DescribeModelCardExportJobResponse#model_card_export_job_name #model_card_export_job_name} => String
11768
+ # * {Types::DescribeModelCardExportJobResponse#model_card_export_job_arn #model_card_export_job_arn} => String
11769
+ # * {Types::DescribeModelCardExportJobResponse#status #status} => String
11770
+ # * {Types::DescribeModelCardExportJobResponse#model_card_name #model_card_name} => String
11771
+ # * {Types::DescribeModelCardExportJobResponse#model_card_version #model_card_version} => Integer
11772
+ # * {Types::DescribeModelCardExportJobResponse#output_config #output_config} => Types::ModelCardExportOutputConfig
11773
+ # * {Types::DescribeModelCardExportJobResponse#created_at #created_at} => Time
11774
+ # * {Types::DescribeModelCardExportJobResponse#last_modified_at #last_modified_at} => Time
11775
+ # * {Types::DescribeModelCardExportJobResponse#failure_reason #failure_reason} => String
11776
+ # * {Types::DescribeModelCardExportJobResponse#export_artifacts #export_artifacts} => Types::ModelCardExportArtifacts
11777
+ #
11778
+ # @example Request syntax with placeholder values
11779
+ #
11780
+ # resp = client.describe_model_card_export_job({
11781
+ # model_card_export_job_arn: "ModelCardExportJobArn", # required
11782
+ # })
11783
+ #
11784
+ # @example Response structure
11785
+ #
11786
+ # resp.model_card_export_job_name #=> String
11787
+ # resp.model_card_export_job_arn #=> String
11788
+ # resp.status #=> String, one of "InProgress", "Completed", "Failed"
11789
+ # resp.model_card_name #=> String
11790
+ # resp.model_card_version #=> Integer
11791
+ # resp.output_config.s3_output_path #=> String
11792
+ # resp.created_at #=> Time
11793
+ # resp.last_modified_at #=> Time
11794
+ # resp.failure_reason #=> String
11795
+ # resp.export_artifacts.s3_export_artifacts #=> String
11796
+ #
11797
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCardExportJob AWS API Documentation
11798
+ #
11799
+ # @overload describe_model_card_export_job(params = {})
11800
+ # @param [Hash] params ({})
11801
+ def describe_model_card_export_job(params = {}, options = {})
11802
+ req = build_request(:describe_model_card_export_job, params)
11803
+ req.send_request(options)
11804
+ end
11805
+
11806
+ # Returns a description of a model explainability job definition.
11807
+ #
11808
+ # @option params [required, String] :job_definition_name
11809
+ # The name of the model explainability job definition. The name must be
11810
+ # unique within an Amazon Web Services Region in the Amazon Web Services
11811
+ # account.
11812
+ #
11813
+ # @return [Types::DescribeModelExplainabilityJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11814
+ #
11815
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_definition_arn #job_definition_arn} => String
11816
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_definition_name #job_definition_name} => String
11817
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#creation_time #creation_time} => Time
11818
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_baseline_config #model_explainability_baseline_config} => Types::ModelExplainabilityBaselineConfig
11819
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_app_specification #model_explainability_app_specification} => Types::ModelExplainabilityAppSpecification
11820
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_job_input #model_explainability_job_input} => Types::ModelExplainabilityJobInput
11821
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#model_explainability_job_output_config #model_explainability_job_output_config} => Types::MonitoringOutputConfig
11822
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#job_resources #job_resources} => Types::MonitoringResources
11823
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#network_config #network_config} => Types::MonitoringNetworkConfig
11824
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#role_arn #role_arn} => String
11825
+ # * {Types::DescribeModelExplainabilityJobDefinitionResponse#stopping_condition #stopping_condition} => Types::MonitoringStoppingCondition
11826
+ #
11827
+ # @example Request syntax with placeholder values
11828
+ #
11829
+ # resp = client.describe_model_explainability_job_definition({
11830
+ # job_definition_name: "MonitoringJobDefinitionName", # required
11831
+ # })
11832
+ #
11833
+ # @example Response structure
11834
+ #
11835
+ # resp.job_definition_arn #=> String
11836
+ # resp.job_definition_name #=> String
11837
+ # resp.creation_time #=> Time
11838
+ # resp.model_explainability_baseline_config.baselining_job_name #=> String
11839
+ # resp.model_explainability_baseline_config.constraints_resource.s3_uri #=> String
11840
+ # resp.model_explainability_app_specification.image_uri #=> String
11841
+ # resp.model_explainability_app_specification.config_uri #=> String
11842
+ # resp.model_explainability_app_specification.environment #=> Hash
11843
+ # resp.model_explainability_app_specification.environment["ProcessingEnvironmentKey"] #=> String
11844
+ # resp.model_explainability_job_input.endpoint_input.endpoint_name #=> String
11845
+ # resp.model_explainability_job_input.endpoint_input.local_path #=> String
11846
+ # resp.model_explainability_job_input.endpoint_input.s3_input_mode #=> String, one of "Pipe", "File"
11847
+ # resp.model_explainability_job_input.endpoint_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
11848
+ # resp.model_explainability_job_input.endpoint_input.features_attribute #=> String
11849
+ # resp.model_explainability_job_input.endpoint_input.inference_attribute #=> String
11850
+ # resp.model_explainability_job_input.endpoint_input.probability_attribute #=> String
11851
+ # resp.model_explainability_job_input.endpoint_input.probability_threshold_attribute #=> Float
11852
+ # resp.model_explainability_job_input.endpoint_input.start_time_offset #=> String
11853
+ # resp.model_explainability_job_input.endpoint_input.end_time_offset #=> String
11854
+ # resp.model_explainability_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
11855
+ # resp.model_explainability_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
10794
11856
  # resp.model_explainability_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
10795
11857
  # resp.model_explainability_job_input.batch_transform_input.local_path #=> String
10796
11858
  # resp.model_explainability_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
@@ -11432,7 +12494,7 @@ module Aws::SageMaker
11432
12494
  # @example Request syntax with placeholder values
11433
12495
  #
11434
12496
  # resp = client.describe_pipeline({
11435
- # pipeline_name: "PipelineName", # required
12497
+ # pipeline_name: "PipelineNameOrArn", # required
11436
12498
  # })
11437
12499
  #
11438
12500
  # @example Response structure
@@ -11647,6 +12709,7 @@ module Aws::SageMaker
11647
12709
  # resp.experiment_config.experiment_name #=> String
11648
12710
  # resp.experiment_config.trial_name #=> String
11649
12711
  # resp.experiment_config.trial_component_display_name #=> String
12712
+ # resp.experiment_config.run_name #=> String
11650
12713
  # resp.processing_job_arn #=> String
11651
12714
  # resp.processing_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
11652
12715
  # resp.exit_message #=> String
@@ -11731,6 +12794,71 @@ module Aws::SageMaker
11731
12794
  req.send_request(options)
11732
12795
  end
11733
12796
 
12797
+ # Describes the space.
12798
+ #
12799
+ # @option params [required, String] :domain_id
12800
+ # The ID of the associated Domain.
12801
+ #
12802
+ # @option params [required, String] :space_name
12803
+ # The name of the space.
12804
+ #
12805
+ # @return [Types::DescribeSpaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12806
+ #
12807
+ # * {Types::DescribeSpaceResponse#domain_id #domain_id} => String
12808
+ # * {Types::DescribeSpaceResponse#space_arn #space_arn} => String
12809
+ # * {Types::DescribeSpaceResponse#space_name #space_name} => String
12810
+ # * {Types::DescribeSpaceResponse#home_efs_file_system_uid #home_efs_file_system_uid} => String
12811
+ # * {Types::DescribeSpaceResponse#status #status} => String
12812
+ # * {Types::DescribeSpaceResponse#last_modified_time #last_modified_time} => Time
12813
+ # * {Types::DescribeSpaceResponse#creation_time #creation_time} => Time
12814
+ # * {Types::DescribeSpaceResponse#failure_reason #failure_reason} => String
12815
+ # * {Types::DescribeSpaceResponse#space_settings #space_settings} => Types::SpaceSettings
12816
+ #
12817
+ # @example Request syntax with placeholder values
12818
+ #
12819
+ # resp = client.describe_space({
12820
+ # domain_id: "DomainId", # required
12821
+ # space_name: "SpaceName", # required
12822
+ # })
12823
+ #
12824
+ # @example Response structure
12825
+ #
12826
+ # resp.domain_id #=> String
12827
+ # resp.space_arn #=> String
12828
+ # resp.space_name #=> String
12829
+ # resp.home_efs_file_system_uid #=> String
12830
+ # resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
12831
+ # resp.last_modified_time #=> Time
12832
+ # resp.creation_time #=> Time
12833
+ # resp.failure_reason #=> String
12834
+ # resp.space_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
12835
+ # resp.space_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
12836
+ # resp.space_settings.jupyter_server_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
12837
+ # resp.space_settings.jupyter_server_app_settings.default_resource_spec.lifecycle_config_arn #=> String
12838
+ # resp.space_settings.jupyter_server_app_settings.lifecycle_config_arns #=> Array
12839
+ # resp.space_settings.jupyter_server_app_settings.lifecycle_config_arns[0] #=> String
12840
+ # resp.space_settings.jupyter_server_app_settings.code_repositories #=> Array
12841
+ # resp.space_settings.jupyter_server_app_settings.code_repositories[0].repository_url #=> String
12842
+ # resp.space_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
12843
+ # resp.space_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
12844
+ # resp.space_settings.kernel_gateway_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
12845
+ # resp.space_settings.kernel_gateway_app_settings.default_resource_spec.lifecycle_config_arn #=> String
12846
+ # resp.space_settings.kernel_gateway_app_settings.custom_images #=> Array
12847
+ # resp.space_settings.kernel_gateway_app_settings.custom_images[0].image_name #=> String
12848
+ # resp.space_settings.kernel_gateway_app_settings.custom_images[0].image_version_number #=> Integer
12849
+ # resp.space_settings.kernel_gateway_app_settings.custom_images[0].app_image_config_name #=> String
12850
+ # resp.space_settings.kernel_gateway_app_settings.lifecycle_config_arns #=> Array
12851
+ # resp.space_settings.kernel_gateway_app_settings.lifecycle_config_arns[0] #=> String
12852
+ #
12853
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeSpace AWS API Documentation
12854
+ #
12855
+ # @overload describe_space(params = {})
12856
+ # @param [Hash] params ({})
12857
+ def describe_space(params = {}, options = {})
12858
+ req = build_request(:describe_space, params)
12859
+ req.send_request(options)
12860
+ end
12861
+
11734
12862
  # Describes the Studio Lifecycle Configuration.
11735
12863
  #
11736
12864
  # @option params [required, String] :studio_lifecycle_config_name
@@ -11956,6 +13084,7 @@ module Aws::SageMaker
11956
13084
  # resp.experiment_config.experiment_name #=> String
11957
13085
  # resp.experiment_config.trial_name #=> String
11958
13086
  # resp.experiment_config.trial_component_display_name #=> String
13087
+ # resp.experiment_config.run_name #=> String
11959
13088
  # resp.debug_rule_configurations #=> Array
11960
13089
  # resp.debug_rule_configurations[0].rule_configuration_name #=> String
11961
13090
  # resp.debug_rule_configurations[0].local_path #=> String
@@ -12090,6 +13219,7 @@ module Aws::SageMaker
12090
13219
  # resp.experiment_config.experiment_name #=> String
12091
13220
  # resp.experiment_config.trial_name #=> String
12092
13221
  # resp.experiment_config.trial_component_display_name #=> String
13222
+ # resp.experiment_config.run_name #=> String
12093
13223
  #
12094
13224
  #
12095
13225
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -12183,6 +13313,7 @@ module Aws::SageMaker
12183
13313
  # * {Types::DescribeTrialComponentResponse#metadata_properties #metadata_properties} => Types::MetadataProperties
12184
13314
  # * {Types::DescribeTrialComponentResponse#metrics #metrics} => Array&lt;Types::TrialComponentMetricSummary&gt;
12185
13315
  # * {Types::DescribeTrialComponentResponse#lineage_group_arn #lineage_group_arn} => String
13316
+ # * {Types::DescribeTrialComponentResponse#sources #sources} => Array&lt;Types::TrialComponentSource&gt;
12186
13317
  #
12187
13318
  # @example Request syntax with placeholder values
12188
13319
  #
@@ -12233,6 +13364,9 @@ module Aws::SageMaker
12233
13364
  # resp.metrics[0].avg #=> Float
12234
13365
  # resp.metrics[0].std_dev #=> Float
12235
13366
  # resp.lineage_group_arn #=> String
13367
+ # resp.sources #=> Array
13368
+ # resp.sources[0].source_arn #=> String
13369
+ # resp.sources[0].source_type #=> String
12236
13370
  #
12237
13371
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrialComponent AWS API Documentation
12238
13372
  #
@@ -12297,6 +13431,8 @@ module Aws::SageMaker
12297
13431
  # resp.user_settings.jupyter_server_app_settings.default_resource_spec.lifecycle_config_arn #=> String
12298
13432
  # resp.user_settings.jupyter_server_app_settings.lifecycle_config_arns #=> Array
12299
13433
  # resp.user_settings.jupyter_server_app_settings.lifecycle_config_arns[0] #=> String
13434
+ # resp.user_settings.jupyter_server_app_settings.code_repositories #=> Array
13435
+ # resp.user_settings.jupyter_server_app_settings.code_repositories[0].repository_url #=> String
12300
13436
  # resp.user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
12301
13437
  # resp.user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
12302
13438
  # resp.user_settings.kernel_gateway_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "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.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
@@ -12668,7 +13804,7 @@ module Aws::SageMaker
12668
13804
  # @example Request syntax with placeholder values
12669
13805
  #
12670
13806
  # resp = client.get_search_suggestions({
12671
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
13807
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob, ModelCard, Model
12672
13808
  # suggestion_query: {
12673
13809
  # property_name_query: {
12674
13810
  # property_name_hint: "PropertyNameHint", # required
@@ -12690,6 +13826,82 @@ module Aws::SageMaker
12690
13826
  req.send_request(options)
12691
13827
  end
12692
13828
 
13829
+ # Import hub content.
13830
+ #
13831
+ # @option params [required, String] :hub_content_name
13832
+ # The name of the hub content to import.
13833
+ #
13834
+ # @option params [String] :hub_content_version
13835
+ # The version of the hub content to import.
13836
+ #
13837
+ # @option params [required, String] :hub_content_type
13838
+ # The type of hub content to import.
13839
+ #
13840
+ # @option params [required, String] :document_schema_version
13841
+ # The version of the hub content schema to import.
13842
+ #
13843
+ # @option params [required, String] :hub_name
13844
+ # The name of the hub to import content into.
13845
+ #
13846
+ # @option params [String] :hub_content_display_name
13847
+ # The display name of the hub content to import.
13848
+ #
13849
+ # @option params [String] :hub_content_description
13850
+ # A description of the hub content to import.
13851
+ #
13852
+ # @option params [String] :hub_content_markdown
13853
+ # Markdown files associated with the hub content to import.
13854
+ #
13855
+ # @option params [required, String] :hub_content_document
13856
+ # The hub content document that describes information about the hub
13857
+ # content such as type, associated containers, scripts, and more.
13858
+ #
13859
+ # @option params [Array<String>] :hub_content_search_keywords
13860
+ # The searchable keywords of the hub content.
13861
+ #
13862
+ # @option params [Array<Types::Tag>] :tags
13863
+ # Any tags associated with the hub content.
13864
+ #
13865
+ # @return [Types::ImportHubContentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13866
+ #
13867
+ # * {Types::ImportHubContentResponse#hub_arn #hub_arn} => String
13868
+ # * {Types::ImportHubContentResponse#hub_content_arn #hub_content_arn} => String
13869
+ #
13870
+ # @example Request syntax with placeholder values
13871
+ #
13872
+ # resp = client.import_hub_content({
13873
+ # hub_content_name: "HubContentName", # required
13874
+ # hub_content_version: "HubContentVersion",
13875
+ # hub_content_type: "Model", # required, accepts Model, Notebook
13876
+ # document_schema_version: "DocumentSchemaVersion", # required
13877
+ # hub_name: "HubName", # required
13878
+ # hub_content_display_name: "HubContentDisplayName",
13879
+ # hub_content_description: "HubContentDescription",
13880
+ # hub_content_markdown: "HubContentMarkdown",
13881
+ # hub_content_document: "HubContentDocument", # required
13882
+ # hub_content_search_keywords: ["HubSearchKeyword"],
13883
+ # tags: [
13884
+ # {
13885
+ # key: "TagKey", # required
13886
+ # value: "TagValue", # required
13887
+ # },
13888
+ # ],
13889
+ # })
13890
+ #
13891
+ # @example Response structure
13892
+ #
13893
+ # resp.hub_arn #=> String
13894
+ # resp.hub_content_arn #=> String
13895
+ #
13896
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ImportHubContent AWS API Documentation
13897
+ #
13898
+ # @overload import_hub_content(params = {})
13899
+ # @param [Hash] params ({})
13900
+ def import_hub_content(params = {}, options = {})
13901
+ req = build_request(:import_hub_content, params)
13902
+ req.send_request(options)
13903
+ end
13904
+
12693
13905
  # Lists the actions in your account and their properties.
12694
13906
  #
12695
13907
  # @option params [String] :source_uri
@@ -12938,6 +14150,9 @@ module Aws::SageMaker
12938
14150
  # @option params [String] :user_profile_name_equals
12939
14151
  # A parameter to search by user profile name.
12940
14152
  #
14153
+ # @option params [String] :space_name_equals
14154
+ # A parameter to search by space name.
14155
+ #
12941
14156
  # @return [Types::ListAppsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12942
14157
  #
12943
14158
  # * {Types::ListAppsResponse#apps #apps} => Array&lt;Types::AppDetails&gt;
@@ -12954,6 +14169,7 @@ module Aws::SageMaker
12954
14169
  # sort_by: "CreationTime", # accepts CreationTime
12955
14170
  # domain_id_equals: "DomainId",
12956
14171
  # user_profile_name_equals: "UserProfileName",
14172
+ # space_name_equals: "SpaceName",
12957
14173
  # })
12958
14174
  #
12959
14175
  # @example Response structure
@@ -12965,6 +14181,7 @@ module Aws::SageMaker
12965
14181
  # resp.apps[0].app_name #=> String
12966
14182
  # resp.apps[0].status #=> String, one of "Deleted", "Deleting", "Failed", "InService", "Pending"
12967
14183
  # resp.apps[0].creation_time #=> Time
14184
+ # resp.apps[0].space_name #=> String
12968
14185
  # resp.next_token #=> String
12969
14186
  #
12970
14187
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListApps AWS API Documentation
@@ -14301,149 +15518,386 @@ module Aws::SageMaker
14301
15518
  req.send_request(options)
14302
15519
  end
14303
15520
 
14304
- # Returns information about the human task user interfaces in your
14305
- # account.
15521
+ # List hub content versions.
14306
15522
  #
14307
- # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
14308
- # A filter that returns only human task user interfaces with a creation
14309
- # time greater than or equal to the specified timestamp.
15523
+ # @option params [required, String] :hub_name
15524
+ # The name of the hub to list the content versions of.
15525
+ #
15526
+ # @option params [required, String] :hub_content_type
15527
+ # The type of hub content to list versions of.
15528
+ #
15529
+ # @option params [required, String] :hub_content_name
15530
+ # The name of the hub content.
15531
+ #
15532
+ # @option params [String] :min_version
15533
+ # The lower bound of the hub content versions to list.
15534
+ #
15535
+ # @option params [String] :max_schema_version
15536
+ # The upper bound of the hub content schema version.
14310
15537
  #
14311
15538
  # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
14312
- # A filter that returns only human task user interfaces that were
14313
- # created before the specified timestamp.
15539
+ # Only list hub content versions that were created before the time
15540
+ # specified.
14314
15541
  #
14315
- # @option params [String] :sort_order
14316
- # An optional value that specifies whether you want the results sorted
14317
- # in `Ascending` or `Descending` order.
15542
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
15543
+ # Only list hub content versions that were created after the time
15544
+ # specified.
14318
15545
  #
14319
- # @option params [String] :next_token
14320
- # A token to resume pagination.
15546
+ # @option params [String] :sort_by
15547
+ # Sort hub content versions by either name or creation time.
15548
+ #
15549
+ # @option params [String] :sort_order
15550
+ # Sort hub content versions by ascending or descending order.
14321
15551
  #
14322
15552
  # @option params [Integer] :max_results
14323
- # The total number of items to return. If the total number of available
14324
- # items is more than the value specified in `MaxResults`, then a
14325
- # `NextToken` will be provided in the output that you can use to resume
14326
- # pagination.
15553
+ # The maximum number of hub content versions to list.
14327
15554
  #
14328
- # @return [Types::ListHumanTaskUisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15555
+ # @option params [String] :next_token
15556
+ # If the response to a previous `ListHubContentVersions` request was
15557
+ # truncated, the response includes a `NextToken`. To retrieve the next
15558
+ # set of hub content versions, use the token in the next request.
14329
15559
  #
14330
- # * {Types::ListHumanTaskUisResponse#human_task_ui_summaries #human_task_ui_summaries} => Array&lt;Types::HumanTaskUiSummary&gt;
14331
- # * {Types::ListHumanTaskUisResponse#next_token #next_token} => String
15560
+ # @return [Types::ListHubContentVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
14332
15561
  #
14333
- # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
15562
+ # * {Types::ListHubContentVersionsResponse#hub_content_summaries #hub_content_summaries} => Array&lt;Types::HubContentInfo&gt;
15563
+ # * {Types::ListHubContentVersionsResponse#next_token #next_token} => String
14334
15564
  #
14335
15565
  # @example Request syntax with placeholder values
14336
15566
  #
14337
- # resp = client.list_human_task_uis({
14338
- # creation_time_after: Time.now,
15567
+ # resp = client.list_hub_content_versions({
15568
+ # hub_name: "HubName", # required
15569
+ # hub_content_type: "Model", # required, accepts Model, Notebook
15570
+ # hub_content_name: "HubContentName", # required
15571
+ # min_version: "HubContentVersion",
15572
+ # max_schema_version: "DocumentSchemaVersion",
14339
15573
  # creation_time_before: Time.now,
15574
+ # creation_time_after: Time.now,
15575
+ # sort_by: "HubContentName", # accepts HubContentName, CreationTime, HubContentStatus
14340
15576
  # sort_order: "Ascending", # accepts Ascending, Descending
14341
- # next_token: "NextToken",
14342
15577
  # max_results: 1,
15578
+ # next_token: "NextToken",
14343
15579
  # })
14344
15580
  #
14345
15581
  # @example Response structure
14346
15582
  #
14347
- # resp.human_task_ui_summaries #=> Array
14348
- # resp.human_task_ui_summaries[0].human_task_ui_name #=> String
14349
- # resp.human_task_ui_summaries[0].human_task_ui_arn #=> String
14350
- # resp.human_task_ui_summaries[0].creation_time #=> Time
15583
+ # resp.hub_content_summaries #=> Array
15584
+ # resp.hub_content_summaries[0].hub_content_name #=> String
15585
+ # resp.hub_content_summaries[0].hub_content_arn #=> String
15586
+ # resp.hub_content_summaries[0].hub_content_version #=> String
15587
+ # resp.hub_content_summaries[0].hub_content_type #=> String, one of "Model", "Notebook"
15588
+ # resp.hub_content_summaries[0].document_schema_version #=> String
15589
+ # resp.hub_content_summaries[0].hub_content_display_name #=> String
15590
+ # resp.hub_content_summaries[0].hub_content_description #=> String
15591
+ # resp.hub_content_summaries[0].hub_content_search_keywords #=> Array
15592
+ # resp.hub_content_summaries[0].hub_content_search_keywords[0] #=> String
15593
+ # resp.hub_content_summaries[0].hub_content_status #=> String, one of "Available", "Importing", "Deleting", "ImportFailed", "DeleteFailed"
15594
+ # resp.hub_content_summaries[0].creation_time #=> Time
14351
15595
  # resp.next_token #=> String
14352
15596
  #
14353
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHumanTaskUis AWS API Documentation
15597
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubContentVersions AWS API Documentation
14354
15598
  #
14355
- # @overload list_human_task_uis(params = {})
15599
+ # @overload list_hub_content_versions(params = {})
14356
15600
  # @param [Hash] params ({})
14357
- def list_human_task_uis(params = {}, options = {})
14358
- req = build_request(:list_human_task_uis, params)
15601
+ def list_hub_content_versions(params = {}, options = {})
15602
+ req = build_request(:list_hub_content_versions, params)
14359
15603
  req.send_request(options)
14360
15604
  end
14361
15605
 
14362
- # Gets a list of HyperParameterTuningJobSummary objects that describe
14363
- # the hyperparameter tuning jobs launched in your account.
14364
- #
14365
- # @option params [String] :next_token
14366
- # If the result of the previous `ListHyperParameterTuningJobs` request
14367
- # was truncated, the response includes a `NextToken`. To retrieve the
14368
- # next set of tuning jobs, use the token in the next request.
15606
+ # List the contents of a hub.
14369
15607
  #
14370
- # @option params [Integer] :max_results
14371
- # The maximum number of tuning jobs to return. The default value is 10.
14372
- #
14373
- # @option params [String] :sort_by
14374
- # The field to sort results by. The default is `Name`.
15608
+ # @option params [required, String] :hub_name
15609
+ # The name of the hub to list the contents of.
14375
15610
  #
14376
- # @option params [String] :sort_order
14377
- # The sort order for results. The default is `Ascending`.
15611
+ # @option params [required, String] :hub_content_type
15612
+ # The type of hub content to list.
14378
15613
  #
14379
15614
  # @option params [String] :name_contains
14380
- # A string in the tuning job name. This filter returns only tuning jobs
14381
- # whose name contains the specified string.
15615
+ # Only list hub content if the name contains the specified string.
14382
15616
  #
14383
- # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
14384
- # A filter that returns only tuning jobs that were created after the
14385
- # specified time.
15617
+ # @option params [String] :max_schema_version
15618
+ # The upper bound of the hub content schema verion.
14386
15619
  #
14387
15620
  # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
14388
- # A filter that returns only tuning jobs that were created before the
14389
- # specified time.
15621
+ # Only list hub content that was created before the time specified.
14390
15622
  #
14391
- # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
14392
- # A filter that returns only tuning jobs that were modified after the
14393
- # specified time.
15623
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
15624
+ # Only list hub content that was created after the time specified.
14394
15625
  #
14395
- # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
14396
- # A filter that returns only tuning jobs that were modified before the
14397
- # specified time.
15626
+ # @option params [String] :sort_by
15627
+ # Sort hub content versions by either name or creation time.
14398
15628
  #
14399
- # @option params [String] :status_equals
14400
- # A filter that returns only tuning jobs with the specified status.
15629
+ # @option params [String] :sort_order
15630
+ # Sort hubs by ascending or descending order.
14401
15631
  #
14402
- # @return [Types::ListHyperParameterTuningJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15632
+ # @option params [Integer] :max_results
15633
+ # The maximum amount of hub content to list.
14403
15634
  #
14404
- # * {Types::ListHyperParameterTuningJobsResponse#hyper_parameter_tuning_job_summaries #hyper_parameter_tuning_job_summaries} => Array&lt;Types::HyperParameterTuningJobSummary&gt;
14405
- # * {Types::ListHyperParameterTuningJobsResponse#next_token #next_token} => String
15635
+ # @option params [String] :next_token
15636
+ # If the response to a previous `ListHubContents` request was truncated,
15637
+ # the response includes a `NextToken`. To retrieve the next set of hub
15638
+ # content, use the token in the next request.
14406
15639
  #
14407
- # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
15640
+ # @return [Types::ListHubContentsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15641
+ #
15642
+ # * {Types::ListHubContentsResponse#hub_content_summaries #hub_content_summaries} => Array&lt;Types::HubContentInfo&gt;
15643
+ # * {Types::ListHubContentsResponse#next_token #next_token} => String
14408
15644
  #
14409
15645
  # @example Request syntax with placeholder values
14410
15646
  #
14411
- # resp = client.list_hyper_parameter_tuning_jobs({
14412
- # next_token: "NextToken",
14413
- # max_results: 1,
14414
- # sort_by: "Name", # accepts Name, Status, CreationTime
14415
- # sort_order: "Ascending", # accepts Ascending, Descending
15647
+ # resp = client.list_hub_contents({
15648
+ # hub_name: "HubName", # required
15649
+ # hub_content_type: "Model", # required, accepts Model, Notebook
14416
15650
  # name_contains: "NameContains",
14417
- # creation_time_after: Time.now,
15651
+ # max_schema_version: "DocumentSchemaVersion",
14418
15652
  # creation_time_before: Time.now,
14419
- # last_modified_time_after: Time.now,
14420
- # last_modified_time_before: Time.now,
14421
- # status_equals: "Completed", # accepts Completed, InProgress, Failed, Stopped, Stopping
15653
+ # creation_time_after: Time.now,
15654
+ # sort_by: "HubContentName", # accepts HubContentName, CreationTime, HubContentStatus
15655
+ # sort_order: "Ascending", # accepts Ascending, Descending
15656
+ # max_results: 1,
15657
+ # next_token: "NextToken",
14422
15658
  # })
14423
15659
  #
14424
15660
  # @example Response structure
14425
15661
  #
14426
- # resp.hyper_parameter_tuning_job_summaries #=> Array
14427
- # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_job_name #=> String
14428
- # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_job_arn #=> String
14429
- # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
14430
- # resp.hyper_parameter_tuning_job_summaries[0].strategy #=> String, one of "Bayesian", "Random", "Hyperband", "Grid"
14431
- # resp.hyper_parameter_tuning_job_summaries[0].creation_time #=> Time
14432
- # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_end_time #=> Time
14433
- # resp.hyper_parameter_tuning_job_summaries[0].last_modified_time #=> Time
14434
- # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.completed #=> Integer
14435
- # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.in_progress #=> Integer
14436
- # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.retryable_error #=> Integer
14437
- # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.non_retryable_error #=> Integer
14438
- # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.stopped #=> Integer
14439
- # resp.hyper_parameter_tuning_job_summaries[0].objective_status_counters.succeeded #=> Integer
14440
- # resp.hyper_parameter_tuning_job_summaries[0].objective_status_counters.pending #=> Integer
14441
- # resp.hyper_parameter_tuning_job_summaries[0].objective_status_counters.failed #=> Integer
14442
- # resp.hyper_parameter_tuning_job_summaries[0].resource_limits.max_number_of_training_jobs #=> Integer
14443
- # resp.hyper_parameter_tuning_job_summaries[0].resource_limits.max_parallel_training_jobs #=> Integer
15662
+ # resp.hub_content_summaries #=> Array
15663
+ # resp.hub_content_summaries[0].hub_content_name #=> String
15664
+ # resp.hub_content_summaries[0].hub_content_arn #=> String
15665
+ # resp.hub_content_summaries[0].hub_content_version #=> String
15666
+ # resp.hub_content_summaries[0].hub_content_type #=> String, one of "Model", "Notebook"
15667
+ # resp.hub_content_summaries[0].document_schema_version #=> String
15668
+ # resp.hub_content_summaries[0].hub_content_display_name #=> String
15669
+ # resp.hub_content_summaries[0].hub_content_description #=> String
15670
+ # resp.hub_content_summaries[0].hub_content_search_keywords #=> Array
15671
+ # resp.hub_content_summaries[0].hub_content_search_keywords[0] #=> String
15672
+ # resp.hub_content_summaries[0].hub_content_status #=> String, one of "Available", "Importing", "Deleting", "ImportFailed", "DeleteFailed"
15673
+ # resp.hub_content_summaries[0].creation_time #=> Time
14444
15674
  # resp.next_token #=> String
14445
15675
  #
14446
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHyperParameterTuningJobs AWS API Documentation
15676
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubContents AWS API Documentation
15677
+ #
15678
+ # @overload list_hub_contents(params = {})
15679
+ # @param [Hash] params ({})
15680
+ def list_hub_contents(params = {}, options = {})
15681
+ req = build_request(:list_hub_contents, params)
15682
+ req.send_request(options)
15683
+ end
15684
+
15685
+ # List all existing hubs.
15686
+ #
15687
+ # @option params [String] :name_contains
15688
+ # Only list hubs with names that contain the specified string.
15689
+ #
15690
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
15691
+ # Only list hubs that were created before the time specified.
15692
+ #
15693
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
15694
+ # Only list hubs that were created after the time specified.
15695
+ #
15696
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
15697
+ # Only list hubs that were last modified before the time specified.
15698
+ #
15699
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
15700
+ # Only list hubs that were last modified after the time specified.
15701
+ #
15702
+ # @option params [String] :sort_by
15703
+ # Sort hubs by either name or creation time.
15704
+ #
15705
+ # @option params [String] :sort_order
15706
+ # Sort hubs by ascending or descending order.
15707
+ #
15708
+ # @option params [Integer] :max_results
15709
+ # The maximum number of hubs to list.
15710
+ #
15711
+ # @option params [String] :next_token
15712
+ # If the response to a previous `ListHubs` request was truncated, the
15713
+ # response includes a `NextToken`. To retrieve the next set of hubs, use
15714
+ # the token in the next request.
15715
+ #
15716
+ # @return [Types::ListHubsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15717
+ #
15718
+ # * {Types::ListHubsResponse#hub_summaries #hub_summaries} => Array&lt;Types::HubInfo&gt;
15719
+ # * {Types::ListHubsResponse#next_token #next_token} => String
15720
+ #
15721
+ # @example Request syntax with placeholder values
15722
+ #
15723
+ # resp = client.list_hubs({
15724
+ # name_contains: "NameContains",
15725
+ # creation_time_before: Time.now,
15726
+ # creation_time_after: Time.now,
15727
+ # last_modified_time_before: Time.now,
15728
+ # last_modified_time_after: Time.now,
15729
+ # sort_by: "HubName", # accepts HubName, CreationTime, HubStatus, AccountIdOwner
15730
+ # sort_order: "Ascending", # accepts Ascending, Descending
15731
+ # max_results: 1,
15732
+ # next_token: "NextToken",
15733
+ # })
15734
+ #
15735
+ # @example Response structure
15736
+ #
15737
+ # resp.hub_summaries #=> Array
15738
+ # resp.hub_summaries[0].hub_name #=> String
15739
+ # resp.hub_summaries[0].hub_arn #=> String
15740
+ # resp.hub_summaries[0].hub_display_name #=> String
15741
+ # resp.hub_summaries[0].hub_description #=> String
15742
+ # resp.hub_summaries[0].hub_search_keywords #=> Array
15743
+ # resp.hub_summaries[0].hub_search_keywords[0] #=> String
15744
+ # resp.hub_summaries[0].hub_status #=> String, one of "InService", "Creating", "Updating", "Deleting", "CreateFailed", "UpdateFailed", "DeleteFailed"
15745
+ # resp.hub_summaries[0].creation_time #=> Time
15746
+ # resp.hub_summaries[0].last_modified_time #=> Time
15747
+ # resp.next_token #=> String
15748
+ #
15749
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubs AWS API Documentation
15750
+ #
15751
+ # @overload list_hubs(params = {})
15752
+ # @param [Hash] params ({})
15753
+ def list_hubs(params = {}, options = {})
15754
+ req = build_request(:list_hubs, params)
15755
+ req.send_request(options)
15756
+ end
15757
+
15758
+ # Returns information about the human task user interfaces in your
15759
+ # account.
15760
+ #
15761
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
15762
+ # A filter that returns only human task user interfaces with a creation
15763
+ # time greater than or equal to the specified timestamp.
15764
+ #
15765
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
15766
+ # A filter that returns only human task user interfaces that were
15767
+ # created before the specified timestamp.
15768
+ #
15769
+ # @option params [String] :sort_order
15770
+ # An optional value that specifies whether you want the results sorted
15771
+ # in `Ascending` or `Descending` order.
15772
+ #
15773
+ # @option params [String] :next_token
15774
+ # A token to resume pagination.
15775
+ #
15776
+ # @option params [Integer] :max_results
15777
+ # The total number of items to return. If the total number of available
15778
+ # items is more than the value specified in `MaxResults`, then a
15779
+ # `NextToken` will be provided in the output that you can use to resume
15780
+ # pagination.
15781
+ #
15782
+ # @return [Types::ListHumanTaskUisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15783
+ #
15784
+ # * {Types::ListHumanTaskUisResponse#human_task_ui_summaries #human_task_ui_summaries} => Array&lt;Types::HumanTaskUiSummary&gt;
15785
+ # * {Types::ListHumanTaskUisResponse#next_token #next_token} => String
15786
+ #
15787
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
15788
+ #
15789
+ # @example Request syntax with placeholder values
15790
+ #
15791
+ # resp = client.list_human_task_uis({
15792
+ # creation_time_after: Time.now,
15793
+ # creation_time_before: Time.now,
15794
+ # sort_order: "Ascending", # accepts Ascending, Descending
15795
+ # next_token: "NextToken",
15796
+ # max_results: 1,
15797
+ # })
15798
+ #
15799
+ # @example Response structure
15800
+ #
15801
+ # resp.human_task_ui_summaries #=> Array
15802
+ # resp.human_task_ui_summaries[0].human_task_ui_name #=> String
15803
+ # resp.human_task_ui_summaries[0].human_task_ui_arn #=> String
15804
+ # resp.human_task_ui_summaries[0].creation_time #=> Time
15805
+ # resp.next_token #=> String
15806
+ #
15807
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHumanTaskUis AWS API Documentation
15808
+ #
15809
+ # @overload list_human_task_uis(params = {})
15810
+ # @param [Hash] params ({})
15811
+ def list_human_task_uis(params = {}, options = {})
15812
+ req = build_request(:list_human_task_uis, params)
15813
+ req.send_request(options)
15814
+ end
15815
+
15816
+ # Gets a list of HyperParameterTuningJobSummary objects that describe
15817
+ # the hyperparameter tuning jobs launched in your account.
15818
+ #
15819
+ # @option params [String] :next_token
15820
+ # If the result of the previous `ListHyperParameterTuningJobs` request
15821
+ # was truncated, the response includes a `NextToken`. To retrieve the
15822
+ # next set of tuning jobs, use the token in the next request.
15823
+ #
15824
+ # @option params [Integer] :max_results
15825
+ # The maximum number of tuning jobs to return. The default value is 10.
15826
+ #
15827
+ # @option params [String] :sort_by
15828
+ # The field to sort results by. The default is `Name`.
15829
+ #
15830
+ # @option params [String] :sort_order
15831
+ # The sort order for results. The default is `Ascending`.
15832
+ #
15833
+ # @option params [String] :name_contains
15834
+ # A string in the tuning job name. This filter returns only tuning jobs
15835
+ # whose name contains the specified string.
15836
+ #
15837
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
15838
+ # A filter that returns only tuning jobs that were created after the
15839
+ # specified time.
15840
+ #
15841
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
15842
+ # A filter that returns only tuning jobs that were created before the
15843
+ # specified time.
15844
+ #
15845
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
15846
+ # A filter that returns only tuning jobs that were modified after the
15847
+ # specified time.
15848
+ #
15849
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
15850
+ # A filter that returns only tuning jobs that were modified before the
15851
+ # specified time.
15852
+ #
15853
+ # @option params [String] :status_equals
15854
+ # A filter that returns only tuning jobs with the specified status.
15855
+ #
15856
+ # @return [Types::ListHyperParameterTuningJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15857
+ #
15858
+ # * {Types::ListHyperParameterTuningJobsResponse#hyper_parameter_tuning_job_summaries #hyper_parameter_tuning_job_summaries} => Array&lt;Types::HyperParameterTuningJobSummary&gt;
15859
+ # * {Types::ListHyperParameterTuningJobsResponse#next_token #next_token} => String
15860
+ #
15861
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
15862
+ #
15863
+ # @example Request syntax with placeholder values
15864
+ #
15865
+ # resp = client.list_hyper_parameter_tuning_jobs({
15866
+ # next_token: "NextToken",
15867
+ # max_results: 1,
15868
+ # sort_by: "Name", # accepts Name, Status, CreationTime
15869
+ # sort_order: "Ascending", # accepts Ascending, Descending
15870
+ # name_contains: "NameContains",
15871
+ # creation_time_after: Time.now,
15872
+ # creation_time_before: Time.now,
15873
+ # last_modified_time_after: Time.now,
15874
+ # last_modified_time_before: Time.now,
15875
+ # status_equals: "Completed", # accepts Completed, InProgress, Failed, Stopped, Stopping
15876
+ # })
15877
+ #
15878
+ # @example Response structure
15879
+ #
15880
+ # resp.hyper_parameter_tuning_job_summaries #=> Array
15881
+ # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_job_name #=> String
15882
+ # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_job_arn #=> String
15883
+ # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
15884
+ # resp.hyper_parameter_tuning_job_summaries[0].strategy #=> String, one of "Bayesian", "Random", "Hyperband", "Grid"
15885
+ # resp.hyper_parameter_tuning_job_summaries[0].creation_time #=> Time
15886
+ # resp.hyper_parameter_tuning_job_summaries[0].hyper_parameter_tuning_end_time #=> Time
15887
+ # resp.hyper_parameter_tuning_job_summaries[0].last_modified_time #=> Time
15888
+ # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.completed #=> Integer
15889
+ # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.in_progress #=> Integer
15890
+ # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.retryable_error #=> Integer
15891
+ # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.non_retryable_error #=> Integer
15892
+ # resp.hyper_parameter_tuning_job_summaries[0].training_job_status_counters.stopped #=> Integer
15893
+ # resp.hyper_parameter_tuning_job_summaries[0].objective_status_counters.succeeded #=> Integer
15894
+ # resp.hyper_parameter_tuning_job_summaries[0].objective_status_counters.pending #=> Integer
15895
+ # resp.hyper_parameter_tuning_job_summaries[0].objective_status_counters.failed #=> Integer
15896
+ # resp.hyper_parameter_tuning_job_summaries[0].resource_limits.max_number_of_training_jobs #=> Integer
15897
+ # resp.hyper_parameter_tuning_job_summaries[0].resource_limits.max_parallel_training_jobs #=> Integer
15898
+ # resp.next_token #=> String
15899
+ #
15900
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHyperParameterTuningJobs AWS API Documentation
14447
15901
  #
14448
15902
  # @overload list_hyper_parameter_tuning_jobs(params = {})
14449
15903
  # @param [Hash] params ({})
@@ -14614,6 +16068,95 @@ module Aws::SageMaker
14614
16068
  req.send_request(options)
14615
16069
  end
14616
16070
 
16071
+ # Returns the list of all inference experiments.
16072
+ #
16073
+ # @option params [String] :name_contains
16074
+ # Selects inference experiments whose names contain this name.
16075
+ #
16076
+ # @option params [String] :type
16077
+ # Selects inference experiments of this type. For the possible types of
16078
+ # inference experiments, see CreateInferenceExperimentRequest$Type.
16079
+ #
16080
+ # @option params [String] :status_equals
16081
+ # Selects inference experiments which are in this status. For the
16082
+ # possible statuses, see DescribeInferenceExperimentResponse$Status.
16083
+ #
16084
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
16085
+ # Selects inference experiments which were created after this timestamp.
16086
+ #
16087
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
16088
+ # Selects inference experiments which were created before this
16089
+ # timestamp.
16090
+ #
16091
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
16092
+ # Selects inference experiments which were last modified after this
16093
+ # timestamp.
16094
+ #
16095
+ # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
16096
+ # Selects inference experiments which were last modified before this
16097
+ # timestamp.
16098
+ #
16099
+ # @option params [String] :sort_by
16100
+ # The column by which to sort the listed inference experiments.
16101
+ #
16102
+ # @option params [String] :sort_order
16103
+ # The direction of sorting (ascending or descending).
16104
+ #
16105
+ # @option params [String] :next_token
16106
+ # The response from the last list when returning a list large enough to
16107
+ # need tokening.
16108
+ #
16109
+ # @option params [Integer] :max_results
16110
+ # The maximum number of results to select.
16111
+ #
16112
+ # @return [Types::ListInferenceExperimentsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16113
+ #
16114
+ # * {Types::ListInferenceExperimentsResponse#inference_experiments #inference_experiments} => Array&lt;Types::InferenceExperimentSummary&gt;
16115
+ # * {Types::ListInferenceExperimentsResponse#next_token #next_token} => String
16116
+ #
16117
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
16118
+ #
16119
+ # @example Request syntax with placeholder values
16120
+ #
16121
+ # resp = client.list_inference_experiments({
16122
+ # name_contains: "NameContains",
16123
+ # type: "ShadowMode", # accepts ShadowMode
16124
+ # status_equals: "Creating", # accepts Creating, Created, Updating, Running, Starting, Stopping, Completed, Cancelled
16125
+ # creation_time_after: Time.now,
16126
+ # creation_time_before: Time.now,
16127
+ # last_modified_time_after: Time.now,
16128
+ # last_modified_time_before: Time.now,
16129
+ # sort_by: "Name", # accepts Name, CreationTime, Status
16130
+ # sort_order: "Ascending", # accepts Ascending, Descending
16131
+ # next_token: "NextToken",
16132
+ # max_results: 1,
16133
+ # })
16134
+ #
16135
+ # @example Response structure
16136
+ #
16137
+ # resp.inference_experiments #=> Array
16138
+ # resp.inference_experiments[0].name #=> String
16139
+ # resp.inference_experiments[0].type #=> String, one of "ShadowMode"
16140
+ # resp.inference_experiments[0].schedule.start_time #=> Time
16141
+ # resp.inference_experiments[0].schedule.end_time #=> Time
16142
+ # resp.inference_experiments[0].status #=> String, one of "Creating", "Created", "Updating", "Running", "Starting", "Stopping", "Completed", "Cancelled"
16143
+ # resp.inference_experiments[0].status_reason #=> String
16144
+ # resp.inference_experiments[0].description #=> String
16145
+ # resp.inference_experiments[0].creation_time #=> Time
16146
+ # resp.inference_experiments[0].completion_time #=> Time
16147
+ # resp.inference_experiments[0].last_modified_time #=> Time
16148
+ # resp.inference_experiments[0].role_arn #=> String
16149
+ # resp.next_token #=> String
16150
+ #
16151
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceExperiments AWS API Documentation
16152
+ #
16153
+ # @overload list_inference_experiments(params = {})
16154
+ # @param [Hash] params ({})
16155
+ def list_inference_experiments(params = {}, options = {})
16156
+ req = build_request(:list_inference_experiments, params)
16157
+ req.send_request(options)
16158
+ end
16159
+
14617
16160
  # Returns a list of the subtasks for an Inference Recommender job.
14618
16161
  #
14619
16162
  # The supported subtasks are benchmarks, which evaluate the performance
@@ -15084,6 +16627,226 @@ module Aws::SageMaker
15084
16627
  req.send_request(options)
15085
16628
  end
15086
16629
 
16630
+ # List the export jobs for the Amazon SageMaker Model Card.
16631
+ #
16632
+ # @option params [required, String] :model_card_name
16633
+ # List export jobs for the model card with the specified name.
16634
+ #
16635
+ # @option params [Integer] :model_card_version
16636
+ # List export jobs for the model card with the specified version.
16637
+ #
16638
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
16639
+ # Only list model card export jobs that were created after the time
16640
+ # specified.
16641
+ #
16642
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
16643
+ # Only list model card export jobs that were created before the time
16644
+ # specified.
16645
+ #
16646
+ # @option params [String] :model_card_export_job_name_contains
16647
+ # Only list model card export jobs with names that contain the specified
16648
+ # string.
16649
+ #
16650
+ # @option params [String] :status_equals
16651
+ # Only list model card export jobs with the specified status.
16652
+ #
16653
+ # @option params [String] :sort_by
16654
+ # Sort model card export jobs by either name or creation time. Sorts by
16655
+ # creation time by default.
16656
+ #
16657
+ # @option params [String] :sort_order
16658
+ # Sort model card export jobs by ascending or descending order.
16659
+ #
16660
+ # @option params [String] :next_token
16661
+ # If the response to a previous `ListModelCardExportJobs` request was
16662
+ # truncated, the response includes a `NextToken`. To retrieve the next
16663
+ # set of model card export jobs, use the token in the next request.
16664
+ #
16665
+ # @option params [Integer] :max_results
16666
+ # The maximum number of model card export jobs to list.
16667
+ #
16668
+ # @return [Types::ListModelCardExportJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16669
+ #
16670
+ # * {Types::ListModelCardExportJobsResponse#model_card_export_job_summaries #model_card_export_job_summaries} => Array&lt;Types::ModelCardExportJobSummary&gt;
16671
+ # * {Types::ListModelCardExportJobsResponse#next_token #next_token} => String
16672
+ #
16673
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
16674
+ #
16675
+ # @example Request syntax with placeholder values
16676
+ #
16677
+ # resp = client.list_model_card_export_jobs({
16678
+ # model_card_name: "EntityName", # required
16679
+ # model_card_version: 1,
16680
+ # creation_time_after: Time.now,
16681
+ # creation_time_before: Time.now,
16682
+ # model_card_export_job_name_contains: "EntityName",
16683
+ # status_equals: "InProgress", # accepts InProgress, Completed, Failed
16684
+ # sort_by: "Name", # accepts Name, CreationTime, Status
16685
+ # sort_order: "Ascending", # accepts Ascending, Descending
16686
+ # next_token: "NextToken",
16687
+ # max_results: 1,
16688
+ # })
16689
+ #
16690
+ # @example Response structure
16691
+ #
16692
+ # resp.model_card_export_job_summaries #=> Array
16693
+ # resp.model_card_export_job_summaries[0].model_card_export_job_name #=> String
16694
+ # resp.model_card_export_job_summaries[0].model_card_export_job_arn #=> String
16695
+ # resp.model_card_export_job_summaries[0].status #=> String, one of "InProgress", "Completed", "Failed"
16696
+ # resp.model_card_export_job_summaries[0].model_card_name #=> String
16697
+ # resp.model_card_export_job_summaries[0].model_card_version #=> Integer
16698
+ # resp.model_card_export_job_summaries[0].created_at #=> Time
16699
+ # resp.model_card_export_job_summaries[0].last_modified_at #=> Time
16700
+ # resp.next_token #=> String
16701
+ #
16702
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCardExportJobs AWS API Documentation
16703
+ #
16704
+ # @overload list_model_card_export_jobs(params = {})
16705
+ # @param [Hash] params ({})
16706
+ def list_model_card_export_jobs(params = {}, options = {})
16707
+ req = build_request(:list_model_card_export_jobs, params)
16708
+ req.send_request(options)
16709
+ end
16710
+
16711
+ # List existing versions of an Amazon SageMaker Model Card.
16712
+ #
16713
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
16714
+ # Only list model card versions that were created after the time
16715
+ # specified.
16716
+ #
16717
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
16718
+ # Only list model card versions that were created before the time
16719
+ # specified.
16720
+ #
16721
+ # @option params [Integer] :max_results
16722
+ # The maximum number of model card versions to list.
16723
+ #
16724
+ # @option params [required, String] :model_card_name
16725
+ # List model card versions for the model card with the specified name.
16726
+ #
16727
+ # @option params [String] :model_card_status
16728
+ # Only list model card versions with the specified approval status.
16729
+ #
16730
+ # @option params [String] :next_token
16731
+ # If the response to a previous `ListModelCardVersions` request was
16732
+ # truncated, the response includes a `NextToken`. To retrieve the next
16733
+ # set of model card versions, use the token in the next request.
16734
+ #
16735
+ # @option params [String] :sort_by
16736
+ # Sort listed model card versions by version. Sorts by version by
16737
+ # default.
16738
+ #
16739
+ # @option params [String] :sort_order
16740
+ # Sort model card versions by ascending or descending order.
16741
+ #
16742
+ # @return [Types::ListModelCardVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16743
+ #
16744
+ # * {Types::ListModelCardVersionsResponse#model_card_version_summary_list #model_card_version_summary_list} => Array&lt;Types::ModelCardVersionSummary&gt;
16745
+ # * {Types::ListModelCardVersionsResponse#next_token #next_token} => String
16746
+ #
16747
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
16748
+ #
16749
+ # @example Request syntax with placeholder values
16750
+ #
16751
+ # resp = client.list_model_card_versions({
16752
+ # creation_time_after: Time.now,
16753
+ # creation_time_before: Time.now,
16754
+ # max_results: 1,
16755
+ # model_card_name: "EntityName", # required
16756
+ # model_card_status: "Draft", # accepts Draft, PendingReview, Approved, Archived
16757
+ # next_token: "NextToken",
16758
+ # sort_by: "Version", # accepts Version
16759
+ # sort_order: "Ascending", # accepts Ascending, Descending
16760
+ # })
16761
+ #
16762
+ # @example Response structure
16763
+ #
16764
+ # resp.model_card_version_summary_list #=> Array
16765
+ # resp.model_card_version_summary_list[0].model_card_name #=> String
16766
+ # resp.model_card_version_summary_list[0].model_card_arn #=> String
16767
+ # resp.model_card_version_summary_list[0].model_card_status #=> String, one of "Draft", "PendingReview", "Approved", "Archived"
16768
+ # resp.model_card_version_summary_list[0].model_card_version #=> Integer
16769
+ # resp.model_card_version_summary_list[0].creation_time #=> Time
16770
+ # resp.model_card_version_summary_list[0].last_modified_time #=> Time
16771
+ # resp.next_token #=> String
16772
+ #
16773
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCardVersions AWS API Documentation
16774
+ #
16775
+ # @overload list_model_card_versions(params = {})
16776
+ # @param [Hash] params ({})
16777
+ def list_model_card_versions(params = {}, options = {})
16778
+ req = build_request(:list_model_card_versions, params)
16779
+ req.send_request(options)
16780
+ end
16781
+
16782
+ # List existing model cards.
16783
+ #
16784
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
16785
+ # Only list model cards that were created after the time specified.
16786
+ #
16787
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
16788
+ # Only list model cards that were created before the time specified.
16789
+ #
16790
+ # @option params [Integer] :max_results
16791
+ # The maximum number of model cards to list.
16792
+ #
16793
+ # @option params [String] :name_contains
16794
+ # Only list model cards with names that contain the specified string.
16795
+ #
16796
+ # @option params [String] :model_card_status
16797
+ # Only list model cards with the specified approval status.
16798
+ #
16799
+ # @option params [String] :next_token
16800
+ # If the response to a previous `ListModelCards` request was truncated,
16801
+ # the response includes a `NextToken`. To retrieve the next set of model
16802
+ # cards, use the token in the next request.
16803
+ #
16804
+ # @option params [String] :sort_by
16805
+ # Sort model cards by either name or creation time. Sorts by creation
16806
+ # time by default.
16807
+ #
16808
+ # @option params [String] :sort_order
16809
+ # Sort model cards by ascending or descending order.
16810
+ #
16811
+ # @return [Types::ListModelCardsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16812
+ #
16813
+ # * {Types::ListModelCardsResponse#model_card_summaries #model_card_summaries} => Array&lt;Types::ModelCardSummary&gt;
16814
+ # * {Types::ListModelCardsResponse#next_token #next_token} => String
16815
+ #
16816
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
16817
+ #
16818
+ # @example Request syntax with placeholder values
16819
+ #
16820
+ # resp = client.list_model_cards({
16821
+ # creation_time_after: Time.now,
16822
+ # creation_time_before: Time.now,
16823
+ # max_results: 1,
16824
+ # name_contains: "EntityName",
16825
+ # model_card_status: "Draft", # accepts Draft, PendingReview, Approved, Archived
16826
+ # next_token: "NextToken",
16827
+ # sort_by: "Name", # accepts Name, CreationTime
16828
+ # sort_order: "Ascending", # accepts Ascending, Descending
16829
+ # })
16830
+ #
16831
+ # @example Response structure
16832
+ #
16833
+ # resp.model_card_summaries #=> Array
16834
+ # resp.model_card_summaries[0].model_card_name #=> String
16835
+ # resp.model_card_summaries[0].model_card_arn #=> String
16836
+ # resp.model_card_summaries[0].model_card_status #=> String, one of "Draft", "PendingReview", "Approved", "Archived"
16837
+ # resp.model_card_summaries[0].creation_time #=> Time
16838
+ # resp.model_card_summaries[0].last_modified_time #=> Time
16839
+ # resp.next_token #=> String
16840
+ #
16841
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCards AWS API Documentation
16842
+ #
16843
+ # @overload list_model_cards(params = {})
16844
+ # @param [Hash] params ({})
16845
+ def list_model_cards(params = {}, options = {})
16846
+ req = build_request(:list_model_cards, params)
16847
+ req.send_request(options)
16848
+ end
16849
+
15087
16850
  # Lists model explainability job definitions that satisfy various
15088
16851
  # filters.
15089
16852
  #
@@ -15511,6 +17274,128 @@ module Aws::SageMaker
15511
17274
  req.send_request(options)
15512
17275
  end
15513
17276
 
17277
+ # Gets a list of past alerts in a model monitoring schedule.
17278
+ #
17279
+ # @option params [String] :monitoring_schedule_name
17280
+ # The name of a monitoring schedule.
17281
+ #
17282
+ # @option params [String] :monitoring_alert_name
17283
+ # The name of a monitoring alert.
17284
+ #
17285
+ # @option params [String] :sort_by
17286
+ # The field used to sort results. The default is `CreationTime`.
17287
+ #
17288
+ # @option params [String] :sort_order
17289
+ # The sort order, whether `Ascending` or `Descending`, of the alert
17290
+ # history. The default is `Descending`.
17291
+ #
17292
+ # @option params [String] :next_token
17293
+ # If the result of the previous `ListMonitoringAlertHistory` request was
17294
+ # truncated, the response includes a `NextToken`. To retrieve the next
17295
+ # set of alerts in the history, use the token in the next request.
17296
+ #
17297
+ # @option params [Integer] :max_results
17298
+ # The maximum number of results to display. The default is 100.
17299
+ #
17300
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
17301
+ # A filter that returns only alerts created on or before the specified
17302
+ # time.
17303
+ #
17304
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
17305
+ # A filter that returns only alerts created on or after the specified
17306
+ # time.
17307
+ #
17308
+ # @option params [String] :status_equals
17309
+ # A filter that retrieves only alerts with a specific status.
17310
+ #
17311
+ # @return [Types::ListMonitoringAlertHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17312
+ #
17313
+ # * {Types::ListMonitoringAlertHistoryResponse#monitoring_alert_history #monitoring_alert_history} => Array&lt;Types::MonitoringAlertHistorySummary&gt;
17314
+ # * {Types::ListMonitoringAlertHistoryResponse#next_token #next_token} => String
17315
+ #
17316
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
17317
+ #
17318
+ # @example Request syntax with placeholder values
17319
+ #
17320
+ # resp = client.list_monitoring_alert_history({
17321
+ # monitoring_schedule_name: "MonitoringScheduleName",
17322
+ # monitoring_alert_name: "MonitoringAlertName",
17323
+ # sort_by: "CreationTime", # accepts CreationTime, Status
17324
+ # sort_order: "Ascending", # accepts Ascending, Descending
17325
+ # next_token: "NextToken",
17326
+ # max_results: 1,
17327
+ # creation_time_before: Time.now,
17328
+ # creation_time_after: Time.now,
17329
+ # status_equals: "InAlert", # accepts InAlert, OK
17330
+ # })
17331
+ #
17332
+ # @example Response structure
17333
+ #
17334
+ # resp.monitoring_alert_history #=> Array
17335
+ # resp.monitoring_alert_history[0].monitoring_schedule_name #=> String
17336
+ # resp.monitoring_alert_history[0].monitoring_alert_name #=> String
17337
+ # resp.monitoring_alert_history[0].creation_time #=> Time
17338
+ # resp.monitoring_alert_history[0].alert_status #=> String, one of "InAlert", "OK"
17339
+ # resp.next_token #=> String
17340
+ #
17341
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringAlertHistory AWS API Documentation
17342
+ #
17343
+ # @overload list_monitoring_alert_history(params = {})
17344
+ # @param [Hash] params ({})
17345
+ def list_monitoring_alert_history(params = {}, options = {})
17346
+ req = build_request(:list_monitoring_alert_history, params)
17347
+ req.send_request(options)
17348
+ end
17349
+
17350
+ # Gets the alerts for a single monitoring schedule.
17351
+ #
17352
+ # @option params [required, String] :monitoring_schedule_name
17353
+ # The name of a monitoring schedule.
17354
+ #
17355
+ # @option params [String] :next_token
17356
+ # If the result of the previous `ListMonitoringAlerts` request was
17357
+ # truncated, the response includes a `NextToken`. To retrieve the next
17358
+ # set of alerts in the history, use the token in the next request.
17359
+ #
17360
+ # @option params [Integer] :max_results
17361
+ # The maximum number of results to display. The default is 100.
17362
+ #
17363
+ # @return [Types::ListMonitoringAlertsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17364
+ #
17365
+ # * {Types::ListMonitoringAlertsResponse#monitoring_alert_summaries #monitoring_alert_summaries} => Array&lt;Types::MonitoringAlertSummary&gt;
17366
+ # * {Types::ListMonitoringAlertsResponse#next_token #next_token} => String
17367
+ #
17368
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
17369
+ #
17370
+ # @example Request syntax with placeholder values
17371
+ #
17372
+ # resp = client.list_monitoring_alerts({
17373
+ # monitoring_schedule_name: "MonitoringScheduleName", # required
17374
+ # next_token: "NextToken",
17375
+ # max_results: 1,
17376
+ # })
17377
+ #
17378
+ # @example Response structure
17379
+ #
17380
+ # resp.monitoring_alert_summaries #=> Array
17381
+ # resp.monitoring_alert_summaries[0].monitoring_alert_name #=> String
17382
+ # resp.monitoring_alert_summaries[0].creation_time #=> Time
17383
+ # resp.monitoring_alert_summaries[0].last_modified_time #=> Time
17384
+ # resp.monitoring_alert_summaries[0].alert_status #=> String, one of "InAlert", "OK"
17385
+ # resp.monitoring_alert_summaries[0].datapoints_to_alert #=> Integer
17386
+ # resp.monitoring_alert_summaries[0].evaluation_period #=> Integer
17387
+ # resp.monitoring_alert_summaries[0].actions.model_dashboard_indicator.enabled #=> Boolean
17388
+ # resp.next_token #=> String
17389
+ #
17390
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringAlerts AWS API Documentation
17391
+ #
17392
+ # @overload list_monitoring_alerts(params = {})
17393
+ # @param [Hash] params ({})
17394
+ def list_monitoring_alerts(params = {}, options = {})
17395
+ req = build_request(:list_monitoring_alerts, params)
17396
+ req.send_request(options)
17397
+ end
17398
+
15514
17399
  # Returns list of all monitoring job executions.
15515
17400
  #
15516
17401
  # @option params [String] :monitoring_schedule_name
@@ -15990,6 +17875,7 @@ module Aws::SageMaker
15990
17875
  # resp.pipeline_execution_steps[0].metadata.emr.step_name #=> String
15991
17876
  # resp.pipeline_execution_steps[0].metadata.emr.log_file_path #=> String
15992
17877
  # resp.pipeline_execution_steps[0].metadata.fail.error_message #=> String
17878
+ # resp.pipeline_execution_steps[0].metadata.auto_ml_job.arn #=> String
15993
17879
  # resp.next_token #=> String
15994
17880
  #
15995
17881
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionSteps AWS API Documentation
@@ -16038,7 +17924,7 @@ module Aws::SageMaker
16038
17924
  # @example Request syntax with placeholder values
16039
17925
  #
16040
17926
  # resp = client.list_pipeline_executions({
16041
- # pipeline_name: "PipelineName", # required
17927
+ # pipeline_name: "PipelineNameOrArn", # required
16042
17928
  # created_after: Time.now,
16043
17929
  # created_before: Time.now,
16044
17930
  # sort_by: "CreationTime", # accepts CreationTime, PipelineExecutionArn
@@ -16321,12 +18207,71 @@ module Aws::SageMaker
16321
18207
  # resp.project_summary_list[0].project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
16322
18208
  # resp.next_token #=> String
16323
18209
  #
16324
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProjects AWS API Documentation
18210
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProjects AWS API Documentation
18211
+ #
18212
+ # @overload list_projects(params = {})
18213
+ # @param [Hash] params ({})
18214
+ def list_projects(params = {}, options = {})
18215
+ req = build_request(:list_projects, params)
18216
+ req.send_request(options)
18217
+ end
18218
+
18219
+ # Lists spaces.
18220
+ #
18221
+ # @option params [String] :next_token
18222
+ # If the previous response was truncated, you will receive this token.
18223
+ # Use it in your next request to receive the next set of results.
18224
+ #
18225
+ # @option params [Integer] :max_results
18226
+ # Returns a list up to a specified limit.
18227
+ #
18228
+ # @option params [String] :sort_order
18229
+ # The sort order for the results. The default is `Ascending`.
18230
+ #
18231
+ # @option params [String] :sort_by
18232
+ # The parameter by which to sort the results. The default is
18233
+ # `CreationTime`.
18234
+ #
18235
+ # @option params [String] :domain_id_equals
18236
+ # A parameter to search for the Domain ID.
18237
+ #
18238
+ # @option params [String] :space_name_contains
18239
+ # A parameter by which to filter the results.
18240
+ #
18241
+ # @return [Types::ListSpacesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18242
+ #
18243
+ # * {Types::ListSpacesResponse#spaces #spaces} => Array&lt;Types::SpaceDetails&gt;
18244
+ # * {Types::ListSpacesResponse#next_token #next_token} => String
18245
+ #
18246
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
18247
+ #
18248
+ # @example Request syntax with placeholder values
18249
+ #
18250
+ # resp = client.list_spaces({
18251
+ # next_token: "NextToken",
18252
+ # max_results: 1,
18253
+ # sort_order: "Ascending", # accepts Ascending, Descending
18254
+ # sort_by: "CreationTime", # accepts CreationTime, LastModifiedTime
18255
+ # domain_id_equals: "DomainId",
18256
+ # space_name_contains: "SpaceName",
18257
+ # })
18258
+ #
18259
+ # @example Response structure
18260
+ #
18261
+ # resp.spaces #=> Array
18262
+ # resp.spaces[0].domain_id #=> String
18263
+ # resp.spaces[0].space_name #=> String
18264
+ # resp.spaces[0].status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
18265
+ # resp.spaces[0].creation_time #=> Time
18266
+ # resp.spaces[0].last_modified_time #=> Time
18267
+ # resp.next_token #=> String
18268
+ #
18269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListSpaces AWS API Documentation
16325
18270
  #
16326
- # @overload list_projects(params = {})
18271
+ # @overload list_spaces(params = {})
16327
18272
  # @param [Hash] params ({})
16328
- def list_projects(params = {}, options = {})
16329
- req = build_request(:list_projects, params)
18273
+ def list_spaces(params = {}, options = {})
18274
+ req = build_request(:list_spaces, params)
16330
18275
  req.send_request(options)
16331
18276
  end
16332
18277
 
@@ -17553,7 +19498,7 @@ module Aws::SageMaker
17553
19498
  # @example Request syntax with placeholder values
17554
19499
  #
17555
19500
  # resp = client.search({
17556
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
19501
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob, ModelCard, Model
17557
19502
  # search_expression: {
17558
19503
  # filters: [
17559
19504
  # {
@@ -17587,1046 +19532,6 @@ module Aws::SageMaker
17587
19532
  # max_results: 1,
17588
19533
  # })
17589
19534
  #
17590
- # @example Response structure
17591
- #
17592
- # resp.results #=> Array
17593
- # resp.results[0].training_job.training_job_name #=> String
17594
- # resp.results[0].training_job.training_job_arn #=> String
17595
- # resp.results[0].training_job.tuning_job_arn #=> String
17596
- # resp.results[0].training_job.labeling_job_arn #=> String
17597
- # resp.results[0].training_job.auto_ml_job_arn #=> String
17598
- # resp.results[0].training_job.model_artifacts.s3_model_artifacts #=> String
17599
- # resp.results[0].training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
17600
- # resp.results[0].training_job.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
17601
- # resp.results[0].training_job.failure_reason #=> String
17602
- # resp.results[0].training_job.hyper_parameters #=> Hash
17603
- # resp.results[0].training_job.hyper_parameters["HyperParameterKey"] #=> String
17604
- # resp.results[0].training_job.algorithm_specification.training_image #=> String
17605
- # resp.results[0].training_job.algorithm_specification.algorithm_name #=> String
17606
- # resp.results[0].training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
17607
- # resp.results[0].training_job.algorithm_specification.metric_definitions #=> Array
17608
- # resp.results[0].training_job.algorithm_specification.metric_definitions[0].name #=> String
17609
- # resp.results[0].training_job.algorithm_specification.metric_definitions[0].regex #=> String
17610
- # resp.results[0].training_job.algorithm_specification.enable_sage_maker_metrics_time_series #=> Boolean
17611
- # resp.results[0].training_job.algorithm_specification.container_entrypoint #=> Array
17612
- # resp.results[0].training_job.algorithm_specification.container_entrypoint[0] #=> String
17613
- # resp.results[0].training_job.algorithm_specification.container_arguments #=> Array
17614
- # resp.results[0].training_job.algorithm_specification.container_arguments[0] #=> String
17615
- # resp.results[0].training_job.role_arn #=> String
17616
- # resp.results[0].training_job.input_data_config #=> Array
17617
- # resp.results[0].training_job.input_data_config[0].channel_name #=> String
17618
- # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
17619
- # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.s3_uri #=> String
17620
- # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
17621
- # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
17622
- # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
17623
- # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
17624
- # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
17625
- # resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
17626
- # resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
17627
- # resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
17628
- # resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
17629
- # resp.results[0].training_job.input_data_config[0].content_type #=> String
17630
- # resp.results[0].training_job.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
17631
- # resp.results[0].training_job.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
17632
- # resp.results[0].training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
17633
- # resp.results[0].training_job.input_data_config[0].shuffle_config.seed #=> Integer
17634
- # resp.results[0].training_job.output_data_config.kms_key_id #=> String
17635
- # resp.results[0].training_job.output_data_config.s3_output_path #=> String
17636
- # resp.results[0].training_job.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
17637
- # resp.results[0].training_job.resource_config.instance_count #=> Integer
17638
- # resp.results[0].training_job.resource_config.volume_size_in_gb #=> Integer
17639
- # resp.results[0].training_job.resource_config.volume_kms_key_id #=> String
17640
- # resp.results[0].training_job.resource_config.instance_groups #=> Array
17641
- # resp.results[0].training_job.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
17642
- # resp.results[0].training_job.resource_config.instance_groups[0].instance_count #=> Integer
17643
- # resp.results[0].training_job.resource_config.instance_groups[0].instance_group_name #=> String
17644
- # resp.results[0].training_job.resource_config.keep_alive_period_in_seconds #=> Integer
17645
- # resp.results[0].training_job.vpc_config.security_group_ids #=> Array
17646
- # resp.results[0].training_job.vpc_config.security_group_ids[0] #=> String
17647
- # resp.results[0].training_job.vpc_config.subnets #=> Array
17648
- # resp.results[0].training_job.vpc_config.subnets[0] #=> String
17649
- # resp.results[0].training_job.stopping_condition.max_runtime_in_seconds #=> Integer
17650
- # resp.results[0].training_job.stopping_condition.max_wait_time_in_seconds #=> Integer
17651
- # resp.results[0].training_job.creation_time #=> Time
17652
- # resp.results[0].training_job.training_start_time #=> Time
17653
- # resp.results[0].training_job.training_end_time #=> Time
17654
- # resp.results[0].training_job.last_modified_time #=> Time
17655
- # resp.results[0].training_job.secondary_status_transitions #=> Array
17656
- # resp.results[0].training_job.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
17657
- # resp.results[0].training_job.secondary_status_transitions[0].start_time #=> Time
17658
- # resp.results[0].training_job.secondary_status_transitions[0].end_time #=> Time
17659
- # resp.results[0].training_job.secondary_status_transitions[0].status_message #=> String
17660
- # resp.results[0].training_job.final_metric_data_list #=> Array
17661
- # resp.results[0].training_job.final_metric_data_list[0].metric_name #=> String
17662
- # resp.results[0].training_job.final_metric_data_list[0].value #=> Float
17663
- # resp.results[0].training_job.final_metric_data_list[0].timestamp #=> Time
17664
- # resp.results[0].training_job.enable_network_isolation #=> Boolean
17665
- # resp.results[0].training_job.enable_inter_container_traffic_encryption #=> Boolean
17666
- # resp.results[0].training_job.enable_managed_spot_training #=> Boolean
17667
- # resp.results[0].training_job.checkpoint_config.s3_uri #=> String
17668
- # resp.results[0].training_job.checkpoint_config.local_path #=> String
17669
- # resp.results[0].training_job.training_time_in_seconds #=> Integer
17670
- # resp.results[0].training_job.billable_time_in_seconds #=> Integer
17671
- # resp.results[0].training_job.debug_hook_config.local_path #=> String
17672
- # resp.results[0].training_job.debug_hook_config.s3_output_path #=> String
17673
- # resp.results[0].training_job.debug_hook_config.hook_parameters #=> Hash
17674
- # resp.results[0].training_job.debug_hook_config.hook_parameters["ConfigKey"] #=> String
17675
- # resp.results[0].training_job.debug_hook_config.collection_configurations #=> Array
17676
- # resp.results[0].training_job.debug_hook_config.collection_configurations[0].collection_name #=> String
17677
- # resp.results[0].training_job.debug_hook_config.collection_configurations[0].collection_parameters #=> Hash
17678
- # resp.results[0].training_job.debug_hook_config.collection_configurations[0].collection_parameters["ConfigKey"] #=> String
17679
- # resp.results[0].training_job.experiment_config.experiment_name #=> String
17680
- # resp.results[0].training_job.experiment_config.trial_name #=> String
17681
- # resp.results[0].training_job.experiment_config.trial_component_display_name #=> String
17682
- # resp.results[0].training_job.debug_rule_configurations #=> Array
17683
- # resp.results[0].training_job.debug_rule_configurations[0].rule_configuration_name #=> String
17684
- # resp.results[0].training_job.debug_rule_configurations[0].local_path #=> String
17685
- # resp.results[0].training_job.debug_rule_configurations[0].s3_output_path #=> String
17686
- # resp.results[0].training_job.debug_rule_configurations[0].rule_evaluator_image #=> String
17687
- # resp.results[0].training_job.debug_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", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
17688
- # resp.results[0].training_job.debug_rule_configurations[0].volume_size_in_gb #=> Integer
17689
- # resp.results[0].training_job.debug_rule_configurations[0].rule_parameters #=> Hash
17690
- # resp.results[0].training_job.debug_rule_configurations[0].rule_parameters["ConfigKey"] #=> String
17691
- # resp.results[0].training_job.tensor_board_output_config.local_path #=> String
17692
- # resp.results[0].training_job.tensor_board_output_config.s3_output_path #=> String
17693
- # resp.results[0].training_job.debug_rule_evaluation_statuses #=> Array
17694
- # resp.results[0].training_job.debug_rule_evaluation_statuses[0].rule_configuration_name #=> String
17695
- # resp.results[0].training_job.debug_rule_evaluation_statuses[0].rule_evaluation_job_arn #=> String
17696
- # resp.results[0].training_job.debug_rule_evaluation_statuses[0].rule_evaluation_status #=> String, one of "InProgress", "NoIssuesFound", "IssuesFound", "Error", "Stopping", "Stopped"
17697
- # resp.results[0].training_job.debug_rule_evaluation_statuses[0].status_details #=> String
17698
- # resp.results[0].training_job.debug_rule_evaluation_statuses[0].last_modified_time #=> Time
17699
- # resp.results[0].training_job.environment #=> Hash
17700
- # resp.results[0].training_job.environment["TrainingEnvironmentKey"] #=> String
17701
- # resp.results[0].training_job.retry_strategy.maximum_retry_attempts #=> Integer
17702
- # resp.results[0].training_job.tags #=> Array
17703
- # resp.results[0].training_job.tags[0].key #=> String
17704
- # resp.results[0].training_job.tags[0].value #=> String
17705
- # resp.results[0].experiment.experiment_name #=> String
17706
- # resp.results[0].experiment.experiment_arn #=> String
17707
- # resp.results[0].experiment.display_name #=> String
17708
- # resp.results[0].experiment.source.source_arn #=> String
17709
- # resp.results[0].experiment.source.source_type #=> String
17710
- # resp.results[0].experiment.description #=> String
17711
- # resp.results[0].experiment.creation_time #=> Time
17712
- # resp.results[0].experiment.created_by.user_profile_arn #=> String
17713
- # resp.results[0].experiment.created_by.user_profile_name #=> String
17714
- # resp.results[0].experiment.created_by.domain_id #=> String
17715
- # resp.results[0].experiment.last_modified_time #=> Time
17716
- # resp.results[0].experiment.last_modified_by.user_profile_arn #=> String
17717
- # resp.results[0].experiment.last_modified_by.user_profile_name #=> String
17718
- # resp.results[0].experiment.last_modified_by.domain_id #=> String
17719
- # resp.results[0].experiment.tags #=> Array
17720
- # resp.results[0].experiment.tags[0].key #=> String
17721
- # resp.results[0].experiment.tags[0].value #=> String
17722
- # resp.results[0].trial.trial_name #=> String
17723
- # resp.results[0].trial.trial_arn #=> String
17724
- # resp.results[0].trial.display_name #=> String
17725
- # resp.results[0].trial.experiment_name #=> String
17726
- # resp.results[0].trial.source.source_arn #=> String
17727
- # resp.results[0].trial.source.source_type #=> String
17728
- # resp.results[0].trial.creation_time #=> Time
17729
- # resp.results[0].trial.created_by.user_profile_arn #=> String
17730
- # resp.results[0].trial.created_by.user_profile_name #=> String
17731
- # resp.results[0].trial.created_by.domain_id #=> String
17732
- # resp.results[0].trial.last_modified_time #=> Time
17733
- # resp.results[0].trial.last_modified_by.user_profile_arn #=> String
17734
- # resp.results[0].trial.last_modified_by.user_profile_name #=> String
17735
- # resp.results[0].trial.last_modified_by.domain_id #=> String
17736
- # resp.results[0].trial.metadata_properties.commit_id #=> String
17737
- # resp.results[0].trial.metadata_properties.repository #=> String
17738
- # resp.results[0].trial.metadata_properties.generated_by #=> String
17739
- # resp.results[0].trial.metadata_properties.project_id #=> String
17740
- # resp.results[0].trial.tags #=> Array
17741
- # resp.results[0].trial.tags[0].key #=> String
17742
- # resp.results[0].trial.tags[0].value #=> String
17743
- # resp.results[0].trial.trial_component_summaries #=> Array
17744
- # resp.results[0].trial.trial_component_summaries[0].trial_component_name #=> String
17745
- # resp.results[0].trial.trial_component_summaries[0].trial_component_arn #=> String
17746
- # resp.results[0].trial.trial_component_summaries[0].trial_component_source.source_arn #=> String
17747
- # resp.results[0].trial.trial_component_summaries[0].trial_component_source.source_type #=> String
17748
- # resp.results[0].trial.trial_component_summaries[0].creation_time #=> Time
17749
- # resp.results[0].trial.trial_component_summaries[0].created_by.user_profile_arn #=> String
17750
- # resp.results[0].trial.trial_component_summaries[0].created_by.user_profile_name #=> String
17751
- # resp.results[0].trial.trial_component_summaries[0].created_by.domain_id #=> String
17752
- # resp.results[0].trial_component.trial_component_name #=> String
17753
- # resp.results[0].trial_component.display_name #=> String
17754
- # resp.results[0].trial_component.trial_component_arn #=> String
17755
- # resp.results[0].trial_component.source.source_arn #=> String
17756
- # resp.results[0].trial_component.source.source_type #=> String
17757
- # resp.results[0].trial_component.status.primary_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
17758
- # resp.results[0].trial_component.status.message #=> String
17759
- # resp.results[0].trial_component.start_time #=> Time
17760
- # resp.results[0].trial_component.end_time #=> Time
17761
- # resp.results[0].trial_component.creation_time #=> Time
17762
- # resp.results[0].trial_component.created_by.user_profile_arn #=> String
17763
- # resp.results[0].trial_component.created_by.user_profile_name #=> String
17764
- # resp.results[0].trial_component.created_by.domain_id #=> String
17765
- # resp.results[0].trial_component.last_modified_time #=> Time
17766
- # resp.results[0].trial_component.last_modified_by.user_profile_arn #=> String
17767
- # resp.results[0].trial_component.last_modified_by.user_profile_name #=> String
17768
- # resp.results[0].trial_component.last_modified_by.domain_id #=> String
17769
- # resp.results[0].trial_component.parameters #=> Hash
17770
- # resp.results[0].trial_component.parameters["TrialComponentKey256"].string_value #=> String
17771
- # resp.results[0].trial_component.parameters["TrialComponentKey256"].number_value #=> Float
17772
- # resp.results[0].trial_component.input_artifacts #=> Hash
17773
- # resp.results[0].trial_component.input_artifacts["TrialComponentKey64"].media_type #=> String
17774
- # resp.results[0].trial_component.input_artifacts["TrialComponentKey64"].value #=> String
17775
- # resp.results[0].trial_component.output_artifacts #=> Hash
17776
- # resp.results[0].trial_component.output_artifacts["TrialComponentKey64"].media_type #=> String
17777
- # resp.results[0].trial_component.output_artifacts["TrialComponentKey64"].value #=> String
17778
- # resp.results[0].trial_component.metrics #=> Array
17779
- # resp.results[0].trial_component.metrics[0].metric_name #=> String
17780
- # resp.results[0].trial_component.metrics[0].source_arn #=> String
17781
- # resp.results[0].trial_component.metrics[0].time_stamp #=> Time
17782
- # resp.results[0].trial_component.metrics[0].max #=> Float
17783
- # resp.results[0].trial_component.metrics[0].min #=> Float
17784
- # resp.results[0].trial_component.metrics[0].last #=> Float
17785
- # resp.results[0].trial_component.metrics[0].count #=> Integer
17786
- # resp.results[0].trial_component.metrics[0].avg #=> Float
17787
- # resp.results[0].trial_component.metrics[0].std_dev #=> Float
17788
- # resp.results[0].trial_component.metadata_properties.commit_id #=> String
17789
- # resp.results[0].trial_component.metadata_properties.repository #=> String
17790
- # resp.results[0].trial_component.metadata_properties.generated_by #=> String
17791
- # resp.results[0].trial_component.metadata_properties.project_id #=> String
17792
- # resp.results[0].trial_component.source_detail.source_arn #=> String
17793
- # resp.results[0].trial_component.source_detail.training_job.training_job_name #=> String
17794
- # resp.results[0].trial_component.source_detail.training_job.training_job_arn #=> String
17795
- # resp.results[0].trial_component.source_detail.training_job.tuning_job_arn #=> String
17796
- # resp.results[0].trial_component.source_detail.training_job.labeling_job_arn #=> String
17797
- # resp.results[0].trial_component.source_detail.training_job.auto_ml_job_arn #=> String
17798
- # resp.results[0].trial_component.source_detail.training_job.model_artifacts.s3_model_artifacts #=> String
17799
- # resp.results[0].trial_component.source_detail.training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
17800
- # resp.results[0].trial_component.source_detail.training_job.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
17801
- # resp.results[0].trial_component.source_detail.training_job.failure_reason #=> String
17802
- # resp.results[0].trial_component.source_detail.training_job.hyper_parameters #=> Hash
17803
- # resp.results[0].trial_component.source_detail.training_job.hyper_parameters["HyperParameterKey"] #=> String
17804
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_image #=> String
17805
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.algorithm_name #=> String
17806
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
17807
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions #=> Array
17808
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions[0].name #=> String
17809
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions[0].regex #=> String
17810
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.enable_sage_maker_metrics_time_series #=> Boolean
17811
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.container_entrypoint #=> Array
17812
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.container_entrypoint[0] #=> String
17813
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.container_arguments #=> Array
17814
- # resp.results[0].trial_component.source_detail.training_job.algorithm_specification.container_arguments[0] #=> String
17815
- # resp.results[0].trial_component.source_detail.training_job.role_arn #=> String
17816
- # resp.results[0].trial_component.source_detail.training_job.input_data_config #=> Array
17817
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].channel_name #=> String
17818
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
17819
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.s3_uri #=> String
17820
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
17821
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
17822
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
17823
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
17824
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
17825
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
17826
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
17827
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
17828
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
17829
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].content_type #=> String
17830
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
17831
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
17832
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
17833
- # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].shuffle_config.seed #=> Integer
17834
- # resp.results[0].trial_component.source_detail.training_job.output_data_config.kms_key_id #=> String
17835
- # resp.results[0].trial_component.source_detail.training_job.output_data_config.s3_output_path #=> String
17836
- # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
17837
- # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_count #=> Integer
17838
- # resp.results[0].trial_component.source_detail.training_job.resource_config.volume_size_in_gb #=> Integer
17839
- # resp.results[0].trial_component.source_detail.training_job.resource_config.volume_kms_key_id #=> String
17840
- # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups #=> Array
17841
- # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
17842
- # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_count #=> Integer
17843
- # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_group_name #=> String
17844
- # resp.results[0].trial_component.source_detail.training_job.resource_config.keep_alive_period_in_seconds #=> Integer
17845
- # resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids #=> Array
17846
- # resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids[0] #=> String
17847
- # resp.results[0].trial_component.source_detail.training_job.vpc_config.subnets #=> Array
17848
- # resp.results[0].trial_component.source_detail.training_job.vpc_config.subnets[0] #=> String
17849
- # resp.results[0].trial_component.source_detail.training_job.stopping_condition.max_runtime_in_seconds #=> Integer
17850
- # resp.results[0].trial_component.source_detail.training_job.stopping_condition.max_wait_time_in_seconds #=> Integer
17851
- # resp.results[0].trial_component.source_detail.training_job.creation_time #=> Time
17852
- # resp.results[0].trial_component.source_detail.training_job.training_start_time #=> Time
17853
- # resp.results[0].trial_component.source_detail.training_job.training_end_time #=> Time
17854
- # resp.results[0].trial_component.source_detail.training_job.last_modified_time #=> Time
17855
- # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions #=> Array
17856
- # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
17857
- # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].start_time #=> Time
17858
- # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].end_time #=> Time
17859
- # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].status_message #=> String
17860
- # resp.results[0].trial_component.source_detail.training_job.final_metric_data_list #=> Array
17861
- # resp.results[0].trial_component.source_detail.training_job.final_metric_data_list[0].metric_name #=> String
17862
- # resp.results[0].trial_component.source_detail.training_job.final_metric_data_list[0].value #=> Float
17863
- # resp.results[0].trial_component.source_detail.training_job.final_metric_data_list[0].timestamp #=> Time
17864
- # resp.results[0].trial_component.source_detail.training_job.enable_network_isolation #=> Boolean
17865
- # resp.results[0].trial_component.source_detail.training_job.enable_inter_container_traffic_encryption #=> Boolean
17866
- # resp.results[0].trial_component.source_detail.training_job.enable_managed_spot_training #=> Boolean
17867
- # resp.results[0].trial_component.source_detail.training_job.checkpoint_config.s3_uri #=> String
17868
- # resp.results[0].trial_component.source_detail.training_job.checkpoint_config.local_path #=> String
17869
- # resp.results[0].trial_component.source_detail.training_job.training_time_in_seconds #=> Integer
17870
- # resp.results[0].trial_component.source_detail.training_job.billable_time_in_seconds #=> Integer
17871
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.local_path #=> String
17872
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.s3_output_path #=> String
17873
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.hook_parameters #=> Hash
17874
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.hook_parameters["ConfigKey"] #=> String
17875
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.collection_configurations #=> Array
17876
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.collection_configurations[0].collection_name #=> String
17877
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.collection_configurations[0].collection_parameters #=> Hash
17878
- # resp.results[0].trial_component.source_detail.training_job.debug_hook_config.collection_configurations[0].collection_parameters["ConfigKey"] #=> String
17879
- # resp.results[0].trial_component.source_detail.training_job.experiment_config.experiment_name #=> String
17880
- # resp.results[0].trial_component.source_detail.training_job.experiment_config.trial_name #=> String
17881
- # resp.results[0].trial_component.source_detail.training_job.experiment_config.trial_component_display_name #=> String
17882
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations #=> Array
17883
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].rule_configuration_name #=> String
17884
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].local_path #=> String
17885
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].s3_output_path #=> String
17886
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].rule_evaluator_image #=> String
17887
- # resp.results[0].trial_component.source_detail.training_job.debug_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", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
17888
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].volume_size_in_gb #=> Integer
17889
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].rule_parameters #=> Hash
17890
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].rule_parameters["ConfigKey"] #=> String
17891
- # resp.results[0].trial_component.source_detail.training_job.tensor_board_output_config.local_path #=> String
17892
- # resp.results[0].trial_component.source_detail.training_job.tensor_board_output_config.s3_output_path #=> String
17893
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses #=> Array
17894
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].rule_configuration_name #=> String
17895
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].rule_evaluation_job_arn #=> String
17896
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].rule_evaluation_status #=> String, one of "InProgress", "NoIssuesFound", "IssuesFound", "Error", "Stopping", "Stopped"
17897
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].status_details #=> String
17898
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].last_modified_time #=> Time
17899
- # resp.results[0].trial_component.source_detail.training_job.environment #=> Hash
17900
- # resp.results[0].trial_component.source_detail.training_job.environment["TrainingEnvironmentKey"] #=> String
17901
- # resp.results[0].trial_component.source_detail.training_job.retry_strategy.maximum_retry_attempts #=> Integer
17902
- # resp.results[0].trial_component.source_detail.training_job.tags #=> Array
17903
- # resp.results[0].trial_component.source_detail.training_job.tags[0].key #=> String
17904
- # resp.results[0].trial_component.source_detail.training_job.tags[0].value #=> String
17905
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs #=> Array
17906
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].input_name #=> String
17907
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].app_managed #=> Boolean
17908
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].s3_input.s3_uri #=> String
17909
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].s3_input.local_path #=> String
17910
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].s3_input.s3_data_type #=> String, one of "ManifestFile", "S3Prefix"
17911
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].s3_input.s3_input_mode #=> String, one of "Pipe", "File"
17912
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].s3_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
17913
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].s3_input.s3_compression_type #=> String, one of "None", "Gzip"
17914
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.catalog #=> String
17915
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.database #=> String
17916
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.query_string #=> String
17917
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.work_group #=> String
17918
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.output_s3_uri #=> String
17919
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.kms_key_id #=> String
17920
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.output_format #=> String, one of "PARQUET", "ORC", "AVRO", "JSON", "TEXTFILE"
17921
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.athena_dataset_definition.output_compression #=> String, one of "GZIP", "SNAPPY", "ZLIB"
17922
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.cluster_id #=> String
17923
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.database #=> String
17924
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.db_user #=> String
17925
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.query_string #=> String
17926
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.cluster_role_arn #=> String
17927
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.output_s3_uri #=> String
17928
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.kms_key_id #=> String
17929
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.output_format #=> String, one of "PARQUET", "CSV"
17930
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.redshift_dataset_definition.output_compression #=> String, one of "None", "GZIP", "BZIP2", "ZSTD", "SNAPPY"
17931
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.local_path #=> String
17932
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
17933
- # resp.results[0].trial_component.source_detail.processing_job.processing_inputs[0].dataset_definition.input_mode #=> String, one of "Pipe", "File"
17934
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.outputs #=> Array
17935
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.outputs[0].output_name #=> String
17936
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.outputs[0].s3_output.s3_uri #=> String
17937
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.outputs[0].s3_output.local_path #=> String
17938
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
17939
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.outputs[0].feature_store_output.feature_group_name #=> String
17940
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.outputs[0].app_managed #=> Boolean
17941
- # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.kms_key_id #=> String
17942
- # resp.results[0].trial_component.source_detail.processing_job.processing_job_name #=> String
17943
- # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.instance_count #=> Integer
17944
- # resp.results[0].trial_component.source_detail.processing_job.processing_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", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
17945
- # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.volume_size_in_gb #=> Integer
17946
- # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.volume_kms_key_id #=> String
17947
- # resp.results[0].trial_component.source_detail.processing_job.stopping_condition.max_runtime_in_seconds #=> Integer
17948
- # resp.results[0].trial_component.source_detail.processing_job.app_specification.image_uri #=> String
17949
- # resp.results[0].trial_component.source_detail.processing_job.app_specification.container_entrypoint #=> Array
17950
- # resp.results[0].trial_component.source_detail.processing_job.app_specification.container_entrypoint[0] #=> String
17951
- # resp.results[0].trial_component.source_detail.processing_job.app_specification.container_arguments #=> Array
17952
- # resp.results[0].trial_component.source_detail.processing_job.app_specification.container_arguments[0] #=> String
17953
- # resp.results[0].trial_component.source_detail.processing_job.environment #=> Hash
17954
- # resp.results[0].trial_component.source_detail.processing_job.environment["ProcessingEnvironmentKey"] #=> String
17955
- # resp.results[0].trial_component.source_detail.processing_job.network_config.enable_inter_container_traffic_encryption #=> Boolean
17956
- # resp.results[0].trial_component.source_detail.processing_job.network_config.enable_network_isolation #=> Boolean
17957
- # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids #=> Array
17958
- # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids[0] #=> String
17959
- # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.subnets #=> Array
17960
- # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.subnets[0] #=> String
17961
- # resp.results[0].trial_component.source_detail.processing_job.role_arn #=> String
17962
- # resp.results[0].trial_component.source_detail.processing_job.experiment_config.experiment_name #=> String
17963
- # resp.results[0].trial_component.source_detail.processing_job.experiment_config.trial_name #=> String
17964
- # resp.results[0].trial_component.source_detail.processing_job.experiment_config.trial_component_display_name #=> String
17965
- # resp.results[0].trial_component.source_detail.processing_job.processing_job_arn #=> String
17966
- # resp.results[0].trial_component.source_detail.processing_job.processing_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
17967
- # resp.results[0].trial_component.source_detail.processing_job.exit_message #=> String
17968
- # resp.results[0].trial_component.source_detail.processing_job.failure_reason #=> String
17969
- # resp.results[0].trial_component.source_detail.processing_job.processing_end_time #=> Time
17970
- # resp.results[0].trial_component.source_detail.processing_job.processing_start_time #=> Time
17971
- # resp.results[0].trial_component.source_detail.processing_job.last_modified_time #=> Time
17972
- # resp.results[0].trial_component.source_detail.processing_job.creation_time #=> Time
17973
- # resp.results[0].trial_component.source_detail.processing_job.monitoring_schedule_arn #=> String
17974
- # resp.results[0].trial_component.source_detail.processing_job.auto_ml_job_arn #=> String
17975
- # resp.results[0].trial_component.source_detail.processing_job.training_job_arn #=> String
17976
- # resp.results[0].trial_component.source_detail.processing_job.tags #=> Array
17977
- # resp.results[0].trial_component.source_detail.processing_job.tags[0].key #=> String
17978
- # resp.results[0].trial_component.source_detail.processing_job.tags[0].value #=> String
17979
- # resp.results[0].trial_component.source_detail.transform_job.transform_job_name #=> String
17980
- # resp.results[0].trial_component.source_detail.transform_job.transform_job_arn #=> String
17981
- # resp.results[0].trial_component.source_detail.transform_job.transform_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
17982
- # resp.results[0].trial_component.source_detail.transform_job.failure_reason #=> String
17983
- # resp.results[0].trial_component.source_detail.transform_job.model_name #=> String
17984
- # resp.results[0].trial_component.source_detail.transform_job.max_concurrent_transforms #=> Integer
17985
- # resp.results[0].trial_component.source_detail.transform_job.model_client_config.invocations_timeout_in_seconds #=> Integer
17986
- # resp.results[0].trial_component.source_detail.transform_job.model_client_config.invocations_max_retries #=> Integer
17987
- # resp.results[0].trial_component.source_detail.transform_job.max_payload_in_mb #=> Integer
17988
- # resp.results[0].trial_component.source_detail.transform_job.batch_strategy #=> String, one of "MultiRecord", "SingleRecord"
17989
- # resp.results[0].trial_component.source_detail.transform_job.environment #=> Hash
17990
- # resp.results[0].trial_component.source_detail.transform_job.environment["TransformEnvironmentKey"] #=> String
17991
- # resp.results[0].trial_component.source_detail.transform_job.transform_input.data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
17992
- # resp.results[0].trial_component.source_detail.transform_job.transform_input.data_source.s3_data_source.s3_uri #=> String
17993
- # resp.results[0].trial_component.source_detail.transform_job.transform_input.content_type #=> String
17994
- # resp.results[0].trial_component.source_detail.transform_job.transform_input.compression_type #=> String, one of "None", "Gzip"
17995
- # resp.results[0].trial_component.source_detail.transform_job.transform_input.split_type #=> String, one of "None", "Line", "RecordIO", "TFRecord"
17996
- # resp.results[0].trial_component.source_detail.transform_job.transform_output.s3_output_path #=> String
17997
- # resp.results[0].trial_component.source_detail.transform_job.transform_output.accept #=> String
17998
- # resp.results[0].trial_component.source_detail.transform_job.transform_output.assemble_with #=> String, one of "None", "Line"
17999
- # resp.results[0].trial_component.source_detail.transform_job.transform_output.kms_key_id #=> String
18000
- # resp.results[0].trial_component.source_detail.transform_job.transform_resources.instance_type #=> 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"
18001
- # resp.results[0].trial_component.source_detail.transform_job.transform_resources.instance_count #=> Integer
18002
- # resp.results[0].trial_component.source_detail.transform_job.transform_resources.volume_kms_key_id #=> String
18003
- # resp.results[0].trial_component.source_detail.transform_job.creation_time #=> Time
18004
- # resp.results[0].trial_component.source_detail.transform_job.transform_start_time #=> Time
18005
- # resp.results[0].trial_component.source_detail.transform_job.transform_end_time #=> Time
18006
- # resp.results[0].trial_component.source_detail.transform_job.labeling_job_arn #=> String
18007
- # resp.results[0].trial_component.source_detail.transform_job.auto_ml_job_arn #=> String
18008
- # resp.results[0].trial_component.source_detail.transform_job.data_processing.input_filter #=> String
18009
- # resp.results[0].trial_component.source_detail.transform_job.data_processing.output_filter #=> String
18010
- # resp.results[0].trial_component.source_detail.transform_job.data_processing.join_source #=> String, one of "Input", "None"
18011
- # resp.results[0].trial_component.source_detail.transform_job.experiment_config.experiment_name #=> String
18012
- # resp.results[0].trial_component.source_detail.transform_job.experiment_config.trial_name #=> String
18013
- # resp.results[0].trial_component.source_detail.transform_job.experiment_config.trial_component_display_name #=> String
18014
- # resp.results[0].trial_component.source_detail.transform_job.tags #=> Array
18015
- # resp.results[0].trial_component.source_detail.transform_job.tags[0].key #=> String
18016
- # resp.results[0].trial_component.source_detail.transform_job.tags[0].value #=> String
18017
- # resp.results[0].trial_component.lineage_group_arn #=> String
18018
- # resp.results[0].trial_component.tags #=> Array
18019
- # resp.results[0].trial_component.tags[0].key #=> String
18020
- # resp.results[0].trial_component.tags[0].value #=> String
18021
- # resp.results[0].trial_component.parents #=> Array
18022
- # resp.results[0].trial_component.parents[0].trial_name #=> String
18023
- # resp.results[0].trial_component.parents[0].experiment_name #=> String
18024
- # resp.results[0].endpoint.endpoint_name #=> String
18025
- # resp.results[0].endpoint.endpoint_arn #=> String
18026
- # resp.results[0].endpoint.endpoint_config_name #=> String
18027
- # resp.results[0].endpoint.production_variants #=> Array
18028
- # resp.results[0].endpoint.production_variants[0].variant_name #=> String
18029
- # resp.results[0].endpoint.production_variants[0].deployed_images #=> Array
18030
- # resp.results[0].endpoint.production_variants[0].deployed_images[0].specified_image #=> String
18031
- # resp.results[0].endpoint.production_variants[0].deployed_images[0].resolved_image #=> String
18032
- # resp.results[0].endpoint.production_variants[0].deployed_images[0].resolution_time #=> Time
18033
- # resp.results[0].endpoint.production_variants[0].current_weight #=> Float
18034
- # resp.results[0].endpoint.production_variants[0].desired_weight #=> Float
18035
- # resp.results[0].endpoint.production_variants[0].current_instance_count #=> Integer
18036
- # resp.results[0].endpoint.production_variants[0].desired_instance_count #=> Integer
18037
- # resp.results[0].endpoint.production_variants[0].variant_status #=> Array
18038
- # resp.results[0].endpoint.production_variants[0].variant_status[0].status #=> String, one of "Creating", "Updating", "Deleting", "ActivatingTraffic", "Baking"
18039
- # resp.results[0].endpoint.production_variants[0].variant_status[0].status_message #=> String
18040
- # resp.results[0].endpoint.production_variants[0].variant_status[0].start_time #=> Time
18041
- # resp.results[0].endpoint.production_variants[0].current_serverless_config.memory_size_in_mb #=> Integer
18042
- # resp.results[0].endpoint.production_variants[0].current_serverless_config.max_concurrency #=> Integer
18043
- # resp.results[0].endpoint.production_variants[0].desired_serverless_config.memory_size_in_mb #=> Integer
18044
- # resp.results[0].endpoint.production_variants[0].desired_serverless_config.max_concurrency #=> Integer
18045
- # resp.results[0].endpoint.data_capture_config.enable_capture #=> Boolean
18046
- # resp.results[0].endpoint.data_capture_config.capture_status #=> String, one of "Started", "Stopped"
18047
- # resp.results[0].endpoint.data_capture_config.current_sampling_percentage #=> Integer
18048
- # resp.results[0].endpoint.data_capture_config.destination_s3_uri #=> String
18049
- # resp.results[0].endpoint.data_capture_config.kms_key_id #=> String
18050
- # resp.results[0].endpoint.endpoint_status #=> String, one of "OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed"
18051
- # resp.results[0].endpoint.failure_reason #=> String
18052
- # resp.results[0].endpoint.creation_time #=> Time
18053
- # resp.results[0].endpoint.last_modified_time #=> Time
18054
- # resp.results[0].endpoint.monitoring_schedules #=> Array
18055
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_arn #=> String
18056
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_name #=> String
18057
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_status #=> String, one of "Pending", "Failed", "Scheduled", "Stopped"
18058
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
18059
- # resp.results[0].endpoint.monitoring_schedules[0].failure_reason #=> String
18060
- # resp.results[0].endpoint.monitoring_schedules[0].creation_time #=> Time
18061
- # resp.results[0].endpoint.monitoring_schedules[0].last_modified_time #=> Time
18062
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.schedule_config.schedule_expression #=> String
18063
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.baseline_config.baselining_job_name #=> String
18064
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.baseline_config.constraints_resource.s3_uri #=> String
18065
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.baseline_config.statistics_resource.s3_uri #=> String
18066
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs #=> Array
18067
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.endpoint_name #=> String
18068
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.local_path #=> String
18069
- # 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"
18070
- # 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"
18071
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.features_attribute #=> String
18072
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.inference_attribute #=> String
18073
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_attribute #=> String
18074
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
18075
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
18076
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
18077
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.data_captured_destination_s3_uri #=> String
18078
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.csv.header #=> Boolean
18079
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.json.line #=> Boolean
18080
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.local_path #=> String
18081
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
18082
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
18083
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.features_attribute #=> String
18084
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.inference_attribute #=> String
18085
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_attribute #=> String
18086
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_threshold_attribute #=> Float
18087
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.start_time_offset #=> String
18088
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.end_time_offset #=> String
18089
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
18090
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
18091
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.local_path #=> String
18092
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
18093
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.kms_key_id #=> String
18094
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.instance_count #=> Integer
18095
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_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", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
18096
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.volume_size_in_gb #=> Integer
18097
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.volume_kms_key_id #=> String
18098
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.image_uri #=> String
18099
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.container_entrypoint #=> Array
18100
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.container_entrypoint[0] #=> String
18101
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.container_arguments #=> Array
18102
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.container_arguments[0] #=> String
18103
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.record_preprocessor_source_uri #=> String
18104
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.post_analytics_processor_source_uri #=> String
18105
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
18106
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.environment #=> Hash
18107
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.environment["ProcessingEnvironmentKey"] #=> String
18108
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.enable_inter_container_traffic_encryption #=> Boolean
18109
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.enable_network_isolation #=> Boolean
18110
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids #=> Array
18111
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids[0] #=> String
18112
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.subnets #=> Array
18113
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.subnets[0] #=> String
18114
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.role_arn #=> String
18115
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition_name #=> String
18116
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
18117
- # resp.results[0].endpoint.monitoring_schedules[0].endpoint_name #=> String
18118
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.monitoring_schedule_name #=> String
18119
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.scheduled_time #=> Time
18120
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.creation_time #=> Time
18121
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.last_modified_time #=> Time
18122
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.monitoring_execution_status #=> String, one of "Pending", "Completed", "CompletedWithViolations", "InProgress", "Failed", "Stopping", "Stopped"
18123
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.processing_job_arn #=> String
18124
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.endpoint_name #=> String
18125
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.failure_reason #=> String
18126
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.monitoring_job_definition_name #=> String
18127
- # resp.results[0].endpoint.monitoring_schedules[0].last_monitoring_execution_summary.monitoring_type #=> String, one of "DataQuality", "ModelQuality", "ModelBias", "ModelExplainability"
18128
- # resp.results[0].endpoint.monitoring_schedules[0].tags #=> Array
18129
- # resp.results[0].endpoint.monitoring_schedules[0].tags[0].key #=> String
18130
- # resp.results[0].endpoint.monitoring_schedules[0].tags[0].value #=> String
18131
- # resp.results[0].endpoint.tags #=> Array
18132
- # resp.results[0].endpoint.tags[0].key #=> String
18133
- # resp.results[0].endpoint.tags[0].value #=> String
18134
- # resp.results[0].model_package.model_package_name #=> String
18135
- # resp.results[0].model_package.model_package_group_name #=> String
18136
- # resp.results[0].model_package.model_package_version #=> Integer
18137
- # resp.results[0].model_package.model_package_arn #=> String
18138
- # resp.results[0].model_package.model_package_description #=> String
18139
- # resp.results[0].model_package.creation_time #=> Time
18140
- # resp.results[0].model_package.inference_specification.containers #=> Array
18141
- # resp.results[0].model_package.inference_specification.containers[0].container_hostname #=> String
18142
- # resp.results[0].model_package.inference_specification.containers[0].image #=> String
18143
- # resp.results[0].model_package.inference_specification.containers[0].image_digest #=> String
18144
- # resp.results[0].model_package.inference_specification.containers[0].model_data_url #=> String
18145
- # resp.results[0].model_package.inference_specification.containers[0].product_id #=> String
18146
- # resp.results[0].model_package.inference_specification.containers[0].environment #=> Hash
18147
- # resp.results[0].model_package.inference_specification.containers[0].environment["EnvironmentKey"] #=> String
18148
- # resp.results[0].model_package.inference_specification.containers[0].model_input.data_input_config #=> String
18149
- # resp.results[0].model_package.inference_specification.containers[0].framework #=> String
18150
- # resp.results[0].model_package.inference_specification.containers[0].framework_version #=> String
18151
- # resp.results[0].model_package.inference_specification.containers[0].nearest_model_name #=> String
18152
- # resp.results[0].model_package.inference_specification.supported_transform_instance_types #=> Array
18153
- # resp.results[0].model_package.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"
18154
- # resp.results[0].model_package.inference_specification.supported_realtime_inference_instance_types #=> Array
18155
- # resp.results[0].model_package.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", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.p4d.24xlarge", "ml.c7g.large", "ml.c7g.xlarge", "ml.c7g.2xlarge", "ml.c7g.4xlarge", "ml.c7g.8xlarge", "ml.c7g.12xlarge", "ml.c7g.16xlarge", "ml.m6g.large", "ml.m6g.xlarge", "ml.m6g.2xlarge", "ml.m6g.4xlarge", "ml.m6g.8xlarge", "ml.m6g.12xlarge", "ml.m6g.16xlarge", "ml.m6gd.large", "ml.m6gd.xlarge", "ml.m6gd.2xlarge", "ml.m6gd.4xlarge", "ml.m6gd.8xlarge", "ml.m6gd.12xlarge", "ml.m6gd.16xlarge", "ml.c6g.large", "ml.c6g.xlarge", "ml.c6g.2xlarge", "ml.c6g.4xlarge", "ml.c6g.8xlarge", "ml.c6g.12xlarge", "ml.c6g.16xlarge", "ml.c6gd.large", "ml.c6gd.xlarge", "ml.c6gd.2xlarge", "ml.c6gd.4xlarge", "ml.c6gd.8xlarge", "ml.c6gd.12xlarge", "ml.c6gd.16xlarge", "ml.c6gn.large", "ml.c6gn.xlarge", "ml.c6gn.2xlarge", "ml.c6gn.4xlarge", "ml.c6gn.8xlarge", "ml.c6gn.12xlarge", "ml.c6gn.16xlarge", "ml.r6g.large", "ml.r6g.xlarge", "ml.r6g.2xlarge", "ml.r6g.4xlarge", "ml.r6g.8xlarge", "ml.r6g.12xlarge", "ml.r6g.16xlarge", "ml.r6gd.large", "ml.r6gd.xlarge", "ml.r6gd.2xlarge", "ml.r6gd.4xlarge", "ml.r6gd.8xlarge", "ml.r6gd.12xlarge", "ml.r6gd.16xlarge"
18156
- # resp.results[0].model_package.inference_specification.supported_content_types #=> Array
18157
- # resp.results[0].model_package.inference_specification.supported_content_types[0] #=> String
18158
- # resp.results[0].model_package.inference_specification.supported_response_mime_types #=> Array
18159
- # resp.results[0].model_package.inference_specification.supported_response_mime_types[0] #=> String
18160
- # resp.results[0].model_package.source_algorithm_specification.source_algorithms #=> Array
18161
- # resp.results[0].model_package.source_algorithm_specification.source_algorithms[0].model_data_url #=> String
18162
- # resp.results[0].model_package.source_algorithm_specification.source_algorithms[0].algorithm_name #=> String
18163
- # resp.results[0].model_package.validation_specification.validation_role #=> String
18164
- # resp.results[0].model_package.validation_specification.validation_profiles #=> Array
18165
- # resp.results[0].model_package.validation_specification.validation_profiles[0].profile_name #=> String
18166
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.max_concurrent_transforms #=> Integer
18167
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.max_payload_in_mb #=> Integer
18168
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.batch_strategy #=> String, one of "MultiRecord", "SingleRecord"
18169
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.environment #=> Hash
18170
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.environment["TransformEnvironmentKey"] #=> String
18171
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_input.data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
18172
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_input.data_source.s3_data_source.s3_uri #=> String
18173
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_input.content_type #=> String
18174
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_input.compression_type #=> String, one of "None", "Gzip"
18175
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_input.split_type #=> String, one of "None", "Line", "RecordIO", "TFRecord"
18176
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_output.s3_output_path #=> String
18177
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_output.accept #=> String
18178
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_output.assemble_with #=> String, one of "None", "Line"
18179
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_output.kms_key_id #=> String
18180
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.instance_type #=> 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"
18181
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.instance_count #=> Integer
18182
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.volume_kms_key_id #=> String
18183
- # resp.results[0].model_package.model_package_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
18184
- # resp.results[0].model_package.model_package_status_details.validation_statuses #=> Array
18185
- # resp.results[0].model_package.model_package_status_details.validation_statuses[0].name #=> String
18186
- # resp.results[0].model_package.model_package_status_details.validation_statuses[0].status #=> String, one of "NotStarted", "InProgress", "Completed", "Failed"
18187
- # resp.results[0].model_package.model_package_status_details.validation_statuses[0].failure_reason #=> String
18188
- # resp.results[0].model_package.model_package_status_details.image_scan_statuses #=> Array
18189
- # resp.results[0].model_package.model_package_status_details.image_scan_statuses[0].name #=> String
18190
- # resp.results[0].model_package.model_package_status_details.image_scan_statuses[0].status #=> String, one of "NotStarted", "InProgress", "Completed", "Failed"
18191
- # resp.results[0].model_package.model_package_status_details.image_scan_statuses[0].failure_reason #=> String
18192
- # resp.results[0].model_package.certify_for_marketplace #=> Boolean
18193
- # resp.results[0].model_package.model_approval_status #=> String, one of "Approved", "Rejected", "PendingManualApproval"
18194
- # resp.results[0].model_package.created_by.user_profile_arn #=> String
18195
- # resp.results[0].model_package.created_by.user_profile_name #=> String
18196
- # resp.results[0].model_package.created_by.domain_id #=> String
18197
- # resp.results[0].model_package.metadata_properties.commit_id #=> String
18198
- # resp.results[0].model_package.metadata_properties.repository #=> String
18199
- # resp.results[0].model_package.metadata_properties.generated_by #=> String
18200
- # resp.results[0].model_package.metadata_properties.project_id #=> String
18201
- # resp.results[0].model_package.model_metrics.model_quality.statistics.content_type #=> String
18202
- # resp.results[0].model_package.model_metrics.model_quality.statistics.content_digest #=> String
18203
- # resp.results[0].model_package.model_metrics.model_quality.statistics.s3_uri #=> String
18204
- # resp.results[0].model_package.model_metrics.model_quality.constraints.content_type #=> String
18205
- # resp.results[0].model_package.model_metrics.model_quality.constraints.content_digest #=> String
18206
- # resp.results[0].model_package.model_metrics.model_quality.constraints.s3_uri #=> String
18207
- # resp.results[0].model_package.model_metrics.model_data_quality.statistics.content_type #=> String
18208
- # resp.results[0].model_package.model_metrics.model_data_quality.statistics.content_digest #=> String
18209
- # resp.results[0].model_package.model_metrics.model_data_quality.statistics.s3_uri #=> String
18210
- # resp.results[0].model_package.model_metrics.model_data_quality.constraints.content_type #=> String
18211
- # resp.results[0].model_package.model_metrics.model_data_quality.constraints.content_digest #=> String
18212
- # resp.results[0].model_package.model_metrics.model_data_quality.constraints.s3_uri #=> String
18213
- # resp.results[0].model_package.model_metrics.bias.report.content_type #=> String
18214
- # resp.results[0].model_package.model_metrics.bias.report.content_digest #=> String
18215
- # resp.results[0].model_package.model_metrics.bias.report.s3_uri #=> String
18216
- # resp.results[0].model_package.model_metrics.bias.pre_training_report.content_type #=> String
18217
- # resp.results[0].model_package.model_metrics.bias.pre_training_report.content_digest #=> String
18218
- # resp.results[0].model_package.model_metrics.bias.pre_training_report.s3_uri #=> String
18219
- # resp.results[0].model_package.model_metrics.bias.post_training_report.content_type #=> String
18220
- # resp.results[0].model_package.model_metrics.bias.post_training_report.content_digest #=> String
18221
- # resp.results[0].model_package.model_metrics.bias.post_training_report.s3_uri #=> String
18222
- # resp.results[0].model_package.model_metrics.explainability.report.content_type #=> String
18223
- # resp.results[0].model_package.model_metrics.explainability.report.content_digest #=> String
18224
- # resp.results[0].model_package.model_metrics.explainability.report.s3_uri #=> String
18225
- # resp.results[0].model_package.last_modified_time #=> Time
18226
- # resp.results[0].model_package.last_modified_by.user_profile_arn #=> String
18227
- # resp.results[0].model_package.last_modified_by.user_profile_name #=> String
18228
- # resp.results[0].model_package.last_modified_by.domain_id #=> String
18229
- # resp.results[0].model_package.approval_description #=> String
18230
- # resp.results[0].model_package.domain #=> String
18231
- # resp.results[0].model_package.task #=> String
18232
- # resp.results[0].model_package.sample_payload_url #=> String
18233
- # resp.results[0].model_package.additional_inference_specifications #=> Array
18234
- # resp.results[0].model_package.additional_inference_specifications[0].name #=> String
18235
- # resp.results[0].model_package.additional_inference_specifications[0].description #=> String
18236
- # resp.results[0].model_package.additional_inference_specifications[0].containers #=> Array
18237
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].container_hostname #=> String
18238
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].image #=> String
18239
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].image_digest #=> String
18240
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].model_data_url #=> String
18241
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].product_id #=> String
18242
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].environment #=> Hash
18243
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].environment["EnvironmentKey"] #=> String
18244
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].model_input.data_input_config #=> String
18245
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].framework #=> String
18246
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].framework_version #=> String
18247
- # resp.results[0].model_package.additional_inference_specifications[0].containers[0].nearest_model_name #=> String
18248
- # resp.results[0].model_package.additional_inference_specifications[0].supported_transform_instance_types #=> Array
18249
- # resp.results[0].model_package.additional_inference_specifications[0].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"
18250
- # resp.results[0].model_package.additional_inference_specifications[0].supported_realtime_inference_instance_types #=> Array
18251
- # resp.results[0].model_package.additional_inference_specifications[0].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", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.p4d.24xlarge", "ml.c7g.large", "ml.c7g.xlarge", "ml.c7g.2xlarge", "ml.c7g.4xlarge", "ml.c7g.8xlarge", "ml.c7g.12xlarge", "ml.c7g.16xlarge", "ml.m6g.large", "ml.m6g.xlarge", "ml.m6g.2xlarge", "ml.m6g.4xlarge", "ml.m6g.8xlarge", "ml.m6g.12xlarge", "ml.m6g.16xlarge", "ml.m6gd.large", "ml.m6gd.xlarge", "ml.m6gd.2xlarge", "ml.m6gd.4xlarge", "ml.m6gd.8xlarge", "ml.m6gd.12xlarge", "ml.m6gd.16xlarge", "ml.c6g.large", "ml.c6g.xlarge", "ml.c6g.2xlarge", "ml.c6g.4xlarge", "ml.c6g.8xlarge", "ml.c6g.12xlarge", "ml.c6g.16xlarge", "ml.c6gd.large", "ml.c6gd.xlarge", "ml.c6gd.2xlarge", "ml.c6gd.4xlarge", "ml.c6gd.8xlarge", "ml.c6gd.12xlarge", "ml.c6gd.16xlarge", "ml.c6gn.large", "ml.c6gn.xlarge", "ml.c6gn.2xlarge", "ml.c6gn.4xlarge", "ml.c6gn.8xlarge", "ml.c6gn.12xlarge", "ml.c6gn.16xlarge", "ml.r6g.large", "ml.r6g.xlarge", "ml.r6g.2xlarge", "ml.r6g.4xlarge", "ml.r6g.8xlarge", "ml.r6g.12xlarge", "ml.r6g.16xlarge", "ml.r6gd.large", "ml.r6gd.xlarge", "ml.r6gd.2xlarge", "ml.r6gd.4xlarge", "ml.r6gd.8xlarge", "ml.r6gd.12xlarge", "ml.r6gd.16xlarge"
18252
- # resp.results[0].model_package.additional_inference_specifications[0].supported_content_types #=> Array
18253
- # resp.results[0].model_package.additional_inference_specifications[0].supported_content_types[0] #=> String
18254
- # resp.results[0].model_package.additional_inference_specifications[0].supported_response_mime_types #=> Array
18255
- # resp.results[0].model_package.additional_inference_specifications[0].supported_response_mime_types[0] #=> String
18256
- # resp.results[0].model_package.tags #=> Array
18257
- # resp.results[0].model_package.tags[0].key #=> String
18258
- # resp.results[0].model_package.tags[0].value #=> String
18259
- # resp.results[0].model_package.customer_metadata_properties #=> Hash
18260
- # resp.results[0].model_package.customer_metadata_properties["CustomerMetadataKey"] #=> String
18261
- # resp.results[0].model_package.drift_check_baselines.bias.config_file.content_type #=> String
18262
- # resp.results[0].model_package.drift_check_baselines.bias.config_file.content_digest #=> String
18263
- # resp.results[0].model_package.drift_check_baselines.bias.config_file.s3_uri #=> String
18264
- # resp.results[0].model_package.drift_check_baselines.bias.pre_training_constraints.content_type #=> String
18265
- # resp.results[0].model_package.drift_check_baselines.bias.pre_training_constraints.content_digest #=> String
18266
- # resp.results[0].model_package.drift_check_baselines.bias.pre_training_constraints.s3_uri #=> String
18267
- # resp.results[0].model_package.drift_check_baselines.bias.post_training_constraints.content_type #=> String
18268
- # resp.results[0].model_package.drift_check_baselines.bias.post_training_constraints.content_digest #=> String
18269
- # resp.results[0].model_package.drift_check_baselines.bias.post_training_constraints.s3_uri #=> String
18270
- # resp.results[0].model_package.drift_check_baselines.explainability.constraints.content_type #=> String
18271
- # resp.results[0].model_package.drift_check_baselines.explainability.constraints.content_digest #=> String
18272
- # resp.results[0].model_package.drift_check_baselines.explainability.constraints.s3_uri #=> String
18273
- # resp.results[0].model_package.drift_check_baselines.explainability.config_file.content_type #=> String
18274
- # resp.results[0].model_package.drift_check_baselines.explainability.config_file.content_digest #=> String
18275
- # resp.results[0].model_package.drift_check_baselines.explainability.config_file.s3_uri #=> String
18276
- # resp.results[0].model_package.drift_check_baselines.model_quality.statistics.content_type #=> String
18277
- # resp.results[0].model_package.drift_check_baselines.model_quality.statistics.content_digest #=> String
18278
- # resp.results[0].model_package.drift_check_baselines.model_quality.statistics.s3_uri #=> String
18279
- # resp.results[0].model_package.drift_check_baselines.model_quality.constraints.content_type #=> String
18280
- # resp.results[0].model_package.drift_check_baselines.model_quality.constraints.content_digest #=> String
18281
- # resp.results[0].model_package.drift_check_baselines.model_quality.constraints.s3_uri #=> String
18282
- # resp.results[0].model_package.drift_check_baselines.model_data_quality.statistics.content_type #=> String
18283
- # resp.results[0].model_package.drift_check_baselines.model_data_quality.statistics.content_digest #=> String
18284
- # resp.results[0].model_package.drift_check_baselines.model_data_quality.statistics.s3_uri #=> String
18285
- # resp.results[0].model_package.drift_check_baselines.model_data_quality.constraints.content_type #=> String
18286
- # resp.results[0].model_package.drift_check_baselines.model_data_quality.constraints.content_digest #=> String
18287
- # resp.results[0].model_package.drift_check_baselines.model_data_quality.constraints.s3_uri #=> String
18288
- # resp.results[0].model_package_group.model_package_group_name #=> String
18289
- # resp.results[0].model_package_group.model_package_group_arn #=> String
18290
- # resp.results[0].model_package_group.model_package_group_description #=> String
18291
- # resp.results[0].model_package_group.creation_time #=> Time
18292
- # resp.results[0].model_package_group.created_by.user_profile_arn #=> String
18293
- # resp.results[0].model_package_group.created_by.user_profile_name #=> String
18294
- # resp.results[0].model_package_group.created_by.domain_id #=> String
18295
- # resp.results[0].model_package_group.model_package_group_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting", "DeleteFailed"
18296
- # resp.results[0].model_package_group.tags #=> Array
18297
- # resp.results[0].model_package_group.tags[0].key #=> String
18298
- # resp.results[0].model_package_group.tags[0].value #=> String
18299
- # resp.results[0].pipeline.pipeline_arn #=> String
18300
- # resp.results[0].pipeline.pipeline_name #=> String
18301
- # resp.results[0].pipeline.pipeline_display_name #=> String
18302
- # resp.results[0].pipeline.pipeline_description #=> String
18303
- # resp.results[0].pipeline.role_arn #=> String
18304
- # resp.results[0].pipeline.pipeline_status #=> String, one of "Active"
18305
- # resp.results[0].pipeline.creation_time #=> Time
18306
- # resp.results[0].pipeline.last_modified_time #=> Time
18307
- # resp.results[0].pipeline.last_run_time #=> Time
18308
- # resp.results[0].pipeline.created_by.user_profile_arn #=> String
18309
- # resp.results[0].pipeline.created_by.user_profile_name #=> String
18310
- # resp.results[0].pipeline.created_by.domain_id #=> String
18311
- # resp.results[0].pipeline.last_modified_by.user_profile_arn #=> String
18312
- # resp.results[0].pipeline.last_modified_by.user_profile_name #=> String
18313
- # resp.results[0].pipeline.last_modified_by.domain_id #=> String
18314
- # resp.results[0].pipeline.parallelism_configuration.max_parallel_execution_steps #=> Integer
18315
- # resp.results[0].pipeline.tags #=> Array
18316
- # resp.results[0].pipeline.tags[0].key #=> String
18317
- # resp.results[0].pipeline.tags[0].value #=> String
18318
- # resp.results[0].pipeline_execution.pipeline_arn #=> String
18319
- # resp.results[0].pipeline_execution.pipeline_execution_arn #=> String
18320
- # resp.results[0].pipeline_execution.pipeline_execution_display_name #=> String
18321
- # resp.results[0].pipeline_execution.pipeline_execution_status #=> String, one of "Executing", "Stopping", "Stopped", "Failed", "Succeeded"
18322
- # resp.results[0].pipeline_execution.pipeline_execution_description #=> String
18323
- # resp.results[0].pipeline_execution.pipeline_experiment_config.experiment_name #=> String
18324
- # resp.results[0].pipeline_execution.pipeline_experiment_config.trial_name #=> String
18325
- # resp.results[0].pipeline_execution.failure_reason #=> String
18326
- # resp.results[0].pipeline_execution.creation_time #=> Time
18327
- # resp.results[0].pipeline_execution.last_modified_time #=> Time
18328
- # resp.results[0].pipeline_execution.created_by.user_profile_arn #=> String
18329
- # resp.results[0].pipeline_execution.created_by.user_profile_name #=> String
18330
- # resp.results[0].pipeline_execution.created_by.domain_id #=> String
18331
- # resp.results[0].pipeline_execution.last_modified_by.user_profile_arn #=> String
18332
- # resp.results[0].pipeline_execution.last_modified_by.user_profile_name #=> String
18333
- # resp.results[0].pipeline_execution.last_modified_by.domain_id #=> String
18334
- # resp.results[0].pipeline_execution.parallelism_configuration.max_parallel_execution_steps #=> Integer
18335
- # resp.results[0].pipeline_execution.pipeline_parameters #=> Array
18336
- # resp.results[0].pipeline_execution.pipeline_parameters[0].name #=> String
18337
- # resp.results[0].pipeline_execution.pipeline_parameters[0].value #=> String
18338
- # resp.results[0].feature_group.feature_group_arn #=> String
18339
- # resp.results[0].feature_group.feature_group_name #=> String
18340
- # resp.results[0].feature_group.record_identifier_feature_name #=> String
18341
- # resp.results[0].feature_group.event_time_feature_name #=> String
18342
- # resp.results[0].feature_group.feature_definitions #=> Array
18343
- # resp.results[0].feature_group.feature_definitions[0].feature_name #=> String
18344
- # resp.results[0].feature_group.feature_definitions[0].feature_type #=> String, one of "Integral", "Fractional", "String"
18345
- # resp.results[0].feature_group.creation_time #=> Time
18346
- # resp.results[0].feature_group.last_modified_time #=> Time
18347
- # resp.results[0].feature_group.online_store_config.security_config.kms_key_id #=> String
18348
- # resp.results[0].feature_group.online_store_config.enable_online_store #=> Boolean
18349
- # resp.results[0].feature_group.offline_store_config.s3_storage_config.s3_uri #=> String
18350
- # resp.results[0].feature_group.offline_store_config.s3_storage_config.kms_key_id #=> String
18351
- # resp.results[0].feature_group.offline_store_config.s3_storage_config.resolved_output_s3_uri #=> String
18352
- # resp.results[0].feature_group.offline_store_config.disable_glue_table_creation #=> Boolean
18353
- # resp.results[0].feature_group.offline_store_config.data_catalog_config.table_name #=> String
18354
- # resp.results[0].feature_group.offline_store_config.data_catalog_config.catalog #=> String
18355
- # resp.results[0].feature_group.offline_store_config.data_catalog_config.database #=> String
18356
- # resp.results[0].feature_group.role_arn #=> String
18357
- # resp.results[0].feature_group.feature_group_status #=> String, one of "Creating", "Created", "CreateFailed", "Deleting", "DeleteFailed"
18358
- # resp.results[0].feature_group.offline_store_status.status #=> String, one of "Active", "Blocked", "Disabled"
18359
- # resp.results[0].feature_group.offline_store_status.blocked_reason #=> String
18360
- # resp.results[0].feature_group.last_update_status.status #=> String, one of "Successful", "Failed", "InProgress"
18361
- # resp.results[0].feature_group.last_update_status.failure_reason #=> String
18362
- # resp.results[0].feature_group.failure_reason #=> String
18363
- # resp.results[0].feature_group.description #=> String
18364
- # resp.results[0].feature_group.tags #=> Array
18365
- # resp.results[0].feature_group.tags[0].key #=> String
18366
- # resp.results[0].feature_group.tags[0].value #=> String
18367
- # resp.results[0].project.project_arn #=> String
18368
- # resp.results[0].project.project_name #=> String
18369
- # resp.results[0].project.project_id #=> String
18370
- # resp.results[0].project.project_description #=> String
18371
- # resp.results[0].project.service_catalog_provisioning_details.product_id #=> String
18372
- # resp.results[0].project.service_catalog_provisioning_details.provisioning_artifact_id #=> String
18373
- # resp.results[0].project.service_catalog_provisioning_details.path_id #=> String
18374
- # resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters #=> Array
18375
- # resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].key #=> String
18376
- # resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].value #=> String
18377
- # resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_id #=> String
18378
- # resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_status_message #=> String
18379
- # resp.results[0].project.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
18380
- # resp.results[0].project.created_by.user_profile_arn #=> String
18381
- # resp.results[0].project.created_by.user_profile_name #=> String
18382
- # resp.results[0].project.created_by.domain_id #=> String
18383
- # resp.results[0].project.creation_time #=> Time
18384
- # resp.results[0].project.tags #=> Array
18385
- # resp.results[0].project.tags[0].key #=> String
18386
- # resp.results[0].project.tags[0].value #=> String
18387
- # resp.results[0].project.last_modified_time #=> Time
18388
- # resp.results[0].project.last_modified_by.user_profile_arn #=> String
18389
- # resp.results[0].project.last_modified_by.user_profile_name #=> String
18390
- # resp.results[0].project.last_modified_by.domain_id #=> String
18391
- # resp.results[0].feature_metadata.feature_group_arn #=> String
18392
- # resp.results[0].feature_metadata.feature_group_name #=> String
18393
- # resp.results[0].feature_metadata.feature_name #=> String
18394
- # resp.results[0].feature_metadata.feature_type #=> String, one of "Integral", "Fractional", "String"
18395
- # resp.results[0].feature_metadata.creation_time #=> Time
18396
- # resp.results[0].feature_metadata.last_modified_time #=> Time
18397
- # resp.results[0].feature_metadata.description #=> String
18398
- # resp.results[0].feature_metadata.parameters #=> Array
18399
- # resp.results[0].feature_metadata.parameters[0].key #=> String
18400
- # resp.results[0].feature_metadata.parameters[0].value #=> String
18401
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_name #=> String
18402
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_arn #=> String
18403
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.strategy #=> String, one of "Bayesian", "Random", "Hyperband", "Grid"
18404
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.strategy_config.hyperband_strategy_config.min_resource #=> Integer
18405
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.strategy_config.hyperband_strategy_config.max_resource #=> Integer
18406
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.hyper_parameter_tuning_job_objective.type #=> String, one of "Maximize", "Minimize"
18407
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.hyper_parameter_tuning_job_objective.metric_name #=> String
18408
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.resource_limits.max_number_of_training_jobs #=> Integer
18409
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.resource_limits.max_parallel_training_jobs #=> Integer
18410
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges #=> Array
18411
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].name #=> String
18412
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].min_value #=> String
18413
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].max_value #=> String
18414
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
18415
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges #=> Array
18416
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].name #=> String
18417
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
18418
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
18419
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
18420
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges #=> Array
18421
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].name #=> String
18422
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values #=> Array
18423
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
18424
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.training_job_early_stopping_type #=> String, one of "Off", "Auto"
18425
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.tuning_job_completion_criteria.target_objective_metric_value #=> Float
18426
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.definition_name #=> String
18427
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.tuning_objective.type #=> String, one of "Maximize", "Minimize"
18428
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.tuning_objective.metric_name #=> String
18429
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges #=> Array
18430
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].name #=> String
18431
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].min_value #=> String
18432
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].max_value #=> String
18433
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
18434
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges #=> Array
18435
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].name #=> String
18436
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
18437
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
18438
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
18439
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges #=> Array
18440
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].name #=> String
18441
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
18442
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
18443
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.static_hyper_parameters #=> Hash
18444
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.static_hyper_parameters["HyperParameterKey"] #=> String
18445
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.training_image #=> String
18446
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
18447
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.algorithm_name #=> String
18448
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions #=> Array
18449
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions[0].name #=> String
18450
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions[0].regex #=> String
18451
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.role_arn #=> String
18452
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config #=> Array
18453
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].channel_name #=> String
18454
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
18455
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_uri #=> String
18456
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
18457
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
18458
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
18459
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
18460
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
18461
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
18462
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
18463
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
18464
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
18465
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].content_type #=> String
18466
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
18467
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
18468
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
18469
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
18470
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.security_group_ids #=> Array
18471
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.security_group_ids[0] #=> String
18472
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.subnets #=> Array
18473
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.subnets[0] #=> String
18474
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.output_data_config.kms_key_id #=> String
18475
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.output_data_config.s3_output_path #=> String
18476
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18477
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_count #=> Integer
18478
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.volume_size_in_gb #=> Integer
18479
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.volume_kms_key_id #=> String
18480
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups #=> Array
18481
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18482
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
18483
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
18484
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
18485
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
18486
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
18487
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_network_isolation #=> Boolean
18488
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_inter_container_traffic_encryption #=> Boolean
18489
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_managed_spot_training #=> Boolean
18490
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.checkpoint_config.s3_uri #=> String
18491
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.checkpoint_config.local_path #=> String
18492
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.retry_strategy.maximum_retry_attempts #=> Integer
18493
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18494
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_count #=> Integer
18495
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
18496
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
18497
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
18498
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs #=> Array
18499
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18500
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
18501
- # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
18502
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions #=> Array
18503
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].definition_name #=> String
18504
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].tuning_objective.type #=> String, one of "Maximize", "Minimize"
18505
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].tuning_objective.metric_name #=> String
18506
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges #=> Array
18507
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].name #=> String
18508
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].min_value #=> String
18509
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].max_value #=> String
18510
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
18511
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges #=> Array
18512
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].name #=> String
18513
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
18514
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
18515
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
18516
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges #=> Array
18517
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].name #=> String
18518
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
18519
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
18520
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].static_hyper_parameters #=> Hash
18521
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].static_hyper_parameters["HyperParameterKey"] #=> String
18522
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.training_image #=> String
18523
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
18524
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.algorithm_name #=> String
18525
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions #=> Array
18526
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions[0].name #=> String
18527
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions[0].regex #=> String
18528
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].role_arn #=> String
18529
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config #=> Array
18530
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].channel_name #=> String
18531
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
18532
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_uri #=> String
18533
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
18534
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
18535
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
18536
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
18537
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
18538
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
18539
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
18540
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
18541
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.directory_path #=> String
18542
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].content_type #=> String
18543
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].compression_type #=> String, one of "None", "Gzip"
18544
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
18545
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
18546
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].shuffle_config.seed #=> Integer
18547
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.security_group_ids #=> Array
18548
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.security_group_ids[0] #=> String
18549
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.subnets #=> Array
18550
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.subnets[0] #=> String
18551
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].output_data_config.kms_key_id #=> String
18552
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].output_data_config.s3_output_path #=> String
18553
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18554
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_count #=> Integer
18555
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
18556
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
18557
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups #=> Array
18558
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18559
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
18560
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
18561
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.keep_alive_period_in_seconds #=> Integer
18562
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
18563
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
18564
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_network_isolation #=> Boolean
18565
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_inter_container_traffic_encryption #=> Boolean
18566
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_managed_spot_training #=> Boolean
18567
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].checkpoint_config.s3_uri #=> String
18568
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].checkpoint_config.local_path #=> String
18569
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].retry_strategy.maximum_retry_attempts #=> Integer
18570
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18571
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_count #=> Integer
18572
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
18573
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
18574
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
18575
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs #=> Array
18576
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "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.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
18577
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
18578
- # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
18579
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
18580
- # resp.results[0].hyper_parameter_tuning_job.creation_time #=> Time
18581
- # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_end_time #=> Time
18582
- # resp.results[0].hyper_parameter_tuning_job.last_modified_time #=> Time
18583
- # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.completed #=> Integer
18584
- # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.in_progress #=> Integer
18585
- # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.retryable_error #=> Integer
18586
- # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.non_retryable_error #=> Integer
18587
- # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.stopped #=> Integer
18588
- # resp.results[0].hyper_parameter_tuning_job.objective_status_counters.succeeded #=> Integer
18589
- # resp.results[0].hyper_parameter_tuning_job.objective_status_counters.pending #=> Integer
18590
- # resp.results[0].hyper_parameter_tuning_job.objective_status_counters.failed #=> Integer
18591
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_definition_name #=> String
18592
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_name #=> String
18593
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_arn #=> String
18594
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.tuning_job_name #=> String
18595
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.creation_time #=> Time
18596
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_start_time #=> Time
18597
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_end_time #=> Time
18598
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
18599
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.tuned_hyper_parameters #=> Hash
18600
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
18601
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.failure_reason #=> String
18602
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
18603
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
18604
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.value #=> Float
18605
- # resp.results[0].hyper_parameter_tuning_job.best_training_job.objective_status #=> String, one of "Succeeded", "Pending", "Failed"
18606
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_definition_name #=> String
18607
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_name #=> String
18608
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_arn #=> String
18609
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuning_job_name #=> String
18610
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.creation_time #=> Time
18611
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_start_time #=> Time
18612
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_end_time #=> Time
18613
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
18614
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuned_hyper_parameters #=> Hash
18615
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
18616
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.failure_reason #=> String
18617
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
18618
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
18619
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.value #=> Float
18620
- # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.objective_status #=> String, one of "Succeeded", "Pending", "Failed"
18621
- # resp.results[0].hyper_parameter_tuning_job.warm_start_config.parent_hyper_parameter_tuning_jobs #=> Array
18622
- # resp.results[0].hyper_parameter_tuning_job.warm_start_config.parent_hyper_parameter_tuning_jobs[0].hyper_parameter_tuning_job_name #=> String
18623
- # resp.results[0].hyper_parameter_tuning_job.warm_start_config.warm_start_type #=> String, one of "IdenticalDataAndAlgorithm", "TransferLearning"
18624
- # resp.results[0].hyper_parameter_tuning_job.failure_reason #=> String
18625
- # resp.results[0].hyper_parameter_tuning_job.tags #=> Array
18626
- # resp.results[0].hyper_parameter_tuning_job.tags[0].key #=> String
18627
- # resp.results[0].hyper_parameter_tuning_job.tags[0].value #=> String
18628
- # resp.next_token #=> String
18629
- #
18630
19535
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
18631
19536
  #
18632
19537
  # @overload search(params = {})
@@ -18755,6 +19660,34 @@ module Aws::SageMaker
18755
19660
  req.send_request(options)
18756
19661
  end
18757
19662
 
19663
+ # Starts an inference experiment.
19664
+ #
19665
+ # @option params [required, String] :name
19666
+ # The name of the inference experiment to start.
19667
+ #
19668
+ # @return [Types::StartInferenceExperimentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19669
+ #
19670
+ # * {Types::StartInferenceExperimentResponse#inference_experiment_arn #inference_experiment_arn} => String
19671
+ #
19672
+ # @example Request syntax with placeholder values
19673
+ #
19674
+ # resp = client.start_inference_experiment({
19675
+ # name: "InferenceExperimentName", # required
19676
+ # })
19677
+ #
19678
+ # @example Response structure
19679
+ #
19680
+ # resp.inference_experiment_arn #=> String
19681
+ #
19682
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartInferenceExperiment AWS API Documentation
19683
+ #
19684
+ # @overload start_inference_experiment(params = {})
19685
+ # @param [Hash] params ({})
19686
+ def start_inference_experiment(params = {}, options = {})
19687
+ req = build_request(:start_inference_experiment, params)
19688
+ req.send_request(options)
19689
+ end
19690
+
18758
19691
  # Starts a previously stopped monitoring schedule.
18759
19692
  #
18760
19693
  # <note markdown="1"> By default, when you successfully create a new schedule, the status of
@@ -18841,7 +19774,7 @@ module Aws::SageMaker
18841
19774
  # @example Request syntax with placeholder values
18842
19775
  #
18843
19776
  # resp = client.start_pipeline_execution({
18844
- # pipeline_name: "PipelineName", # required
19777
+ # pipeline_name: "PipelineNameOrArn", # required
18845
19778
  # pipeline_execution_display_name: "PipelineExecutionName",
18846
19779
  # pipeline_parameters: [
18847
19780
  # {
@@ -18999,6 +19932,79 @@ module Aws::SageMaker
18999
19932
  req.send_request(options)
19000
19933
  end
19001
19934
 
19935
+ # Stops an inference experiment.
19936
+ #
19937
+ # @option params [required, String] :name
19938
+ # The name of the inference experiment to stop.
19939
+ #
19940
+ # @option params [required, Hash<String,String>] :model_variant_actions
19941
+ # Array of key-value pairs, with names of variants mapped to actions.
19942
+ # The possible actions are the following:
19943
+ #
19944
+ # * `Promote` - Promote the shadow variant to a production variant
19945
+ #
19946
+ # * `Remove` - Delete the variant
19947
+ #
19948
+ # * `Retain` - Keep the variant as it is
19949
+ #
19950
+ # @option params [Array<Types::ModelVariantConfig>] :desired_model_variants
19951
+ # Array of `ModelVariantConfig` objects. There is one for each variant
19952
+ # that you want to deploy after the inference experiment stops. Each
19953
+ # `ModelVariantConfig` describes the infrastructure configuration for
19954
+ # deploying the corresponding variant.
19955
+ #
19956
+ # @option params [String] :desired_state
19957
+ # The desired state of the experiment after stopping. The possible
19958
+ # states are the following:
19959
+ #
19960
+ # * `Completed`\: The experiment completed successfully
19961
+ #
19962
+ # * `Cancelled`\: The experiment was canceled
19963
+ #
19964
+ # @option params [String] :reason
19965
+ # The reason for stopping the experiment.
19966
+ #
19967
+ # @return [Types::StopInferenceExperimentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19968
+ #
19969
+ # * {Types::StopInferenceExperimentResponse#inference_experiment_arn #inference_experiment_arn} => String
19970
+ #
19971
+ # @example Request syntax with placeholder values
19972
+ #
19973
+ # resp = client.stop_inference_experiment({
19974
+ # name: "InferenceExperimentName", # required
19975
+ # model_variant_actions: { # required
19976
+ # "ModelVariantName" => "Retain", # accepts Retain, Remove, Promote
19977
+ # },
19978
+ # desired_model_variants: [
19979
+ # {
19980
+ # model_name: "ModelName", # required
19981
+ # variant_name: "ModelVariantName", # required
19982
+ # infrastructure_config: { # required
19983
+ # infrastructure_type: "RealTimeInference", # required, accepts RealTimeInference
19984
+ # real_time_inference_config: { # required
19985
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, 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.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.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
19986
+ # instance_count: 1, # required
19987
+ # },
19988
+ # },
19989
+ # },
19990
+ # ],
19991
+ # desired_state: "Completed", # accepts Completed, Cancelled
19992
+ # reason: "InferenceExperimentStatusReason",
19993
+ # })
19994
+ #
19995
+ # @example Response structure
19996
+ #
19997
+ # resp.inference_experiment_arn #=> String
19998
+ #
19999
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopInferenceExperiment AWS API Documentation
20000
+ #
20001
+ # @overload stop_inference_experiment(params = {})
20002
+ # @param [Hash] params ({})
20003
+ def stop_inference_experiment(params = {}, options = {})
20004
+ req = build_request(:stop_inference_experiment, params)
20005
+ req.send_request(options)
20006
+ end
20007
+
19002
20008
  # Stops an Inference Recommender job.
19003
20009
  #
19004
20010
  # @option params [required, String] :job_name
@@ -19546,6 +20552,9 @@ module Aws::SageMaker
19546
20552
  # @option params [Types::DomainSettingsForUpdate] :domain_settings_for_update
19547
20553
  # A collection of `DomainSettings` configuration values to update.
19548
20554
  #
20555
+ # @option params [Types::DefaultSpaceSettings] :default_space_settings
20556
+ # The default settings used to create a space within the Domain.
20557
+ #
19549
20558
  # @return [Types::UpdateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19550
20559
  #
19551
20560
  # * {Types::UpdateDomainResponse#domain_arn #domain_arn} => String
@@ -19570,6 +20579,11 @@ module Aws::SageMaker
19570
20579
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
19571
20580
  # },
19572
20581
  # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
20582
+ # code_repositories: [
20583
+ # {
20584
+ # repository_url: "RepositoryUrl", # required
20585
+ # },
20586
+ # ],
19573
20587
  # },
19574
20588
  # kernel_gateway_app_settings: {
19575
20589
  # default_resource_spec: {
@@ -19633,6 +20647,40 @@ module Aws::SageMaker
19633
20647
  # },
19634
20648
  # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
19635
20649
  # },
20650
+ # default_space_settings: {
20651
+ # execution_role: "RoleArn",
20652
+ # security_groups: ["SecurityGroupId"],
20653
+ # jupyter_server_app_settings: {
20654
+ # default_resource_spec: {
20655
+ # sage_maker_image_arn: "ImageArn",
20656
+ # sage_maker_image_version_arn: "ImageVersionArn",
20657
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
20658
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
20659
+ # },
20660
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
20661
+ # code_repositories: [
20662
+ # {
20663
+ # repository_url: "RepositoryUrl", # required
20664
+ # },
20665
+ # ],
20666
+ # },
20667
+ # kernel_gateway_app_settings: {
20668
+ # default_resource_spec: {
20669
+ # sage_maker_image_arn: "ImageArn",
20670
+ # sage_maker_image_version_arn: "ImageVersionArn",
20671
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
20672
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
20673
+ # },
20674
+ # custom_images: [
20675
+ # {
20676
+ # image_name: "ImageName", # required
20677
+ # image_version_number: 1,
20678
+ # app_image_config_name: "AppImageConfigName", # required
20679
+ # },
20680
+ # ],
20681
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
20682
+ # },
20683
+ # },
19636
20684
  # })
19637
20685
  #
19638
20686
  # @example Response structure
@@ -19929,6 +20977,46 @@ module Aws::SageMaker
19929
20977
  req.send_request(options)
19930
20978
  end
19931
20979
 
20980
+ # Update a hub.
20981
+ #
20982
+ # @option params [required, String] :hub_name
20983
+ # The name of the hub to update.
20984
+ #
20985
+ # @option params [String] :hub_description
20986
+ # A description of the updated hub.
20987
+ #
20988
+ # @option params [String] :hub_display_name
20989
+ # The display name of the hub.
20990
+ #
20991
+ # @option params [Array<String>] :hub_search_keywords
20992
+ # The searchable keywords for the hub.
20993
+ #
20994
+ # @return [Types::UpdateHubResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20995
+ #
20996
+ # * {Types::UpdateHubResponse#hub_arn #hub_arn} => String
20997
+ #
20998
+ # @example Request syntax with placeholder values
20999
+ #
21000
+ # resp = client.update_hub({
21001
+ # hub_name: "HubName", # required
21002
+ # hub_description: "HubDescription",
21003
+ # hub_display_name: "HubDisplayName",
21004
+ # hub_search_keywords: ["HubSearchKeyword"],
21005
+ # })
21006
+ #
21007
+ # @example Response structure
21008
+ #
21009
+ # resp.hub_arn #=> String
21010
+ #
21011
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateHub AWS API Documentation
21012
+ #
21013
+ # @overload update_hub(params = {})
21014
+ # @param [Hash] params ({})
21015
+ def update_hub(params = {}, options = {})
21016
+ req = build_request(:update_hub, params)
21017
+ req.send_request(options)
21018
+ end
21019
+
19932
21020
  # Updates the properties of a SageMaker image. To change the image's
19933
21021
  # tags, use the AddTags and DeleteTags APIs.
19934
21022
  #
@@ -19976,6 +21064,149 @@ module Aws::SageMaker
19976
21064
  req.send_request(options)
19977
21065
  end
19978
21066
 
21067
+ # Updates an inference experiment that you created. The status of the
21068
+ # inference experiment has to be either `Created`, `Running`. For more
21069
+ # information on the status of an inference experiment, see
21070
+ # DescribeInferenceExperimentResponse$Status.
21071
+ #
21072
+ # @option params [required, String] :name
21073
+ # The name of the inference experiment to be updated.
21074
+ #
21075
+ # @option params [Types::InferenceExperimentSchedule] :schedule
21076
+ # The duration for which the inference experiment will run. If the
21077
+ # status of the inference experiment is `Created`, then you can update
21078
+ # both the start and end dates. If the status of the inference
21079
+ # experiment is `Running`, then you can update only the end date.
21080
+ #
21081
+ # @option params [String] :description
21082
+ # The description of the inference experiment.
21083
+ #
21084
+ # @option params [Array<Types::ModelVariantConfig>] :model_variants
21085
+ # Array of `ModelVariantConfigSummary` objects. There is one for each
21086
+ # variant, whose infrastructure configuration you want to update.
21087
+ #
21088
+ # @option params [Types::InferenceExperimentDataStorageConfig] :data_storage_config
21089
+ # The Amazon S3 storage configuration for the inference experiment.
21090
+ #
21091
+ # @option params [Types::ShadowModeConfig] :shadow_mode_config
21092
+ # The Amazon S3 storage configuration for the inference experiment.
21093
+ #
21094
+ # @return [Types::UpdateInferenceExperimentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21095
+ #
21096
+ # * {Types::UpdateInferenceExperimentResponse#inference_experiment_arn #inference_experiment_arn} => String
21097
+ #
21098
+ # @example Request syntax with placeholder values
21099
+ #
21100
+ # resp = client.update_inference_experiment({
21101
+ # name: "InferenceExperimentName", # required
21102
+ # schedule: {
21103
+ # start_time: Time.now,
21104
+ # end_time: Time.now,
21105
+ # },
21106
+ # description: "InferenceExperimentDescription",
21107
+ # model_variants: [
21108
+ # {
21109
+ # model_name: "ModelName", # required
21110
+ # variant_name: "ModelVariantName", # required
21111
+ # infrastructure_config: { # required
21112
+ # infrastructure_type: "RealTimeInference", # required, accepts RealTimeInference
21113
+ # real_time_inference_config: { # required
21114
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, 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.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.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
21115
+ # instance_count: 1, # required
21116
+ # },
21117
+ # },
21118
+ # },
21119
+ # ],
21120
+ # data_storage_config: {
21121
+ # destination: "DestinationS3Uri", # required
21122
+ # kms_key: "KmsKeyId",
21123
+ # content_type: {
21124
+ # csv_content_types: ["CsvContentType"],
21125
+ # json_content_types: ["JsonContentType"],
21126
+ # },
21127
+ # },
21128
+ # shadow_mode_config: {
21129
+ # source_model_variant_name: "ModelVariantName", # required
21130
+ # shadow_model_variants: [ # required
21131
+ # {
21132
+ # shadow_model_variant_name: "ModelVariantName", # required
21133
+ # sampling_percentage: 1, # required
21134
+ # },
21135
+ # ],
21136
+ # },
21137
+ # })
21138
+ #
21139
+ # @example Response structure
21140
+ #
21141
+ # resp.inference_experiment_arn #=> String
21142
+ #
21143
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateInferenceExperiment AWS API Documentation
21144
+ #
21145
+ # @overload update_inference_experiment(params = {})
21146
+ # @param [Hash] params ({})
21147
+ def update_inference_experiment(params = {}, options = {})
21148
+ req = build_request(:update_inference_experiment, params)
21149
+ req.send_request(options)
21150
+ end
21151
+
21152
+ # Update an Amazon SageMaker Model Card.
21153
+ #
21154
+ # You cannot update both model card content and model card status in a
21155
+ # single call.
21156
+ #
21157
+ # @option params [required, String] :model_card_name
21158
+ # The name of the model card to update.
21159
+ #
21160
+ # @option params [String] :content
21161
+ # The updated model card content. Content must be in [model card JSON
21162
+ # schema][1] and provided as a string.
21163
+ #
21164
+ # When updating model card content, be sure to include the full content
21165
+ # and not just updated content.
21166
+ #
21167
+ #
21168
+ #
21169
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-api-json-schema.html
21170
+ #
21171
+ # @option params [String] :model_card_status
21172
+ # The approval status of the model card within your organization.
21173
+ # Different organizations might have different criteria for model card
21174
+ # review and approval.
21175
+ #
21176
+ # * `Draft`\: The model card is a work in progress.
21177
+ #
21178
+ # * `PendingReview`\: The model card is pending review.
21179
+ #
21180
+ # * `Approved`\: The model card is approved.
21181
+ #
21182
+ # * `Archived`\: The model card is archived. No more updates should be
21183
+ # made to the model card, but it can still be exported.
21184
+ #
21185
+ # @return [Types::UpdateModelCardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21186
+ #
21187
+ # * {Types::UpdateModelCardResponse#model_card_arn #model_card_arn} => String
21188
+ #
21189
+ # @example Request syntax with placeholder values
21190
+ #
21191
+ # resp = client.update_model_card({
21192
+ # model_card_name: "EntityName", # required
21193
+ # content: "ModelCardContent",
21194
+ # model_card_status: "Draft", # accepts Draft, PendingReview, Approved, Archived
21195
+ # })
21196
+ #
21197
+ # @example Response structure
21198
+ #
21199
+ # resp.model_card_arn #=> String
21200
+ #
21201
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelCard AWS API Documentation
21202
+ #
21203
+ # @overload update_model_card(params = {})
21204
+ # @param [Hash] params ({})
21205
+ def update_model_card(params = {}, options = {})
21206
+ req = build_request(:update_model_card, params)
21207
+ req.send_request(options)
21208
+ end
21209
+
19979
21210
  # Updates a versioned model.
19980
21211
  #
19981
21212
  # @option params [required, String] :model_package_arn
@@ -20059,6 +21290,50 @@ module Aws::SageMaker
20059
21290
  req.send_request(options)
20060
21291
  end
20061
21292
 
21293
+ # Update the parameters of a model monitor alert.
21294
+ #
21295
+ # @option params [required, String] :monitoring_schedule_name
21296
+ # The name of a monitoring schedule.
21297
+ #
21298
+ # @option params [required, String] :monitoring_alert_name
21299
+ # The name of a monitoring alert.
21300
+ #
21301
+ # @option params [required, Integer] :datapoints_to_alert
21302
+ # Within `EvaluationPeriod`, how many execution failures will raise an
21303
+ # alert.
21304
+ #
21305
+ # @option params [required, Integer] :evaluation_period
21306
+ # The number of most recent monitoring executions to consider when
21307
+ # evaluating alert status.
21308
+ #
21309
+ # @return [Types::UpdateMonitoringAlertResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21310
+ #
21311
+ # * {Types::UpdateMonitoringAlertResponse#monitoring_schedule_arn #monitoring_schedule_arn} => String
21312
+ # * {Types::UpdateMonitoringAlertResponse#monitoring_alert_name #monitoring_alert_name} => String
21313
+ #
21314
+ # @example Request syntax with placeholder values
21315
+ #
21316
+ # resp = client.update_monitoring_alert({
21317
+ # monitoring_schedule_name: "MonitoringScheduleName", # required
21318
+ # monitoring_alert_name: "MonitoringAlertName", # required
21319
+ # datapoints_to_alert: 1, # required
21320
+ # evaluation_period: 1, # required
21321
+ # })
21322
+ #
21323
+ # @example Response structure
21324
+ #
21325
+ # resp.monitoring_schedule_arn #=> String
21326
+ # resp.monitoring_alert_name #=> String
21327
+ #
21328
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateMonitoringAlert AWS API Documentation
21329
+ #
21330
+ # @overload update_monitoring_alert(params = {})
21331
+ # @param [Hash] params ({})
21332
+ def update_monitoring_alert(params = {}, options = {})
21333
+ req = build_request(:update_monitoring_alert, params)
21334
+ req.send_request(options)
21335
+ end
21336
+
20062
21337
  # Updates a previously created schedule.
20063
21338
  #
20064
21339
  # @option params [required, String] :monitoring_schedule_name
@@ -20568,6 +21843,73 @@ module Aws::SageMaker
20568
21843
  req.send_request(options)
20569
21844
  end
20570
21845
 
21846
+ # Updates the settings of a space.
21847
+ #
21848
+ # @option params [required, String] :domain_id
21849
+ # The ID of the associated Domain.
21850
+ #
21851
+ # @option params [required, String] :space_name
21852
+ # The name of the space.
21853
+ #
21854
+ # @option params [Types::SpaceSettings] :space_settings
21855
+ # A collection of space settings.
21856
+ #
21857
+ # @return [Types::UpdateSpaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21858
+ #
21859
+ # * {Types::UpdateSpaceResponse#space_arn #space_arn} => String
21860
+ #
21861
+ # @example Request syntax with placeholder values
21862
+ #
21863
+ # resp = client.update_space({
21864
+ # domain_id: "DomainId", # required
21865
+ # space_name: "SpaceName", # required
21866
+ # space_settings: {
21867
+ # jupyter_server_app_settings: {
21868
+ # default_resource_spec: {
21869
+ # sage_maker_image_arn: "ImageArn",
21870
+ # sage_maker_image_version_arn: "ImageVersionArn",
21871
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
21872
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
21873
+ # },
21874
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
21875
+ # code_repositories: [
21876
+ # {
21877
+ # repository_url: "RepositoryUrl", # required
21878
+ # },
21879
+ # ],
21880
+ # },
21881
+ # kernel_gateway_app_settings: {
21882
+ # default_resource_spec: {
21883
+ # sage_maker_image_arn: "ImageArn",
21884
+ # sage_maker_image_version_arn: "ImageVersionArn",
21885
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
21886
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
21887
+ # },
21888
+ # custom_images: [
21889
+ # {
21890
+ # image_name: "ImageName", # required
21891
+ # image_version_number: 1,
21892
+ # app_image_config_name: "AppImageConfigName", # required
21893
+ # },
21894
+ # ],
21895
+ # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
21896
+ # },
21897
+ # },
21898
+ # })
21899
+ #
21900
+ # @example Response structure
21901
+ #
21902
+ # resp.space_arn #=> String
21903
+ #
21904
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateSpace AWS API Documentation
21905
+ #
21906
+ # @overload update_space(params = {})
21907
+ # @param [Hash] params ({})
21908
+ def update_space(params = {}, options = {})
21909
+ req = build_request(:update_space, params)
21910
+ req.send_request(options)
21911
+ end
21912
+
20571
21913
  # Update a model training job to request a new Debugger profiling
20572
21914
  # configuration or to change warm pool retention length.
20573
21915
  #
@@ -20576,12 +21918,12 @@ module Aws::SageMaker
20576
21918
  # configuration.
20577
21919
  #
20578
21920
  # @option params [Types::ProfilerConfigForUpdate] :profiler_config
20579
- # Configuration information for Debugger system monitoring, framework
20580
- # profiling, and storage paths.
21921
+ # Configuration information for Amazon SageMaker Debugger system
21922
+ # monitoring, framework profiling, and storage paths.
20581
21923
  #
20582
21924
  # @option params [Array<Types::ProfilerRuleConfiguration>] :profiler_rule_configurations
20583
- # Configuration information for Debugger rules for profiling system and
20584
- # framework metrics.
21925
+ # Configuration information for Amazon SageMaker Debugger rules for
21926
+ # profiling system and framework metrics.
20585
21927
  #
20586
21928
  # @option params [Types::ResourceConfigForUpdate] :resource_config
20587
21929
  # The training job `ResourceConfig` to update warm pool retention
@@ -20794,6 +22136,11 @@ module Aws::SageMaker
20794
22136
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
20795
22137
  # },
20796
22138
  # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
22139
+ # code_repositories: [
22140
+ # {
22141
+ # repository_url: "RepositoryUrl", # required
22142
+ # },
22143
+ # ],
20797
22144
  # },
20798
22145
  # kernel_gateway_app_settings: {
20799
22146
  # default_resource_spec: {
@@ -21094,7 +22441,7 @@ module Aws::SageMaker
21094
22441
  params: params,
21095
22442
  config: config)
21096
22443
  context[:gem_name] = 'aws-sdk-sagemaker'
21097
- context[:gem_version] = '1.153.0'
22444
+ context[:gem_version] = '1.154.0'
21098
22445
  Seahorse::Client::Request.new(handlers, context)
21099
22446
  end
21100
22447