aws-sdk-sagemaker 1.136.0 → 1.137.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d80d5b8575376a58f53e78eddc2834265833517675b1eebf23190c63cc49171b
4
- data.tar.gz: 026cd25eb71724a5e462330b3afa632a9d4371db3804eaf9d02969e8c7bbf390
3
+ metadata.gz: 7b1520bfa7b1e33ac5873643ddd92b6acb27999bb7d445c496296c172316e539
4
+ data.tar.gz: a017be858fcd498081e11fa068afeaac4f60f28ee17fdb4381527df618662fa7
5
5
  SHA512:
6
- metadata.gz: 22ff9c97e218d4489f91965bd8b6ae10602edbc8663fe2cfc0b4ed5922f8ecb289e1642dc43d23851f0c4a7b604f97be0015dcc6673ef4cd8024a6cd73590e2d
7
- data.tar.gz: 6ef2f79b680b9469cd6babbce914b92935587946e9abae38551e16ade9b6d4bf81778871c207461df75e86792282a3567c8337ac5d2584ef3d02608c6bd15f76
6
+ metadata.gz: 9eda2e73dec3f11c60802552ff67501bcb02cc08d3fa4c5abe7ff23e64c3d6d2a5186b0508c6129766be59e5c7fdba7beb6e8e9008ccde130af73bef9498422a
7
+ data.tar.gz: 78d8779380790fffa00e7da4402a28c6dffd18fa687ed19e3fc807cf55222161b79a14541f2eb01e8778accf2ced585764152d153555649a722cdc129960a693
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.137.0 (2022-09-06)
5
+ ------------------
6
+
7
+ * Feature - This release adds HyperParameterTuningJob type in Search API.
8
+
4
9
  1.136.0 (2022-09-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.136.0
1
+ 1.137.0
@@ -12299,7 +12299,7 @@ module Aws::SageMaker
12299
12299
  # @example Request syntax with placeholder values
12300
12300
  #
12301
12301
  # resp = client.get_search_suggestions({
12302
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
12302
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
12303
12303
  # suggestion_query: {
12304
12304
  # property_name_query: {
12305
12305
  # property_name_hint: "PropertyNameHint", # required
@@ -17102,7 +17102,7 @@ module Aws::SageMaker
17102
17102
  # @example Request syntax with placeholder values
17103
17103
  #
17104
17104
  # resp = client.search({
17105
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
17105
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
17106
17106
  # search_expression: {
17107
17107
  # filters: [
17108
17108
  # {
@@ -17925,6 +17925,229 @@ module Aws::SageMaker
17925
17925
  # resp.results[0].feature_metadata.parameters #=> Array
17926
17926
  # resp.results[0].feature_metadata.parameters[0].key #=> String
17927
17927
  # resp.results[0].feature_metadata.parameters[0].value #=> String
17928
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_name #=> String
17929
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_arn #=> String
17930
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.strategy #=> String, one of "Bayesian", "Random"
17931
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.hyper_parameter_tuning_job_objective.type #=> String, one of "Maximize", "Minimize"
17932
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.hyper_parameter_tuning_job_objective.metric_name #=> String
17933
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.resource_limits.max_number_of_training_jobs #=> Integer
17934
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.resource_limits.max_parallel_training_jobs #=> Integer
17935
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges #=> Array
17936
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].name #=> String
17937
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].min_value #=> String
17938
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.integer_parameter_ranges[0].max_value #=> String
17939
+ # 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"
17940
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges #=> Array
17941
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].name #=> String
17942
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
17943
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
17944
+ # 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"
17945
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges #=> Array
17946
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].name #=> String
17947
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values #=> Array
17948
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
17949
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.training_job_early_stopping_type #=> String, one of "Off", "Auto"
17950
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_config.tuning_job_completion_criteria.target_objective_metric_value #=> Float
17951
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.definition_name #=> String
17952
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.tuning_objective.type #=> String, one of "Maximize", "Minimize"
17953
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.tuning_objective.metric_name #=> String
17954
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges #=> Array
17955
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].name #=> String
17956
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].min_value #=> String
17957
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.integer_parameter_ranges[0].max_value #=> String
17958
+ # 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"
17959
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges #=> Array
17960
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].name #=> String
17961
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
17962
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
17963
+ # 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"
17964
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges #=> Array
17965
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].name #=> String
17966
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
17967
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
17968
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.static_hyper_parameters #=> Hash
17969
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.static_hyper_parameters["HyperParameterKey"] #=> String
17970
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.training_image #=> String
17971
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
17972
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.algorithm_name #=> String
17973
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions #=> Array
17974
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions[0].name #=> String
17975
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.algorithm_specification.metric_definitions[0].regex #=> String
17976
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.role_arn #=> String
17977
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config #=> Array
17978
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].channel_name #=> String
17979
+ # 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"
17980
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_uri #=> String
17981
+ # 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"
17982
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
17983
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
17984
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
17985
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
17986
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
17987
+ # 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"
17988
+ # 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"
17989
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
17990
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].content_type #=> String
17991
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
17992
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
17993
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
17994
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
17995
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.security_group_ids #=> Array
17996
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.security_group_ids[0] #=> String
17997
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.subnets #=> Array
17998
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.vpc_config.subnets[0] #=> String
17999
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.output_data_config.kms_key_id #=> String
18000
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.output_data_config.s3_output_path #=> String
18001
+ # 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"
18002
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_count #=> Integer
18003
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.volume_size_in_gb #=> Integer
18004
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.volume_kms_key_id #=> String
18005
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups #=> Array
18006
+ # 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"
18007
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
18008
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
18009
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
18010
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
18011
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_network_isolation #=> Boolean
18012
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_inter_container_traffic_encryption #=> Boolean
18013
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_managed_spot_training #=> Boolean
18014
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.checkpoint_config.s3_uri #=> String
18015
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.checkpoint_config.local_path #=> String
18016
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.retry_strategy.maximum_retry_attempts #=> Integer
18017
+ # 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"
18018
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_count #=> Integer
18019
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
18020
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
18021
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
18022
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs #=> Array
18023
+ # 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"
18024
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
18025
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
18026
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions #=> Array
18027
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].definition_name #=> String
18028
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].tuning_objective.type #=> String, one of "Maximize", "Minimize"
18029
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].tuning_objective.metric_name #=> String
18030
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges #=> Array
18031
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].name #=> String
18032
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].min_value #=> String
18033
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.integer_parameter_ranges[0].max_value #=> String
18034
+ # 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"
18035
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges #=> Array
18036
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].name #=> String
18037
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].min_value #=> String
18038
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.continuous_parameter_ranges[0].max_value #=> String
18039
+ # 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"
18040
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges #=> Array
18041
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].name #=> String
18042
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values #=> Array
18043
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
18044
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].static_hyper_parameters #=> Hash
18045
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].static_hyper_parameters["HyperParameterKey"] #=> String
18046
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.training_image #=> String
18047
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
18048
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.algorithm_name #=> String
18049
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions #=> Array
18050
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions[0].name #=> String
18051
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].algorithm_specification.metric_definitions[0].regex #=> String
18052
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].role_arn #=> String
18053
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config #=> Array
18054
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].channel_name #=> String
18055
+ # 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"
18056
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_uri #=> String
18057
+ # 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"
18058
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
18059
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
18060
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
18061
+ # 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
18062
+ # 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
18063
+ # 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"
18064
+ # 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"
18065
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.directory_path #=> String
18066
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].content_type #=> String
18067
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].compression_type #=> String, one of "None", "Gzip"
18068
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
18069
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
18070
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].input_data_config[0].shuffle_config.seed #=> Integer
18071
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.security_group_ids #=> Array
18072
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.security_group_ids[0] #=> String
18073
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.subnets #=> Array
18074
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].vpc_config.subnets[0] #=> String
18075
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].output_data_config.kms_key_id #=> String
18076
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].output_data_config.s3_output_path #=> String
18077
+ # 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"
18078
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_count #=> Integer
18079
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
18080
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
18081
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups #=> Array
18082
+ # 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"
18083
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
18084
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
18085
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
18086
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
18087
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_network_isolation #=> Boolean
18088
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_inter_container_traffic_encryption #=> Boolean
18089
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_managed_spot_training #=> Boolean
18090
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].checkpoint_config.s3_uri #=> String
18091
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].checkpoint_config.local_path #=> String
18092
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].retry_strategy.maximum_retry_attempts #=> Integer
18093
+ # 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"
18094
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_count #=> Integer
18095
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
18096
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
18097
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
18098
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs #=> Array
18099
+ # 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"
18100
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
18101
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
18102
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
18103
+ # resp.results[0].hyper_parameter_tuning_job.creation_time #=> Time
18104
+ # resp.results[0].hyper_parameter_tuning_job.hyper_parameter_tuning_end_time #=> Time
18105
+ # resp.results[0].hyper_parameter_tuning_job.last_modified_time #=> Time
18106
+ # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.completed #=> Integer
18107
+ # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.in_progress #=> Integer
18108
+ # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.retryable_error #=> Integer
18109
+ # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.non_retryable_error #=> Integer
18110
+ # resp.results[0].hyper_parameter_tuning_job.training_job_status_counters.stopped #=> Integer
18111
+ # resp.results[0].hyper_parameter_tuning_job.objective_status_counters.succeeded #=> Integer
18112
+ # resp.results[0].hyper_parameter_tuning_job.objective_status_counters.pending #=> Integer
18113
+ # resp.results[0].hyper_parameter_tuning_job.objective_status_counters.failed #=> Integer
18114
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_definition_name #=> String
18115
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_name #=> String
18116
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_arn #=> String
18117
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.tuning_job_name #=> String
18118
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.creation_time #=> Time
18119
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_start_time #=> Time
18120
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_end_time #=> Time
18121
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
18122
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.tuned_hyper_parameters #=> Hash
18123
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
18124
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.failure_reason #=> String
18125
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
18126
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
18127
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.final_hyper_parameter_tuning_job_objective_metric.value #=> Float
18128
+ # resp.results[0].hyper_parameter_tuning_job.best_training_job.objective_status #=> String, one of "Succeeded", "Pending", "Failed"
18129
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_definition_name #=> String
18130
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_name #=> String
18131
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_arn #=> String
18132
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuning_job_name #=> String
18133
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.creation_time #=> Time
18134
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_start_time #=> Time
18135
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_end_time #=> Time
18136
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
18137
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuned_hyper_parameters #=> Hash
18138
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.tuned_hyper_parameters["HyperParameterKey"] #=> String
18139
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.failure_reason #=> String
18140
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.type #=> String, one of "Maximize", "Minimize"
18141
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.metric_name #=> String
18142
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.final_hyper_parameter_tuning_job_objective_metric.value #=> Float
18143
+ # resp.results[0].hyper_parameter_tuning_job.overall_best_training_job.objective_status #=> String, one of "Succeeded", "Pending", "Failed"
18144
+ # resp.results[0].hyper_parameter_tuning_job.warm_start_config.parent_hyper_parameter_tuning_jobs #=> Array
18145
+ # resp.results[0].hyper_parameter_tuning_job.warm_start_config.parent_hyper_parameter_tuning_jobs[0].hyper_parameter_tuning_job_name #=> String
18146
+ # resp.results[0].hyper_parameter_tuning_job.warm_start_config.warm_start_type #=> String, one of "IdenticalDataAndAlgorithm", "TransferLearning"
18147
+ # resp.results[0].hyper_parameter_tuning_job.failure_reason #=> String
18148
+ # resp.results[0].hyper_parameter_tuning_job.tags #=> Array
18149
+ # resp.results[0].hyper_parameter_tuning_job.tags[0].key #=> String
18150
+ # resp.results[0].hyper_parameter_tuning_job.tags[0].value #=> String
17928
18151
  # resp.next_token #=> String
