aws-sdk-sagemaker 1.58.0 → 1.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +121 -54
- data/lib/aws-sdk-sagemaker/client_api.rb +2 -0
- data/lib/aws-sdk-sagemaker/types.rb +264 -206
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa19447c0ee9beaa13f7e3e0ab1ce1bc731be958da399f0e5e39fec9236e4baa
|
4
|
+
data.tar.gz: 1da88086001e566b4b476a6d0b992e7830b8547c6ec1e3fd91788f545645be7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 390197eb9e0ec5927755e17bb60b395a13d0ffcadac1a58f0d9cdc1ff99259d46c449996fbd80fa563a7e0a45324e16dd2159ce7fa736ce047221caf8c0e769f
|
7
|
+
data.tar.gz: 6b55ef7cf9386a14fcc5d8d7d9b0dc6467788ecf1d4bd51bee4cd591810180aeaf57e118d2c18f9cf137dba6e5b4ac9142ef049da87bf593ab8db901e6ada03f
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
@@ -648,14 +648,11 @@ module Aws::SageMaker
|
|
648
648
|
end
|
649
649
|
|
650
650
|
# Creates a running App for the specified UserProfile. Supported Apps
|
651
|
-
# are
|
652
|
-
#
|
653
|
-
#
|
654
|
-
#
|
655
|
-
#
|
656
|
-
# deleted when stopped from within Studio, or when the DeleteApp API is
|
657
|
-
# manually called. UserProfiles are limited to 5 concurrently running
|
658
|
-
# Apps at a time.
|
651
|
+
# are JupyterServer, KernelGateway, and TensorBoard. This operation is
|
652
|
+
# automatically invoked by Amazon SageMaker Studio upon access to the
|
653
|
+
# associated Domain, and when new kernel configurations are selected by
|
654
|
+
# the user. A user may have multiple Apps active simultaneously.
|
655
|
+
# UserProfiles are limited to 5 concurrently running Apps at a time.
|
659
656
|
#
|
660
657
|
# @option params [required, String] :domain_id
|
661
658
|
# The domain ID.
|
@@ -991,36 +988,47 @@ module Aws::SageMaker
|
|
991
988
|
req.send_request(options)
|
992
989
|
end
|
993
990
|
|
994
|
-
# Creates a Domain
|
995
|
-
#
|
996
|
-
#
|
997
|
-
#
|
998
|
-
#
|
999
|
-
#
|
1000
|
-
#
|
1001
|
-
#
|
1002
|
-
#
|
1003
|
-
#
|
991
|
+
# Creates a `Domain` used by SageMaker Studio. A domain consists of an
|
992
|
+
# associated directory, a list of authorized users, and a variety of
|
993
|
+
# security, application, policy, and Amazon Virtual Private Cloud (VPC)
|
994
|
+
# configurations. An AWS account is limited to one domain per region.
|
995
|
+
# Users within a domain can share notebook files and other artifacts
|
996
|
+
# with each other.
|
997
|
+
#
|
998
|
+
# When a domain is created, an Amazon Elastic File System (EFS) volume
|
999
|
+
# is also created for use by all of the users within the domain. Each
|
1000
|
+
# user receives a private home directory within the EFS for notebooks,
|
1001
|
+
# Git repositories, and data files.
|
1002
|
+
#
|
1003
|
+
# All traffic between the domain and the EFS volume is communicated
|
1004
|
+
# through the specified subnet IDs. All other traffic goes over the
|
1005
|
+
# Internet through an Amazon SageMaker system VPC. The EFS traffic uses
|
1006
|
+
# the NFS/TCP protocol over port 2049.
|
1007
|
+
#
|
1008
|
+
# NFS traffic over TCP on port 2049 needs to be allowed in both inbound
|
1009
|
+
# and outbound rules in order to launch a SageMaker Studio app
|
1010
|
+
# successfully.
|
1004
1011
|
#
|
1005
1012
|
# @option params [required, String] :domain_name
|
1006
1013
|
# A name for the domain.
|
1007
1014
|
#
|
1008
1015
|
# @option params [required, String] :auth_mode
|
1009
|
-
# The mode of authentication that
|
1016
|
+
# The mode of authentication that members use to access the domain.
|
1010
1017
|
#
|
1011
1018
|
# @option params [required, Types::UserSettings] :default_user_settings
|
1012
1019
|
# The default user settings.
|
1013
1020
|
#
|
1014
1021
|
# @option params [required, Array<String>] :subnet_ids
|
1015
|
-
#
|
1022
|
+
# The VPC subnets to use for communication with the EFS volume.
|
1016
1023
|
#
|
1017
1024
|
# @option params [required, String] :vpc_id
|
1018
|
-
#
|
1019
|
-
#
|
1025
|
+
# The ID of the Amazon Virtual Private Cloud (VPC) to use for
|
1026
|
+
# communication with the EFS volume.
|
1020
1027
|
#
|
1021
1028
|
# @option params [Array<Types::Tag>] :tags
|
1022
|
-
# Each tag consists of a key and an
|
1023
|
-
# unique per resource.
|
1029
|
+
# Tags to associated with the Domain. Each tag consists of a key and an
|
1030
|
+
# optional value. Tag keys must be unique per resource. Tags are
|
1031
|
+
# searchable using the Search API.
|
1024
1032
|
#
|
1025
1033
|
# @option params [String] :home_efs_file_system_kms_key_id
|
1026
1034
|
# The AWS Key Management Service (KMS) encryption key ID. Encryption
|
@@ -1113,6 +1121,20 @@ module Aws::SageMaker
|
|
1113
1121
|
# launches the resources (ML compute instances), and deploys the
|
1114
1122
|
# model(s) on them.
|
1115
1123
|
#
|
1124
|
+
# <note markdown="1"> When you call CreateEndpoint, a load call is made to DynamoDB to
|
1125
|
+
# verify that your endpoint configuration exists. When you read data
|
1126
|
+
# from a DynamoDB table supporting [ `Eventually Consistent Reads` ][2],
|
1127
|
+
# the response might not reflect the results of a recently completed
|
1128
|
+
# write operation. The response might include some stale data. If the
|
1129
|
+
# dependent entities are not yet in DynamoDB, this causes a validation
|
1130
|
+
# error. If you repeat your read request after a short time, the
|
1131
|
+
# response should return the latest data. So retry logic is recommended
|
1132
|
+
# to handle these possible issues. We also recommend that customers call
|
1133
|
+
# DescribeEndpointConfig before calling CreateEndpoint to minimize the
|
1134
|
+
# potential impact of a DynamoDB eventually consistent read.
|
1135
|
+
#
|
1136
|
+
# </note>
|
1137
|
+
#
|
1116
1138
|
# When Amazon SageMaker receives the request, it sets the endpoint
|
1117
1139
|
# status to `Creating`. After it creates the endpoint, it sets the
|
1118
1140
|
# status to `InService`. Amazon SageMaker can then process incoming
|
@@ -1125,13 +1147,14 @@ module Aws::SageMaker
|
|
1125
1147
|
# activated in your IAM user account by default. If you previously
|
1126
1148
|
# deactivated AWS STS for a region, you need to reactivate AWS STS for
|
1127
1149
|
# that region. For more information, see [Activating and Deactivating
|
1128
|
-
# AWS STS in an AWS Region][
|
1150
|
+
# AWS STS in an AWS Region][3] in the *AWS Identity and Access
|
1129
1151
|
# Management User Guide*.
|
1130
1152
|
#
|
1131
1153
|
#
|
1132
1154
|
#
|
1133
1155
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto
|
1134
|
-
# [2]: https://docs.aws.amazon.com/
|
1156
|
+
# [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
|
1157
|
+
# [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
|
1135
1158
|
#
|
1136
1159
|
# @option params [required, String] :endpoint_name
|
1137
1160
|
# The name of the endpoint. The name must be unique within an AWS Region
|
@@ -1207,9 +1230,24 @@ module Aws::SageMaker
|
|
1207
1230
|
# SageMaker hosting services, see [Deploy the Model to Amazon SageMaker
|
1208
1231
|
# Hosting Services (AWS SDK for Python (Boto 3)).][1]
|
1209
1232
|
#
|
1233
|
+
# <note markdown="1"> When you call CreateEndpoint, a load call is made to DynamoDB to
|
1234
|
+
# verify that your endpoint configuration exists. When you read data
|
1235
|
+
# from a DynamoDB table supporting [ `Eventually Consistent Reads` ][2],
|
1236
|
+
# the response might not reflect the results of a recently completed
|
1237
|
+
# write operation. The response might include some stale data. If the
|
1238
|
+
# dependent entities are not yet in DynamoDB, this causes a validation
|
1239
|
+
# error. If you repeat your read request after a short time, the
|
1240
|
+
# response should return the latest data. So retry logic is recommended
|
1241
|
+
# to handle these possible issues. We also recommend that customers call
|
1242
|
+
# DescribeEndpointConfig before calling CreateEndpoint to minimize the
|
1243
|
+
# potential impact of a DynamoDB eventually consistent read.
|
1244
|
+
#
|
1245
|
+
# </note>
|
1246
|
+
#
|
1210
1247
|
#
|
1211
1248
|
#
|
1212
1249
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto
|
1250
|
+
# [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
|
1213
1251
|
#
|
1214
1252
|
# @option params [required, String] :endpoint_config_name
|
1215
1253
|
# The name of the endpoint configuration. You specify this name in a
|
@@ -1575,6 +1613,8 @@ module Aws::SageMaker
|
|
1575
1613
|
# resource configuration, and stopping condition.
|
1576
1614
|
#
|
1577
1615
|
# @option params [Array<Types::HyperParameterTrainingJobDefinition>] :training_job_definitions
|
1616
|
+
# A list of the HyperParameterTrainingJobDefinition objects launched for
|
1617
|
+
# this tuning job.
|
1578
1618
|
#
|
1579
1619
|
# @option params [Types::HyperParameterTuningJobWarmStartConfig] :warm_start_config
|
1580
1620
|
# Specifies the configuration for starting the hyperparameter tuning job
|
@@ -2043,6 +2083,7 @@ module Aws::SageMaker
|
|
2043
2083
|
# workteam_arn: "WorkteamArn", # required
|
2044
2084
|
# ui_config: { # required
|
2045
2085
|
# ui_template_s3_uri: "S3Uri",
|
2086
|
+
# human_task_ui_arn: "HumanTaskUiArn",
|
2046
2087
|
# },
|
2047
2088
|
# pre_human_task_lambda_arn: "LambdaFunctionArn", # required
|
2048
2089
|
# task_keywords: ["TaskKeyword"],
|
@@ -2755,8 +2796,9 @@ module Aws::SageMaker
|
|
2755
2796
|
# Creates a URL for a specified UserProfile in a Domain. When accessed
|
2756
2797
|
# in a web browser, the user will be automatically signed in to Amazon
|
2757
2798
|
# SageMaker Studio, and granted access to all of the Apps and files
|
2758
|
-
# associated with
|
2759
|
-
# can only be called when
|
2799
|
+
# associated with the Domain's Amazon Elastic File System (EFS) volume.
|
2800
|
+
# This operation can only be called when the authentication mode equals
|
2801
|
+
# IAM.
|
2760
2802
|
#
|
2761
2803
|
# @option params [required, String] :domain_id
|
2762
2804
|
# The domain ID.
|
@@ -2798,14 +2840,19 @@ module Aws::SageMaker
|
|
2798
2840
|
# showing the Jupyter server home page from the notebook instance. The
|
2799
2841
|
# console uses this API to get the URL and show the page.
|
2800
2842
|
#
|
2801
|
-
# IAM
|
2802
|
-
#
|
2803
|
-
#
|
2804
|
-
#
|
2805
|
-
#
|
2806
|
-
#
|
2807
|
-
#
|
2808
|
-
#
|
2843
|
+
# The IAM role or user used to call this API defines the permissions to
|
2844
|
+
# access the notebook instance. Once the presigned URL is created, no
|
2845
|
+
# additional permission is required to access this URL. IAM
|
2846
|
+
# authorization policies for this API are also enforced for every HTTP
|
2847
|
+
# request and WebSocket frame that attempts to connect to the notebook
|
2848
|
+
# instance.
|
2849
|
+
#
|
2850
|
+
# You can restrict access to this API and to the URL that it returns to
|
2851
|
+
# a list of IP addresses that you specify. Use the `NotIpAddress`
|
2852
|
+
# condition operator and the `aws:SourceIP` condition context key to
|
2853
|
+
# specify the list of IP addresses that you want to have access to the
|
2854
|
+
# notebook instance. For more information, see [Limit Access to a
|
2855
|
+
# Notebook Instance by IP Address][1].
|
2809
2856
|
#
|
2810
2857
|
# <note markdown="1"> The URL that you get from a call to CreatePresignedNotebookInstanceUrl
|
2811
2858
|
# is valid only for 5 minutes. If you try to use the URL after the
|
@@ -3711,15 +3758,13 @@ module Aws::SageMaker
|
|
3711
3758
|
end
|
3712
3759
|
|
3713
3760
|
# Creates a user profile. A user profile represents a single user within
|
3714
|
-
# a
|
3715
|
-
# purposes of sharing, reporting and other user-oriented features. This
|
3716
|
-
# entity is created
|
3717
|
-
# administrator invites a person by email or imports them from SSO, a
|
3718
|
-
#
|
3719
|
-
#
|
3720
|
-
#
|
3721
|
-
# and, through the domain, has a reference to the user's private Amazon
|
3722
|
-
# Elastic File System (EFS) home directory.
|
3761
|
+
# a domain, and is the main way to reference a "person" for the
|
3762
|
+
# purposes of sharing, reporting, and other user-oriented features. This
|
3763
|
+
# entity is created when a user onboards to Amazon SageMaker Studio. If
|
3764
|
+
# an administrator invites a person by email or imports them from SSO, a
|
3765
|
+
# user profile is automatically created. A user profile is the primary
|
3766
|
+
# holder of settings for an individual user and has a reference to the
|
3767
|
+
# user's private Amazon Elastic File System (EFS) home directory.
|
3723
3768
|
#
|
3724
3769
|
# @option params [required, String] :domain_id
|
3725
3770
|
# The ID of the associated Domain.
|
@@ -3964,9 +4009,10 @@ module Aws::SageMaker
|
|
3964
4009
|
req.send_request(options)
|
3965
4010
|
end
|
3966
4011
|
|
3967
|
-
# Used to delete a domain.
|
3968
|
-
# to
|
3969
|
-
#
|
4012
|
+
# Used to delete a domain. If you onboarded with IAM mode, you will need
|
4013
|
+
# to delete your domain to onboard again using SSO. Use with caution.
|
4014
|
+
# All of the members of the domain will lose access to their EFS volume,
|
4015
|
+
# including data, notebooks, and other artifacts.
|
3970
4016
|
#
|
3971
4017
|
# @option params [required, String] :domain_id
|
3972
4018
|
# The domain ID.
|
@@ -4031,6 +4077,13 @@ module Aws::SageMaker
|
|
4031
4077
|
# deletes only the specified configuration. It does not delete endpoints
|
4032
4078
|
# created using the configuration.
|
4033
4079
|
#
|
4080
|
+
# You must not delete an `EndpointConfig` in use by an endpoint that is
|
4081
|
+
# live or while the `UpdateEndpoint` or `CreateEndpoint` operations are
|
4082
|
+
# being performed on the endpoint. If you delete the `EndpointConfig` of
|
4083
|
+
# an endpoint that is active or being created or updated you may lose
|
4084
|
+
# visibility into the instance type the endpoint is using. The endpoint
|
4085
|
+
# must be deleted in order to stop incurring charges.
|
4086
|
+
#
|
4034
4087
|
# @option params [required, String] :endpoint_config_name
|
4035
4088
|
# The name of the endpoint configuration that you want to delete.
|
4036
4089
|
#
|
@@ -4325,7 +4378,9 @@ module Aws::SageMaker
|
|
4325
4378
|
req.send_request(options)
|
4326
4379
|
end
|
4327
4380
|
|
4328
|
-
# Deletes a user profile.
|
4381
|
+
# Deletes a user profile. When a user profile is deleted, the user loses
|
4382
|
+
# access to their EFS volume, including data, notebooks, and other
|
4383
|
+
# artifacts.
|
4329
4384
|
#
|
4330
4385
|
# @option params [required, String] :domain_id
|
4331
4386
|
# The domain ID.
|
@@ -4784,7 +4839,7 @@ module Aws::SageMaker
|
|
4784
4839
|
req.send_request(options)
|
4785
4840
|
end
|
4786
4841
|
|
4787
|
-
# The
|
4842
|
+
# The description of the domain.
|
4788
4843
|
#
|
4789
4844
|
# @option params [required, String] :domain_id
|
4790
4845
|
# The domain ID.
|
@@ -5401,6 +5456,7 @@ module Aws::SageMaker
|
|
5401
5456
|
# resp.labeling_job_algorithms_config.labeling_job_resource_config.volume_kms_key_id #=> String
|
5402
5457
|
# resp.human_task_config.workteam_arn #=> String
|
5403
5458
|
# resp.human_task_config.ui_config.ui_template_s3_uri #=> String
|
5459
|
+
# resp.human_task_config.ui_config.human_task_ui_arn #=> String
|
5404
5460
|
# resp.human_task_config.pre_human_task_lambda_arn #=> String
|
5405
5461
|
# resp.human_task_config.task_keywords #=> Array
|
5406
5462
|
# resp.human_task_config.task_keywords[0] #=> String
|
@@ -6289,7 +6345,8 @@ module Aws::SageMaker
|
|
6289
6345
|
req.send_request(options)
|
6290
6346
|
end
|
6291
6347
|
|
6292
|
-
# Describes
|
6348
|
+
# Describes a user profile. For more information, see
|
6349
|
+
# `CreateUserProfile`.
|
6293
6350
|
#
|
6294
6351
|
# @option params [required, String] :domain_id
|
6295
6352
|
# The domain ID.
|
@@ -8841,6 +8898,10 @@ module Aws::SageMaker
|
|
8841
8898
|
# The Amazon Resource Name (ARN) that has access to the S3 objects that
|
8842
8899
|
# are used by the template.
|
8843
8900
|
#
|
8901
|
+
# @option params [String] :human_task_ui_arn
|
8902
|
+
# The `HumanTaskUiArn` of the worker UI that you want to render. Do not
|
8903
|
+
# provide a `HumanTaskUiArn` if you use the `UiTemplate` parameter.
|
8904
|
+
#
|
8844
8905
|
# @return [Types::RenderUiTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8845
8906
|
#
|
8846
8907
|
# * {Types::RenderUiTemplateResponse#rendered_content #rendered_content} => String
|
@@ -8856,6 +8917,7 @@ module Aws::SageMaker
|
|
8856
8917
|
# input: "TaskInput", # required
|
8857
8918
|
# },
|
8858
8919
|
# role_arn: "RoleArn", # required
|
8920
|
+
# human_task_ui_arn: "HumanTaskUiArn",
|
8859
8921
|
# })
|
8860
8922
|
#
|
8861
8923
|
# @example Response structure
|
@@ -9631,10 +9693,10 @@ module Aws::SageMaker
|
|
9631
9693
|
req.send_request(options)
|
9632
9694
|
end
|
9633
9695
|
|
9634
|
-
# Updates
|
9696
|
+
# Updates the default settings for new user profiles in the domain.
|
9635
9697
|
#
|
9636
9698
|
# @option params [required, String] :domain_id
|
9637
|
-
# The domain
|
9699
|
+
# The ID of the domain to be updated.
|
9638
9700
|
#
|
9639
9701
|
# @option params [Types::UserSettings] :default_user_settings
|
9640
9702
|
# A collection of settings.
|
@@ -9704,6 +9766,11 @@ module Aws::SageMaker
|
|
9704
9766
|
# being performed on the endpoint. To update an endpoint, you must
|
9705
9767
|
# create a new `EndpointConfig`.
|
9706
9768
|
#
|
9769
|
+
# If you delete the `EndpointConfig` of an endpoint that is active or
|
9770
|
+
# being created or updated you may lose visibility into the instance
|
9771
|
+
# type the endpoint is using. The endpoint must be deleted in order to
|
9772
|
+
# stop incurring charges.
|
9773
|
+
#
|
9707
9774
|
# </note>
|
9708
9775
|
#
|
9709
9776
|
# @option params [required, String] :endpoint_name
|
@@ -10453,7 +10520,7 @@ module Aws::SageMaker
|
|
10453
10520
|
params: params,
|
10454
10521
|
config: config)
|
10455
10522
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
10456
|
-
context[:gem_version] = '1.
|
10523
|
+
context[:gem_version] = '1.59.0'
|
10457
10524
|
Seahorse::Client::Request.new(handlers, context)
|
10458
10525
|
end
|
10459
10526
|
|
@@ -3240,6 +3240,7 @@ module Aws::SageMaker
|
|
3240
3240
|
RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, location_name: "UiTemplate"))
|
3241
3241
|
RenderUiTemplateRequest.add_member(:task, Shapes::ShapeRef.new(shape: RenderableTask, required: true, location_name: "Task"))
|
3242
3242
|
RenderUiTemplateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3243
|
+
RenderUiTemplateRequest.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, location_name: "HumanTaskUiArn"))
|
3243
3244
|
RenderUiTemplateRequest.struct_class = Types::RenderUiTemplateRequest
|
3244
3245
|
|
3245
3246
|
RenderUiTemplateResponse.add_member(:rendered_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RenderedContent"))
|
@@ -3669,6 +3670,7 @@ module Aws::SageMaker
|
|
3669
3670
|
USD.struct_class = Types::USD
|
3670
3671
|
|
3671
3672
|
UiConfig.add_member(:ui_template_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "UiTemplateS3Uri"))
|
3673
|
+
UiConfig.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, location_name: "HumanTaskUiArn"))
|
3672
3674
|
UiConfig.struct_class = Types::UiConfig
|
3673
3675
|
|
3674
3676
|
UiTemplate.add_member(:content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "Content"))
|
@@ -482,10 +482,10 @@ module Aws::SageMaker
|
|
482
482
|
# segmentation, and text classification task types, Amazon SageMaker
|
483
483
|
# Ground Truth provides the following Lambda functions:
|
484
484
|
#
|
485
|
-
#
|
486
|
-
#
|
485
|
+
# **Bounding box** - Finds the most similar boxes from different
|
486
|
+
# workers based on the Jaccard index of the boxes.
|
487
487
|
#
|
488
|
-
#
|
488
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox`
|
489
489
|
#
|
490
490
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox`
|
491
491
|
#
|
@@ -509,11 +509,11 @@ module Aws::SageMaker
|
|
509
509
|
#
|
510
510
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox`
|
511
511
|
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
#
|
512
|
+
# **Image classification** - Uses a variant of the Expectation
|
513
|
+
# Maximization approach to estimate the true class of an image based
|
514
|
+
# on annotations from individual workers.
|
515
515
|
#
|
516
|
-
#
|
516
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass`
|
517
517
|
#
|
518
518
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass`
|
519
519
|
#
|
@@ -537,11 +537,11 @@ module Aws::SageMaker
|
|
537
537
|
#
|
538
538
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass`
|
539
539
|
#
|
540
|
-
#
|
541
|
-
#
|
542
|
-
#
|
540
|
+
# **Multi-label image classification** - Uses a variant of the
|
541
|
+
# Expectation Maximization approach to estimate the true classes of an
|
542
|
+
# image based on annotations from individual workers.
|
543
543
|
#
|
544
|
-
#
|
544
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel`
|
545
545
|
#
|
546
546
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel`
|
547
547
|
#
|
@@ -565,11 +565,11 @@ module Aws::SageMaker
|
|
565
565
|
#
|
566
566
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel`
|
567
567
|
#
|
568
|
-
#
|
569
|
-
#
|
570
|
-
#
|
568
|
+
# **Semantic segmentation** - Treats each pixel in an image as a
|
569
|
+
# multi-class classification and treats pixel annotations from workers
|
570
|
+
# as "votes" for the correct label.
|
571
571
|
#
|
572
|
-
#
|
572
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation`
|
573
573
|
#
|
574
574
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation`
|
575
575
|
#
|
@@ -593,11 +593,11 @@ module Aws::SageMaker
|
|
593
593
|
#
|
594
594
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation`
|
595
595
|
#
|
596
|
-
#
|
597
|
-
#
|
598
|
-
#
|
596
|
+
# **Text classification** - Uses a variant of the Expectation
|
597
|
+
# Maximization approach to estimate the true class of text based on
|
598
|
+
# annotations from individual workers.
|
599
599
|
#
|
600
|
-
#
|
600
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass`
|
601
601
|
#
|
602
602
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass`
|
603
603
|
#
|
@@ -621,11 +621,11 @@ module Aws::SageMaker
|
|
621
621
|
#
|
622
622
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass`
|
623
623
|
#
|
624
|
-
#
|
625
|
-
#
|
626
|
-
#
|
624
|
+
# **Multi-label text classification** - Uses a variant of the
|
625
|
+
# Expectation Maximization approach to estimate the true classes of
|
626
|
+
# text based on annotations from individual workers.
|
627
627
|
#
|
628
|
-
#
|
628
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel`
|
629
629
|
#
|
630
630
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel`
|
631
631
|
#
|
@@ -649,10 +649,10 @@ module Aws::SageMaker
|
|
649
649
|
#
|
650
650
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel`
|
651
651
|
#
|
652
|
-
#
|
653
|
-
#
|
652
|
+
# **Named entity recognition** - Groups similar selections and
|
653
|
+
# calculates aggregate boundaries, resolving to most-assigned label.
|
654
654
|
#
|
655
|
-
#
|
655
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition`
|
656
656
|
#
|
657
657
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition`
|
658
658
|
#
|
@@ -676,12 +676,12 @@ module Aws::SageMaker
|
|
676
676
|
#
|
677
677
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition`
|
678
678
|
#
|
679
|
-
#
|
680
|
-
#
|
681
|
-
#
|
682
|
-
#
|
679
|
+
# **Bounding box verification** - Uses a variant of the Expectation
|
680
|
+
# Maximization approach to estimate the true class of verification
|
681
|
+
# judgement for bounding box labels based on annotations from
|
682
|
+
# individual workers.
|
683
683
|
#
|
684
|
-
#
|
684
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox`
|
685
685
|
#
|
686
686
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox`
|
687
687
|
#
|
@@ -705,12 +705,12 @@ module Aws::SageMaker
|
|
705
705
|
#
|
706
706
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox`
|
707
707
|
#
|
708
|
-
#
|
709
|
-
#
|
710
|
-
#
|
711
|
-
#
|
708
|
+
# **Semantic segmentation verification** - Uses a variant of the
|
709
|
+
# Expectation Maximization approach to estimate the true class of
|
710
|
+
# verification judgment for semantic segmentation labels based on
|
711
|
+
# annotations from individual workers.
|
712
712
|
#
|
713
|
-
#
|
713
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation`
|
714
714
|
#
|
715
715
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation`
|
716
716
|
#
|
@@ -734,11 +734,11 @@ module Aws::SageMaker
|
|
734
734
|
#
|
735
735
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation`
|
736
736
|
#
|
737
|
-
#
|
738
|
-
#
|
739
|
-
#
|
737
|
+
# **Bounding box adjustment** - Finds the most similar boxes from
|
738
|
+
# different workers based on the Jaccard index of the adjusted
|
739
|
+
# annotations.
|
740
740
|
#
|
741
|
-
#
|
741
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox`
|
742
742
|
#
|
743
743
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox`
|
744
744
|
#
|
@@ -762,11 +762,11 @@ module Aws::SageMaker
|
|
762
762
|
#
|
763
763
|
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox`
|
764
764
|
#
|
765
|
-
#
|
766
|
-
#
|
767
|
-
#
|
765
|
+
# **Semantic segmentation adjustment** - Treats each pixel in an image
|
766
|
+
# as a multi-class classification and treats pixel adjusted
|
767
|
+
# annotations from workers as "votes" for the correct label.
|
768
768
|
#
|
769
|
-
#
|
769
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation`
|
770
770
|
#
|
771
771
|
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation`
|
772
772
|
#
|
@@ -2288,7 +2288,7 @@ module Aws::SageMaker
|
|
2288
2288
|
end
|
2289
2289
|
|
2290
2290
|
# @!attribute [rw] app_arn
|
2291
|
-
# The
|
2291
|
+
# The App's Amazon Resource Name (ARN).
|
2292
2292
|
# @return [String]
|
2293
2293
|
#
|
2294
2294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppResponse AWS API Documentation
|
@@ -2607,7 +2607,7 @@ module Aws::SageMaker
|
|
2607
2607
|
# @return [String]
|
2608
2608
|
#
|
2609
2609
|
# @!attribute [rw] auth_mode
|
2610
|
-
# The mode of authentication that
|
2610
|
+
# The mode of authentication that members use to access the domain.
|
2611
2611
|
# @return [String]
|
2612
2612
|
#
|
2613
2613
|
# @!attribute [rw] default_user_settings
|
@@ -2615,17 +2615,18 @@ module Aws::SageMaker
|
|
2615
2615
|
# @return [Types::UserSettings]
|
2616
2616
|
#
|
2617
2617
|
# @!attribute [rw] subnet_ids
|
2618
|
-
#
|
2618
|
+
# The VPC subnets to use for communication with the EFS volume.
|
2619
2619
|
# @return [Array<String>]
|
2620
2620
|
#
|
2621
2621
|
# @!attribute [rw] vpc_id
|
2622
|
-
#
|
2623
|
-
#
|
2622
|
+
# The ID of the Amazon Virtual Private Cloud (VPC) to use for
|
2623
|
+
# communication with the EFS volume.
|
2624
2624
|
# @return [String]
|
2625
2625
|
#
|
2626
2626
|
# @!attribute [rw] tags
|
2627
|
-
# Each tag consists of a key and
|
2628
|
-
# unique per resource.
|
2627
|
+
# Tags to associated with the Domain. Each tag consists of a key and
|
2628
|
+
# an optional value. Tag keys must be unique per resource. Tags are
|
2629
|
+
# searchable using the Search API.
|
2629
2630
|
# @return [Array<Types::Tag>]
|
2630
2631
|
#
|
2631
2632
|
# @!attribute [rw] home_efs_file_system_kms_key_id
|
@@ -3342,6 +3343,8 @@ module Aws::SageMaker
|
|
3342
3343
|
# @return [Types::HyperParameterTrainingJobDefinition]
|
3343
3344
|
#
|
3344
3345
|
# @!attribute [rw] training_job_definitions
|
3346
|
+
# A list of the HyperParameterTrainingJobDefinition objects launched
|
3347
|
+
# for this tuning job.
|
3345
3348
|
# @return [Array<Types::HyperParameterTrainingJobDefinition>]
|
3346
3349
|
#
|
3347
3350
|
# @!attribute [rw] warm_start_config
|
@@ -3441,6 +3444,7 @@ module Aws::SageMaker
|
|
3441
3444
|
# workteam_arn: "WorkteamArn", # required
|
3442
3445
|
# ui_config: { # required
|
3443
3446
|
# ui_template_s3_uri: "S3Uri",
|
3447
|
+
# human_task_ui_arn: "HumanTaskUiArn",
|
3444
3448
|
# },
|
3445
3449
|
# pre_human_task_lambda_arn: "LambdaFunctionArn", # required
|
3446
3450
|
# task_keywords: ["TaskKeyword"],
|
@@ -7067,6 +7071,8 @@ module Aws::SageMaker
|
|
7067
7071
|
# @return [Types::HyperParameterTrainingJobDefinition]
|
7068
7072
|
#
|
7069
7073
|
# @!attribute [rw] training_job_definitions
|
7074
|
+
# A list of the HyperParameterTrainingJobDefinition objects launched
|
7075
|
+
# for this tuning job.
|
7070
7076
|
# @return [Array<Types::HyperParameterTrainingJobDefinition>]
|
7071
7077
|
#
|
7072
7078
|
# @!attribute [rw] hyper_parameter_tuning_job_status
|
@@ -8621,7 +8627,7 @@ module Aws::SageMaker
|
|
8621
8627
|
end
|
8622
8628
|
|
8623
8629
|
# @!attribute [rw] domain_id
|
8624
|
-
# The domain
|
8630
|
+
# The ID of the domain that contains the profile.
|
8625
8631
|
# @return [String]
|
8626
8632
|
#
|
8627
8633
|
# @!attribute [rw] user_profile_arn
|
@@ -8633,7 +8639,8 @@ module Aws::SageMaker
|
|
8633
8639
|
# @return [String]
|
8634
8640
|
#
|
8635
8641
|
# @!attribute [rw] home_efs_file_system_uid
|
8636
|
-
# The
|
8642
|
+
# The ID of the user's profile in the Amazon Elastic File System
|
8643
|
+
# (EFS) volume.
|
8637
8644
|
# @return [String]
|
8638
8645
|
#
|
8639
8646
|
# @!attribute [rw] status
|
@@ -9915,6 +9922,7 @@ module Aws::SageMaker
|
|
9915
9922
|
# workteam_arn: "WorkteamArn", # required
|
9916
9923
|
# ui_config: { # required
|
9917
9924
|
# ui_template_s3_uri: "S3Uri",
|
9925
|
+
# human_task_ui_arn: "HumanTaskUiArn",
|
9918
9926
|
# },
|
9919
9927
|
# pre_human_task_lambda_arn: "LambdaFunctionArn", # required
|
9920
9928
|
# task_keywords: ["TaskKeyword"],
|
@@ -9955,291 +9963,311 @@ module Aws::SageMaker
|
|
9955
9963
|
# segmentation, and text classification task types, Amazon SageMaker
|
9956
9964
|
# Ground Truth provides the following Lambda functions:
|
9957
9965
|
#
|
9958
|
-
# **
|
9966
|
+
# **Bounding box** - Finds the most similar boxes from different
|
9967
|
+
# workers based on the Jaccard index of the boxes.
|
9959
9968
|
#
|
9960
9969
|
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox`
|
9961
9970
|
#
|
9962
|
-
# * `arn:aws:lambda:us-east-
|
9971
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox`
|
9963
9972
|
#
|
9964
|
-
# * `arn:aws:lambda:us-
|
9973
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox`
|
9965
9974
|
#
|
9966
|
-
# * `arn:aws:lambda:
|
9975
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox`
|
9967
9976
|
#
|
9968
|
-
# * `arn:aws:lambda:
|
9977
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox`
|
9969
9978
|
#
|
9970
|
-
# * `arn:aws:lambda:
|
9979
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox`
|
9971
9980
|
#
|
9972
|
-
# * `arn:aws:lambda:
|
9981
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox`
|
9973
9982
|
#
|
9974
|
-
# * `arn:aws:lambda:
|
9983
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox`
|
9975
9984
|
#
|
9976
|
-
# * `arn:aws:lambda:
|
9985
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox`
|
9977
9986
|
#
|
9978
|
-
# * `arn:aws:lambda:
|
9987
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox`
|
9979
9988
|
#
|
9980
|
-
# * `arn:aws:lambda:
|
9989
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox`
|
9981
9990
|
#
|
9982
|
-
#
|
9991
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox`
|
9983
9992
|
#
|
9984
|
-
#
|
9993
|
+
# **Image classification** - Uses a variant of the Expectation
|
9994
|
+
# Maximization approach to estimate the true class of an image based
|
9995
|
+
# on annotations from individual workers.
|
9996
|
+
#
|
9997
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass`
|
9985
9998
|
#
|
9986
9999
|
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass`
|
9987
10000
|
#
|
9988
|
-
# * `arn:aws:lambda:us-
|
10001
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass`
|
9989
10002
|
#
|
9990
|
-
# * `arn:aws:lambda:
|
10003
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass`
|
9991
10004
|
#
|
9992
|
-
# * `arn:aws:lambda:
|
10005
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass`
|
9993
10006
|
#
|
9994
|
-
# * `arn:aws:lambda:
|
10007
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass`
|
9995
10008
|
#
|
9996
|
-
# * `arn:aws:lambda:
|
10009
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass`
|
9997
10010
|
#
|
9998
|
-
# * `arn:aws:lambda:
|
10011
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass`
|
9999
10012
|
#
|
10000
|
-
# * `arn:aws:lambda:
|
10013
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass`
|
10001
10014
|
#
|
10002
|
-
# * `arn:aws:lambda:
|
10015
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass`
|
10003
10016
|
#
|
10004
|
-
# * `arn:aws:lambda:
|
10017
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass`
|
10018
|
+
#
|
10019
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass`
|
10005
10020
|
#
|
10006
|
-
# **
|
10021
|
+
# **Multi-label image classification** - Uses a variant of the
|
10022
|
+
# Expectation Maximization approach to estimate the true classes of an
|
10023
|
+
# image based on annotations from individual workers.
|
10007
10024
|
#
|
10008
|
-
# * `arn:aws:lambda:us-
|
10025
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel`
|
10009
10026
|
#
|
10010
|
-
# * `arn:aws:lambda:us-
|
10027
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel`
|
10011
10028
|
#
|
10012
10029
|
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel`
|
10013
10030
|
#
|
10014
|
-
# * `arn:aws:lambda:
|
10031
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel`
|
10015
10032
|
#
|
10016
|
-
# * `arn:aws:lambda:
|
10033
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel`
|
10017
10034
|
#
|
10018
|
-
# * `arn:aws:lambda:
|
10035
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel`
|
10019
10036
|
#
|
10020
|
-
# * `arn:aws:lambda:
|
10037
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel`
|
10021
10038
|
#
|
10022
|
-
# * `arn:aws:lambda:
|
10039
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel`
|
10023
10040
|
#
|
10024
|
-
# * `arn:aws:lambda:
|
10041
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel`
|
10025
10042
|
#
|
10026
|
-
# * `arn:aws:lambda:
|
10043
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel`
|
10027
10044
|
#
|
10028
|
-
# * `arn:aws:lambda:
|
10045
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel`
|
10029
10046
|
#
|
10030
|
-
#
|
10047
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel`
|
10031
10048
|
#
|
10032
|
-
#
|
10049
|
+
# **Semantic segmentation** - Treats each pixel in an image as a
|
10050
|
+
# multi-class classification and treats pixel annotations from workers
|
10051
|
+
# as "votes" for the correct label.
|
10033
10052
|
#
|
10034
|
-
# * `arn:aws:lambda:
|
10053
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation`
|
10035
10054
|
#
|
10036
|
-
# * `arn:aws:lambda:
|
10055
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation`
|
10056
|
+
#
|
10057
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation`
|
10037
10058
|
#
|
10038
10059
|
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation`
|
10039
10060
|
#
|
10040
|
-
# * `arn:aws:lambda:
|
10061
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation`
|
10041
10062
|
#
|
10042
|
-
# * `arn:aws:lambda:
|
10063
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation`
|
10043
10064
|
#
|
10044
|
-
# * `arn:aws:lambda:
|
10065
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation`
|
10045
10066
|
#
|
10046
|
-
# * `arn:aws:lambda:
|
10067
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation`
|
10047
10068
|
#
|
10048
|
-
# * `arn:aws:lambda:
|
10069
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation`
|
10049
10070
|
#
|
10050
|
-
# * `arn:aws:lambda:
|
10071
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation`
|
10051
10072
|
#
|
10052
|
-
# * `arn:aws:lambda:
|
10073
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation`
|
10053
10074
|
#
|
10054
|
-
#
|
10075
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation`
|
10055
10076
|
#
|
10056
|
-
#
|
10077
|
+
# **Text classification** - Uses a variant of the Expectation
|
10078
|
+
# Maximization approach to estimate the true class of text based on
|
10079
|
+
# annotations from individual workers.
|
10057
10080
|
#
|
10058
|
-
# * `arn:aws:lambda:
|
10081
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass`
|
10059
10082
|
#
|
10060
|
-
# * `arn:aws:lambda:
|
10083
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass`
|
10061
10084
|
#
|
10062
|
-
# * `arn:aws:lambda:
|
10085
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass`
|
10086
|
+
#
|
10087
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass`
|
10063
10088
|
#
|
10064
10089
|
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass`
|
10065
10090
|
#
|
10066
|
-
# * `arn:aws:lambda:eu-west-
|
10091
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass`
|
10067
10092
|
#
|
10068
|
-
# * `arn:aws:lambda:eu-
|
10093
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass`
|
10069
10094
|
#
|
10070
|
-
# * `arn:aws:lambda:
|
10095
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass`
|
10071
10096
|
#
|
10072
|
-
# * `arn:aws:lambda:
|
10097
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass`
|
10073
10098
|
#
|
10074
|
-
# * `arn:aws:lambda:
|
10099
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass`
|
10075
10100
|
#
|
10076
|
-
# * `arn:aws:lambda:
|
10101
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass`
|
10077
10102
|
#
|
10078
|
-
#
|
10103
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass`
|
10079
10104
|
#
|
10080
|
-
#
|
10105
|
+
# **Multi-label text classification** - Uses a variant of the
|
10106
|
+
# Expectation Maximization approach to estimate the true classes of
|
10107
|
+
# text based on annotations from individual workers.
|
10081
10108
|
#
|
10082
|
-
# * `arn:aws:lambda:
|
10109
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel`
|
10083
10110
|
#
|
10084
|
-
# * `arn:aws:lambda:
|
10111
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel`
|
10085
10112
|
#
|
10086
|
-
# * `arn:aws:lambda:
|
10113
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel`
|
10087
10114
|
#
|
10088
|
-
# * `arn:aws:lambda:
|
10115
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel`
|
10116
|
+
#
|
10117
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel`
|
10089
10118
|
#
|
10090
10119
|
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel`
|
10091
10120
|
#
|
10092
|
-
# * `arn:aws:lambda:eu-
|
10121
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel`
|
10093
10122
|
#
|
10094
|
-
# * `arn:aws:lambda:
|
10123
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel`
|
10095
10124
|
#
|
10096
|
-
# * `arn:aws:lambda:
|
10125
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel`
|
10097
10126
|
#
|
10098
|
-
# * `arn:aws:lambda:
|
10127
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel`
|
10099
10128
|
#
|
10100
|
-
# * `arn:aws:lambda:
|
10129
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel`
|
10101
10130
|
#
|
10102
|
-
#
|
10131
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel`
|
10103
10132
|
#
|
10104
|
-
#
|
10133
|
+
# **Named entity recognition** - Groups similar selections and
|
10134
|
+
# calculates aggregate boundaries, resolving to most-assigned label.
|
10105
10135
|
#
|
10106
|
-
# * `arn:aws:lambda:
|
10136
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition`
|
10107
10137
|
#
|
10108
|
-
# * `arn:aws:lambda:
|
10138
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition`
|
10109
10139
|
#
|
10110
|
-
# * `arn:aws:lambda:
|
10140
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition`
|
10111
10141
|
#
|
10112
|
-
# * `arn:aws:lambda:
|
10142
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition`
|
10113
10143
|
#
|
10114
|
-
# * `arn:aws:lambda:eu-
|
10144
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition`
|
10145
|
+
#
|
10146
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition`
|
10115
10147
|
#
|
10116
10148
|
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition`
|
10117
10149
|
#
|
10118
|
-
# * `arn:aws:lambda:
|
10150
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition`
|
10119
10151
|
#
|
10120
|
-
# * `arn:aws:lambda:
|
10152
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition`
|
10121
10153
|
#
|
10122
|
-
# * `arn:aws:lambda:
|
10154
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition`
|
10123
10155
|
#
|
10124
|
-
# * `arn:aws:lambda:
|
10156
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition`
|
10125
10157
|
#
|
10126
|
-
#
|
10158
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition`
|
10127
10159
|
#
|
10128
|
-
#
|
10160
|
+
# **Bounding box verification** - Uses a variant of the Expectation
|
10161
|
+
# Maximization approach to estimate the true class of verification
|
10162
|
+
# judgement for bounding box labels based on annotations from
|
10163
|
+
# individual workers.
|
10129
10164
|
#
|
10130
|
-
# * `arn:aws:lambda:
|
10165
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox`
|
10131
10166
|
#
|
10132
|
-
# * `arn:aws:lambda:
|
10167
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox`
|
10133
10168
|
#
|
10134
|
-
# * `arn:aws:lambda:
|
10169
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox`
|
10135
10170
|
#
|
10136
|
-
# * `arn:aws:lambda:
|
10171
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox`
|
10137
10172
|
#
|
10138
|
-
# * `arn:aws:lambda:
|
10173
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox`
|
10139
10174
|
#
|
10140
|
-
# * `arn:aws:lambda:
|
10175
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox`
|
10176
|
+
#
|
10177
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox`
|
10141
10178
|
#
|
10142
10179
|
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox`
|
10143
10180
|
#
|
10144
|
-
# * `arn:aws:lambda:ap-northeast-
|
10181
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox`
|
10145
10182
|
#
|
10146
|
-
# * `arn:aws:lambda:ap-
|
10183
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox`
|
10147
10184
|
#
|
10148
|
-
# * `arn:aws:lambda:ap-
|
10185
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox`
|
10149
10186
|
#
|
10150
|
-
#
|
10187
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox`
|
10151
10188
|
#
|
10152
|
-
#
|
10189
|
+
# **Bounding box adjustment** - Finds the most similar boxes from
|
10190
|
+
# different workers based on the Jaccard index of the adjusted
|
10191
|
+
# annotations.
|
10153
10192
|
#
|
10154
|
-
# * `arn:aws:lambda:
|
10193
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox`
|
10155
10194
|
#
|
10156
|
-
# * `arn:aws:lambda:
|
10195
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox`
|
10157
10196
|
#
|
10158
|
-
# * `arn:aws:lambda:
|
10197
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox`
|
10159
10198
|
#
|
10160
|
-
# * `arn:aws:lambda:
|
10199
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox`
|
10161
10200
|
#
|
10162
|
-
# * `arn:aws:lambda:
|
10201
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox`
|
10163
10202
|
#
|
10164
|
-
# * `arn:aws:lambda:
|
10203
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox`
|
10165
10204
|
#
|
10166
|
-
# * `arn:aws:lambda:
|
10205
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox`
|
10167
10206
|
#
|
10168
|
-
# * `arn:aws:lambda:ap-northeast-
|
10207
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox`
|
10169
10208
|
#
|
10170
10209
|
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox`
|
10171
10210
|
#
|
10172
|
-
# * `arn:aws:lambda:ap-
|
10173
|
-
#
|
10174
|
-
# **Asia Pacific (Mumbai) (ap-south-1):**
|
10175
|
-
#
|
10176
|
-
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox`
|
10177
|
-
#
|
10178
|
-
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass`
|
10179
|
-
#
|
10180
|
-
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel`
|
10181
|
-
#
|
10182
|
-
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation`
|
10183
|
-
#
|
10184
|
-
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass`
|
10185
|
-
#
|
10186
|
-
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel`
|
10187
|
-
#
|
10188
|
-
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition`
|
10211
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox`
|
10189
10212
|
#
|
10190
|
-
# * `arn:aws:lambda:ap-
|
10213
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox`
|
10191
10214
|
#
|
10192
|
-
# * `arn:aws:lambda:ap-
|
10215
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox`
|
10193
10216
|
#
|
10194
|
-
#
|
10217
|
+
# **Semantic segmentation verification** - Uses a variant of the
|
10218
|
+
# Expectation Maximization approach to estimate the true class of
|
10219
|
+
# verification judgment for semantic segmentation labels based on
|
10220
|
+
# annotations from individual workers.
|
10195
10221
|
#
|
10196
|
-
# * `arn:aws:lambda:
|
10222
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation`
|
10197
10223
|
#
|
10198
|
-
#
|
10224
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation`
|
10199
10225
|
#
|
10200
|
-
# * `arn:aws:lambda:
|
10226
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation`
|
10201
10227
|
#
|
10202
|
-
# * `arn:aws:lambda:
|
10228
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation`
|
10203
10229
|
#
|
10204
|
-
# * `arn:aws:lambda:
|
10230
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation`
|
10205
10231
|
#
|
10206
|
-
# * `arn:aws:lambda:
|
10232
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation`
|
10207
10233
|
#
|
10208
|
-
# * `arn:aws:lambda:
|
10234
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation`
|
10209
10235
|
#
|
10210
|
-
# * `arn:aws:lambda:ap-
|
10236
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation`
|
10211
10237
|
#
|
10212
|
-
# * `arn:aws:lambda:ap-
|
10238
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation`
|
10213
10239
|
#
|
10214
|
-
# * `arn:aws:lambda:ap-
|
10240
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation`
|
10215
10241
|
#
|
10216
10242
|
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation`
|
10217
10243
|
#
|
10218
|
-
# * `arn:aws:lambda:ap-southeast-
|
10244
|
+
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation`
|
10219
10245
|
#
|
10220
|
-
#
|
10246
|
+
# **Semantic segmentation adjustment** - Treats each pixel in an image
|
10247
|
+
# as a multi-class classification and treats pixel adjusted
|
10248
|
+
# annotations from workers as "votes" for the correct label.
|
10221
10249
|
#
|
10222
|
-
#
|
10250
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation`
|
10223
10251
|
#
|
10224
|
-
# * `arn:aws:lambda:
|
10252
|
+
# * `arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation`
|
10225
10253
|
#
|
10226
|
-
# * `arn:aws:lambda:
|
10254
|
+
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation`
|
10227
10255
|
#
|
10228
|
-
# * `arn:aws:lambda:
|
10256
|
+
# * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation`
|
10229
10257
|
#
|
10230
|
-
# * `arn:aws:lambda:
|
10258
|
+
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation`
|
10231
10259
|
#
|
10232
|
-
# * `arn:aws:lambda:
|
10260
|
+
# * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation`
|
10233
10261
|
#
|
10234
|
-
# * `arn:aws:lambda:
|
10262
|
+
# * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation`
|
10235
10263
|
#
|
10236
|
-
# * `arn:aws:lambda:ap-
|
10264
|
+
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation`
|
10237
10265
|
#
|
10238
|
-
# * `arn:aws:lambda:ap-
|
10266
|
+
# * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation`
|
10239
10267
|
#
|
10240
|
-
# * `arn:aws:lambda:ap-
|
10268
|
+
# * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation`
|
10241
10269
|
#
|
10242
|
-
# * `arn:aws:lambda:ap-southeast-
|
10270
|
+
# * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation`
|
10243
10271
|
#
|
10244
10272
|
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation`
|
10245
10273
|
# @return [String]
|
@@ -14562,6 +14590,10 @@ module Aws::SageMaker
|
|
14562
14590
|
# Provides information about the location that is configured for storing
|
14563
14591
|
# model artifacts.
|
14564
14592
|
#
|
14593
|
+
# Model artifacts are the output that results from training a model, and
|
14594
|
+
# typically consist of trained parameters, a model defintion that
|
14595
|
+
# desribes how to compute inferences, and other metadata.
|
14596
|
+
#
|
14565
14597
|
# @!attribute [rw] s3_model_artifacts
|
14566
14598
|
# The path of the S3 object that contains the model artifacts. For
|
14567
14599
|
# example, `s3://bucket-name/keynameprefix/model.tar.gz`.
|
@@ -16942,6 +16974,7 @@ module Aws::SageMaker
|
|
16942
16974
|
# input: "TaskInput", # required
|
16943
16975
|
# },
|
16944
16976
|
# role_arn: "RoleArn", # required
|
16977
|
+
# human_task_ui_arn: "HumanTaskUiArn",
|
16945
16978
|
# }
|
16946
16979
|
#
|
16947
16980
|
# @!attribute [rw] ui_template
|
@@ -16958,12 +16991,19 @@ module Aws::SageMaker
|
|
16958
16991
|
# that are used by the template.
|
16959
16992
|
# @return [String]
|
16960
16993
|
#
|
16994
|
+
# @!attribute [rw] human_task_ui_arn
|
16995
|
+
# The `HumanTaskUiArn` of the worker UI that you want to render. Do
|
16996
|
+
# not provide a `HumanTaskUiArn` if you use the `UiTemplate`
|
16997
|
+
# parameter.
|
16998
|
+
# @return [String]
|
16999
|
+
#
|
16961
17000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RenderUiTemplateRequest AWS API Documentation
|
16962
17001
|
#
|
16963
17002
|
class RenderUiTemplateRequest < Struct.new(
|
16964
17003
|
:ui_template,
|
16965
17004
|
:task,
|
16966
|
-
:role_arn
|
17005
|
+
:role_arn,
|
17006
|
+
:human_task_ui_arn)
|
16967
17007
|
include Aws::Structure
|
16968
17008
|
end
|
16969
17009
|
|
@@ -17218,7 +17258,7 @@ module Aws::SageMaker
|
|
17218
17258
|
end
|
17219
17259
|
|
17220
17260
|
# The instance type and the Amazon Resource Name (ARN) of the SageMaker
|
17221
|
-
# image created on the instance. The ARN is stored as metadata in
|
17261
|
+
# image created on the instance. The ARN is stored as metadata in
|
17222
17262
|
# SageMaker Studio notebooks.
|
17223
17263
|
#
|
17224
17264
|
# @note When making an API call, you may pass ResourceSpec
|
@@ -17794,7 +17834,10 @@ module Aws::SageMaker
|
|
17794
17834
|
include Aws::Structure
|
17795
17835
|
end
|
17796
17836
|
|
17797
|
-
#
|
17837
|
+
# Specifies options when sharing an Amazon SageMaker Studio notebook.
|
17838
|
+
# These settings are specified as part of `DefaultUserSettings` when the
|
17839
|
+
# CreateDomain API is called, and as part of `UserSettings` when the
|
17840
|
+
# CreateUserProfile API is called.
|
17798
17841
|
#
|
17799
17842
|
# @note When making an API call, you may pass SharingSettings
|
17800
17843
|
# data as a hash:
|
@@ -17806,15 +17849,20 @@ module Aws::SageMaker
|
|
17806
17849
|
# }
|
17807
17850
|
#
|
17808
17851
|
# @!attribute [rw] notebook_output_option
|
17809
|
-
#
|
17852
|
+
# Whether to include the notebook cell output when sharing the
|
17853
|
+
# notebook. The default is `Disabled`.
|
17810
17854
|
# @return [String]
|
17811
17855
|
#
|
17812
17856
|
# @!attribute [rw] s3_output_path
|
17813
|
-
#
|
17857
|
+
# When `NotebookOutputOption` is `Allowed`, the Amazon S3 bucket used
|
17858
|
+
# to save the notebook cell output. If `S3OutputPath` isn't
|
17859
|
+
# specified, a default bucket is used.
|
17814
17860
|
# @return [String]
|
17815
17861
|
#
|
17816
17862
|
# @!attribute [rw] s3_kms_key_id
|
17817
|
-
#
|
17863
|
+
# When `NotebookOutputOption` is `Allowed`, the AWS Key Management
|
17864
|
+
# Service (KMS) encryption key ID used to encrypt the notebook cell
|
17865
|
+
# output in the Amazon S3 bucket.
|
17818
17866
|
# @return [String]
|
17819
17867
|
#
|
17820
17868
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SharingSettings AWS API Documentation
|
@@ -20004,22 +20052,32 @@ module Aws::SageMaker
|
|
20004
20052
|
#
|
20005
20053
|
# {
|
20006
20054
|
# ui_template_s3_uri: "S3Uri",
|
20055
|
+
# human_task_ui_arn: "HumanTaskUiArn",
|
20007
20056
|
# }
|
20008
20057
|
#
|
20009
20058
|
# @!attribute [rw] ui_template_s3_uri
|
20010
|
-
# The Amazon S3 bucket location of the UI template
|
20011
|
-
#
|
20012
|
-
#
|
20059
|
+
# The Amazon S3 bucket location of the UI template, or worker task
|
20060
|
+
# template. This is the template used to render the worker UI and
|
20061
|
+
# tools for labeling job tasks. For more information about the
|
20062
|
+
# contents of a UI template, see [ Creating Your Custom Labeling Task
|
20063
|
+
# Template][1].
|
20013
20064
|
#
|
20014
20065
|
#
|
20015
20066
|
#
|
20016
20067
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html
|
20017
20068
|
# @return [String]
|
20018
20069
|
#
|
20070
|
+
# @!attribute [rw] human_task_ui_arn
|
20071
|
+
# The ARN of the worker task template used to render the worker UI and
|
20072
|
+
# tools for labeling job tasks. Do not use this parameter if you use
|
20073
|
+
# UiTemplateS3Uri.
|
20074
|
+
# @return [String]
|
20075
|
+
#
|
20019
20076
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UiConfig AWS API Documentation
|
20020
20077
|
#
|
20021
20078
|
class UiConfig < Struct.new(
|
20022
|
-
:ui_template_s3_uri
|
20079
|
+
:ui_template_s3_uri,
|
20080
|
+
:human_task_ui_arn)
|
20023
20081
|
include Aws::Structure
|
20024
20082
|
end
|
20025
20083
|
|
@@ -20139,7 +20197,7 @@ module Aws::SageMaker
|
|
20139
20197
|
# }
|
20140
20198
|
#
|
20141
20199
|
# @!attribute [rw] domain_id
|
20142
|
-
# The domain
|
20200
|
+
# The ID of the domain to be updated.
|
20143
20201
|
# @return [String]
|
20144
20202
|
#
|
20145
20203
|
# @!attribute [rw] default_user_settings
|
@@ -20155,7 +20213,7 @@ module Aws::SageMaker
|
|
20155
20213
|
end
|
20156
20214
|
|
20157
20215
|
# @!attribute [rw] domain_arn
|
20158
|
-
# The
|
20216
|
+
# The Amazon Resource Name (ARN) of the domain.
|
20159
20217
|
# @return [String]
|
20160
20218
|
#
|
20161
20219
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDomainResponse AWS API Documentation
|