aws-sdk-sagemaker 1.135.0 → 1.138.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +235 -3
- data/lib/aws-sdk-sagemaker/client_api.rb +29 -0
- data/lib/aws-sdk-sagemaker/types.rb +186 -6
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 289e07fa18ad373afbd8939e3fc8b3bf59bcb129e3f605a18604607e4389672a
|
4
|
+
data.tar.gz: 12d3c4374927f455fe31c21e33ccb43e52645fc54fa911cad629dd20bc1d4c4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29108cd59a45026cf8c99f5917bf1ae9546dc8777275fc2273fcab251aad1652b055fe259d708f82ef60fd89f7d2c859496541ae279dfa6c6d23efaddf3f663a
|
7
|
+
data.tar.gz: 6ee2ec14772d5fd21e1b4a0551a16c6b92d13bf4d715677fb7d6e0804750e695828082d6fd83ad83f46c42c11eee2a346a85b660b9d5080639f291ffe88fbb85
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.138.0 (2022-09-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
|
8
|
+
|
9
|
+
1.137.0 (2022-09-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds HyperParameterTuningJob type in Search API.
|
13
|
+
|
14
|
+
1.136.0 (2022-09-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.
|
18
|
+
|
4
19
|
1.135.0 (2022-08-31)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.138.0
|
@@ -1986,6 +1986,7 @@ module Aws::SageMaker
|
|
1986
1986
|
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
1987
1987
|
# },
|
1988
1988
|
# },
|
1989
|
+
# execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
|
1989
1990
|
# },
|
1990
1991
|
# })
|
1991
1992
|
#
|
@@ -2490,6 +2491,9 @@ module Aws::SageMaker
|
|
2490
2491
|
# memory_size_in_mb: 1, # required
|
2491
2492
|
# max_concurrency: 1, # required
|
2492
2493
|
# },
|
2494
|
+
# volume_size_in_gb: 1,
|
2495
|
+
# model_data_download_timeout_in_seconds: 1,
|
2496
|
+
# container_startup_health_check_timeout_in_seconds: 1,
|
2493
2497
|
# },
|
2494
2498
|
# ],
|
2495
2499
|
# data_capture_config: {
|
@@ -9074,6 +9078,7 @@ module Aws::SageMaker
|
|
9074
9078
|
# resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
9075
9079
|
# resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
9076
9080
|
# resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.lifecycle_config_arn #=> String
|
9081
|
+
# resp.domain_settings.execution_role_identity_config #=> String, one of "USER_PROFILE_NAME", "DISABLED"
|
9077
9082
|
# resp.app_security_group_management #=> String, one of "Service", "Customer"
|
9078
9083
|
# resp.security_group_id_for_domain_boundary #=> String
|
9079
9084
|
#
|
@@ -9368,6 +9373,9 @@ module Aws::SageMaker
|
|
9368
9373
|
# resp.production_variants[0].core_dump_config.kms_key_id #=> String
|
9369
9374
|
# resp.production_variants[0].serverless_config.memory_size_in_mb #=> Integer
|
9370
9375
|
# resp.production_variants[0].serverless_config.max_concurrency #=> Integer
|
9376
|
+
# resp.production_variants[0].volume_size_in_gb #=> Integer
|
9377
|
+
# resp.production_variants[0].model_data_download_timeout_in_seconds #=> Integer
|
9378
|
+
# resp.production_variants[0].container_startup_health_check_timeout_in_seconds #=> Integer
|
9371
9379
|
# resp.data_capture_config.enable_capture #=> Boolean
|
9372
9380
|
# resp.data_capture_config.initial_sampling_percentage #=> Integer
|
9373
9381
|
# resp.data_capture_config.destination_s3_uri #=> String
|
@@ -12297,7 +12305,7 @@ module Aws::SageMaker
|
|
12297
12305
|
# @example Request syntax with placeholder values
|
12298
12306
|
#
|
12299
12307
|
# resp = client.get_search_suggestions({
|
12300
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
|
12308
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
|
12301
12309
|
# suggestion_query: {
|
12302
12310
|
# property_name_query: {
|
12303
12311
|
# property_name_hint: "PropertyNameHint", # required
|
@@ -17100,7 +17108,7 @@ module Aws::SageMaker
|
|
17100
17108
|
# @example Request syntax with placeholder values
|
17101
17109
|
#
|
17102
17110
|
# resp = client.search({
|
17103
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
|
17111
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
|
17104
17112
|
# search_expression: {
|
17105
17113
|
# filters: [
|
17106
17114
|
# {
|
@@ -17923,6 +17931,229 @@ module Aws::SageMaker
|
|
17923
17931
|
# resp.results[0].feature_metadata.parameters #=> Array
|
17924
17932
|
# resp.results[0].feature_metadata.parameters[0].key #=> String
|
17925
17933
|
# resp.results[0].feature_metadata.parameters[0].value #=> String
|
17934
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_name #=> String
|
17935
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_arn #=> String
|
17936
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.strategy #=> String, one of "Bayesian", "Random"
|
17937
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.hyper_parameter_tuning_job_objective.type #=> String, one of "Maximize", "Minimize"
|
17938
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.hyper_parameter_tuning_job_objective.metric_name #=> String
|
17939
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.resource_limits.max_number_of_training_jobs #=> Integer
|
17940
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.resource_limits.max_parallel_training_jobs #=> Integer
|
17941
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges #=> Array
|
17942
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].name #=> String
|
17943
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].min_value #=> String
|
17944
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].max_value #=> String
|
17945
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
|
17946
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges #=> Array
|
17947
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].name #=> String
|
17948
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
|
17949
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
|
17950
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
|
17951
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges #=> Array
|
17952
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].name #=> String
|
17953
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values #=> Array
|
17954
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
17955
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.training_job_early_stopping_type #=> String, one of "Off", "Auto"
|
17956
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.tuning_job_completion_criteria.target_objective_metric_value #=> Float
|
17957
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.definition_name #=> String
|
17958
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.tuning_objective.type #=> String, one of "Maximize", "Minimize"
|
17959
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.tuning_objective.metric_name #=> String
|
17960
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges #=> Array
|
17961
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].name #=> String
|
17962
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].min_value #=> String
|
17963
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].max_value #=> String
|
17964
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
|
17965
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges #=> Array
|
17966
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].name #=> String
|
17967
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
|
17968
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
|
17969
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
|
17970
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges #=> Array
|
17971
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].name #=> String
|
17972
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
|
17973
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
17974
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.static_hyper_parameters #=> Hash
|
17975
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.static_hyper_parameters["HyperParameterKey"] #=> String
|
17976
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.training_image #=> String
|
17977
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
17978
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.algorithm_name #=> String
|
17979
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions #=> Array
|
17980
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions[0].name #=> String
|
17981
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions[0].regex #=> String
|
17982
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.role_arn #=> String
|
17983
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config #=> Array
|
17984
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].channel_name #=> String
|
17985
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
|
17986
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_uri #=> String
|
17987
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
17988
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
|
17989
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
|
17990
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
|
17991
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
|
17992
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
|
17993
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
|
17994
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
|
17995
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
|
17996
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].content_type #=> String
|
17997
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
17998
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
17999
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
18000
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
|
18001
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.security_group_ids #=> Array
|
18002
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.security_group_ids[0] #=> String
|
18003
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.subnets #=> Array
|
18004
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.subnets[0] #=> String
|
18005
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.output_data_config.kms_key_id #=> String
|
18006
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.output_data_config.s3_output_path #=> String
|
18007
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18008
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_count #=> Integer
|
18009
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
18010
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.volume_kms_key_id #=> String
|
18011
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups #=> Array
|
18012
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18013
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
18014
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
|
18015
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
18016
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
|
18017
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_network_isolation #=> Boolean
|
18018
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_inter_container_traffic_encryption #=> Boolean
|
18019
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_managed_spot_training #=> Boolean
|
18020
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.checkpoint_config.s3_uri #=> String
|
18021
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.checkpoint_config.local_path #=> String
|
18022
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.retry_strategy.maximum_retry_attempts #=> Integer
|
18023
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18024
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_count #=> Integer
|
18025
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
|
18026
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
|
18027
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
|
18028
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs #=> Array
|
18029
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18030
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
|
18031
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
|
18032
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions #=> Array
|
18033
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].definition_name #=> String
|
18034
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].tuning_objective.type #=> String, one of "Maximize", "Minimize"
|
18035
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].tuning_objective.metric_name #=> String
|
18036
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges #=> Array
|
18037
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].name #=> String
|
18038
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].min_value #=> String
|
18039
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].max_value #=> String
|
18040
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
|
18041
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges #=> Array
|
18042
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].name #=> String
|
18043
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
|
18044
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
|
18045
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].scaling_type #=> String, one of "Auto", "Linear", "Logarithmic", "ReverseLogarithmic"
|
18046
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges #=> Array
|
18047
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].name #=> String
|
18048
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
|
18049
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
18050
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].static_hyper_parameters #=> Hash
|
18051
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].static_hyper_parameters["HyperParameterKey"] #=> String
|
18052
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.training_image #=> String
|
18053
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
18054
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.algorithm_name #=> String
|
18055
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions #=> Array
|
18056
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions[0].name #=> String
|
18057
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions[0].regex #=> String
|
18058
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].role_arn #=> String
|
18059
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config #=> Array
|
18060
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].channel_name #=> String
|
18061
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
|
18062
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_uri #=> String
|
18063
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
18064
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
|
18065
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
|
18066
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
|
18067
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
|
18068
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
|
18069
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
|
18070
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
|
18071
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.directory_path #=> String
|
18072
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].content_type #=> String
|
18073
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
18074
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
18075
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
18076
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].shuffle_config.seed #=> Integer
|
18077
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.security_group_ids #=> Array
|
18078
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.security_group_ids[0] #=> String
|
18079
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.subnets #=> Array
|
18080
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.subnets[0] #=> String
|
18081
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].output_data_config.kms_key_id #=> String
|
18082
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].output_data_config.s3_output_path #=> String
|
18083
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18084
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_count #=> Integer
|
18085
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
|
18086
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
|
18087
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups #=> Array
|
18088
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18089
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
|
18090
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
|
18091
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
|
18092
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
|
18093
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_network_isolation #=> Boolean
|
18094
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_inter_container_traffic_encryption #=> Boolean
|
18095
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_managed_spot_training #=> Boolean
|
18096
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].checkpoint_config.s3_uri #=> String
|
18097
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].checkpoint_config.local_path #=> String
|
18098
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].retry_strategy.maximum_retry_attempts #=> Integer
|
18099
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18100
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_count #=> Integer
|
18101
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
|
18102
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
|
18103
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
|
18104
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs #=> Array
|
18105
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18106
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
|
18107
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
|
18108
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
|
18109
|
+
# resp.results[0].hyper_parameter_tuning_job.creation_time #=> Time
|
18110
|
+
# resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_end_time #=> Time
|
18111
|
+
# resp.results[0].hyper_parameter_tuning_job.last_modified_time #=> Time
|
18112
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.completed #=> Integer
|
18113
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.in_progress #=> Integer
|
18114
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.retryable_error #=> Integer
|
18115
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.non_retryable_error #=> Integer
|
18116
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.stopped #=> Integer
|
18117
|
+
# resp.results[0].hyper_parameter_tuning_job.objective_status_counters.succeeded #=> Integer
|
18118
|
+
# resp.results[0].hyper_parameter_tuning_job.objective_status_counters.pending #=> Integer
|
18119
|
+
# resp.results[0].hyper_parameter_tuning_job.objective_status_counters.failed #=> Integer
|
18120
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_definition_name #=> String
|
18121
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_name #=> String
|
18122
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_arn #=> String
|
18123
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.tuning_job_name #=> String
|
18124
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.creation_time #=> Time
|
18125
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.training_start_time #=> Time
|
18126
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.training_end_time #=> Time
|
18127
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
18128
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.tuned_hyper_parameters #=> Hash
|
18129
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
|
18130
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.failure_reason #=> String
|
18131
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
18132
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
18133
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.value #=> Float
|
18134
|
+
# resp.results[0].hyper_parameter_tuning_job.best_training_job.objective_status #=> String, one of "Succeeded", "Pending", "Failed"
|
18135
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_definition_name #=> String
|
18136
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_name #=> String
|
18137
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_arn #=> String
|
18138
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuning_job_name #=> String
|
18139
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.creation_time #=> Time
|
18140
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_start_time #=> Time
|
18141
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_end_time #=> Time
|
18142
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
18143
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuned_hyper_parameters #=> Hash
|
18144
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
|
18145
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.failure_reason #=> String
|
18146
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
|
18147
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
|
18148
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.value #=> Float
|
18149
|
+
# resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.objective_status #=> String, one of "Succeeded", "Pending", "Failed"
|
18150
|
+
# resp.results[0].hyper_parameter_tuning_job.warm_start_config.parent_hyper_parameter_tuning_jobs #=> Array
|
18151
|
+
# resp.results[0].hyper_parameter_tuning_job.warm_start_config.parent_hyper_parameter_tuning_jobs[0].hyper_parameter_tuning_job_name #=> String
|
18152
|
+
# resp.results[0].hyper_parameter_tuning_job.warm_start_config.warm_start_type #=> String, one of "IdenticalDataAndAlgorithm", "TransferLearning"
|
18153
|
+
# resp.results[0].hyper_parameter_tuning_job.failure_reason #=> String
|
18154
|
+
# resp.results[0].hyper_parameter_tuning_job.tags #=> Array
|
18155
|
+
# resp.results[0].hyper_parameter_tuning_job.tags[0].key #=> String
|
18156
|
+
# resp.results[0].hyper_parameter_tuning_job.tags[0].value #=> String
|
17926
18157
|
# resp.next_token #=> String
|
17927
18158
|
#
|
17928
18159
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
|
@@ -18923,6 +19154,7 @@ module Aws::SageMaker
|
|
18923
19154
|
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
18924
19155
|
# },
|
18925
19156
|
# },
|
19157
|
+
# execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
|
18926
19158
|
# },
|
18927
19159
|
# })
|
18928
19160
|
#
|
@@ -20350,7 +20582,7 @@ module Aws::SageMaker
|
|
20350
20582
|
params: params,
|
20351
20583
|
config: config)
|
20352
20584
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
20353
|
-
context[:gem_version] = '1.
|
20585
|
+
context[:gem_version] = '1.138.0'
|
20354
20586
|
Seahorse::Client::Request.new(handlers, context)
|
20355
20587
|
end
|
20356
20588
|
|
@@ -633,6 +633,7 @@ module Aws::SageMaker
|
|
633
633
|
EnvironmentParameterRanges = Shapes::StructureShape.new(name: 'EnvironmentParameterRanges')
|
634
634
|
EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
|
635
635
|
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
636
|
+
ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
|
636
637
|
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
637
638
|
ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
|
638
639
|
Experiment = Shapes::StructureShape.new(name: 'Experiment')
|
@@ -749,6 +750,7 @@ module Aws::SageMaker
|
|
749
750
|
HyperParameterTuningJobObjective = Shapes::StructureShape.new(name: 'HyperParameterTuningJobObjective')
|
750
751
|
HyperParameterTuningJobObjectiveType = Shapes::StringShape.new(name: 'HyperParameterTuningJobObjectiveType')
|
751
752
|
HyperParameterTuningJobObjectives = Shapes::ListShape.new(name: 'HyperParameterTuningJobObjectives')
|
753
|
+
HyperParameterTuningJobSearchEntity = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSearchEntity')
|
752
754
|
HyperParameterTuningJobSortByOptions = Shapes::StringShape.new(name: 'HyperParameterTuningJobSortByOptions')
|
753
755
|
HyperParameterTuningJobStatus = Shapes::StringShape.new(name: 'HyperParameterTuningJobStatus')
|
754
756
|
HyperParameterTuningJobStrategyType = Shapes::StringShape.new(name: 'HyperParameterTuningJobStrategyType')
|
@@ -1273,14 +1275,17 @@ module Aws::SageMaker
|
|
1273
1275
|
ProductListings = Shapes::ListShape.new(name: 'ProductListings')
|
1274
1276
|
ProductionVariant = Shapes::StructureShape.new(name: 'ProductionVariant')
|
1275
1277
|
ProductionVariantAcceleratorType = Shapes::StringShape.new(name: 'ProductionVariantAcceleratorType')
|
1278
|
+
ProductionVariantContainerStartupHealthCheckTimeoutInSeconds = Shapes::IntegerShape.new(name: 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds')
|
1276
1279
|
ProductionVariantCoreDumpConfig = Shapes::StructureShape.new(name: 'ProductionVariantCoreDumpConfig')
|
1277
1280
|
ProductionVariantInstanceType = Shapes::StringShape.new(name: 'ProductionVariantInstanceType')
|
1278
1281
|
ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
|
1282
|
+
ProductionVariantModelDataDownloadTimeoutInSeconds = Shapes::IntegerShape.new(name: 'ProductionVariantModelDataDownloadTimeoutInSeconds')
|
1279
1283
|
ProductionVariantServerlessConfig = Shapes::StructureShape.new(name: 'ProductionVariantServerlessConfig')
|
1280
1284
|
ProductionVariantStatus = Shapes::StructureShape.new(name: 'ProductionVariantStatus')
|
1281
1285
|
ProductionVariantStatusList = Shapes::ListShape.new(name: 'ProductionVariantStatusList')
|
1282
1286
|
ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
|
1283
1287
|
ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
|
1288
|
+
ProductionVariantVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ProductionVariantVolumeSizeInGB')
|
1284
1289
|
ProfilerConfig = Shapes::StructureShape.new(name: 'ProfilerConfig')
|
1285
1290
|
ProfilerConfigForUpdate = Shapes::StructureShape.new(name: 'ProfilerConfigForUpdate')
|
1286
1291
|
ProfilerRuleConfiguration = Shapes::StructureShape.new(name: 'ProfilerRuleConfiguration')
|
@@ -4027,9 +4032,11 @@ module Aws::SageMaker
|
|
4027
4032
|
|
4028
4033
|
DomainSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
|
4029
4034
|
DomainSettings.add_member(:r_studio_server_pro_domain_settings, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettings, location_name: "RStudioServerProDomainSettings"))
|
4035
|
+
DomainSettings.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
|
4030
4036
|
DomainSettings.struct_class = Types::DomainSettings
|
4031
4037
|
|
4032
4038
|
DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
|
4039
|
+
DomainSettingsForUpdate.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
|
4033
4040
|
DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
|
4034
4041
|
|
4035
4042
|
DriftCheckBaselines.add_member(:bias, Shapes::ShapeRef.new(shape: DriftCheckBias, location_name: "Bias"))
|
@@ -4525,6 +4532,24 @@ module Aws::SageMaker
|
|
4525
4532
|
|
4526
4533
|
HyperParameterTuningJobObjectives.member = Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective)
|
4527
4534
|
|
4535
|
+
HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, location_name: "HyperParameterTuningJobName"))
|
4536
|
+
HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "HyperParameterTuningJobArn"))
|
4537
|
+
HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, location_name: "HyperParameterTuningJobConfig"))
|
4538
|
+
HyperParameterTuningJobSearchEntity.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, location_name: "TrainingJobDefinition"))
|
4539
|
+
HyperParameterTuningJobSearchEntity.add_member(:training_job_definitions, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinitions, location_name: "TrainingJobDefinitions"))
|
4540
|
+
HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_status, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStatus, location_name: "HyperParameterTuningJobStatus"))
|
4541
|
+
HyperParameterTuningJobSearchEntity.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4542
|
+
HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "HyperParameterTuningEndTime"))
|
4543
|
+
HyperParameterTuningJobSearchEntity.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4544
|
+
HyperParameterTuningJobSearchEntity.add_member(:training_job_status_counters, Shapes::ShapeRef.new(shape: TrainingJobStatusCounters, location_name: "TrainingJobStatusCounters"))
|
4545
|
+
HyperParameterTuningJobSearchEntity.add_member(:objective_status_counters, Shapes::ShapeRef.new(shape: ObjectiveStatusCounters, location_name: "ObjectiveStatusCounters"))
|
4546
|
+
HyperParameterTuningJobSearchEntity.add_member(:best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "BestTrainingJob"))
|
4547
|
+
HyperParameterTuningJobSearchEntity.add_member(:overall_best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "OverallBestTrainingJob"))
|
4548
|
+
HyperParameterTuningJobSearchEntity.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
|
4549
|
+
HyperParameterTuningJobSearchEntity.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4550
|
+
HyperParameterTuningJobSearchEntity.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4551
|
+
HyperParameterTuningJobSearchEntity.struct_class = Types::HyperParameterTuningJobSearchEntity
|
4552
|
+
|
4528
4553
|
HyperParameterTuningJobSummaries.member = Shapes::ShapeRef.new(shape: HyperParameterTuningJobSummary)
|
4529
4554
|
|
4530
4555
|
HyperParameterTuningJobSummary.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
|
@@ -6326,6 +6351,9 @@ module Aws::SageMaker
|
|
6326
6351
|
ProductionVariant.add_member(:accelerator_type, Shapes::ShapeRef.new(shape: ProductionVariantAcceleratorType, location_name: "AcceleratorType"))
|
6327
6352
|
ProductionVariant.add_member(:core_dump_config, Shapes::ShapeRef.new(shape: ProductionVariantCoreDumpConfig, location_name: "CoreDumpConfig"))
|
6328
6353
|
ProductionVariant.add_member(:serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "ServerlessConfig"))
|
6354
|
+
ProductionVariant.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProductionVariantVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
6355
|
+
ProductionVariant.add_member(:model_data_download_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantModelDataDownloadTimeoutInSeconds, location_name: "ModelDataDownloadTimeoutInSeconds"))
|
6356
|
+
ProductionVariant.add_member(:container_startup_health_check_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantContainerStartupHealthCheckTimeoutInSeconds, location_name: "ContainerStartupHealthCheckTimeoutInSeconds"))
|
6329
6357
|
ProductionVariant.struct_class = Types::ProductionVariant
|
6330
6358
|
|
6331
6359
|
ProductionVariantCoreDumpConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
@@ -6677,6 +6705,7 @@ module Aws::SageMaker
|
|
6677
6705
|
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
6678
6706
|
SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
6679
6707
|
SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
|
6708
|
+
SearchRecord.add_member(:hyper_parameter_tuning_job, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSearchEntity, location_name: "HyperParameterTuningJob"))
|
6680
6709
|
SearchRecord.struct_class = Types::SearchRecord
|
6681
6710
|
|
6682
6711
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -5293,6 +5293,7 @@ module Aws::SageMaker
|
|
5293
5293
|
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
5294
5294
|
# },
|
5295
5295
|
# },
|
5296
|
+
# execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
|
5296
5297
|
# },
|
5297
5298
|
# }
|
5298
5299
|
#
|
@@ -5615,6 +5616,9 @@ module Aws::SageMaker
|
|
5615
5616
|
# memory_size_in_mb: 1, # required
|
5616
5617
|
# max_concurrency: 1, # required
|
5617
5618
|
# },
|
5619
|
+
# volume_size_in_gb: 1,
|
5620
|
+
# model_data_download_timeout_in_seconds: 1,
|
5621
|
+
# container_startup_health_check_timeout_in_seconds: 1,
|
5618
5622
|
# },
|
5619
5623
|
# ],
|
5620
5624
|
# data_capture_config: {
|
@@ -17674,6 +17678,7 @@ module Aws::SageMaker
|
|
17674
17678
|
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
17675
17679
|
# },
|
17676
17680
|
# },
|
17681
|
+
# execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
|
17677
17682
|
# }
|
17678
17683
|
#
|
17679
17684
|
# @!attribute [rw] security_group_ids
|
@@ -17687,11 +17692,21 @@ module Aws::SageMaker
|
|
17687
17692
|
# Domain-level app.
|
17688
17693
|
# @return [Types::RStudioServerProDomainSettings]
|
17689
17694
|
#
|
17695
|
+
# @!attribute [rw] execution_role_identity_config
|
17696
|
+
# The configuration for attaching a SageMaker user profile name to the
|
17697
|
+
# execution role as a [ `sts:SourceIdentity` key][1].
|
17698
|
+
#
|
17699
|
+
#
|
17700
|
+
#
|
17701
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
|
17702
|
+
# @return [String]
|
17703
|
+
#
|
17690
17704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettings AWS API Documentation
|
17691
17705
|
#
|
17692
17706
|
class DomainSettings < Struct.new(
|
17693
17707
|
:security_group_ids,
|
17694
|
-
:r_studio_server_pro_domain_settings
|
17708
|
+
:r_studio_server_pro_domain_settings,
|
17709
|
+
:execution_role_identity_config)
|
17695
17710
|
SENSITIVE = []
|
17696
17711
|
include Aws::Structure
|
17697
17712
|
end
|
@@ -17711,6 +17726,7 @@ module Aws::SageMaker
|
|
17711
17726
|
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
17712
17727
|
# },
|
17713
17728
|
# },
|
17729
|
+
# execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
|
17714
17730
|
# }
|
17715
17731
|
#
|
17716
17732
|
# @!attribute [rw] r_studio_server_pro_domain_settings_for_update
|
@@ -17718,10 +17734,22 @@ module Aws::SageMaker
|
|
17718
17734
|
# update.
|
17719
17735
|
# @return [Types::RStudioServerProDomainSettingsForUpdate]
|
17720
17736
|
#
|
17737
|
+
# @!attribute [rw] execution_role_identity_config
|
17738
|
+
# The configuration for attaching a SageMaker user profile name to the
|
17739
|
+
# execution role as a [ `sts:SourceIdentity` key][1]. This
|
17740
|
+
# configuration can only be modified if there are no apps in the
|
17741
|
+
# `InService` or `Pending` state.
|
17742
|
+
#
|
17743
|
+
#
|
17744
|
+
#
|
17745
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
|
17746
|
+
# @return [String]
|
17747
|
+
#
|
17721
17748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettingsForUpdate AWS API Documentation
|
17722
17749
|
#
|
17723
17750
|
class DomainSettingsForUpdate < Struct.new(
|
17724
|
-
:r_studio_server_pro_domain_settings_for_update
|
17751
|
+
:r_studio_server_pro_domain_settings_for_update,
|
17752
|
+
:execution_role_identity_config)
|
17725
17753
|
SENSITIVE = []
|
17726
17754
|
include Aws::Structure
|
17727
17755
|
end
|
@@ -19864,7 +19892,7 @@ module Aws::SageMaker
|
|
19864
19892
|
# data as a hash:
|
19865
19893
|
#
|
19866
19894
|
# {
|
19867
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
|
19895
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
|
19868
19896
|
# suggestion_query: {
|
19869
19897
|
# property_name_query: {
|
19870
19898
|
# property_name_hint: "PropertyNameHint", # required
|
@@ -21918,6 +21946,123 @@ module Aws::SageMaker
|
|
21918
21946
|
include Aws::Structure
|
21919
21947
|
end
|
21920
21948
|
|
21949
|
+
# An entity having characteristics over which a user can search for a
|
21950
|
+
# hyperparameter tuning job.
|
21951
|
+
#
|
21952
|
+
# @!attribute [rw] hyper_parameter_tuning_job_name
|
21953
|
+
# The name of a hyperparameter tuning job.
|
21954
|
+
# @return [String]
|
21955
|
+
#
|
21956
|
+
# @!attribute [rw] hyper_parameter_tuning_job_arn
|
21957
|
+
# The Amazon Resource Name (ARN) of a hyperparameter tuning job.
|
21958
|
+
# @return [String]
|
21959
|
+
#
|
21960
|
+
# @!attribute [rw] hyper_parameter_tuning_job_config
|
21961
|
+
# Configures a hyperparameter tuning job.
|
21962
|
+
# @return [Types::HyperParameterTuningJobConfig]
|
21963
|
+
#
|
21964
|
+
# @!attribute [rw] training_job_definition
|
21965
|
+
# Defines the training jobs launched by a hyperparameter tuning job.
|
21966
|
+
# @return [Types::HyperParameterTrainingJobDefinition]
|
21967
|
+
#
|
21968
|
+
# @!attribute [rw] training_job_definitions
|
21969
|
+
# The job definitions included in a hyperparameter tuning job.
|
21970
|
+
# @return [Array<Types::HyperParameterTrainingJobDefinition>]
|
21971
|
+
#
|
21972
|
+
# @!attribute [rw] hyper_parameter_tuning_job_status
|
21973
|
+
# The status of a hyperparameter tuning job.
|
21974
|
+
# @return [String]
|
21975
|
+
#
|
21976
|
+
# @!attribute [rw] creation_time
|
21977
|
+
# The time that a hyperparameter tuning job was created.
|
21978
|
+
# @return [Time]
|
21979
|
+
#
|
21980
|
+
# @!attribute [rw] hyper_parameter_tuning_end_time
|
21981
|
+
# The time that a hyperparameter tuning job ended.
|
21982
|
+
# @return [Time]
|
21983
|
+
#
|
21984
|
+
# @!attribute [rw] last_modified_time
|
21985
|
+
# The time that a hyperparameter tuning job was last modified.
|
21986
|
+
# @return [Time]
|
21987
|
+
#
|
21988
|
+
# @!attribute [rw] training_job_status_counters
|
21989
|
+
# The numbers of training jobs launched by a hyperparameter tuning
|
21990
|
+
# job, categorized by status.
|
21991
|
+
# @return [Types::TrainingJobStatusCounters]
|
21992
|
+
#
|
21993
|
+
# @!attribute [rw] objective_status_counters
|
21994
|
+
# Specifies the number of training jobs that this hyperparameter
|
21995
|
+
# tuning job launched, categorized by the status of their objective
|
21996
|
+
# metric. The objective metric status shows whether the final
|
21997
|
+
# objective metric for the training job has been evaluated by the
|
21998
|
+
# tuning job and used in the hyperparameter tuning process.
|
21999
|
+
# @return [Types::ObjectiveStatusCounters]
|
22000
|
+
#
|
22001
|
+
# @!attribute [rw] best_training_job
|
22002
|
+
# The container for the summary information about a training job.
|
22003
|
+
# @return [Types::HyperParameterTrainingJobSummary]
|
22004
|
+
#
|
22005
|
+
# @!attribute [rw] overall_best_training_job
|
22006
|
+
# The container for the summary information about a training job.
|
22007
|
+
# @return [Types::HyperParameterTrainingJobSummary]
|
22008
|
+
#
|
22009
|
+
# @!attribute [rw] warm_start_config
|
22010
|
+
# Specifies the configuration for a hyperparameter tuning job that
|
22011
|
+
# uses one or more previous hyperparameter tuning jobs as a starting
|
22012
|
+
# point. The results of previous tuning jobs are used to inform which
|
22013
|
+
# combinations of hyperparameters to search over in the new tuning
|
22014
|
+
# job.
|
22015
|
+
#
|
22016
|
+
# All training jobs launched by the new hyperparameter tuning job are
|
22017
|
+
# evaluated by using the objective metric, and the training job that
|
22018
|
+
# performs the best is compared to the best training jobs from the
|
22019
|
+
# parent tuning jobs. From these, the training job that performs the
|
22020
|
+
# best as measured by the objective metric is returned as the overall
|
22021
|
+
# best training job.
|
22022
|
+
#
|
22023
|
+
# <note markdown="1"> All training jobs launched by parent hyperparameter tuning jobs and
|
22024
|
+
# the new hyperparameter tuning jobs count against the limit of
|
22025
|
+
# training jobs for the tuning job.
|
22026
|
+
#
|
22027
|
+
# </note>
|
22028
|
+
# @return [Types::HyperParameterTuningJobWarmStartConfig]
|
22029
|
+
#
|
22030
|
+
# @!attribute [rw] failure_reason
|
22031
|
+
# The error that was created when a hyperparameter tuning job failed.
|
22032
|
+
# @return [String]
|
22033
|
+
#
|
22034
|
+
# @!attribute [rw] tags
|
22035
|
+
# The tags associated with a hyperparameter tuning job. For more
|
22036
|
+
# information see [Tagging Amazon Web Services resources][1].
|
22037
|
+
#
|
22038
|
+
#
|
22039
|
+
#
|
22040
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
22041
|
+
# @return [Array<Types::Tag>]
|
22042
|
+
#
|
22043
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningJobSearchEntity AWS API Documentation
|
22044
|
+
#
|
22045
|
+
class HyperParameterTuningJobSearchEntity < Struct.new(
|
22046
|
+
:hyper_parameter_tuning_job_name,
|
22047
|
+
:hyper_parameter_tuning_job_arn,
|
22048
|
+
:hyper_parameter_tuning_job_config,
|
22049
|
+
:training_job_definition,
|
22050
|
+
:training_job_definitions,
|
22051
|
+
:hyper_parameter_tuning_job_status,
|
22052
|
+
:creation_time,
|
22053
|
+
:hyper_parameter_tuning_end_time,
|
22054
|
+
:last_modified_time,
|
22055
|
+
:training_job_status_counters,
|
22056
|
+
:objective_status_counters,
|
22057
|
+
:best_training_job,
|
22058
|
+
:overall_best_training_job,
|
22059
|
+
:warm_start_config,
|
22060
|
+
:failure_reason,
|
22061
|
+
:tags)
|
22062
|
+
SENSITIVE = []
|
22063
|
+
include Aws::Structure
|
22064
|
+
end
|
22065
|
+
|
21921
22066
|
# Provides summary information about a hyperparameter tuning job.
|
21922
22067
|
#
|
21923
22068
|
# @!attribute [rw] hyper_parameter_tuning_job_name
|
@@ -33893,6 +34038,9 @@ module Aws::SageMaker
|
|
33893
34038
|
# memory_size_in_mb: 1, # required
|
33894
34039
|
# max_concurrency: 1, # required
|
33895
34040
|
# },
|
34041
|
+
# volume_size_in_gb: 1,
|
34042
|
+
# model_data_download_timeout_in_seconds: 1,
|
34043
|
+
# container_startup_health_check_timeout_in_seconds: 1,
|
33896
34044
|
# }
|
33897
34045
|
#
|
33898
34046
|
# @!attribute [rw] variant_name
|
@@ -33942,6 +34090,29 @@ module Aws::SageMaker
|
|
33942
34090
|
# configuration.
|
33943
34091
|
# @return [Types::ProductionVariantServerlessConfig]
|
33944
34092
|
#
|
34093
|
+
# @!attribute [rw] volume_size_in_gb
|
34094
|
+
# The size, in GB, of the ML storage volume attached to individual
|
34095
|
+
# inference instance associated with the production variant. Currenly
|
34096
|
+
# only Amazon EBS gp2 storage volumes are supported.
|
34097
|
+
# @return [Integer]
|
34098
|
+
#
|
34099
|
+
# @!attribute [rw] model_data_download_timeout_in_seconds
|
34100
|
+
# The timeout value, in seconds, to download and extract customer
|
34101
|
+
# model artifact from Amazon S3 to individual inference instance
|
34102
|
+
# associated with this production variant.
|
34103
|
+
# @return [Integer]
|
34104
|
+
#
|
34105
|
+
# @!attribute [rw] container_startup_health_check_timeout_in_seconds
|
34106
|
+
# The timeout value, in seconds, for the customer inference container
|
34107
|
+
# to pass health check by SageMaker Hosting. For more information on
|
34108
|
+
# health check, see [How Your Container Should Respond to Health Check
|
34109
|
+
# (Ping) Requests][1].
|
34110
|
+
#
|
34111
|
+
#
|
34112
|
+
#
|
34113
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests
|
34114
|
+
# @return [Integer]
|
34115
|
+
#
|
33945
34116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
|
33946
34117
|
#
|
33947
34118
|
class ProductionVariant < Struct.new(
|
@@ -33952,7 +34123,10 @@ module Aws::SageMaker
|
|
33952
34123
|
:initial_variant_weight,
|
33953
34124
|
:accelerator_type,
|
33954
34125
|
:core_dump_config,
|
33955
|
-
:serverless_config
|
34126
|
+
:serverless_config,
|
34127
|
+
:volume_size_in_gb,
|
34128
|
+
:model_data_download_timeout_in_seconds,
|
34129
|
+
:container_startup_health_check_timeout_in_seconds)
|
33956
34130
|
SENSITIVE = []
|
33957
34131
|
include Aws::Structure
|
33958
34132
|
end
|
@@ -36699,6 +36873,10 @@ module Aws::SageMaker
|
|
36699
36873
|
# The feature metadata used to search through the features.
|
36700
36874
|
# @return [Types::FeatureMetadata]
|
36701
36875
|
#
|
36876
|
+
# @!attribute [rw] hyper_parameter_tuning_job
|
36877
|
+
# The properties of a hyperparameter tuning job.
|
36878
|
+
# @return [Types::HyperParameterTuningJobSearchEntity]
|
36879
|
+
#
|
36702
36880
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
|
36703
36881
|
#
|
36704
36882
|
class SearchRecord < Struct.new(
|
@@ -36713,7 +36891,8 @@ module Aws::SageMaker
|
|
36713
36891
|
:pipeline_execution,
|
36714
36892
|
:feature_group,
|
36715
36893
|
:project,
|
36716
|
-
:feature_metadata
|
36894
|
+
:feature_metadata,
|
36895
|
+
:hyper_parameter_tuning_job)
|
36717
36896
|
SENSITIVE = []
|
36718
36897
|
include Aws::Structure
|
36719
36898
|
end
|
@@ -36722,7 +36901,7 @@ module Aws::SageMaker
|
|
36722
36901
|
# data as a hash:
|
36723
36902
|
#
|
36724
36903
|
# {
|
36725
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
|
36904
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
|
36726
36905
|
# search_expression: {
|
36727
36906
|
# filters: [
|
36728
36907
|
# {
|
@@ -40767,6 +40946,7 @@ module Aws::SageMaker
|
|
40767
40946
|
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
40768
40947
|
# },
|
40769
40948
|
# },
|
40949
|
+
# execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
|
40770
40950
|
# },
|
40771
40951
|
# }
|
40772
40952
|
#
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.138.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|