17929
18152
  #
17930
18153
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
@@ -20353,7 +20576,7 @@ module Aws::SageMaker
20353
20576
  params: params,
20354
20577
  config: config)
20355
20578
  context[:gem_name] = 'aws-sdk-sagemaker'
20356
- context[:gem_version] = '1.136.0'
20579
+ context[:gem_version] = '1.137.0'
20357
20580
  Seahorse::Client::Request.new(handlers, context)
20358
20581
  end
20359
20582
 
@@ -750,6 +750,7 @@ module Aws::SageMaker
750
750
  HyperParameterTuningJobObjective = Shapes::StructureShape.new(name: 'HyperParameterTuningJobObjective')
751
751
  HyperParameterTuningJobObjectiveType = Shapes::StringShape.new(name: 'HyperParameterTuningJobObjectiveType')
752
752
  HyperParameterTuningJobObjectives = Shapes::ListShape.new(name: 'HyperParameterTuningJobObjectives')
753
+ HyperParameterTuningJobSearchEntity = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSearchEntity')
753
754
  HyperParameterTuningJobSortByOptions = Shapes::StringShape.new(name: 'HyperParameterTuningJobSortByOptions')
754
755
  HyperParameterTuningJobStatus = Shapes::StringShape.new(name: 'HyperParameterTuningJobStatus')
