aws-sdk-sagemaker 1.66.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 +2 -1
- data/lib/aws-sdk-sagemaker/client.rb +883 -68
- data/lib/aws-sdk-sagemaker/client_api.rb +429 -7
- data/lib/aws-sdk-sagemaker/types.rb +1505 -109
- metadata +4 -4
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
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -48,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
|
|
48
49
|
# @!group service
|
49
50
|
module Aws::SageMaker
|
50
51
|
|
51
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.71.0'
|
52
53
|
|
53
54
|
end
|
@@ -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
|
@@ -748,7 +803,7 @@ module Aws::SageMaker
|
|
748
803
|
#
|
749
804
|
# @option params [required, Array<Types::AutoMLChannel>] :input_data_config
|
750
805
|
# Similar to InputDataConfig supported by Tuning. Format(s) supported:
|
751
|
-
# CSV. Minimum of
|
806
|
+
# CSV. Minimum of 500 rows.
|
752
807
|
#
|
753
808
|
# @option params [required, Types::AutoMLOutputDataConfig] :output_data_config
|
754
809
|
# Similar to OutputDataConfig supported by Tuning. Format(s) supported:
|
@@ -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,11 +1046,11 @@ 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
|
988
|
-
# target_device: "lambda", # accepts 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
|
1053
|
+
# target_device: "lambda", # accepts 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
|
989
1054
|
# target_platform: {
|
990
1055
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
991
1056
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -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
|
@@ -1012,26 +1083,46 @@ module Aws::SageMaker
|
|
1012
1083
|
req.send_request(options)
|
1013
1084
|
end
|
1014
1085
|
|
1015
|
-
# Creates a `Domain` used by SageMaker Studio. A domain consists
|
1016
|
-
# associated
|
1017
|
-
# security, application, policy, and
|
1018
|
-
# configurations. An AWS account is
|
1019
|
-
# Users within a domain can share
|
1020
|
-
# with each other.
|
1086
|
+
# Creates a `Domain` used by Amazon SageMaker Studio. A domain consists
|
1087
|
+
# of an associated Amazon Elastic File System (EFS) volume, a list of
|
1088
|
+
# authorized users, and a variety of security, application, policy, and
|
1089
|
+
# Amazon Virtual Private Cloud (VPC) configurations. An AWS account is
|
1090
|
+
# limited to one domain per region. Users within a domain can share
|
1091
|
+
# notebook files and other artifacts with each other.
|
1092
|
+
#
|
1093
|
+
# When a domain is created, an EFS volume is created for use by all of
|
1094
|
+
# the users within the domain. Each user receives a private home
|
1095
|
+
# directory within the EFS volume for notebooks, Git repositories, and
|
1096
|
+
# data files.
|
1097
|
+
#
|
1098
|
+
# **VPC configuration**
|
1021
1099
|
#
|
1022
|
-
#
|
1023
|
-
#
|
1024
|
-
#
|
1025
|
-
#
|
1100
|
+
# All SageMaker Studio traffic between the domain and the EFS volume is
|
1101
|
+
# through the specified VPC and subnets. For other Studio traffic, you
|
1102
|
+
# can specify the `AppNetworkAccessType` parameter.
|
1103
|
+
# `AppNetworkAccessType` corresponds to the network access type that you
|
1104
|
+
# choose when you onboard to Studio. The following options are
|
1105
|
+
# available:
|
1026
1106
|
#
|
1027
|
-
#
|
1028
|
-
#
|
1029
|
-
#
|
1030
|
-
# the NFS/TCP protocol over port 2049.
|
1107
|
+
# * `PublicInternetOnly` - Non-EFS traffic goes through a VPC managed by
|
1108
|
+
# Amazon SageMaker, which allows internet access. This is the default
|
1109
|
+
# value.
|
1031
1110
|
#
|
1032
|
-
#
|
1033
|
-
#
|
1034
|
-
#
|
1111
|
+
# * `VpcOnly` - All Studio traffic is through the specified VPC and
|
1112
|
+
# subnets. Internet access is disabled by default. To allow internet
|
1113
|
+
# access, you must specify a NAT gateway.
|
1114
|
+
#
|
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.
|
1119
|
+
#
|
1120
|
+
# For more information, see [Connect SageMaker Studio Notebooks to
|
1121
|
+
# Resources in a VPC][1].
|
1122
|
+
#
|
1123
|
+
#
|
1124
|
+
#
|
1125
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html
|
1035
1126
|
#
|
1036
1127
|
# @option params [required, String] :domain_name
|
1037
1128
|
# A name for the domain.
|
@@ -1043,17 +1134,27 @@ module Aws::SageMaker
|
|
1043
1134
|
# The default user settings.
|
1044
1135
|
#
|
1045
1136
|
# @option params [required, Array<String>] :subnet_ids
|
1046
|
-
# The VPC subnets
|
1137
|
+
# The VPC subnets that Studio uses for communication.
|
1047
1138
|
#
|
1048
1139
|
# @option params [required, String] :vpc_id
|
1049
|
-
# The ID of the Amazon Virtual Private Cloud (VPC)
|
1050
|
-
# communication
|
1140
|
+
# The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for
|
1141
|
+
# communication.
|
1051
1142
|
#
|
1052
1143
|
# @option params [Array<Types::Tag>] :tags
|
1053
1144
|
# Tags to associated with the Domain. Each tag consists of a key and an
|
1054
1145
|
# optional value. Tag keys must be unique per resource. Tags are
|
1055
1146
|
# searchable using the Search API.
|
1056
1147
|
#
|
1148
|
+
# @option params [String] :app_network_access_type
|
1149
|
+
# Specifies the VPC used for non-EFS traffic. The default value is
|
1150
|
+
# `PublicInternetOnly`.
|
1151
|
+
#
|
1152
|
+
# * `PublicInternetOnly` - Non-EFS traffic is through a VPC managed by
|
1153
|
+
# Amazon SageMaker, which allows direct internet access
|
1154
|
+
#
|
1155
|
+
# * `VpcOnly` - All Studio traffic is through the specified VPC and
|
1156
|
+
# subnets
|
1157
|
+
#
|
1057
1158
|
# @option params [String] :home_efs_file_system_kms_key_id
|
1058
1159
|
# The AWS Key Management Service (KMS) encryption key ID. Encryption
|
1059
1160
|
# with a customer master key (CMK) is not supported.
|
@@ -1079,18 +1180,28 @@ module Aws::SageMaker
|
|
1079
1180
|
# jupyter_server_app_settings: {
|
1080
1181
|
# default_resource_spec: {
|
1081
1182
|
# sage_maker_image_arn: "ImageArn",
|
1183
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
1082
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
|
1083
1185
|
# },
|
1084
1186
|
# },
|
1085
1187
|
# kernel_gateway_app_settings: {
|
1086
1188
|
# default_resource_spec: {
|
1087
1189
|
# sage_maker_image_arn: "ImageArn",
|
1190
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
1088
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
|
1089
1192
|
# },
|
1193
|
+
# custom_images: [
|
1194
|
+
# {
|
1195
|
+
# image_name: "ImageName", # required
|
1196
|
+
# image_version_number: 1,
|
1197
|
+
# app_image_config_name: "AppImageConfigName", # required
|
1198
|
+
# },
|
1199
|
+
# ],
|
1090
1200
|
# },
|
1091
1201
|
# tensor_board_app_settings: {
|
1092
1202
|
# default_resource_spec: {
|
1093
1203
|
# sage_maker_image_arn: "ImageArn",
|
1204
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
1094
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
|
1095
1206
|
# },
|
1096
1207
|
# },
|
@@ -1103,6 +1214,7 @@ module Aws::SageMaker
|
|
1103
1214
|
# value: "TagValue", # required
|
1104
1215
|
# },
|
1105
1216
|
# ],
|
1217
|
+
# app_network_access_type: "PublicInternetOnly", # accepts PublicInternetOnly, VpcOnly
|
1106
1218
|
# home_efs_file_system_kms_key_id: "KmsKeyId",
|
1107
1219
|
# })
|
1108
1220
|
#
|
@@ -1181,8 +1293,9 @@ module Aws::SageMaker
|
|
1181
1293
|
# [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
|
1182
1294
|
#
|
1183
1295
|
# @option params [required, String] :endpoint_name
|
1184
|
-
# The name of the endpoint.
|
1185
|
-
# 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 .
|
1186
1299
|
#
|
1187
1300
|
# @option params [required, String] :endpoint_config_name
|
1188
1301
|
# The name of an endpoint configuration. For more information, see
|
@@ -1616,8 +1729,8 @@ module Aws::SageMaker
|
|
1616
1729
|
# The name of the tuning job. This name is the prefix for the names of
|
1617
1730
|
# all training jobs that this tuning job launches. The name must be
|
1618
1731
|
# unique within the same AWS account and AWS Region. The name must have
|
1619
|
-
#
|
1620
|
-
#
|
1732
|
+
# 1 to 32 characters. Valid characters are a-z, A-Z, 0-9, and : + = @ \_
|
1733
|
+
# % - (hyphen). The name is not case sensitive.
|
1621
1734
|
#
|
1622
1735
|
# @option params [required, Types::HyperParameterTuningJobConfig] :hyper_parameter_tuning_job_config
|
1623
1736
|
# The HyperParameterTuningJobConfig object that describes the tuning
|
@@ -1751,7 +1864,7 @@ module Aws::SageMaker
|
|
1751
1864
|
# ],
|
1752
1865
|
# },
|
1753
1866
|
# static_hyper_parameters: {
|
1754
|
-
# "
|
1867
|
+
# "HyperParameterKey" => "HyperParameterValue",
|
1755
1868
|
# },
|
1756
1869
|
# algorithm_specification: { # required
|
1757
1870
|
# training_image: "AlgorithmImage",
|
@@ -1800,7 +1913,7 @@ module Aws::SageMaker
|
|
1800
1913
|
# s3_output_path: "S3Uri", # required
|
1801
1914
|
# },
|
1802
1915
|
# resource_config: { # required
|
1803
|
-
# 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
|
1804
1917
|
# instance_count: 1, # required
|
1805
1918
|
# volume_size_in_gb: 1, # required
|
1806
1919
|
# volume_kms_key_id: "KmsKeyId",
|
@@ -1849,7 +1962,7 @@ module Aws::SageMaker
|
|
1849
1962
|
# ],
|
1850
1963
|
# },
|
1851
1964
|
# static_hyper_parameters: {
|
1852
|
-
# "
|
1965
|
+
# "HyperParameterKey" => "HyperParameterValue",
|
1853
1966
|
# },
|
1854
1967
|
# algorithm_specification: { # required
|
1855
1968
|
# training_image: "AlgorithmImage",
|
@@ -1898,7 +2011,7 @@ module Aws::SageMaker
|
|
1898
2011
|
# s3_output_path: "S3Uri", # required
|
1899
2012
|
# },
|
1900
2013
|
# resource_config: { # required
|
1901
|
-
# 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
|
1902
2015
|
# instance_count: 1, # required
|
1903
2016
|
# volume_size_in_gb: 1, # required
|
1904
2017
|
# volume_kms_key_id: "KmsKeyId",
|
@@ -1945,6 +2058,106 @@ module Aws::SageMaker
|
|
1945
2058
|
req.send_request(options)
|
1946
2059
|
end
|
1947
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
|
+
|
1948
2161
|
# Creates a job that uses workers to label the data objects in your
|
1949
2162
|
# input dataset. You can use the labeled data to train machine learning
|
1950
2163
|
# models.
|
@@ -2009,7 +2222,7 @@ module Aws::SageMaker
|
|
2009
2222
|
# successfully complete data labeling.
|
2010
2223
|
#
|
2011
2224
|
# @option params [String] :label_category_config_s3_uri
|
2012
|
-
# The S3
|
2225
|
+
# The S3 URI of the file that defines the categories used to label the
|
2013
2226
|
# data objects.
|
2014
2227
|
#
|
2015
2228
|
# For 3D point cloud task types, see [Create a Labeling Category
|
@@ -2093,6 +2306,9 @@ module Aws::SageMaker
|
|
2093
2306
|
# s3_data_source: {
|
2094
2307
|
# manifest_s3_uri: "S3Uri", # required
|
2095
2308
|
# },
|
2309
|
+
# sns_data_source: {
|
2310
|
+
# sns_topic_arn: "SnsTopicArn", # required
|
2311
|
+
# },
|
2096
2312
|
# },
|
2097
2313
|
# data_attributes: {
|
2098
2314
|
# content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
|
@@ -2101,6 +2317,7 @@ module Aws::SageMaker
|
|
2101
2317
|
# output_config: { # required
|
2102
2318
|
# s3_output_path: "S3Uri", # required
|
2103
2319
|
# kms_key_id: "KmsKeyId",
|
2320
|
+
# sns_topic_arn: "SnsTopicArn",
|
2104
2321
|
# },
|
2105
2322
|
# role_arn: "RoleArn", # required
|
2106
2323
|
# label_category_config_s3_uri: "S3Uri",
|
@@ -2270,7 +2487,7 @@ module Aws::SageMaker
|
|
2270
2487
|
# environment: {
|
2271
2488
|
# "EnvironmentKey" => "EnvironmentValue",
|
2272
2489
|
# },
|
2273
|
-
# model_package_name: "
|
2490
|
+
# model_package_name: "VersionedArnOrName",
|
2274
2491
|
# },
|
2275
2492
|
# containers: [
|
2276
2493
|
# {
|
@@ -2284,7 +2501,7 @@ module Aws::SageMaker
|
|
2284
2501
|
# environment: {
|
2285
2502
|
# "EnvironmentKey" => "EnvironmentValue",
|
2286
2503
|
# },
|
2287
|
-
# model_package_name: "
|
2504
|
+
# model_package_name: "VersionedArnOrName",
|
2288
2505
|
# },
|
2289
2506
|
# ],
|
2290
2507
|
# execution_role_arn: "RoleArn", # required
|
@@ -2325,7 +2542,7 @@ module Aws::SageMaker
|
|
2325
2542
|
# model from an algorithm resource that you created or subscribed to in
|
2326
2543
|
# AWS Marketplace, provide a value for `SourceAlgorithmSpecification`.
|
2327
2544
|
#
|
2328
|
-
# @option params [
|
2545
|
+
# @option params [String] :model_package_name
|
2329
2546
|
# The name of the model package. The name must have 1 to 63 characters.
|
2330
2547
|
# Valid characters are a-z, A-Z, 0-9, and - (hyphen).
|
2331
2548
|
#
|
@@ -2362,7 +2579,7 @@ module Aws::SageMaker
|
|
2362
2579
|
# @example Request syntax with placeholder values
|
2363
2580
|
#
|
2364
2581
|
# resp = client.create_model_package({
|
2365
|
-
# model_package_name: "EntityName",
|
2582
|
+
# model_package_name: "EntityName",
|
2366
2583
|
# model_package_description: "EntityDescription",
|
2367
2584
|
# inference_specification: {
|
2368
2585
|
# containers: [ # required
|
@@ -2842,6 +3059,12 @@ module Aws::SageMaker
|
|
2842
3059
|
# This operation can only be called when the authentication mode equals
|
2843
3060
|
# IAM.
|
2844
3061
|
#
|
3062
|
+
# <note markdown="1"> The URL that you get from a call to `CreatePresignedDomainUrl` is
|
3063
|
+
# valid only for 5 minutes. If you try to use the URL after the 5-minute
|
3064
|
+
# limit expires, you are directed to the AWS console sign-in page.
|
3065
|
+
#
|
3066
|
+
# </note>
|
3067
|
+
#
|
2845
3068
|
# @option params [required, String] :domain_id
|
2846
3069
|
# The domain ID.
|
2847
3070
|
#
|
@@ -3315,7 +3538,7 @@ module Aws::SageMaker
|
|
3315
3538
|
# resp = client.create_training_job({
|
3316
3539
|
# training_job_name: "TrainingJobName", # required
|
3317
3540
|
# hyper_parameters: {
|
3318
|
-
# "
|
3541
|
+
# "HyperParameterKey" => "HyperParameterValue",
|
3319
3542
|
# },
|
3320
3543
|
# algorithm_specification: { # required
|
3321
3544
|
# training_image: "AlgorithmImage",
|
@@ -3361,7 +3584,7 @@ module Aws::SageMaker
|
|
3361
3584
|
# s3_output_path: "S3Uri", # required
|
3362
3585
|
# },
|
3363
3586
|
# resource_config: { # required
|
3364
|
-
# 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
|
3365
3588
|
# instance_count: 1, # required
|
3366
3589
|
# volume_size_in_gb: 1, # required
|
3367
3590
|
# volume_kms_key_id: "KmsKeyId",
|
@@ -3890,18 +4113,28 @@ module Aws::SageMaker
|
|
3890
4113
|
# jupyter_server_app_settings: {
|
3891
4114
|
# default_resource_spec: {
|
3892
4115
|
# sage_maker_image_arn: "ImageArn",
|
4116
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
3893
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
|
3894
4118
|
# },
|
3895
4119
|
# },
|
3896
4120
|
# kernel_gateway_app_settings: {
|
3897
4121
|
# default_resource_spec: {
|
3898
4122
|
# sage_maker_image_arn: "ImageArn",
|
4123
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
3899
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
|
3900
4125
|
# },
|
4126
|
+
# custom_images: [
|
4127
|
+
# {
|
4128
|
+
# image_name: "ImageName", # required
|
4129
|
+
# image_version_number: 1,
|
4130
|
+
# app_image_config_name: "AppImageConfigName", # required
|
4131
|
+
# },
|
4132
|
+
# ],
|
3901
4133
|
# },
|
3902
4134
|
# tensor_board_app_settings: {
|
3903
4135
|
# default_resource_spec: {
|
3904
4136
|
# sage_maker_image_arn: "ImageArn",
|
4137
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
3905
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
|
3906
4139
|
# },
|
3907
4140
|
# },
|
@@ -4185,6 +4418,28 @@ module Aws::SageMaker
|
|
4185
4418
|
req.send_request(options)
|
4186
4419
|
end
|
4187
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
|
+
|
4188
4443
|
# Deletes the specified Git repository from your account.
|
4189
4444
|
#
|
4190
4445
|
# @option params [required, String] :code_repository_name
|
@@ -4382,6 +4637,56 @@ module Aws::SageMaker
|
|
4382
4637
|
req.send_request(options)
|
4383
4638
|
end
|
4384
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
|
+
|
4385
4690
|
# Deletes a model. The `DeleteModel` API deletes only the model entry
|
4386
4691
|
# that was created in Amazon SageMaker when you called the CreateModel
|
4387
4692
|
# API. It does not delete model artifacts, inference code, or the IAM
|
@@ -4422,7 +4727,7 @@ module Aws::SageMaker
|
|
4422
4727
|
# @example Request syntax with placeholder values
|
4423
4728
|
#
|
4424
4729
|
# resp = client.delete_model_package({
|
4425
|
-
# model_package_name: "
|
4730
|
+
# model_package_name: "VersionedArnOrName", # required
|
4426
4731
|
# })
|
4427
4732
|
#
|
4428
4733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackage AWS API Documentation
|
@@ -4739,7 +5044,7 @@ module Aws::SageMaker
|
|
4739
5044
|
# resp.training_specification.supported_hyper_parameters[0].is_required #=> Boolean
|
4740
5045
|
# resp.training_specification.supported_hyper_parameters[0].default_value #=> String
|
4741
5046
|
# resp.training_specification.supported_training_instance_types #=> Array
|
4742
|
-
# 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"
|
4743
5048
|
# resp.training_specification.supports_distributed_training #=> Boolean
|
4744
5049
|
# resp.training_specification.metric_definitions #=> Array
|
4745
5050
|
# resp.training_specification.metric_definitions[0].name #=> String
|
@@ -4776,7 +5081,7 @@ module Aws::SageMaker
|
|
4776
5081
|
# resp.validation_specification.validation_profiles[0].profile_name #=> String
|
4777
5082
|
# resp.validation_specification.validation_profiles[0].training_job_definition.training_input_mode #=> String, one of "Pipe", "File"
|
4778
5083
|
# resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters #=> Hash
|
4779
|
-
# 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
|
4780
5085
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config #=> Array
|
4781
5086
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].channel_name #=> String
|
4782
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"
|
@@ -4795,7 +5100,7 @@ module Aws::SageMaker
|
|
4795
5100
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
|
4796
5101
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.kms_key_id #=> String
|
4797
5102
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.s3_output_path #=> String
|
4798
|
-
# 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"
|
4799
5104
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_count #=> Integer
|
4800
5105
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
4801
5106
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_kms_key_id #=> String
|
@@ -4889,6 +5194,7 @@ module Aws::SageMaker
|
|
4889
5194
|
# resp.creation_time #=> Time
|
4890
5195
|
# resp.failure_reason #=> String
|
4891
5196
|
# resp.resource_spec.sage_maker_image_arn #=> String
|
5197
|
+
# resp.resource_spec.sage_maker_image_version_arn #=> String
|
4892
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"
|
4893
5199
|
#
|
4894
5200
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp AWS API Documentation
|
@@ -4900,6 +5206,47 @@ module Aws::SageMaker
|
|
4900
5206
|
req.send_request(options)
|
4901
5207
|
end
|
4902
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
|
+
|
4903
5250
|
# Returns information about an Amazon SageMaker job.
|
4904
5251
|
#
|
4905
5252
|
# @option params [required, String] :auto_ml_job_name
|
@@ -5083,9 +5430,9 @@ module Aws::SageMaker
|
|
5083
5430
|
# resp.role_arn #=> String
|
5084
5431
|
# resp.input_config.s3_uri #=> String
|
5085
5432
|
# resp.input_config.data_input_config #=> String
|
5086
|
-
# 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"
|
5087
5434
|
# resp.output_config.s3_output_location #=> String
|
5088
|
-
# 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"
|
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"
|
5089
5436
|
# resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
|
5090
5437
|
# resp.output_config.target_platform.arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
5091
5438
|
# resp.output_config.target_platform.accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
@@ -5118,6 +5465,7 @@ module Aws::SageMaker
|
|
5118
5465
|
# * {Types::DescribeDomainResponse#failure_reason #failure_reason} => String
|
5119
5466
|
# * {Types::DescribeDomainResponse#auth_mode #auth_mode} => String
|
5120
5467
|
# * {Types::DescribeDomainResponse#default_user_settings #default_user_settings} => Types::UserSettings
|
5468
|
+
# * {Types::DescribeDomainResponse#app_network_access_type #app_network_access_type} => String
|
5121
5469
|
# * {Types::DescribeDomainResponse#home_efs_file_system_kms_key_id #home_efs_file_system_kms_key_id} => String
|
5122
5470
|
# * {Types::DescribeDomainResponse#subnet_ids #subnet_ids} => Array<String>
|
5123
5471
|
# * {Types::DescribeDomainResponse#url #url} => String
|
@@ -5136,7 +5484,7 @@ module Aws::SageMaker
|
|
5136
5484
|
# resp.domain_name #=> String
|
5137
5485
|
# resp.home_efs_file_system_id #=> String
|
5138
5486
|
# resp.single_sign_on_managed_application_instance_id #=> String
|
5139
|
-
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending"
|
5487
|
+
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
|
5140
5488
|
# resp.creation_time #=> Time
|
5141
5489
|
# resp.last_modified_time #=> Time
|
5142
5490
|
# resp.failure_reason #=> String
|
@@ -5148,11 +5496,19 @@ module Aws::SageMaker
|
|
5148
5496
|
# resp.default_user_settings.sharing_settings.s3_output_path #=> String
|
5149
5497
|
# resp.default_user_settings.sharing_settings.s3_kms_key_id #=> String
|
5150
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
|
5151
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"
|
5152
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
|
5153
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
|
5154
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
|
5155
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"
|
5156
5512
|
# resp.home_efs_file_system_kms_key_id #=> String
|
5157
5513
|
# resp.subnet_ids #=> Array
|
5158
5514
|
# resp.subnet_ids[0] #=> String
|
@@ -5503,7 +5859,7 @@ module Aws::SageMaker
|
|
5503
5859
|
# resp.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
|
5504
5860
|
# resp.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
5505
5861
|
# resp.training_job_definition.static_hyper_parameters #=> Hash
|
5506
|
-
# resp.training_job_definition.static_hyper_parameters["
|
5862
|
+
# resp.training_job_definition.static_hyper_parameters["HyperParameterKey"] #=> String
|
5507
5863
|
# resp.training_job_definition.algorithm_specification.training_image #=> String
|
5508
5864
|
# resp.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
5509
5865
|
# resp.training_job_definition.algorithm_specification.algorithm_name #=> String
|
@@ -5533,7 +5889,7 @@ module Aws::SageMaker
|
|
5533
5889
|
# resp.training_job_definition.vpc_config.subnets[0] #=> String
|
5534
5890
|
# resp.training_job_definition.output_data_config.kms_key_id #=> String
|
5535
5891
|
# resp.training_job_definition.output_data_config.s3_output_path #=> String
|
5536
|
-
# 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"
|
5537
5893
|
# resp.training_job_definition.resource_config.instance_count #=> Integer
|
5538
5894
|
# resp.training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
5539
5895
|
# resp.training_job_definition.resource_config.volume_kms_key_id #=> String
|
@@ -5563,7 +5919,7 @@ module Aws::SageMaker
|
|
5563
5919
|
# resp.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
|
5564
5920
|
# resp.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
5565
5921
|
# resp.training_job_definitions[0].static_hyper_parameters #=> Hash
|
5566
|
-
# resp.training_job_definitions[0].static_hyper_parameters["
|
5922
|
+
# resp.training_job_definitions[0].static_hyper_parameters["HyperParameterKey"] #=> String
|
5567
5923
|
# resp.training_job_definitions[0].algorithm_specification.training_image #=> String
|
5568
5924
|
# resp.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
5569
5925
|
# resp.training_job_definitions[0].algorithm_specification.algorithm_name #=> String
|
@@ -5593,7 +5949,7 @@ module Aws::SageMaker
|
|
5593
5949
|
# resp.training_job_definitions[0].vpc_config.subnets[0] #=> String
|
5594
5950
|
# resp.training_job_definitions[0].output_data_config.kms_key_id #=> String
|
5595
5951
|
# resp.training_job_definitions[0].output_data_config.s3_output_path #=> String
|
5596
|
-
# 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"
|
5597
5953
|
# resp.training_job_definitions[0].resource_config.instance_count #=> Integer
|
5598
5954
|
# resp.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
|
5599
5955
|
# resp.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
|
@@ -5625,7 +5981,7 @@ module Aws::SageMaker
|
|
5625
5981
|
# resp.best_training_job.training_end_time #=> Time
|
5626
5982
|
# resp.best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
5627
5983
|
# resp.best_training_job.tuned_hyper_parameters #=> Hash
|
5628
|
-
# resp.best_training_job.tuned_hyper_parameters["
|
5984
|
+
# resp.best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
|
5629
5985
|
# resp.best_training_job.failure_reason #=> String
|
5630
5986
|
# resp.best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
5631
5987
|
# resp.best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
@@ -5640,7 +5996,7 @@ module Aws::SageMaker
|
|
5640
5996
|
# resp.overall_best_training_job.training_end_time #=> Time
|
5641
5997
|
# resp.overall_best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
5642
5998
|
# resp.overall_best_training_job.tuned_hyper_parameters #=> Hash
|
5643
|
-
# resp.overall_best_training_job.tuned_hyper_parameters["
|
5999
|
+
# resp.overall_best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
|
5644
6000
|
# resp.overall_best_training_job.failure_reason #=> String
|
5645
6001
|
# resp.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
5646
6002
|
# resp.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
@@ -5660,6 +6016,99 @@ module Aws::SageMaker
|
|
5660
6016
|
req.send_request(options)
|
5661
6017
|
end
|
5662
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
|
+
|
5663
6112
|
# Gets information about a labeling job.
|
5664
6113
|
#
|
5665
6114
|
# @option params [required, String] :labeling_job_name
|
@@ -5708,10 +6157,12 @@ module Aws::SageMaker
|
|
5708
6157
|
# resp.labeling_job_arn #=> String
|
5709
6158
|
# resp.label_attribute_name #=> String
|
5710
6159
|
# resp.input_config.data_source.s3_data_source.manifest_s3_uri #=> String
|
6160
|
+
# resp.input_config.data_source.sns_data_source.sns_topic_arn #=> String
|
5711
6161
|
# resp.input_config.data_attributes.content_classifiers #=> Array
|
5712
6162
|
# resp.input_config.data_attributes.content_classifiers[0] #=> String, one of "FreeOfPersonallyIdentifiableInformation", "FreeOfAdultContent"
|
5713
6163
|
# resp.output_config.s3_output_path #=> String
|
5714
6164
|
# resp.output_config.kms_key_id #=> String
|
6165
|
+
# resp.output_config.sns_topic_arn #=> String
|
5715
6166
|
# resp.role_arn #=> String
|
5716
6167
|
# resp.label_category_config_s3_uri #=> String
|
5717
6168
|
# resp.stopping_conditions.max_human_labeled_object_count #=> Integer
|
@@ -5835,7 +6286,7 @@ module Aws::SageMaker
|
|
5835
6286
|
# @example Request syntax with placeholder values
|
5836
6287
|
#
|
5837
6288
|
# resp = client.describe_model_package({
|
5838
|
-
# model_package_name: "
|
6289
|
+
# model_package_name: "VersionedArnOrName", # required
|
5839
6290
|
# })
|
5840
6291
|
#
|
5841
6292
|
# @example Response structure
|
@@ -6303,7 +6754,7 @@ module Aws::SageMaker
|
|
6303
6754
|
# resp.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded"
|
6304
6755
|
# resp.failure_reason #=> String
|
6305
6756
|
# resp.hyper_parameters #=> Hash
|
6306
|
-
# resp.hyper_parameters["
|
6757
|
+
# resp.hyper_parameters["HyperParameterKey"] #=> String
|
6307
6758
|
# resp.algorithm_specification.training_image #=> String
|
6308
6759
|
# resp.algorithm_specification.algorithm_name #=> String
|
6309
6760
|
# resp.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
@@ -6330,7 +6781,7 @@ module Aws::SageMaker
|
|
6330
6781
|
# resp.input_data_config[0].shuffle_config.seed #=> Integer
|
6331
6782
|
# resp.output_data_config.kms_key_id #=> String
|
6332
6783
|
# resp.output_data_config.s3_output_path #=> String
|
6333
|
-
# 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"
|
6334
6785
|
# resp.resource_config.instance_count #=> Integer
|
6335
6786
|
# resp.resource_config.volume_size_in_gb #=> Integer
|
6336
6787
|
# resp.resource_config.volume_kms_key_id #=> String
|
@@ -6651,7 +7102,7 @@ module Aws::SageMaker
|
|
6651
7102
|
# resp.user_profile_arn #=> String
|
6652
7103
|
# resp.user_profile_name #=> String
|
6653
7104
|
# resp.home_efs_file_system_uid #=> String
|
6654
|
-
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending"
|
7105
|
+
# resp.status #=> String, one of "Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed"
|
6655
7106
|
# resp.last_modified_time #=> Time
|
6656
7107
|
# resp.creation_time #=> Time
|
6657
7108
|
# resp.failure_reason #=> String
|
@@ -6664,10 +7115,17 @@ module Aws::SageMaker
|
|
6664
7115
|
# resp.user_settings.sharing_settings.s3_output_path #=> String
|
6665
7116
|
# resp.user_settings.sharing_settings.s3_kms_key_id #=> String
|
6666
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
|
6667
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"
|
6668
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
|
6669
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
|
6670
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
|
6671
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"
|
6672
7130
|
#
|
6673
7131
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
|
@@ -6928,6 +7386,89 @@ module Aws::SageMaker
|
|
6928
7386
|
req.send_request(options)
|
6929
7387
|
end
|
6930
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
|
+
|
6931
7472
|
# Lists apps.
|
6932
7473
|
#
|
6933
7474
|
# @option params [String] :next_token
|
@@ -7295,7 +7836,7 @@ module Aws::SageMaker
|
|
7295
7836
|
# resp.compilation_job_summaries[0].creation_time #=> Time
|
7296
7837
|
# resp.compilation_job_summaries[0].compilation_start_time #=> Time
|
7297
7838
|
# resp.compilation_job_summaries[0].compilation_end_time #=> Time
|
7298
|
-
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64"
|
7839
|
+
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64", "coreml"
|
7299
7840
|
# resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
|
7300
7841
|
# resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
7301
7842
|
# resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
@@ -7341,7 +7882,7 @@ module Aws::SageMaker
|
|
7341
7882
|
# resp.domains[0].domain_arn #=> String
|
7342
7883
|
# resp.domains[0].domain_id #=> String
|
7343
7884
|
# resp.domains[0].domain_name #=> String
|
7344
|
-
# 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"
|
7345
7886
|
# resp.domains[0].creation_time #=> Time
|
7346
7887
|
# resp.domains[0].last_modified_time #=> Time
|
7347
7888
|
# resp.domains[0].url #=> String
|
@@ -7777,6 +8318,168 @@ module Aws::SageMaker
|
|
7777
8318
|
req.send_request(options)
|
7778
8319
|
end
|
7779
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
|
+
|
7780
8483
|
# Gets a list of labeling jobs.
|
7781
8484
|
#
|
7782
8485
|
# @option params [Time,DateTime,Date,Integer,String] :creation_time_after
|
@@ -7859,6 +8562,7 @@ module Aws::SageMaker
|
|
7859
8562
|
# resp.labeling_job_summary_list[0].labeling_job_output.output_dataset_s3_uri #=> String
|
7860
8563
|
# resp.labeling_job_summary_list[0].labeling_job_output.final_active_learning_model_arn #=> String
|
7861
8564
|
# resp.labeling_job_summary_list[0].input_config.data_source.s3_data_source.manifest_s3_uri #=> String
|
8565
|
+
# resp.labeling_job_summary_list[0].input_config.data_source.sns_data_source.sns_topic_arn #=> String
|
7862
8566
|
# resp.labeling_job_summary_list[0].input_config.data_attributes.content_classifiers #=> Array
|
7863
8567
|
# resp.labeling_job_summary_list[0].input_config.data_attributes.content_classifiers[0] #=> String, one of "FreeOfPersonallyIdentifiableInformation", "FreeOfAdultContent"
|
7864
8568
|
# resp.next_token #=> String
|
@@ -8767,7 +9471,7 @@ module Aws::SageMaker
|
|
8767
9471
|
# resp.training_job_summaries[0].training_end_time #=> Time
|
8768
9472
|
# resp.training_job_summaries[0].training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
8769
9473
|
# resp.training_job_summaries[0].tuned_hyper_parameters #=> Hash
|
8770
|
-
# resp.training_job_summaries[0].tuned_hyper_parameters["
|
9474
|
+
# resp.training_job_summaries[0].tuned_hyper_parameters["HyperParameterKey"] #=> String
|
8771
9475
|
# resp.training_job_summaries[0].failure_reason #=> String
|
8772
9476
|
# resp.training_job_summaries[0].final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
8773
9477
|
# resp.training_job_summaries[0].final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
@@ -9091,7 +9795,7 @@ module Aws::SageMaker
|
|
9091
9795
|
# resp.user_profiles #=> Array
|
9092
9796
|
# resp.user_profiles[0].domain_id #=> String
|
9093
9797
|
# resp.user_profiles[0].user_profile_name #=> String
|
9094
|
-
# 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"
|
9095
9799
|
# resp.user_profiles[0].creation_time #=> Time
|
9096
9800
|
# resp.user_profiles[0].last_modified_time #=> Time
|
9097
9801
|
# resp.next_token #=> String
|
@@ -9388,7 +10092,7 @@ module Aws::SageMaker
|
|
9388
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"
|
9389
10093
|
# resp.results[0].training_job.failure_reason #=> String
|
9390
10094
|
# resp.results[0].training_job.hyper_parameters #=> Hash
|
9391
|
-
# resp.results[0].training_job.hyper_parameters["
|
10095
|
+
# resp.results[0].training_job.hyper_parameters["HyperParameterKey"] #=> String
|
9392
10096
|
# resp.results[0].training_job.algorithm_specification.training_image #=> String
|
9393
10097
|
# resp.results[0].training_job.algorithm_specification.algorithm_name #=> String
|
9394
10098
|
# resp.results[0].training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
@@ -9415,7 +10119,7 @@ module Aws::SageMaker
|
|
9415
10119
|
# resp.results[0].training_job.input_data_config[0].shuffle_config.seed #=> Integer
|
9416
10120
|
# resp.results[0].training_job.output_data_config.kms_key_id #=> String
|
9417
10121
|
# resp.results[0].training_job.output_data_config.s3_output_path #=> String
|
9418
|
-
# 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"
|
9419
10123
|
# resp.results[0].training_job.resource_config.instance_count #=> Integer
|
9420
10124
|
# resp.results[0].training_job.resource_config.volume_size_in_gb #=> Integer
|
9421
10125
|
# resp.results[0].training_job.resource_config.volume_kms_key_id #=> String
|
@@ -9566,7 +10270,7 @@ module Aws::SageMaker
|
|
9566
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"
|
9567
10271
|
# resp.results[0].trial_component.source_detail.training_job.failure_reason #=> String
|
9568
10272
|
# resp.results[0].trial_component.source_detail.training_job.hyper_parameters #=> Hash
|
9569
|
-
# 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
|
9570
10274
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_image #=> String
|
9571
10275
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.algorithm_name #=> String
|
9572
10276
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
@@ -9593,7 +10297,7 @@ module Aws::SageMaker
|
|
9593
10297
|
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].shuffle_config.seed #=> Integer
|
9594
10298
|
# resp.results[0].trial_component.source_detail.training_job.output_data_config.kms_key_id #=> String
|
9595
10299
|
# resp.results[0].trial_component.source_detail.training_job.output_data_config.s3_output_path #=> String
|
9596
|
-
# 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"
|
9597
10301
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.instance_count #=> Integer
|
9598
10302
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.volume_size_in_gb #=> Integer
|
9599
10303
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.volume_kms_key_id #=> String
|
@@ -10051,6 +10755,50 @@ module Aws::SageMaker
|
|
10051
10755
|
req.send_request(options)
|
10052
10756
|
end
|
10053
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
|
+
|
10054
10802
|
# Updates the specified Git repository with the specified values.
|
10055
10803
|
#
|
10056
10804
|
# @option params [required, String] :code_repository_name
|
@@ -10118,18 +10866,28 @@ module Aws::SageMaker
|
|
10118
10866
|
# jupyter_server_app_settings: {
|
10119
10867
|
# default_resource_spec: {
|
10120
10868
|
# sage_maker_image_arn: "ImageArn",
|
10869
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10121
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
|
10122
10871
|
# },
|
10123
10872
|
# },
|
10124
10873
|
# kernel_gateway_app_settings: {
|
10125
10874
|
# default_resource_spec: {
|
10126
10875
|
# sage_maker_image_arn: "ImageArn",
|
10876
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10127
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
|
10128
10878
|
# },
|
10879
|
+
# custom_images: [
|
10880
|
+
# {
|
10881
|
+
# image_name: "ImageName", # required
|
10882
|
+
# image_version_number: 1,
|
10883
|
+
# app_image_config_name: "AppImageConfigName", # required
|
10884
|
+
# },
|
10885
|
+
# ],
|
10129
10886
|
# },
|
10130
10887
|
# tensor_board_app_settings: {
|
10131
10888
|
# default_resource_spec: {
|
10132
10889
|
# sage_maker_image_arn: "ImageArn",
|
10890
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10133
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
|
10134
10892
|
# },
|
10135
10893
|
# },
|
@@ -10305,6 +11063,53 @@ module Aws::SageMaker
|
|
10305
11063
|
req.send_request(options)
|
10306
11064
|
end
|
10307
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
|
+
|
10308
11113
|
# Updates a previously created schedule.
|
10309
11114
|
#
|
10310
11115
|
# @option params [required, String] :monitoring_schedule_name
|
@@ -10747,18 +11552,28 @@ module Aws::SageMaker
|
|
10747
11552
|
# jupyter_server_app_settings: {
|
10748
11553
|
# default_resource_spec: {
|
10749
11554
|
# sage_maker_image_arn: "ImageArn",
|
11555
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10750
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
|
10751
11557
|
# },
|
10752
11558
|
# },
|
10753
11559
|
# kernel_gateway_app_settings: {
|
10754
11560
|
# default_resource_spec: {
|
10755
11561
|
# sage_maker_image_arn: "ImageArn",
|
11562
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10756
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
|
10757
11564
|
# },
|
11565
|
+
# custom_images: [
|
11566
|
+
# {
|
11567
|
+
# image_name: "ImageName", # required
|
11568
|
+
# image_version_number: 1,
|
11569
|
+
# app_image_config_name: "AppImageConfigName", # required
|
11570
|
+
# },
|
11571
|
+
# ],
|
10758
11572
|
# },
|
10759
11573
|
# tensor_board_app_settings: {
|
10760
11574
|
# default_resource_spec: {
|
10761
11575
|
# sage_maker_image_arn: "ImageArn",
|
11576
|
+
# sage_maker_image_version_arn: "ImageVersionArn",
|
10762
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
|
10763
11578
|
# },
|
10764
11579
|
# },
|
@@ -10988,7 +11803,7 @@ module Aws::SageMaker
|
|
10988
11803
|
params: params,
|
10989
11804
|
config: config)
|
10990
11805
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
10991
|
-
context[:gem_version] = '1.
|
11806
|
+
context[:gem_version] = '1.71.0'
|
10992
11807
|
Seahorse::Client::Request.new(handlers, context)
|
10993
11808
|
end
|
10994
11809
|
|