aws-sdk-sagemaker 1.70.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +827 -78
- data/lib/aws-sdk-sagemaker/client_api.rb +421 -9
- data/lib/aws-sdk-sagemaker/types.rb +1313 -106
- 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: 216496b621064802722413bae30c39013d99e6e323bacf09c6ed12166b3effb2
|
4
|
+
data.tar.gz: 62c77cccf170d112b2452c85a8a851b7916aab610f290eff205efeb1a5e49261
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62993e9e9b2f1b8922c2fe53637919cc7a2bc4b551cc02d2ca71e5750246d3cc144f4ad550bfde7d731cae92cea561aedac5a750d1973d554663a4d1c438a3dc
|
7
|
+
data.tar.gz: a280fff814f1bbe959d90d483309ae889515704e7213bee3eaf1a09c11b9f1d53a16a2a518e658b999d2b7a9bf80bdb67c57eaa4b55c2bcc28f24cf89fac46ad
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
@@ -523,10 +523,10 @@ module Aws::SageMaker
|
|
523
523
|
# },
|
524
524
|
# is_tunable: false,
|
525
525
|
# is_required: false,
|
526
|
-
# default_value: "
|
526
|
+
# default_value: "HyperParameterValue",
|
527
527
|
# },
|
528
528
|
# ],
|
529
|
-
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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.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
|
529
|
+
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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
|
530
530
|
# supports_distributed_training: false,
|
531
531
|
# metric_definitions: [
|
532
532
|
# {
|
@@ -574,7 +574,7 @@ module Aws::SageMaker
|
|
574
574
|
# training_job_definition: { # required
|
575
575
|
# training_input_mode: "Pipe", # required, accepts Pipe, File
|
576
576
|
# hyper_parameters: {
|
577
|
-
# "
|
577
|
+
# "HyperParameterKey" => "HyperParameterValue",
|
578
578
|
# },
|
579
579
|
# input_data_config: [ # required
|
580
580
|
# {
|
@@ -607,7 +607,7 @@ module Aws::SageMaker
|
|
607
607
|
# s3_output_path: "S3Uri", # required
|
608
608
|
# },
|
609
609
|
# resource_config: { # required
|
610
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
610
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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
|
611
611
|
# instance_count: 1, # required
|
612
612
|
# volume_size_in_gb: 1, # required
|
613
613
|
# volume_kms_key_id: "KmsKeyId",
|
@@ -711,6 +711,7 @@ module Aws::SageMaker
|
|
711
711
|
# ],
|
712
712
|
# resource_spec: {
|
713
713
|
# sage_maker_image_arn: "ImageArn",
|
714
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
714
715
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
715
716
|
# },
|
716
717
|
# })
|
@@ -728,6 +729,60 @@ module Aws::SageMaker
|
|
728
729
|
req.send_request(options)
|
729
730
|
end
|
730
731
|
|
732
|
+
# Creates a configuration for running an Amazon SageMaker image as a
|
733
|
+
# KernelGateway app.
|
734
|
+
#
|
735
|
+
# @option params [required, String] :app_image_config_name
|
736
|
+
# The name of the AppImageConfig. Must be unique to your account.
|
737
|
+
#
|
738
|
+
# @option params [Array<Types::Tag>] :tags
|
739
|
+
# A list of tags to apply to the AppImageConfig.
|
740
|
+
#
|
741
|
+
# @option params [Types::KernelGatewayImageConfig] :kernel_gateway_image_config
|
742
|
+
# The KernelGatewayImageConfig.
|
743
|
+
#
|
744
|
+
# @return [Types::CreateAppImageConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
745
|
+
#
|
746
|
+
# * {Types::CreateAppImageConfigResponse#app_image_config_arn #app_image_config_arn} => String
|
747
|
+
#
|
748
|
+
# @example Request syntax with placeholder values
|
749
|
+
#
|
750
|
+
# resp = client.create_app_image_config({
|
751
|
+
# app_image_config_name: "AppImageConfigName", # required
|
752
|
+
# tags: [
|
753
|
+
# {
|
754
|
+
# key: "TagKey", # required
|
755
|
+
# value: "TagValue", # required
|
756
|
+
# },
|
757
|
+
# ],
|
758
|
+
# kernel_gateway_image_config: {
|
759
|
+
# kernel_specs: [ # required
|
760
|
+
# {
|
761
|
+
# name: "KernelName", # required
|
762
|
+
# display_name: "KernelDisplayName",
|
763
|
+
# },
|
764
|
+
# ],
|
765
|
+
# file_system_config: {
|
766
|
+
# mount_path: "MountPath",
|
767
|
+
# default_uid: 1,
|
768
|
+
# default_gid: 1,
|
769
|
+
# },
|
770
|
+
# },
|
771
|
+
# })
|
772
|
+
#
|
773
|
+
# @example Response structure
|
774
|
+
#
|
775
|
+
# resp.app_image_config_arn #=> String
|
776
|
+
#
|
777
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppImageConfig AWS API Documentation
|
778
|
+
#
|
779
|
+
# @overload create_app_image_config(params = {})
|
780
|
+
# @param [Hash] params ({})
|
781
|
+
def create_app_image_config(params = {}, options = {})
|
782
|
+
req = build_request(:create_app_image_config, params)
|
783
|
+
req.send_request(options)
|
784
|
+
end
|
785
|
+
|
731
786
|
# Creates an Autopilot job.
|
732
787
|
#
|
733
788
|
# Find the best performing model after you run an Autopilot job by
|
@@ -969,6 +1024,16 @@ module Aws::SageMaker
|
|
969
1024
|
# the job reaches the time limit, Amazon SageMaker ends the compilation
|
970
1025
|
# job. Use this API to cap model training costs.
|
971
1026
|
#
|
1027
|
+
# @option params [Array<Types::Tag>] :tags
|
1028
|
+
# An array of key-value pairs that you want to use to organize and track
|
1029
|
+
# your AWS resource costs. For more information, see [Using Cost
|
1030
|
+
# Allocation Tags][1] in the *AWS Billing and Cost Management User
|
1031
|
+
# Guide*.
|
1032
|
+
#
|
1033
|
+
#
|
1034
|
+
#
|
1035
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
1036
|
+
#
|
972
1037
|
# @return [Types::CreateCompilationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
973
1038
|
#
|
974
1039
|
# * {Types::CreateCompilationJobResponse#compilation_job_arn #compilation_job_arn} => String
|
@@ -981,7 +1046,7 @@ module Aws::SageMaker
|
|
981
1046
|
# input_config: { # required
|
982
1047
|
# s3_uri: "S3Uri", # required
|
983
1048
|
# data_input_config: "DataInputConfig", # required
|
984
|
-
# framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST, TFLITE
|
1049
|
+
# framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST, TFLITE, DARKNET
|
985
1050
|
# },
|
986
1051
|
# output_config: { # required
|
987
1052
|
# s3_output_location: "S3Uri", # required
|
@@ -997,6 +1062,12 @@ module Aws::SageMaker
|
|
997
1062
|
# max_runtime_in_seconds: 1,
|
998
1063
|
# max_wait_time_in_seconds: 1,
|
999
1064
|
# },
|
1065
|
+
# tags: [
|
1066
|
+
# {
|
1067
|
+
# key: "TagKey", # required
|
1068
|
+
# value: "TagValue", # required
|
1069
|
+
# },
|
1070
|
+
# ],
|
1000
1071
|
# })
|
1001
1072
|
#
|
1002
1073
|
# @example Response structure
|
@@ -1041,37 +1112,17 @@ module Aws::SageMaker
|
|
1041
1112
|
# subnets. Internet access is disabled by default. To allow internet
|
1042
1113
|
# access, you must specify a NAT gateway.
|
1043
1114
|
#
|
1044
|
-
# When internet access is disabled, you won't be able to
|
1045
|
-
# host models unless your VPC has an interface
|
1046
|
-
# or a NAT gateway and your
|
1047
|
-
# connections.
|
1048
|
-
#
|
1049
|
-
# <b> <code>VpcOnly</code> network access type</b>
|
1050
|
-
#
|
1051
|
-
# When you choose `VpcOnly`, you must specify the following:
|
1052
|
-
#
|
1053
|
-
# * Security group inbound and outbound rules to allow NFS traffic over
|
1054
|
-
# TCP on port 2049 between the domain and the EFS volume
|
1115
|
+
# When internet access is disabled, you won't be able to run a Studio
|
1116
|
+
# notebook or to train or host models unless your VPC has an interface
|
1117
|
+
# endpoint to the SageMaker API and runtime or a NAT gateway and your
|
1118
|
+
# security groups allow outbound connections.
|
1055
1119
|
#
|
1056
|
-
#
|
1057
|
-
#
|
1120
|
+
# For more information, see [Connect SageMaker Studio Notebooks to
|
1121
|
+
# Resources in a VPC][1].
|
1058
1122
|
#
|
1059
|
-
# * Interface endpoints to access the SageMaker API and SageMaker
|
1060
|
-
# runtime
|
1061
1123
|
#
|
1062
|
-
# For more information, see:
|
1063
1124
|
#
|
1064
|
-
#
|
1065
|
-
#
|
1066
|
-
# * [VPC with public and private subnets (NAT)][2]
|
1067
|
-
#
|
1068
|
-
# * [Connect to SageMaker through a VPC interface endpoint][3]
|
1069
|
-
#
|
1070
|
-
#
|
1071
|
-
#
|
1072
|
-
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html
|
1073
|
-
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Scenario2.html
|
1074
|
-
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/interface-vpc-endpoint.html
|
1125
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html
|
1075
1126
|
#
|
1076
1127
|
# @option params [required, String] :domain_name
|
1077
1128
|
# A name for the domain.
|
@@ -1094,10 +1145,6 @@ module Aws::SageMaker
|
|
1094
1145
|
# optional value. Tag keys must be unique per resource. Tags are
|
1095
1146
|
# searchable using the Search API.
|
1096
1147
|
#
|
1097
|
-
# @option params [String] :home_efs_file_system_kms_key_id
|
1098
|
-
# The AWS Key Management Service (KMS) encryption key ID. Encryption
|
1099
|
-
# with a customer master key (CMK) is not supported.
|
1100
|
-
#
|
1101
1148
|
# @option params [String] :app_network_access_type
|
1102
1149
|
# Specifies the VPC used for non-EFS traffic. The default value is
|
1103
1150
|
# `PublicInternetOnly`.
|
@@ -1108,6 +1155,10 @@ module Aws::SageMaker
|
|
1108
1155
|
# * `VpcOnly` - All Studio traffic is through the specified VPC and
|
1109
1156
|
# subnets
|
1110
1157
|
#
|
1158
|
+
# @option params [String] :home_efs_file_system_kms_key_id
|
1159
|
+
# The AWS Key Management Service (KMS) encryption key ID. Encryption
|
1160
|
+
# with a customer master key (CMK) is not supported.
|
1161
|
+
#
|
1111
1162
|
# @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1112
1163
|
#
|
1113
1164
|
# * {Types::CreateDomainResponse#domain_arn #domain_arn} => String
|
@@ -1129,18 +1180,28 @@ module Aws::SageMaker
|
|
1129
1180
|
# jupyter_server_app_settings: {
|
1130
1181
|
# default_resource_spec: {
|
1131
1182
|
# sage_maker_image_arn: "ImageArn",
|
1183
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
1132
1184
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
1133
1185
|
# },
|
1134
1186
|
# },
|
1135
1187
|
# kernel_gateway_app_settings: {
|
1136
1188
|
# default_resource_spec: {
|
1137
1189
|
# sage_maker_image_arn: "ImageArn",
|
1190
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
1138
1191
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
1139
1192
|
# },
|
1193
|
+
# custom_images: [
|
1194
|
+
# {
|
1195
|
+
# image_name: "ImageName", # required
|
1196
|
+
# image_version_number: 1,
|
1197
|
+
# app_image_config_name: "AppImageConfigName", # required
|
1198
|
+
# },
|
1199
|
+
# ],
|
1140
1200
|
# },
|
1141
1201
|
# tensor_board_app_settings: {
|
1142
1202
|
# default_resource_spec: {
|
1143
1203
|
# sage_maker_image_arn: "ImageArn",
|
1204
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
1144
1205
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
1145
1206
|
# },
|
1146
1207
|
# },
|
@@ -1153,8 +1214,8 @@ module Aws::SageMaker
|
|
1153
1214
|
# value: "TagValue", # required
|
1154
1215
|
# },
|
1155
1216
|
# ],
|
1156
|
-
# home_efs_file_system_kms_key_id: "KmsKeyId",
|
1157
1217
|
# app_network_access_type: "PublicInternetOnly", # accepts PublicInternetOnly, VpcOnly
|
1218
|
+
# home_efs_file_system_kms_key_id: "KmsKeyId",
|
1158
1219
|
# })
|
1159
1220
|
#
|
1160
1221
|
# @example Response structure
|
@@ -1232,8 +1293,9 @@ module Aws::SageMaker
|
|
1232
1293
|
# [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
|
1233
1294
|
#
|
1234
1295
|
# @option params [required, String] :endpoint_name
|
1235
|
-
# The name of the endpoint.
|
1236
|
-
# in your AWS account.
|
1296
|
+
# The name of the endpoint.The name must be unique within an AWS Region
|
1297
|
+
# in your AWS account. The name is case-insensitive in `CreateEndpoint`,
|
1298
|
+
# but the case is preserved and must be matched in .
|
1237
1299
|
#
|
1238
1300
|
# @option params [required, String] :endpoint_config_name
|
1239
1301
|
# The name of an endpoint configuration. For more information, see
|
@@ -1667,8 +1729,8 @@ module Aws::SageMaker
|
|
1667
1729
|
# The name of the tuning job. This name is the prefix for the names of
|
1668
1730
|
# all training jobs that this tuning job launches. The name must be
|
1669
1731
|
# unique within the same AWS account and AWS Region. The name must have
|
1670
|
-
#
|
1671
|
-
#
|
1732
|
+
# 1 to 32 characters. Valid characters are a-z, A-Z, 0-9, and : + = @ \_
|
1733
|
+
# % - (hyphen). The name is not case sensitive.
|
1672
1734
|
#
|
1673
1735
|
# @option params [required, Types::HyperParameterTuningJobConfig] :hyper_parameter_tuning_job_config
|
1674
1736
|
# The HyperParameterTuningJobConfig object that describes the tuning
|
@@ -1802,7 +1864,7 @@ module Aws::SageMaker
|
|
1802
1864
|
# ],
|
1803
1865
|
# },
|
1804
1866
|
# static_hyper_parameters: {
|
1805
|
-
# "
|
1867
|
+
# "HyperParameterKey" => "HyperParameterValue",
|
1806
1868
|
# },
|
1807
1869
|
# algorithm_specification: { # required
|
1808
1870
|
# training_image: "AlgorithmImage",
|
@@ -1851,7 +1913,7 @@ module Aws::SageMaker
|
|
1851
1913
|
# s3_output_path: "S3Uri", # required
|
1852
1914
|
# },
|
1853
1915
|
# resource_config: { # required
|
1854
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
1916
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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
|
1855
1917
|
# instance_count: 1, # required
|
1856
1918
|
# volume_size_in_gb: 1, # required
|
1857
1919
|
# volume_kms_key_id: "KmsKeyId",
|
@@ -1900,7 +1962,7 @@ module Aws::SageMaker
|
|
1900
1962
|
# ],
|
1901
1963
|
# },
|
1902
1964
|
# static_hyper_parameters: {
|
1903
|
-
# "
|
1965
|
+
# "HyperParameterKey" => "HyperParameterValue",
|
1904
1966
|
# },
|
1905
1967
|
# algorithm_specification: { # required
|
1906
1968
|
# training_image: "AlgorithmImage",
|
@@ -1949,7 +2011,7 @@ module Aws::SageMaker
|
|
1949
2011
|
# s3_output_path: "S3Uri", # required
|
1950
2012
|
# },
|
1951
2013
|
# resource_config: { # required
|
1952
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
2014
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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
|
1953
2015
|
# instance_count: 1, # required
|
1954
2016
|
# volume_size_in_gb: 1, # required
|
1955
2017
|
# volume_kms_key_id: "KmsKeyId",
|
@@ -1996,6 +2058,106 @@ module Aws::SageMaker
|
|
1996
2058
|
req.send_request(options)
|
1997
2059
|
end
|
1998
2060
|
|
2061
|
+
# Creates a SageMaker `Image`. A SageMaker image represents a set of
|
2062
|
+
# container images. Each of these container images is represented by a
|
2063
|
+
# SageMaker `ImageVersion`.
|
2064
|
+
#
|
2065
|
+
# @option params [String] :description
|
2066
|
+
# The description of the image.
|
2067
|
+
#
|
2068
|
+
# @option params [String] :display_name
|
2069
|
+
# The display name of the image. When the image is added to a domain,
|
2070
|
+
# `DisplayName` must be unique to the domain.
|
2071
|
+
#
|
2072
|
+
# @option params [required, String] :image_name
|
2073
|
+
# The name of the image. Must be unique to your account.
|
2074
|
+
#
|
2075
|
+
# @option params [required, String] :role_arn
|
2076
|
+
# The Amazon Resource Name (ARN) of an IAM role that enables Amazon
|
2077
|
+
# SageMaker to perform tasks on your behalf.
|
2078
|
+
#
|
2079
|
+
# @option params [Array<Types::Tag>] :tags
|
2080
|
+
# A list of tags to apply to the image.
|
2081
|
+
#
|
2082
|
+
# @return [Types::CreateImageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2083
|
+
#
|
2084
|
+
# * {Types::CreateImageResponse#image_arn #image_arn} => String
|
2085
|
+
#
|
2086
|
+
# @example Request syntax with placeholder values
|
2087
|
+
#
|
2088
|
+
# resp = client.create_image({
|
2089
|
+
# description: "ImageDescription",
|
2090
|
+
# display_name: "ImageDisplayName",
|
2091
|
+
# image_name: "ImageName", # required
|
2092
|
+
# role_arn: "RoleArn", # required
|
2093
|
+
# tags: [
|
2094
|
+
# {
|
2095
|
+
# key: "TagKey", # required
|
2096
|
+
# value: "TagValue", # required
|
2097
|
+
# },
|
2098
|
+
# ],
|
2099
|
+
# })
|
2100
|
+
#
|
2101
|
+
# @example Response structure
|
2102
|
+
#
|
2103
|
+
# resp.image_arn #=> String
|
2104
|
+
#
|
2105
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateImage AWS API Documentation
|
2106
|
+
#
|
2107
|
+
# @overload create_image(params = {})
|
2108
|
+
# @param [Hash] params ({})
|
2109
|
+
def create_image(params = {}, options = {})
|
2110
|
+
req = build_request(:create_image, params)
|
2111
|
+
req.send_request(options)
|
2112
|
+
end
|
2113
|
+
|
2114
|
+
# Creates a version of the SageMaker image specified by `ImageName`. The
|
2115
|
+
# version represents the Amazon Container Registry (ECR) container image
|
2116
|
+
# specified by `BaseImage`.
|
2117
|
+
#
|
2118
|
+
# @option params [required, String] :base_image
|
2119
|
+
# The registry path of the container image to use as the starting point
|
2120
|
+
# for this version. The path is an Amazon Container Registry (ECR) URI
|
2121
|
+
# in the following format:
|
2122
|
+
#
|
2123
|
+
# `<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or
|
2124
|
+
# [@digest]>`
|
2125
|
+
#
|
2126
|
+
# @option params [required, String] :client_token
|
2127
|
+
# A unique ID. If not specified, the AWS CLI and AWS SDKs, such as the
|
2128
|
+
# SDK for Python (Boto3), add a unique value to the call.
|
2129
|
+
#
|
2130
|
+
# **A suitable default value is auto-generated.** You should normally
|
2131
|
+
# not need to pass this option.**
|
2132
|
+
#
|
2133
|
+
# @option params [required, String] :image_name
|
2134
|
+
# The `ImageName` of the `Image` to create a version of.
|
2135
|
+
#
|
2136
|
+
# @return [Types::CreateImageVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2137
|
+
#
|
2138
|
+
# * {Types::CreateImageVersionResponse#image_version_arn #image_version_arn} => String
|
2139
|
+
#
|
2140
|
+
# @example Request syntax with placeholder values
|
2141
|
+
#
|
2142
|
+
# resp = client.create_image_version({
|
2143
|
+
# base_image: "ImageBaseImage", # required
|
2144
|
+
# client_token: "ClientToken", # required
|
2145
|
+
# image_name: "ImageName", # required
|
2146
|
+
# })
|
2147
|
+
#
|
2148
|
+
# @example Response structure
|
2149
|
+
#
|
2150
|
+
# resp.image_version_arn #=> String
|
2151
|
+
#
|
2152
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateImageVersion AWS API Documentation
|
2153
|
+
#
|
2154
|
+
# @overload create_image_version(params = {})
|
2155
|
+
# @param [Hash] params ({})
|
2156
|
+
def create_image_version(params = {}, options = {})
|
2157
|
+
req = build_request(:create_image_version, params)
|
2158
|
+
req.send_request(options)
|
2159
|
+
end
|
2160
|
+
|
1999
2161
|
# Creates a job that uses workers to label the data objects in your
|
2000
2162
|
# input dataset. You can use the labeled data to train machine learning
|
2001
2163
|
# models.
|
@@ -2060,7 +2222,7 @@ module Aws::SageMaker
|
|
2060
2222
|
# successfully complete data labeling.
|
2061
2223
|
#
|
2062
2224
|
# @option params [String] :label_category_config_s3_uri
|
2063
|
-
# The S3
|
2225
|
+
# The S3 URI of the file that defines the categories used to label the
|
2064
2226
|
# data objects.
|
2065
2227
|
#
|
2066
2228
|
# For 3D point cloud task types, see [Create a Labeling Category
|
@@ -2325,7 +2487,7 @@ module Aws::SageMaker
|
|
2325
2487
|
# environment: {
|
2326
2488
|
# "EnvironmentKey" => "EnvironmentValue",
|
2327
2489
|
# },
|
2328
|
-
# model_package_name: "
|
2490
|
+
# model_package_name: "VersionedArnOrName",
|
2329
2491
|
# },
|
2330
2492
|
# containers: [
|
2331
2493
|
# {
|
@@ -2339,7 +2501,7 @@ module Aws::SageMaker
|
|
2339
2501
|
# environment: {
|
2340
2502
|
# "EnvironmentKey" => "EnvironmentValue",
|
2341
2503
|
# },
|
2342
|
-
# model_package_name: "
|
2504
|
+
# model_package_name: "VersionedArnOrName",
|
2343
2505
|
# },
|
2344
2506
|
# ],
|
2345
2507
|
# execution_role_arn: "RoleArn", # required
|
@@ -2380,7 +2542,7 @@ module Aws::SageMaker
|
|
2380
2542
|
# model from an algorithm resource that you created or subscribed to in
|
2381
2543
|
# AWS Marketplace, provide a value for `SourceAlgorithmSpecification`.
|
2382
2544
|
#
|
2383
|
-
# @option params [
|
2545
|
+
# @option params [String] :model_package_name
|
2384
2546
|
# The name of the model package. The name must have 1 to 63 characters.
|
2385
2547
|
# Valid characters are a-z, A-Z, 0-9, and - (hyphen).
|
2386
2548
|
#
|
@@ -2417,7 +2579,7 @@ module Aws::SageMaker
|
|
2417
2579
|
# @example Request syntax with placeholder values
|
2418
2580
|
#
|
2419
2581
|
# resp = client.create_model_package({
|
2420
|
-
# model_package_name: "EntityName",
|
2582
|
+
# model_package_name: "EntityName",
|
2421
2583
|
# model_package_description: "EntityDescription",
|
2422
2584
|
# inference_specification: {
|
2423
2585
|
# containers: [ # required
|
@@ -3376,7 +3538,7 @@ module Aws::SageMaker
|
|
3376
3538
|
# resp = client.create_training_job({
|
3377
3539
|
# training_job_name: "TrainingJobName", # required
|
3378
3540
|
# hyper_parameters: {
|
3379
|
-
# "
|
3541
|
+
# "HyperParameterKey" => "HyperParameterValue",
|
3380
3542
|
# },
|
3381
3543
|
# algorithm_specification: { # required
|
3382
3544
|
# training_image: "AlgorithmImage",
|
@@ -3422,7 +3584,7 @@ module Aws::SageMaker
|
|
3422
3584
|
# s3_output_path: "S3Uri", # required
|
3423
3585
|
# },
|
3424
3586
|
# resource_config: { # required
|
3425
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
3587
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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
|
3426
3588
|
# instance_count: 1, # required
|
3427
3589
|
# volume_size_in_gb: 1, # required
|
3428
3590
|
# volume_kms_key_id: "KmsKeyId",
|
@@ -3951,18 +4113,28 @@ module Aws::SageMaker
|
|
3951
4113
|
# jupyter_server_app_settings: {
|
3952
4114
|
# default_resource_spec: {
|
3953
4115
|
# sage_maker_image_arn: "ImageArn",
|
4116
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
3954
4117
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3955
4118
|
# },
|
3956
4119
|
# },
|
3957
4120
|
# kernel_gateway_app_settings: {
|
3958
4121
|
# default_resource_spec: {
|
3959
4122
|
# sage_maker_image_arn: "ImageArn",
|
4123
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
3960
4124
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3961
4125
|
# },
|
4126
|
+
# custom_images: [
|
4127
|
+
# {
|
4128
|
+
# image_name: "ImageName", # required
|
4129
|
+
# image_version_number: 1,
|
4130
|
+
# app_image_config_name: "AppImageConfigName", # required
|
4131
|
+
# },
|
4132
|
+
# ],
|
3962
4133
|
# },
|
3963
4134
|
# tensor_board_app_settings: {
|
3964
4135
|
# default_resource_spec: {
|
3965
4136
|
# sage_maker_image_arn: "ImageArn",
|
4137
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
3966
4138
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3967
4139
|
# },
|
3968
4140
|
# },
|
@@ -4246,6 +4418,28 @@ module Aws::SageMaker
|
|
4246
4418
|
req.send_request(options)
|
4247
4419
|
end
|
4248
4420
|
|
4421
|
+
# Deletes an AppImageConfig.
|
4422
|
+
#
|
4423
|
+
# @option params [required, String] :app_image_config_name
|
4424
|
+
# The name of the AppImageConfig to delete.
|
4425
|
+
#
|
4426
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4427
|
+
#
|
4428
|
+
# @example Request syntax with placeholder values
|
4429
|
+
#
|
4430
|
+
# resp = client.delete_app_image_config({
|
4431
|
+
# app_image_config_name: "AppImageConfigName", # required
|
4432
|
+
# })
|
4433
|
+
#
|
4434
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAppImageConfig AWS API Documentation
|
4435
|
+
#
|
4436
|
+
# @overload delete_app_image_config(params = {})
|
4437
|
+
# @param [Hash] params ({})
|
4438
|
+
def delete_app_image_config(params = {}, options = {})
|
4439
|
+
req = build_request(:delete_app_image_config, params)
|
4440
|
+
req.send_request(options)
|
4441
|
+
end
|
4442
|
+
|
4249
4443
|
# Deletes the specified Git repository from your account.
|
4250
4444
|
#
|
4251
4445
|
# @option params [required, String] :code_repository_name
|
@@ -4443,6 +4637,56 @@ module Aws::SageMaker
|
|
4443
4637
|
req.send_request(options)
|
4444
4638
|
end
|
4445
4639
|
|
4640
|
+
# Deletes a SageMaker image and all versions of the image. The container
|
4641
|
+
# images aren't deleted.
|
4642
|
+
#
|
4643
|
+
# @option params [required, String] :image_name
|
4644
|
+
# The name of the image to delete.
|
4645
|
+
#
|
4646
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4647
|
+
#
|
4648
|
+
# @example Request syntax with placeholder values
|
4649
|
+
#
|
4650
|
+
# resp = client.delete_image({
|
4651
|
+
# image_name: "ImageName", # required
|
4652
|
+
# })
|
4653
|
+
#
|
4654
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteImage AWS API Documentation
|
4655
|
+
#
|
4656
|
+
# @overload delete_image(params = {})
|
4657
|
+
# @param [Hash] params ({})
|
4658
|
+
def delete_image(params = {}, options = {})
|
4659
|
+
req = build_request(:delete_image, params)
|
4660
|
+
req.send_request(options)
|
4661
|
+
end
|
4662
|
+
|
4663
|
+
# Deletes a version of a SageMaker image. The container image the
|
4664
|
+
# version represents isn't deleted.
|
4665
|
+
#
|
4666
|
+
# @option params [required, String] :image_name
|
4667
|
+
# The name of the image.
|
4668
|
+
#
|
4669
|
+
# @option params [required, Integer] :version
|
4670
|
+
# The version to delete.
|
4671
|
+
#
|
4672
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4673
|
+
#
|
4674
|
+
# @example Request syntax with placeholder values
|
4675
|
+
#
|
4676
|
+
# resp = client.delete_image_version({
|
4677
|
+
# image_name: "ImageName", # required
|
4678
|
+
# version: 1, # required
|
4679
|
+
# })
|
4680
|
+
#
|
4681
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteImageVersion AWS API Documentation
|
4682
|
+
#
|
4683
|
+
# @overload delete_image_version(params = {})
|
4684
|
+
# @param [Hash] params ({})
|
4685
|
+
def delete_image_version(params = {}, options = {})
|
4686
|
+
req = build_request(:delete_image_version, params)
|
4687
|
+
req.send_request(options)
|
4688
|
+
end
|
4689
|
+
|
4446
4690
|
# Deletes a model. The `DeleteModel` API deletes only the model entry
|
4447
4691
|
# that was created in Amazon SageMaker when you called the CreateModel
|
4448
4692
|
# API. It does not delete model artifacts, inference code, or the IAM
|
@@ -4483,7 +4727,7 @@ module Aws::SageMaker
|
|
4483
4727
|
# @example Request syntax with placeholder values
|
4484
4728
|
#
|
4485
4729
|
# resp = client.delete_model_package({
|
4486
|
-
# model_package_name: "
|
4730
|
+
# model_package_name: "VersionedArnOrName", # required
|
4487
4731
|
# })
|
4488
4732
|
#
|
4489
4733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackage AWS API Documentation
|
@@ -4800,7 +5044,7 @@ module Aws::SageMaker
|
|
4800
5044
|
# resp.training_specification.supported_hyper_parameters[0].is_required #=> Boolean
|
4801
5045
|
# resp.training_specification.supported_hyper_parameters[0].default_value #=> String
|
4802
5046
|
# resp.training_specification.supported_training_instance_types #=> Array
|
4803
|
-
# resp.training_specification.supported_training_instance_types[0] #=> 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.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"
|
5047
|
+
# resp.training_specification.supported_training_instance_types[0] #=> 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"
|
4804
5048
|
# resp.training_specification.supports_distributed_training #=> Boolean
|
4805
5049
|
# resp.training_specification.metric_definitions #=> Array
|
4806
5050
|
# resp.training_specification.metric_definitions[0].name #=> String
|
@@ -4837,7 +5081,7 @@ module Aws::SageMaker
|
|
4837
5081
|
# resp.validation_specification.validation_profiles[0].profile_name #=> String
|
4838
5082
|
# resp.validation_specification.validation_profiles[0].training_job_definition.training_input_mode #=> String, one of "Pipe", "File"
|
4839
5083
|
# resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters #=> Hash
|
4840
|
-
# resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters["
|
5084
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters["HyperParameterKey"] #=> String
|
4841
5085
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config #=> Array
|
4842
5086
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].channel_name #=> String
|
4843
5087
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
|
@@ -4856,7 +5100,7 @@ module Aws::SageMaker
|
|
4856
5100
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
|
4857
5101
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.kms_key_id #=> String
|
4858
5102
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.s3_output_path #=> String
|
4859
|
-
# resp.validation_specification.validation_profiles[0].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.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"
|
5103
|
+
# resp.validation_specification.validation_profiles[0].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"
|
4860
5104
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_count #=> Integer
|
4861
5105
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
4862
5106
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_kms_key_id #=> String
|
@@ -4950,6 +5194,7 @@ module Aws::SageMaker
|
|
4950
5194
|
# resp.creation_time #=> Time
|
4951
5195
|
# resp.failure_reason #=> String
|
4952
5196
|
# resp.resource_spec.sage_maker_image_arn #=> String
|
5197
|
+
# resp.resource_spec.sage_maker_image_version_arn #=> String
|
4953
5198
|
# 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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
4954
5199
|
#
|
4955
5200
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp AWS API Documentation
|
@@ -4961,6 +5206,47 @@ module Aws::SageMaker
|
|
4961
5206
|
req.send_request(options)
|
4962
5207
|
end
|
4963
5208
|
|
5209
|
+
# Describes an AppImageConfig.
|
5210
|
+
#
|
5211
|
+
# @option params [required, String] :app_image_config_name
|
5212
|
+
# The name of the AppImageConfig to describe.
|
5213
|
+
#
|
5214
|
+
# @return [Types::DescribeAppImageConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5215
|
+
#
|
5216
|
+
# * {Types::DescribeAppImageConfigResponse#app_image_config_arn #app_image_config_arn} => String
|
5217
|
+
# * {Types::DescribeAppImageConfigResponse#app_image_config_name #app_image_config_name} => String
|
5218
|
+
# * {Types::DescribeAppImageConfigResponse#creation_time #creation_time} => Time
|
5219
|
+
# * {Types::DescribeAppImageConfigResponse#last_modified_time #last_modified_time} => Time
|
5220
|
+
# * {Types::DescribeAppImageConfigResponse#kernel_gateway_image_config #kernel_gateway_image_config} => Types::KernelGatewayImageConfig
|
5221
|
+
#
|
5222
|
+
# @example Request syntax with placeholder values
|
5223
|
+
#
|
5224
|
+
# resp = client.describe_app_image_config({
|
5225
|
+
# app_image_config_name: "AppImageConfigName", # required
|
5226
|
+
# })
|
5227
|
+
#
|
5228
|
+
# @example Response structure
|
5229
|
+
#
|
5230
|
+
# resp.app_image_config_arn #=> String
|
5231
|
+
# resp.app_image_config_name #=> String
|
5232
|
+
# resp.creation_time #=> Time
|
5233
|
+
# resp.last_modified_time #=> Time
|
5234
|
+
# resp.kernel_gateway_image_config.kernel_specs #=> Array
|
5235
|
+
# resp.kernel_gateway_image_config.kernel_specs[0].name #=> String
|
5236
|
+
# resp.kernel_gateway_image_config.kernel_specs[0].display_name #=> String
|
5237
|
+
# resp.kernel_gateway_image_config.file_system_config.mount_path #=> String
|
5238
|
+
# resp.kernel_gateway_image_config.file_system_config.default_uid #=> Integer
|
5239
|
+
# resp.kernel_gateway_image_config.file_system_config.default_gid #=> Integer
|
5240
|
+
#
|
5241
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppImageConfig AWS API Documentation
|
5242
|
+
#
|
5243
|
+
# @overload describe_app_image_config(params = {})
|
5244
|
+
# @param [Hash] params ({})
|
5245
|
+
def describe_app_image_config(params = {}, options = {})
|
5246
|
+
req = build_request(:describe_app_image_config, params)
|
5247
|
+
req.send_request(options)
|
5248
|
+
end
|
5249
|
+
|
4964
5250
|
# Returns information about an Amazon SageMaker job.
|
4965
5251
|
#
|
4966
5252
|
# @option params [required, String] :auto_ml_job_name
|
@@ -5144,7 +5430,7 @@ module Aws::SageMaker
|
|
5144
5430
|
# resp.role_arn #=> String
|
5145
5431
|
# resp.input_config.s3_uri #=> String
|
5146
5432
|
# resp.input_config.data_input_config #=> String
|
5147
|
-
# resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE"
|
5433
|
+
# resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE", "DARKNET"
|
5148
5434
|
# resp.output_config.s3_output_location #=> String
|
5149
5435
|
# resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64", "coreml"
|
5150
5436
|
# resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
|
@@ -5179,11 +5465,11 @@ module Aws::SageMaker
|
|
5179
5465
|
# * {Types::DescribeDomainResponse#failure_reason #failure_reason} => String
|
5180
5466
|
# * {Types::DescribeDomainResponse#auth_mode #auth_mode} => String
|
5181
5467
|
# * {Types::DescribeDomainResponse#default_user_settings #default_user_settings} => Types::UserSettings
|
5468
|
+
# * {Types::DescribeDomainResponse#app_network_access_type #app_network_access_type} => String
|
5182
5469
|
# * {Types::DescribeDomainResponse#home_efs_file_system_kms_key_id #home_efs_file_system_kms_key_id} => String
|
5183
5470
|
# * {Types::DescribeDomainResponse#subnet_ids #subnet_ids} => Array<String>
|
5184
5471
|
# * {Types::DescribeDomainResponse#url #url} => String
|
5185
5472
|
# * {Types::DescribeDomainResponse#vpc_id #vpc_id} => String
|
5186
|
-
# * {Types::DescribeDomainResponse#app_network_access_type #app_network_access_type} => String
|
5187
5473
|
#
|
5188
5474
|
# @example Request syntax with placeholder values
|
5189
5475
|
#
|
@@ -5198,7 +5484,7 @@ module Aws::SageMaker
|
|
5198
5484
|
# resp.domain_name #=> String
|
5199
5485
|
# resp.home_efs_file_system_id #=> String
|
5200
5486
|
# resp.single_sign_on_managed_application_instance_id #=> String
|
5201
|
-
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending"
|
5487
|
+
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
|
5202
5488
|
# resp.creation_time #=> Time
|
5203
5489
|
# resp.last_modified_time #=> Time
|
5204
5490
|
# resp.failure_reason #=> String
|
@@ -5210,17 +5496,24 @@ module Aws::SageMaker
|
|
5210
5496
|
# resp.default_user_settings.sharing_settings.s3_output_path #=> String
|
5211
5497
|
# resp.default_user_settings.sharing_settings.s3_kms_key_id #=> String
|
5212
5498
|
# resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
5499
|
+
# resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
5213
5500
|
# resp.default_user_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
5214
5501
|
# resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
5502
|
+
# resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
5215
5503
|
# 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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
5504
|
+
# resp.default_user_settings.kernel_gateway_app_settings.custom_images #=> Array
|
5505
|
+
# resp.default_user_settings.kernel_gateway_app_settings.custom_images[0].image_name #=> String
|
5506
|
+
# resp.default_user_settings.kernel_gateway_app_settings.custom_images[0].image_version_number #=> Integer
|
5507
|
+
# resp.default_user_settings.kernel_gateway_app_settings.custom_images[0].app_image_config_name #=> String
|
5216
5508
|
# resp.default_user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
5509
|
+
# resp.default_user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
5217
5510
|
# resp.default_user_settings.tensor_board_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
5511
|
+
# resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
|
5218
5512
|
# resp.home_efs_file_system_kms_key_id #=> String
|
5219
5513
|
# resp.subnet_ids #=> Array
|
5220
5514
|
# resp.subnet_ids[0] #=> String
|
5221
5515
|
# resp.url #=> String
|
5222
5516
|
# resp.vpc_id #=> String
|
5223
|
-
# resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
|
5224
5517
|
#
|
5225
5518
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomain AWS API Documentation
|
5226
5519
|
#
|
@@ -5566,7 +5859,7 @@ module Aws::SageMaker
|
|
5566
5859
|
# resp.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
|
5567
5860
|
# resp.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
5568
5861
|
# resp.training_job_definition.static_hyper_parameters #=> Hash
|
5569
|
-
# resp.training_job_definition.static_hyper_parameters["
|
5862
|
+
# resp.training_job_definition.static_hyper_parameters["HyperParameterKey"] #=> String
|
5570
5863
|
# resp.training_job_definition.algorithm_specification.training_image #=> String
|
5571
5864
|
# resp.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
5572
5865
|
# resp.training_job_definition.algorithm_specification.algorithm_name #=> String
|
@@ -5596,7 +5889,7 @@ module Aws::SageMaker
|
|
5596
5889
|
# resp.training_job_definition.vpc_config.subnets[0] #=> String
|
5597
5890
|
# resp.training_job_definition.output_data_config.kms_key_id #=> String
|
5598
5891
|
# resp.training_job_definition.output_data_config.s3_output_path #=> String
|
5599
|
-
# resp.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.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"
|
5892
|
+
# resp.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"
|
5600
5893
|
# resp.training_job_definition.resource_config.instance_count #=> Integer
|
5601
5894
|
# resp.training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
5602
5895
|
# resp.training_job_definition.resource_config.volume_kms_key_id #=> String
|
@@ -5626,7 +5919,7 @@ module Aws::SageMaker
|
|
5626
5919
|
# resp.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
|
5627
5920
|
# resp.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
5628
5921
|
# resp.training_job_definitions[0].static_hyper_parameters #=> Hash
|
5629
|
-
# resp.training_job_definitions[0].static_hyper_parameters["
|
5922
|
+
# resp.training_job_definitions[0].static_hyper_parameters["HyperParameterKey"] #=> String
|
5630
5923
|
# resp.training_job_definitions[0].algorithm_specification.training_image #=> String
|
5631
5924
|
# resp.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
5632
5925
|
# resp.training_job_definitions[0].algorithm_specification.algorithm_name #=> String
|
@@ -5656,7 +5949,7 @@ module Aws::SageMaker
|
|
5656
5949
|
# resp.training_job_definitions[0].vpc_config.subnets[0] #=> String
|
5657
5950
|
# resp.training_job_definitions[0].output_data_config.kms_key_id #=> String
|
5658
5951
|
# resp.training_job_definitions[0].output_data_config.s3_output_path #=> String
|
5659
|
-
# resp.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.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"
|
5952
|
+
# resp.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"
|
5660
5953
|
# resp.training_job_definitions[0].resource_config.instance_count #=> Integer
|
5661
5954
|
# resp.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
|
5662
5955
|
# resp.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
|
@@ -5688,7 +5981,7 @@ module Aws::SageMaker
|
|
5688
5981
|
# resp.best_training_job.training_end_time #=> Time
|
5689
5982
|
# resp.best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
5690
5983
|
# resp.best_training_job.tuned_hyper_parameters #=> Hash
|
5691
|
-
# resp.best_training_job.tuned_hyper_parameters["
|
5984
|
+
# resp.best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
|
5692
5985
|
# resp.best_training_job.failure_reason #=> String
|
5693
5986
|
# resp.best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
5694
5987
|
# resp.best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
@@ -5703,7 +5996,7 @@ module Aws::SageMaker
|
|
5703
5996
|
# resp.overall_best_training_job.training_end_time #=> Time
|
5704
5997
|
# resp.overall_best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
5705
5998
|
# resp.overall_best_training_job.tuned_hyper_parameters #=> Hash
|
5706
|
-
# resp.overall_best_training_job.tuned_hyper_parameters["
|
5999
|
+
# resp.overall_best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
|
5707
6000
|
# resp.overall_best_training_job.failure_reason #=> String
|
5708
6001
|
# resp.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
5709
6002
|
# resp.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
@@ -5723,6 +6016,99 @@ module Aws::SageMaker
|
|
5723
6016
|
req.send_request(options)
|
5724
6017
|
end
|
5725
6018
|
|
6019
|
+
# Describes a SageMaker image.
|
6020
|
+
#
|
6021
|
+
# @option params [required, String] :image_name
|
6022
|
+
# The name of the image to describe.
|
6023
|
+
#
|
6024
|
+
# @return [Types::DescribeImageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6025
|
+
#
|
6026
|
+
# * {Types::DescribeImageResponse#creation_time #creation_time} => Time
|
6027
|
+
# * {Types::DescribeImageResponse#description #description} => String
|
6028
|
+
# * {Types::DescribeImageResponse#display_name #display_name} => String
|
6029
|
+
# * {Types::DescribeImageResponse#failure_reason #failure_reason} => String
|
6030
|
+
# * {Types::DescribeImageResponse#image_arn #image_arn} => String
|
6031
|
+
# * {Types::DescribeImageResponse#image_name #image_name} => String
|
6032
|
+
# * {Types::DescribeImageResponse#image_status #image_status} => String
|
6033
|
+
# * {Types::DescribeImageResponse#last_modified_time #last_modified_time} => Time
|
6034
|
+
# * {Types::DescribeImageResponse#role_arn #role_arn} => String
|
6035
|
+
#
|
6036
|
+
# @example Request syntax with placeholder values
|
6037
|
+
#
|
6038
|
+
# resp = client.describe_image({
|
6039
|
+
# image_name: "ImageName", # required
|
6040
|
+
# })
|
6041
|
+
#
|
6042
|
+
# @example Response structure
|
6043
|
+
#
|
6044
|
+
# resp.creation_time #=> Time
|
6045
|
+
# resp.description #=> String
|
6046
|
+
# resp.display_name #=> String
|
6047
|
+
# resp.failure_reason #=> String
|
6048
|
+
# resp.image_arn #=> String
|
6049
|
+
# resp.image_name #=> String
|
6050
|
+
# resp.image_status #=> String, one of "CREATING", "CREATED", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"
|
6051
|
+
# resp.last_modified_time #=> Time
|
6052
|
+
# resp.role_arn #=> String
|
6053
|
+
#
|
6054
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeImage AWS API Documentation
|
6055
|
+
#
|
6056
|
+
# @overload describe_image(params = {})
|
6057
|
+
# @param [Hash] params ({})
|
6058
|
+
def describe_image(params = {}, options = {})
|
6059
|
+
req = build_request(:describe_image, params)
|
6060
|
+
req.send_request(options)
|
6061
|
+
end
|
6062
|
+
|
6063
|
+
# Describes a version of a SageMaker image.
|
6064
|
+
#
|
6065
|
+
# @option params [required, String] :image_name
|
6066
|
+
# The name of the image.
|
6067
|
+
#
|
6068
|
+
# @option params [Integer] :version
|
6069
|
+
# The version of the image. If not specified, the latest version is
|
6070
|
+
# described.
|
6071
|
+
#
|
6072
|
+
# @return [Types::DescribeImageVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6073
|
+
#
|
6074
|
+
# * {Types::DescribeImageVersionResponse#base_image #base_image} => String
|
6075
|
+
# * {Types::DescribeImageVersionResponse#container_image #container_image} => String
|
6076
|
+
# * {Types::DescribeImageVersionResponse#creation_time #creation_time} => Time
|
6077
|
+
# * {Types::DescribeImageVersionResponse#failure_reason #failure_reason} => String
|
6078
|
+
# * {Types::DescribeImageVersionResponse#image_arn #image_arn} => String
|
6079
|
+
# * {Types::DescribeImageVersionResponse#image_version_arn #image_version_arn} => String
|
6080
|
+
# * {Types::DescribeImageVersionResponse#image_version_status #image_version_status} => String
|
6081
|
+
# * {Types::DescribeImageVersionResponse#last_modified_time #last_modified_time} => Time
|
6082
|
+
# * {Types::DescribeImageVersionResponse#version #version} => Integer
|
6083
|
+
#
|
6084
|
+
# @example Request syntax with placeholder values
|
6085
|
+
#
|
6086
|
+
# resp = client.describe_image_version({
|
6087
|
+
# image_name: "ImageName", # required
|
6088
|
+
# version: 1,
|
6089
|
+
# })
|
6090
|
+
#
|
6091
|
+
# @example Response structure
|
6092
|
+
#
|
6093
|
+
# resp.base_image #=> String
|
6094
|
+
# resp.container_image #=> String
|
6095
|
+
# resp.creation_time #=> Time
|
6096
|
+
# resp.failure_reason #=> String
|
6097
|
+
# resp.image_arn #=> String
|
6098
|
+
# resp.image_version_arn #=> String
|
6099
|
+
# resp.image_version_status #=> String, one of "CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED"
|
6100
|
+
# resp.last_modified_time #=> Time
|
6101
|
+
# resp.version #=> Integer
|
6102
|
+
#
|
6103
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeImageVersion AWS API Documentation
|
6104
|
+
#
|
6105
|
+
# @overload describe_image_version(params = {})
|
6106
|
+
# @param [Hash] params ({})
|
6107
|
+
def describe_image_version(params = {}, options = {})
|
6108
|
+
req = build_request(:describe_image_version, params)
|
6109
|
+
req.send_request(options)
|
6110
|
+
end
|
6111
|
+
|
5726
6112
|
# Gets information about a labeling job.
|
5727
6113
|
#
|
5728
6114
|
# @option params [required, String] :labeling_job_name
|
@@ -5900,7 +6286,7 @@ module Aws::SageMaker
|
|
5900
6286
|
# @example Request syntax with placeholder values
|
5901
6287
|
#
|
5902
6288
|
# resp = client.describe_model_package({
|
5903
|
-
# model_package_name: "
|
6289
|
+
# model_package_name: "VersionedArnOrName", # required
|
5904
6290
|
# })
|
5905
6291
|
#
|
5906
6292
|
# @example Response structure
|
@@ -6368,7 +6754,7 @@ module Aws::SageMaker
|
|
6368
6754
|
# resp.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded"
|
6369
6755
|
# resp.failure_reason #=> String
|
6370
6756
|
# resp.hyper_parameters #=> Hash
|
6371
|
-
# resp.hyper_parameters["
|
6757
|
+
# resp.hyper_parameters["HyperParameterKey"] #=> String
|
6372
6758
|
# resp.algorithm_specification.training_image #=> String
|
6373
6759
|
# resp.algorithm_specification.algorithm_name #=> String
|
6374
6760
|
# resp.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
@@ -6395,7 +6781,7 @@ module Aws::SageMaker
|
|
6395
6781
|
# resp.input_data_config[0].shuffle_config.seed #=> Integer
|
6396
6782
|
# resp.output_data_config.kms_key_id #=> String
|
6397
6783
|
# resp.output_data_config.s3_output_path #=> String
|
6398
|
-
# resp.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.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"
|
6784
|
+
# resp.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"
|
6399
6785
|
# resp.resource_config.instance_count #=> Integer
|
6400
6786
|
# resp.resource_config.volume_size_in_gb #=> Integer
|
6401
6787
|
# resp.resource_config.volume_kms_key_id #=> String
|
@@ -6716,7 +7102,7 @@ module Aws::SageMaker
|
|
6716
7102
|
# resp.user_profile_arn #=> String
|
6717
7103
|
# resp.user_profile_name #=> String
|
6718
7104
|
# resp.home_efs_file_system_uid #=> String
|
6719
|
-
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending"
|
7105
|
+
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
|
6720
7106
|
# resp.last_modified_time #=> Time
|
6721
7107
|
# resp.creation_time #=> Time
|
6722
7108
|
# resp.failure_reason #=> String
|
@@ -6729,10 +7115,17 @@ module Aws::SageMaker
|
|
6729
7115
|
# resp.user_settings.sharing_settings.s3_output_path #=> String
|
6730
7116
|
# resp.user_settings.sharing_settings.s3_kms_key_id #=> String
|
6731
7117
|
# resp.user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
7118
|
+
# resp.user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
6732
7119
|
# resp.user_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
6733
7120
|
# resp.user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
7121
|
+
# resp.user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
6734
7122
|
# 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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
7123
|
+
# resp.user_settings.kernel_gateway_app_settings.custom_images #=> Array
|
7124
|
+
# resp.user_settings.kernel_gateway_app_settings.custom_images[0].image_name #=> String
|
7125
|
+
# resp.user_settings.kernel_gateway_app_settings.custom_images[0].image_version_number #=> Integer
|
7126
|
+
# resp.user_settings.kernel_gateway_app_settings.custom_images[0].app_image_config_name #=> String
|
6735
7127
|
# resp.user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
7128
|
+
# resp.user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
6736
7129
|
# resp.user_settings.tensor_board_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
6737
7130
|
#
|
6738
7131
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
|
@@ -6993,6 +7386,89 @@ module Aws::SageMaker
|
|
6993
7386
|
req.send_request(options)
|
6994
7387
|
end
|
6995
7388
|
|
7389
|
+
# Lists the AppImageConfigs in your account and their properties. The
|
7390
|
+
# list can be filtered by creation time or modified time, and whether
|
7391
|
+
# the AppImageConfig name contains a specified string.
|
7392
|
+
#
|
7393
|
+
# @option params [Integer] :max_results
|
7394
|
+
# The maximum number of AppImageConfigs to return in the response. The
|
7395
|
+
# default value is 10.
|
7396
|
+
#
|
7397
|
+
# @option params [String] :next_token
|
7398
|
+
# If the previous call to `ListImages` didn't return the full set of
|
7399
|
+
# AppImageConfigs, the call returns a token for getting the next set of
|
7400
|
+
# AppImageConfigs.
|
7401
|
+
#
|
7402
|
+
# @option params [String] :name_contains
|
7403
|
+
# A filter that returns only AppImageConfigs whose name contains the
|
7404
|
+
# specified string.
|
7405
|
+
#
|
7406
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_before
|
7407
|
+
# A filter that returns only AppImageConfigs created on or before the
|
7408
|
+
# specified time.
|
7409
|
+
#
|
7410
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_after
|
7411
|
+
# A filter that returns only AppImageConfigs created on or after the
|
7412
|
+
# specified time.
|
7413
|
+
#
|
7414
|
+
# @option params [Time,DateTime,Date,Integer,String] :modified_time_before
|
7415
|
+
# A filter that returns only AppImageConfigs modified on or before the
|
7416
|
+
# specified time.
|
7417
|
+
#
|
7418
|
+
# @option params [Time,DateTime,Date,Integer,String] :modified_time_after
|
7419
|
+
# A filter that returns only AppImageConfigs modified on or after the
|
7420
|
+
# specified time.
|
7421
|
+
#
|
7422
|
+
# @option params [String] :sort_by
|
7423
|
+
# The property used to sort results. The default value is
|
7424
|
+
# `CreationTime`.
|
7425
|
+
#
|
7426
|
+
# @option params [String] :sort_order
|
7427
|
+
# The sort order. The default value is `Descending`.
|
7428
|
+
#
|
7429
|
+
# @return [Types::ListAppImageConfigsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7430
|
+
#
|
7431
|
+
# * {Types::ListAppImageConfigsResponse#next_token #next_token} => String
|
7432
|
+
# * {Types::ListAppImageConfigsResponse#app_image_configs #app_image_configs} => Array<Types::AppImageConfigDetails>
|
7433
|
+
#
|
7434
|
+
# @example Request syntax with placeholder values
|
7435
|
+
#
|
7436
|
+
# resp = client.list_app_image_configs({
|
7437
|
+
# max_results: 1,
|
7438
|
+
# next_token: "NextToken",
|
7439
|
+
# name_contains: "AppImageConfigName",
|
7440
|
+
# creation_time_before: Time.now,
|
7441
|
+
# creation_time_after: Time.now,
|
7442
|
+
# modified_time_before: Time.now,
|
7443
|
+
# modified_time_after: Time.now,
|
7444
|
+
# sort_by: "CreationTime", # accepts CreationTime, LastModifiedTime, Name
|
7445
|
+
# sort_order: "Ascending", # accepts Ascending, Descending
|
7446
|
+
# })
|
7447
|
+
#
|
7448
|
+
# @example Response structure
|
7449
|
+
#
|
7450
|
+
# resp.next_token #=> String
|
7451
|
+
# resp.app_image_configs #=> Array
|
7452
|
+
# resp.app_image_configs[0].app_image_config_arn #=> String
|
7453
|
+
# resp.app_image_configs[0].app_image_config_name #=> String
|
7454
|
+
# resp.app_image_configs[0].creation_time #=> Time
|
7455
|
+
# resp.app_image_configs[0].last_modified_time #=> Time
|
7456
|
+
# resp.app_image_configs[0].kernel_gateway_image_config.kernel_specs #=> Array
|
7457
|
+
# resp.app_image_configs[0].kernel_gateway_image_config.kernel_specs[0].name #=> String
|
7458
|
+
# resp.app_image_configs[0].kernel_gateway_image_config.kernel_specs[0].display_name #=> String
|
7459
|
+
# resp.app_image_configs[0].kernel_gateway_image_config.file_system_config.mount_path #=> String
|
7460
|
+
# resp.app_image_configs[0].kernel_gateway_image_config.file_system_config.default_uid #=> Integer
|
7461
|
+
# resp.app_image_configs[0].kernel_gateway_image_config.file_system_config.default_gid #=> Integer
|
7462
|
+
#
|
7463
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAppImageConfigs AWS API Documentation
|
7464
|
+
#
|
7465
|
+
# @overload list_app_image_configs(params = {})
|
7466
|
+
# @param [Hash] params ({})
|
7467
|
+
def list_app_image_configs(params = {}, options = {})
|
7468
|
+
req = build_request(:list_app_image_configs, params)
|
7469
|
+
req.send_request(options)
|
7470
|
+
end
|
7471
|
+
|
6996
7472
|
# Lists apps.
|
6997
7473
|
#
|
6998
7474
|
# @option params [String] :next_token
|
@@ -7406,7 +7882,7 @@ module Aws::SageMaker
|
|
7406
7882
|
# resp.domains[0].domain_arn #=> String
|
7407
7883
|
# resp.domains[0].domain_id #=> String
|
7408
7884
|
# resp.domains[0].domain_name #=> String
|
7409
|
-
# resp.domains[0].status #=> String, one of "Deleting", "Failed", "InService", "Pending"
|
7885
|
+
# resp.domains[0].status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
|
7410
7886
|
# resp.domains[0].creation_time #=> Time
|
7411
7887
|
# resp.domains[0].last_modified_time #=> Time
|
7412
7888
|
# resp.domains[0].url #=> String
|
@@ -7842,6 +8318,168 @@ module Aws::SageMaker
|
|
7842
8318
|
req.send_request(options)
|
7843
8319
|
end
|
7844
8320
|
|
8321
|
+
# Lists the versions of a specified image and their properties. The list
|
8322
|
+
# can be filtered by creation time or modified time.
|
8323
|
+
#
|
8324
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_after
|
8325
|
+
# A filter that returns only versions created on or after the specified
|
8326
|
+
# time.
|
8327
|
+
#
|
8328
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_before
|
8329
|
+
# A filter that returns only versions created on or before the specified
|
8330
|
+
# time.
|
8331
|
+
#
|
8332
|
+
# @option params [required, String] :image_name
|
8333
|
+
# The name of the image to list the versions of.
|
8334
|
+
#
|
8335
|
+
# @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
|
8336
|
+
# A filter that returns only versions modified on or after the specified
|
8337
|
+
# time.
|
8338
|
+
#
|
8339
|
+
# @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
|
8340
|
+
# A filter that returns only versions modified on or before the
|
8341
|
+
# specified time.
|
8342
|
+
#
|
8343
|
+
# @option params [Integer] :max_results
|
8344
|
+
# The maximum number of versions to return in the response. The default
|
8345
|
+
# value is 10.
|
8346
|
+
#
|
8347
|
+
# @option params [String] :next_token
|
8348
|
+
# If the previous call to `ListImageVersions` didn't return the full
|
8349
|
+
# set of versions, the call returns a token for getting the next set of
|
8350
|
+
# versions.
|
8351
|
+
#
|
8352
|
+
# @option params [String] :sort_by
|
8353
|
+
# The property used to sort results. The default value is
|
8354
|
+
# `CREATION_TIME`.
|
8355
|
+
#
|
8356
|
+
# @option params [String] :sort_order
|
8357
|
+
# The sort order. The default value is `DESCENDING`.
|
8358
|
+
#
|
8359
|
+
# @return [Types::ListImageVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8360
|
+
#
|
8361
|
+
# * {Types::ListImageVersionsResponse#image_versions #image_versions} => Array<Types::ImageVersion>
|
8362
|
+
# * {Types::ListImageVersionsResponse#next_token #next_token} => String
|
8363
|
+
#
|
8364
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
8365
|
+
#
|
8366
|
+
# @example Request syntax with placeholder values
|
8367
|
+
#
|
8368
|
+
# resp = client.list_image_versions({
|
8369
|
+
# creation_time_after: Time.now,
|
8370
|
+
# creation_time_before: Time.now,
|
8371
|
+
# image_name: "ImageName", # required
|
8372
|
+
# last_modified_time_after: Time.now,
|
8373
|
+
# last_modified_time_before: Time.now,
|
8374
|
+
# max_results: 1,
|
8375
|
+
# next_token: "NextToken",
|
8376
|
+
# sort_by: "CREATION_TIME", # accepts CREATION_TIME, LAST_MODIFIED_TIME, VERSION
|
8377
|
+
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
8378
|
+
# })
|
8379
|
+
#
|
8380
|
+
# @example Response structure
|
8381
|
+
#
|
8382
|
+
# resp.image_versions #=> Array
|
8383
|
+
# resp.image_versions[0].creation_time #=> Time
|
8384
|
+
# resp.image_versions[0].failure_reason #=> String
|
8385
|
+
# resp.image_versions[0].image_arn #=> String
|
8386
|
+
# resp.image_versions[0].image_version_arn #=> String
|
8387
|
+
# resp.image_versions[0].image_version_status #=> String, one of "CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED"
|
8388
|
+
# resp.image_versions[0].last_modified_time #=> Time
|
8389
|
+
# resp.image_versions[0].version #=> Integer
|
8390
|
+
# resp.next_token #=> String
|
8391
|
+
#
|
8392
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListImageVersions AWS API Documentation
|
8393
|
+
#
|
8394
|
+
# @overload list_image_versions(params = {})
|
8395
|
+
# @param [Hash] params ({})
|
8396
|
+
def list_image_versions(params = {}, options = {})
|
8397
|
+
req = build_request(:list_image_versions, params)
|
8398
|
+
req.send_request(options)
|
8399
|
+
end
|
8400
|
+
|
8401
|
+
# Lists the images in your account and their properties. The list can be
|
8402
|
+
# filtered by creation time or modified time, and whether the image name
|
8403
|
+
# contains a specified string.
|
8404
|
+
#
|
8405
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_after
|
8406
|
+
# A filter that returns only images created on or after the specified
|
8407
|
+
# time.
|
8408
|
+
#
|
8409
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_before
|
8410
|
+
# A filter that returns only images created on or before the specified
|
8411
|
+
# time.
|
8412
|
+
#
|
8413
|
+
# @option params [Time,DateTime,Date,Integer,String] :last_modified_time_after
|
8414
|
+
# A filter that returns only images modified on or after the specified
|
8415
|
+
# time.
|
8416
|
+
#
|
8417
|
+
# @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
|
8418
|
+
# A filter that returns only images modified on or before the specified
|
8419
|
+
# time.
|
8420
|
+
#
|
8421
|
+
# @option params [Integer] :max_results
|
8422
|
+
# The maximum number of images to return in the response. The default
|
8423
|
+
# value is 10.
|
8424
|
+
#
|
8425
|
+
# @option params [String] :name_contains
|
8426
|
+
# A filter that returns only images whose name contains the specified
|
8427
|
+
# string.
|
8428
|
+
#
|
8429
|
+
# @option params [String] :next_token
|
8430
|
+
# If the previous call to `ListImages` didn't return the full set of
|
8431
|
+
# images, the call returns a token for getting the next set of images.
|
8432
|
+
#
|
8433
|
+
# @option params [String] :sort_by
|
8434
|
+
# The property used to sort results. The default value is
|
8435
|
+
# `CREATION_TIME`.
|
8436
|
+
#
|
8437
|
+
# @option params [String] :sort_order
|
8438
|
+
# The sort order. The default value is `DESCENDING`.
|
8439
|
+
#
|
8440
|
+
# @return [Types::ListImagesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8441
|
+
#
|
8442
|
+
# * {Types::ListImagesResponse#images #images} => Array<Types::Image>
|
8443
|
+
# * {Types::ListImagesResponse#next_token #next_token} => String
|
8444
|
+
#
|
8445
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
8446
|
+
#
|
8447
|
+
# @example Request syntax with placeholder values
|
8448
|
+
#
|
8449
|
+
# resp = client.list_images({
|
8450
|
+
# creation_time_after: Time.now,
|
8451
|
+
# creation_time_before: Time.now,
|
8452
|
+
# last_modified_time_after: Time.now,
|
8453
|
+
# last_modified_time_before: Time.now,
|
8454
|
+
# max_results: 1,
|
8455
|
+
# name_contains: "ImageNameContains",
|
8456
|
+
# next_token: "NextToken",
|
8457
|
+
# sort_by: "CREATION_TIME", # accepts CREATION_TIME, LAST_MODIFIED_TIME, IMAGE_NAME
|
8458
|
+
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
8459
|
+
# })
|
8460
|
+
#
|
8461
|
+
# @example Response structure
|
8462
|
+
#
|
8463
|
+
# resp.images #=> Array
|
8464
|
+
# resp.images[0].creation_time #=> Time
|
8465
|
+
# resp.images[0].description #=> String
|
8466
|
+
# resp.images[0].display_name #=> String
|
8467
|
+
# resp.images[0].failure_reason #=> String
|
8468
|
+
# resp.images[0].image_arn #=> String
|
8469
|
+
# resp.images[0].image_name #=> String
|
8470
|
+
# resp.images[0].image_status #=> String, one of "CREATING", "CREATED", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"
|
8471
|
+
# resp.images[0].last_modified_time #=> Time
|
8472
|
+
# resp.next_token #=> String
|
8473
|
+
#
|
8474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListImages AWS API Documentation
|
8475
|
+
#
|
8476
|
+
# @overload list_images(params = {})
|
8477
|
+
# @param [Hash] params ({})
|
8478
|
+
def list_images(params = {}, options = {})
|
8479
|
+
req = build_request(:list_images, params)
|
8480
|
+
req.send_request(options)
|
8481
|
+
end
|
8482
|
+
|
7845
8483
|
# Gets a list of labeling jobs.
|
7846
8484
|
#
|
7847
8485
|
# @option params [Time,DateTime,Date,Integer,String] :creation_time_after
|
@@ -8833,7 +9471,7 @@ module Aws::SageMaker
|
|
8833
9471
|
# resp.training_job_summaries[0].training_end_time #=> Time
|
8834
9472
|
# resp.training_job_summaries[0].training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
8835
9473
|
# resp.training_job_summaries[0].tuned_hyper_parameters #=> Hash
|
8836
|
-
# resp.training_job_summaries[0].tuned_hyper_parameters["
|
9474
|
+
# resp.training_job_summaries[0].tuned_hyper_parameters["HyperParameterKey"] #=> String
|
8837
9475
|
# resp.training_job_summaries[0].failure_reason #=> String
|
8838
9476
|
# resp.training_job_summaries[0].final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
8839
9477
|
# resp.training_job_summaries[0].final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
@@ -9157,7 +9795,7 @@ module Aws::SageMaker
|
|
9157
9795
|
# resp.user_profiles #=> Array
|
9158
9796
|
# resp.user_profiles[0].domain_id #=> String
|
9159
9797
|
# resp.user_profiles[0].user_profile_name #=> String
|
9160
|
-
# resp.user_profiles[0].status #=> String, one of "Deleting", "Failed", "InService", "Pending"
|
9798
|
+
# resp.user_profiles[0].status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
|
9161
9799
|
# resp.user_profiles[0].creation_time #=> Time
|
9162
9800
|
# resp.user_profiles[0].last_modified_time #=> Time
|
9163
9801
|
# resp.next_token #=> String
|
@@ -9454,7 +10092,7 @@ module Aws::SageMaker
|
|
9454
10092
|
# resp.results[0].training_job.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded"
|
9455
10093
|
# resp.results[0].training_job.failure_reason #=> String
|
9456
10094
|
# resp.results[0].training_job.hyper_parameters #=> Hash
|
9457
|
-
# resp.results[0].training_job.hyper_parameters["
|
10095
|
+
# resp.results[0].training_job.hyper_parameters["HyperParameterKey"] #=> String
|
9458
10096
|
# resp.results[0].training_job.algorithm_specification.training_image #=> String
|
9459
10097
|
# resp.results[0].training_job.algorithm_specification.algorithm_name #=> String
|
9460
10098
|
# resp.results[0].training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
@@ -9481,7 +10119,7 @@ module Aws::SageMaker
|
|
9481
10119
|
# resp.results[0].training_job.input_data_config[0].shuffle_config.seed #=> Integer
|
9482
10120
|
# resp.results[0].training_job.output_data_config.kms_key_id #=> String
|
9483
10121
|
# resp.results[0].training_job.output_data_config.s3_output_path #=> String
|
9484
|
-
# 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.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"
|
10122
|
+
# 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"
|
9485
10123
|
# resp.results[0].training_job.resource_config.instance_count #=> Integer
|
9486
10124
|
# resp.results[0].training_job.resource_config.volume_size_in_gb #=> Integer
|
9487
10125
|
# resp.results[0].training_job.resource_config.volume_kms_key_id #=> String
|
@@ -9632,7 +10270,7 @@ module Aws::SageMaker
|
|
9632
10270
|
# 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"
|
9633
10271
|
# resp.results[0].trial_component.source_detail.training_job.failure_reason #=> String
|
9634
10272
|
# resp.results[0].trial_component.source_detail.training_job.hyper_parameters #=> Hash
|
9635
|
-
# resp.results[0].trial_component.source_detail.training_job.hyper_parameters["
|
10273
|
+
# resp.results[0].trial_component.source_detail.training_job.hyper_parameters["HyperParameterKey"] #=> String
|
9636
10274
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_image #=> String
|
9637
10275
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.algorithm_name #=> String
|
9638
10276
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
@@ -9659,7 +10297,7 @@ module Aws::SageMaker
|
|
9659
10297
|
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].shuffle_config.seed #=> Integer
|
9660
10298
|
# resp.results[0].trial_component.source_detail.training_job.output_data_config.kms_key_id #=> String
|
9661
10299
|
# resp.results[0].trial_component.source_detail.training_job.output_data_config.s3_output_path #=> String
|
9662
|
-
# 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.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"
|
10300
|
+
# 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"
|
9663
10301
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.instance_count #=> Integer
|
9664
10302
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.volume_size_in_gb #=> Integer
|
9665
10303
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.volume_kms_key_id #=> String
|
@@ -10117,6 +10755,50 @@ module Aws::SageMaker
|
|
10117
10755
|
req.send_request(options)
|
10118
10756
|
end
|
10119
10757
|
|
10758
|
+
# Updates the properties of an AppImageConfig.
|
10759
|
+
#
|
10760
|
+
# @option params [required, String] :app_image_config_name
|
10761
|
+
# The name of the AppImageConfig to update.
|
10762
|
+
#
|
10763
|
+
# @option params [Types::KernelGatewayImageConfig] :kernel_gateway_image_config
|
10764
|
+
# The new KernelGateway app to run on the image.
|
10765
|
+
#
|
10766
|
+
# @return [Types::UpdateAppImageConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10767
|
+
#
|
10768
|
+
# * {Types::UpdateAppImageConfigResponse#app_image_config_arn #app_image_config_arn} => String
|
10769
|
+
#
|
10770
|
+
# @example Request syntax with placeholder values
|
10771
|
+
#
|
10772
|
+
# resp = client.update_app_image_config({
|
10773
|
+
# app_image_config_name: "AppImageConfigName", # required
|
10774
|
+
# kernel_gateway_image_config: {
|
10775
|
+
# kernel_specs: [ # required
|
10776
|
+
# {
|
10777
|
+
# name: "KernelName", # required
|
10778
|
+
# display_name: "KernelDisplayName",
|
10779
|
+
# },
|
10780
|
+
# ],
|
10781
|
+
# file_system_config: {
|
10782
|
+
# mount_path: "MountPath",
|
10783
|
+
# default_uid: 1,
|
10784
|
+
# default_gid: 1,
|
10785
|
+
# },
|
10786
|
+
# },
|
10787
|
+
# })
|
10788
|
+
#
|
10789
|
+
# @example Response structure
|
10790
|
+
#
|
10791
|
+
# resp.app_image_config_arn #=> String
|
10792
|
+
#
|
10793
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAppImageConfig AWS API Documentation
|
10794
|
+
#
|
10795
|
+
# @overload update_app_image_config(params = {})
|
10796
|
+
# @param [Hash] params ({})
|
10797
|
+
def update_app_image_config(params = {}, options = {})
|
10798
|
+
req = build_request(:update_app_image_config, params)
|
10799
|
+
req.send_request(options)
|
10800
|
+
end
|
10801
|
+
|
10120
10802
|
# Updates the specified Git repository with the specified values.
|
10121
10803
|
#
|
10122
10804
|
# @option params [required, String] :code_repository_name
|
@@ -10184,18 +10866,28 @@ module Aws::SageMaker
|
|
10184
10866
|
# jupyter_server_app_settings: {
|
10185
10867
|
# default_resource_spec: {
|
10186
10868
|
# sage_maker_image_arn: "ImageArn",
|
10869
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10187
10870
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
10188
10871
|
# },
|
10189
10872
|
# },
|
10190
10873
|
# kernel_gateway_app_settings: {
|
10191
10874
|
# default_resource_spec: {
|
10192
10875
|
# sage_maker_image_arn: "ImageArn",
|
10876
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10193
10877
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
10194
10878
|
# },
|
10879
|
+
# custom_images: [
|
10880
|
+
# {
|
10881
|
+
# image_name: "ImageName", # required
|
10882
|
+
# image_version_number: 1,
|
10883
|
+
# app_image_config_name: "AppImageConfigName", # required
|
10884
|
+
# },
|
10885
|
+
# ],
|
10195
10886
|
# },
|
10196
10887
|
# tensor_board_app_settings: {
|
10197
10888
|
# default_resource_spec: {
|
10198
10889
|
# sage_maker_image_arn: "ImageArn",
|
10890
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10199
10891
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
10200
10892
|
# },
|
10201
10893
|
# },
|
@@ -10371,6 +11063,53 @@ module Aws::SageMaker
|
|
10371
11063
|
req.send_request(options)
|
10372
11064
|
end
|
10373
11065
|
|
11066
|
+
# Updates the properties of a SageMaker image. To change the image's
|
11067
|
+
# tags, use the AddTags and DeleteTags APIs.
|
11068
|
+
#
|
11069
|
+
# @option params [Array<String>] :delete_properties
|
11070
|
+
# A list of properties to delete. Only the `Description` and
|
11071
|
+
# `DisplayName` properties can be deleted.
|
11072
|
+
#
|
11073
|
+
# @option params [String] :description
|
11074
|
+
# The new description for the image.
|
11075
|
+
#
|
11076
|
+
# @option params [String] :display_name
|
11077
|
+
# The new display name for the image.
|
11078
|
+
#
|
11079
|
+
# @option params [required, String] :image_name
|
11080
|
+
# The name of the image to update.
|
11081
|
+
#
|
11082
|
+
# @option params [String] :role_arn
|
11083
|
+
# The new Amazon Resource Name (ARN) for the IAM role that enables
|
11084
|
+
# Amazon SageMaker to perform tasks on your behalf.
|
11085
|
+
#
|
11086
|
+
# @return [Types::UpdateImageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11087
|
+
#
|
11088
|
+
# * {Types::UpdateImageResponse#image_arn #image_arn} => String
|
11089
|
+
#
|
11090
|
+
# @example Request syntax with placeholder values
|
11091
|
+
#
|
11092
|
+
# resp = client.update_image({
|
11093
|
+
# delete_properties: ["ImageDeleteProperty"],
|
11094
|
+
# description: "ImageDescription",
|
11095
|
+
# display_name: "ImageDisplayName",
|
11096
|
+
# image_name: "ImageName", # required
|
11097
|
+
# role_arn: "RoleArn",
|
11098
|
+
# })
|
11099
|
+
#
|
11100
|
+
# @example Response structure
|
11101
|
+
#
|
11102
|
+
# resp.image_arn #=> String
|
11103
|
+
#
|
11104
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateImage AWS API Documentation
|
11105
|
+
#
|
11106
|
+
# @overload update_image(params = {})
|
11107
|
+
# @param [Hash] params ({})
|
11108
|
+
def update_image(params = {}, options = {})
|
11109
|
+
req = build_request(:update_image, params)
|
11110
|
+
req.send_request(options)
|
11111
|
+
end
|
11112
|
+
|
10374
11113
|
# Updates a previously created schedule.
|
10375
11114
|
#
|
10376
11115
|
# @option params [required, String] :monitoring_schedule_name
|
@@ -10813,18 +11552,28 @@ module Aws::SageMaker
|
|
10813
11552
|
# jupyter_server_app_settings: {
|
10814
11553
|
# default_resource_spec: {
|
10815
11554
|
# sage_maker_image_arn: "ImageArn",
|
11555
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10816
11556
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
10817
11557
|
# },
|
10818
11558
|
# },
|
10819
11559
|
# kernel_gateway_app_settings: {
|
10820
11560
|
# default_resource_spec: {
|
10821
11561
|
# sage_maker_image_arn: "ImageArn",
|
11562
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10822
11563
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
10823
11564
|
# },
|
11565
|
+
# custom_images: [
|
11566
|
+
# {
|
11567
|
+
# image_name: "ImageName", # required
|
11568
|
+
# image_version_number: 1,
|
11569
|
+
# app_image_config_name: "AppImageConfigName", # required
|
11570
|
+
# },
|
11571
|
+
# ],
|
10824
11572
|
# },
|
10825
11573
|
# tensor_board_app_settings: {
|
10826
11574
|
# default_resource_spec: {
|
10827
11575
|
# sage_maker_image_arn: "ImageArn",
|
11576
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10828
11577
|
# 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
10829
11578
|
# },
|
10830
11579
|
# },
|
@@ -11054,7 +11803,7 @@ module Aws::SageMaker
|
|
11054
11803
|
params: params,
|
11055
11804
|
config: config)
|
11056
11805
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
11057
|
-
context[:gem_version] = '1.
|
11806
|
+
context[:gem_version] = '1.71.0'
|
11058
11807
|
Seahorse::Client::Request.new(handlers, context)
|
11059
11808
|
end
|
11060
11809
|
|