755
756
  HyperParameterTuningJobStrategyType = Shapes::StringShape.new(name: 'HyperParameterTuningJobStrategyType')
@@ -4528,6 +4529,24 @@ module Aws::SageMaker
4528
4529
 
4529
4530
  HyperParameterTuningJobObjectives.member = Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective)
4530
4531
 
4532
+ HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, location_name: "HyperParameterTuningJobName"))
4533
+ HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "HyperParameterTuningJobArn"))
4534
+ HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, location_name: "HyperParameterTuningJobConfig"))
4535
+ HyperParameterTuningJobSearchEntity.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, location_name: "TrainingJobDefinition"))
4536
+ HyperParameterTuningJobSearchEntity.add_member(:training_job_definitions, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinitions, location_name: "TrainingJobDefinitions"))
4537
+ HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_job_status, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStatus, location_name: "HyperParameterTuningJobStatus"))
4538
+ HyperParameterTuningJobSearchEntity.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
4539
+ HyperParameterTuningJobSearchEntity.add_member(:hyper_parameter_tuning_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "HyperParameterTuningEndTime"))
4540
+ HyperParameterTuningJobSearchEntity.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4541
+ HyperParameterTuningJobSearchEntity.add_member(:training_job_status_counters, Shapes::ShapeRef.new(shape: TrainingJobStatusCounters, location_name: "TrainingJobStatusCounters"))
4542
+ HyperParameterTuningJobSearchEntity.add_member(:objective_status_counters, Shapes::ShapeRef.new(shape: ObjectiveStatusCounters, location_name: "ObjectiveStatusCounters"))
4543
+ HyperParameterTuningJobSearchEntity.add_member(:best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "BestTrainingJob"))
4544
+ HyperParameterTuningJobSearchEntity.add_member(:overall_best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "OverallBestTrainingJob"))
4545
+ HyperParameterTuningJobSearchEntity.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
4546
+ HyperParameterTuningJobSearchEntity.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4547
+ HyperParameterTuningJobSearchEntity.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
4548
+ HyperParameterTuningJobSearchEntity.struct_class = Types::HyperParameterTuningJobSearchEntity
4549
+
4531
4550
  HyperParameterTuningJobSummaries.member = Shapes::ShapeRef.new(shape: HyperParameterTuningJobSummary)
4532
4551
 
4533
4552
  HyperParameterTuningJobSummary.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
@@ -6680,6 +6699,7 @@ module Aws::SageMaker
6680
6699
  SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
6681
6700
  SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
6682
6701
  SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
6702
+ SearchRecord.add_member(:hyper_parameter_tuning_job, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSearchEntity, location_name: "HyperParameterTuningJob"))
6683
6703
  SearchRecord.struct_class = Types::SearchRecord
6684
6704
 
6685
6705
  SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
@@ -19889,7 +19889,7 @@ module Aws::SageMaker
19889
19889
  # data as a hash:
19890
19890
  #
19891
19891
  # {
19892
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
19892
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
19893
19893
  # suggestion_query: {
19894
19894
  # property_name_query: {
19895
19895
  # property_name_hint: "PropertyNameHint", # required
@@ -21943,6 +21943,123 @@ module Aws::SageMaker
21943
21943
  include Aws::Structure
21944
21944
  end
21945
21945
 
21946
+ # An entity having characteristics over which a user can search for a
21947
+ # hyperparameter tuning job.
21948
+ #
21949
+ # @!attribute [rw] hyper_parameter_tuning_job_name
21950
+ # The name of a hyperparameter tuning job.
21951
+ # @return [String]
21952
+ #
21953
+ # @!attribute [rw] hyper_parameter_tuning_job_arn
21954
+ # The Amazon Resource Name (ARN) of a hyperparameter tuning job.
21955
+ # @return [String]
21956
+ #
21957
+ # @!attribute [rw] hyper_parameter_tuning_job_config
21958
+ # Configures a hyperparameter tuning job.
21959
+ # @return [Types::HyperParameterTuningJobConfig]
21960
+ #
21961
+ # @!attribute [rw] training_job_definition
21962
+ # Defines the training jobs launched by a hyperparameter tuning job.
21963
+ # @return [Types::HyperParameterTrainingJobDefinition]
21964
+ #
21965
+ # @!attribute [rw] training_job_definitions
21966
+ # The job definitions included in a hyperparameter tuning job.
21967
+ # @return [Array<Types::HyperParameterTrainingJobDefinition>]
21968
+ #
21969
+ # @!attribute [rw] hyper_parameter_tuning_job_status
21970
+ # The status of a hyperparameter tuning job.
21971
+ # @return [String]
21972
+ #
21973
+ # @!attribute [rw] creation_time
21974
+ # The time that a hyperparameter tuning job was created.
21975
+ # @return [Time]
21976
+ #
21977
+ # @!attribute [rw] hyper_parameter_tuning_end_time
21978
+ # The time that a hyperparameter tuning job ended.
21979
+ # @return [Time]
21980
+ #
21981
+ # @!attribute [rw] last_modified_time
21982
+ # The time that a hyperparameter tuning job was last modified.
21983
+ # @return [Time]
21984
+ #
21985
+ # @!attribute [rw] training_job_status_counters
21986
+ # The numbers of training jobs launched by a hyperparameter tuning
21987
+ # job, categorized by status.
21988
+ # @return [Types::TrainingJobStatusCounters]
21989
+ #
21990
+ # @!attribute [rw] objective_status_counters
21991
+ # Specifies the number of training jobs that this hyperparameter
21992
+ # tuning job launched, categorized by the status of their objective
21993
+ # metric. The objective metric status shows whether the final
21994
+ # objective metric for the training job has been evaluated by the
21995
+ # tuning job and used in the hyperparameter tuning process.
21996
+ # @return [Types::ObjectiveStatusCounters]
21997
+ #
21998
+ # @!attribute [rw] best_training_job
21999
+ # The container for the summary information about a training job.
22000
+ # @return [Types::HyperParameterTrainingJobSummary]
22001
+ #
22002
+ # @!attribute [rw] overall_best_training_job
22003
+ # The container for the summary information about a training job.
22004
+ # @return [Types::HyperParameterTrainingJobSummary]
22005
+ #
22006
+ # @!attribute [rw] warm_start_config
22007
+ # Specifies the configuration for a hyperparameter tuning job that
22008
+ # uses one or more previous hyperparameter tuning jobs as a starting
22009
+ # point. The results of previous tuning jobs are used to inform which
22010
+ # combinations of hyperparameters to search over in the new tuning
22011
+ # job.
22012
+ #
22013
+ # All training jobs launched by the new hyperparameter tuning job are
22014
+ # evaluated by using the objective metric, and the training job that
22015
+ # performs the best is compared to the best training jobs from the
22016
+ # parent tuning jobs. From these, the training job that performs the
22017
+ # best as measured by the objective metric is returned as the overall
22018
+ # best training job.
22019
+ #
22020
+ # <note markdown="1"> All training jobs launched by parent hyperparameter tuning jobs and
22021
+ # the new hyperparameter tuning jobs count against the limit of
22022
+ # training jobs for the tuning job.
22023
+ #
22024
+ # </note>
22025
+ # @return [Types::HyperParameterTuningJobWarmStartConfig]
22026
+ #
22027
+ # @!attribute [rw] failure_reason
22028
+ # The error that was created when a hyperparameter tuning job failed.
22029
+ # @return [String]
22030
+ #
22031
+ # @!attribute [rw] tags
22032
+ # The tags associated with a hyperparameter tuning job. For more
22033
+ # information see [Tagging Amazon Web Services resources][1].
22034
+ #
22035
+ #
22036
+ #
22037
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
22038
+ # @return [Array<Types::Tag>]
22039
+ #
22040
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningJobSearchEntity AWS API Documentation
22041
+ #
22042
+ class HyperParameterTuningJobSearchEntity < Struct.new(
22043
+ :hyper_parameter_tuning_job_name,
22044
+ :hyper_parameter_tuning_job_arn,
22045
+ :hyper_parameter_tuning_job_config,
22046
+ :training_job_definition,
22047
+ :training_job_definitions,
22048
+ :hyper_parameter_tuning_job_status,
22049
+ :creation_time,
22050
+ :hyper_parameter_tuning_end_time,
22051
+ :last_modified_time,
22052
+ :training_job_status_counters,
22053
+ :objective_status_counters,
22054
+ :best_training_job,
22055
+ :overall_best_training_job,
22056
+ :warm_start_config,
22057
+ :failure_reason,
22058
+ :tags)
22059
+ SENSITIVE = []
22060
+ include Aws::Structure
22061
+ end
22062
+
21946
22063
  # Provides summary information about a hyperparameter tuning job.
21947
22064
  #
21948
22065
  # @!attribute [rw] hyper_parameter_tuning_job_name
@@ -36724,6 +36841,10 @@ module Aws::SageMaker
36724
36841
  # The feature metadata used to search through the features.
36725
36842
  # @return [Types::FeatureMetadata]
36726
36843
  #
36844
+ # @!attribute [rw] hyper_parameter_tuning_job
36845
+ # The properties of a hyperparameter tuning job.
36846
+ # @return [Types::HyperParameterTuningJobSearchEntity]
36847
+ #
36727
36848
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
36728
36849
  #
36729
36850
  class SearchRecord < Struct.new(
@@ -36738,7 +36859,8 @@ module Aws::SageMaker
36738
36859
  :pipeline_execution,
36739
36860
  :feature_group,
36740
36861
  :project,
36741
- :feature_metadata)
36862
+ :feature_metadata,
36863
+ :hyper_parameter_tuning_job)
36742
36864
  SENSITIVE = []
36743
36865
  include Aws::Structure
36744
36866
  end
@@ -36747,7 +36869,7 @@ module Aws::SageMaker
36747
36869
  # data as a hash:
36748
36870
  #
36749
36871
  # {
36750
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
36872
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata, HyperParameterTuningJob
36751
36873
  # search_expression: {
36752
36874
  # filters: [
36753
36875
  # {
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.136.0'
52
+ GEM_VERSION = '1.137.0'
53
53
 
54
54
  end
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.136.0
4
+ version: 1.137.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-09-02 00:00:00.000000000 Z
11
+ date: 2022-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core