aws-sdk-sagemaker 1.60.1 → 1.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +3 -1
- data/lib/aws-sdk-sagemaker/client.rb +3 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +2 -0
- data/lib/aws-sdk-sagemaker/errors.rb +2 -0
- data/lib/aws-sdk-sagemaker/resource.rb +2 -0
- data/lib/aws-sdk-sagemaker/types.rb +452 -0
- data/lib/aws-sdk-sagemaker/waiters.rb +2 -0
- 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: e6a655ea901fb7fac2e035dc2925ef08d05a02487cb7076e28528bf132a2226b
|
|
4
|
+
data.tar.gz: d78abe95e1df114769dce45e08fb9e85bdb2d98b5d4b77a307842182ba6b4c9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dccd07347fa8204017348f57c3ff117cbf46216e3b1ecf0420ee892ca49ad30d930f54f28f3eff8e4f3bd8a0d630c99c5f47a80649c66d6459f536263223b0f
|
|
7
|
+
data.tar.gz: 889d4fe01abd031e573480c9e51dd09ce5993f9f22ec224667cad2ca0193eb7ac09f12e7fee824a8cc6248bbb66177ebe1150d367fb759f748d8b86e25a98dd0
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
|
|
|
46
48
|
# @service
|
|
47
49
|
module Aws::SageMaker
|
|
48
50
|
|
|
49
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.61.0'
|
|
50
52
|
|
|
51
53
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -10522,7 +10524,7 @@ module Aws::SageMaker
|
|
|
10522
10524
|
params: params,
|
|
10523
10525
|
config: config)
|
|
10524
10526
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
10525
|
-
context[:gem_version] = '1.
|
|
10527
|
+
context[:gem_version] = '1.61.0'
|
|
10526
10528
|
Seahorse::Client::Request.new(handlers, context)
|
|
10527
10529
|
end
|
|
10528
10530
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -36,6 +38,7 @@ module Aws::SageMaker
|
|
|
36
38
|
class AddTagsInput < Struct.new(
|
|
37
39
|
:resource_arn,
|
|
38
40
|
:tags)
|
|
41
|
+
SENSITIVE = []
|
|
39
42
|
include Aws::Structure
|
|
40
43
|
end
|
|
41
44
|
|
|
@@ -47,6 +50,7 @@ module Aws::SageMaker
|
|
|
47
50
|
#
|
|
48
51
|
class AddTagsOutput < Struct.new(
|
|
49
52
|
:tags)
|
|
53
|
+
SENSITIVE = []
|
|
50
54
|
include Aws::Structure
|
|
51
55
|
end
|
|
52
56
|
|
|
@@ -165,6 +169,7 @@ module Aws::SageMaker
|
|
|
165
169
|
:training_input_mode,
|
|
166
170
|
:metric_definitions,
|
|
167
171
|
:enable_sage_maker_metrics_time_series)
|
|
172
|
+
SENSITIVE = []
|
|
168
173
|
include Aws::Structure
|
|
169
174
|
end
|
|
170
175
|
|
|
@@ -183,6 +188,7 @@ module Aws::SageMaker
|
|
|
183
188
|
class AlgorithmStatusDetails < Struct.new(
|
|
184
189
|
:validation_statuses,
|
|
185
190
|
:image_scan_statuses)
|
|
191
|
+
SENSITIVE = []
|
|
186
192
|
include Aws::Structure
|
|
187
193
|
end
|
|
188
194
|
|
|
@@ -207,6 +213,7 @@ module Aws::SageMaker
|
|
|
207
213
|
:name,
|
|
208
214
|
:status,
|
|
209
215
|
:failure_reason)
|
|
216
|
+
SENSITIVE = []
|
|
210
217
|
include Aws::Structure
|
|
211
218
|
end
|
|
212
219
|
|
|
@@ -240,6 +247,7 @@ module Aws::SageMaker
|
|
|
240
247
|
:algorithm_description,
|
|
241
248
|
:creation_time,
|
|
242
249
|
:algorithm_status)
|
|
250
|
+
SENSITIVE = []
|
|
243
251
|
include Aws::Structure
|
|
244
252
|
end
|
|
245
253
|
|
|
@@ -353,6 +361,7 @@ module Aws::SageMaker
|
|
|
353
361
|
:profile_name,
|
|
354
362
|
:training_job_definition,
|
|
355
363
|
:transform_job_definition)
|
|
364
|
+
SENSITIVE = []
|
|
356
365
|
include Aws::Structure
|
|
357
366
|
end
|
|
358
367
|
|
|
@@ -462,6 +471,7 @@ module Aws::SageMaker
|
|
|
462
471
|
class AlgorithmValidationSpecification < Struct.new(
|
|
463
472
|
:validation_role,
|
|
464
473
|
:validation_profiles)
|
|
474
|
+
SENSITIVE = []
|
|
465
475
|
include Aws::Structure
|
|
466
476
|
end
|
|
467
477
|
|
|
@@ -801,6 +811,7 @@ module Aws::SageMaker
|
|
|
801
811
|
#
|
|
802
812
|
class AnnotationConsolidationConfig < Struct.new(
|
|
803
813
|
:annotation_consolidation_lambda_arn)
|
|
814
|
+
SENSITIVE = []
|
|
804
815
|
include Aws::Structure
|
|
805
816
|
end
|
|
806
817
|
|
|
@@ -839,6 +850,7 @@ module Aws::SageMaker
|
|
|
839
850
|
:app_name,
|
|
840
851
|
:status,
|
|
841
852
|
:creation_time)
|
|
853
|
+
SENSITIVE = []
|
|
842
854
|
include Aws::Structure
|
|
843
855
|
end
|
|
844
856
|
|
|
@@ -871,6 +883,7 @@ module Aws::SageMaker
|
|
|
871
883
|
:image_uri,
|
|
872
884
|
:container_entrypoint,
|
|
873
885
|
:container_arguments)
|
|
886
|
+
SENSITIVE = []
|
|
874
887
|
include Aws::Structure
|
|
875
888
|
end
|
|
876
889
|
|
|
@@ -895,6 +908,7 @@ module Aws::SageMaker
|
|
|
895
908
|
class AssociateTrialComponentRequest < Struct.new(
|
|
896
909
|
:trial_component_name,
|
|
897
910
|
:trial_name)
|
|
911
|
+
SENSITIVE = []
|
|
898
912
|
include Aws::Structure
|
|
899
913
|
end
|
|
900
914
|
|
|
@@ -911,6 +925,7 @@ module Aws::SageMaker
|
|
|
911
925
|
class AssociateTrialComponentResponse < Struct.new(
|
|
912
926
|
:trial_component_arn,
|
|
913
927
|
:trial_arn)
|
|
928
|
+
SENSITIVE = []
|
|
914
929
|
include Aws::Structure
|
|
915
930
|
end
|
|
916
931
|
|
|
@@ -970,6 +985,7 @@ module Aws::SageMaker
|
|
|
970
985
|
:end_time,
|
|
971
986
|
:last_modified_time,
|
|
972
987
|
:failure_reason)
|
|
988
|
+
SENSITIVE = []
|
|
973
989
|
include Aws::Structure
|
|
974
990
|
end
|
|
975
991
|
|
|
@@ -995,6 +1011,7 @@ module Aws::SageMaker
|
|
|
995
1011
|
:candidate_step_type,
|
|
996
1012
|
:candidate_step_arn,
|
|
997
1013
|
:candidate_step_name)
|
|
1014
|
+
SENSITIVE = []
|
|
998
1015
|
include Aws::Structure
|
|
999
1016
|
end
|
|
1000
1017
|
|
|
@@ -1034,6 +1051,7 @@ module Aws::SageMaker
|
|
|
1034
1051
|
:data_source,
|
|
1035
1052
|
:compression_type,
|
|
1036
1053
|
:target_attribute_name)
|
|
1054
|
+
SENSITIVE = []
|
|
1037
1055
|
include Aws::Structure
|
|
1038
1056
|
end
|
|
1039
1057
|
|
|
@@ -1062,6 +1080,7 @@ module Aws::SageMaker
|
|
|
1062
1080
|
:image,
|
|
1063
1081
|
:model_data_url,
|
|
1064
1082
|
:environment)
|
|
1083
|
+
SENSITIVE = []
|
|
1065
1084
|
include Aws::Structure
|
|
1066
1085
|
end
|
|
1067
1086
|
|
|
@@ -1089,6 +1108,7 @@ module Aws::SageMaker
|
|
|
1089
1108
|
#
|
|
1090
1109
|
class AutoMLDataSource < Struct.new(
|
|
1091
1110
|
:s3_data_source)
|
|
1111
|
+
SENSITIVE = []
|
|
1092
1112
|
include Aws::Structure
|
|
1093
1113
|
end
|
|
1094
1114
|
|
|
@@ -1107,6 +1127,7 @@ module Aws::SageMaker
|
|
|
1107
1127
|
class AutoMLJobArtifacts < Struct.new(
|
|
1108
1128
|
:candidate_definition_notebook_location,
|
|
1109
1129
|
:data_exploration_notebook_location)
|
|
1130
|
+
SENSITIVE = []
|
|
1110
1131
|
include Aws::Structure
|
|
1111
1132
|
end
|
|
1112
1133
|
|
|
@@ -1142,6 +1163,7 @@ module Aws::SageMaker
|
|
|
1142
1163
|
:max_candidates,
|
|
1143
1164
|
:max_runtime_per_training_job_in_seconds,
|
|
1144
1165
|
:max_auto_ml_job_runtime_in_seconds)
|
|
1166
|
+
SENSITIVE = []
|
|
1145
1167
|
include Aws::Structure
|
|
1146
1168
|
end
|
|
1147
1169
|
|
|
@@ -1181,6 +1203,7 @@ module Aws::SageMaker
|
|
|
1181
1203
|
class AutoMLJobConfig < Struct.new(
|
|
1182
1204
|
:completion_criteria,
|
|
1183
1205
|
:security_config)
|
|
1206
|
+
SENSITIVE = []
|
|
1184
1207
|
include Aws::Structure
|
|
1185
1208
|
end
|
|
1186
1209
|
|
|
@@ -1201,6 +1224,7 @@ module Aws::SageMaker
|
|
|
1201
1224
|
#
|
|
1202
1225
|
class AutoMLJobObjective < Struct.new(
|
|
1203
1226
|
:metric_name)
|
|
1227
|
+
SENSITIVE = []
|
|
1204
1228
|
include Aws::Structure
|
|
1205
1229
|
end
|
|
1206
1230
|
|
|
@@ -1249,6 +1273,7 @@ module Aws::SageMaker
|
|
|
1249
1273
|
:end_time,
|
|
1250
1274
|
:last_modified_time,
|
|
1251
1275
|
:failure_reason)
|
|
1276
|
+
SENSITIVE = []
|
|
1252
1277
|
include Aws::Structure
|
|
1253
1278
|
end
|
|
1254
1279
|
|
|
@@ -1275,6 +1300,7 @@ module Aws::SageMaker
|
|
|
1275
1300
|
class AutoMLOutputDataConfig < Struct.new(
|
|
1276
1301
|
:kms_key_id,
|
|
1277
1302
|
:s3_output_path)
|
|
1303
|
+
SENSITIVE = []
|
|
1278
1304
|
include Aws::Structure
|
|
1279
1305
|
end
|
|
1280
1306
|
|
|
@@ -1301,6 +1327,7 @@ module Aws::SageMaker
|
|
|
1301
1327
|
class AutoMLS3DataSource < Struct.new(
|
|
1302
1328
|
:s3_data_type,
|
|
1303
1329
|
:s3_uri)
|
|
1330
|
+
SENSITIVE = []
|
|
1304
1331
|
include Aws::Structure
|
|
1305
1332
|
end
|
|
1306
1333
|
|
|
@@ -1336,6 +1363,7 @@ module Aws::SageMaker
|
|
|
1336
1363
|
:volume_kms_key_id,
|
|
1337
1364
|
:enable_inter_container_traffic_encryption,
|
|
1338
1365
|
:vpc_config)
|
|
1366
|
+
SENSITIVE = []
|
|
1339
1367
|
include Aws::Structure
|
|
1340
1368
|
end
|
|
1341
1369
|
|
|
@@ -1358,6 +1386,7 @@ module Aws::SageMaker
|
|
|
1358
1386
|
class CaptureContentTypeHeader < Struct.new(
|
|
1359
1387
|
:csv_content_types,
|
|
1360
1388
|
:json_content_types)
|
|
1389
|
+
SENSITIVE = []
|
|
1361
1390
|
include Aws::Structure
|
|
1362
1391
|
end
|
|
1363
1392
|
|
|
@@ -1375,6 +1404,7 @@ module Aws::SageMaker
|
|
|
1375
1404
|
#
|
|
1376
1405
|
class CaptureOption < Struct.new(
|
|
1377
1406
|
:capture_mode)
|
|
1407
|
+
SENSITIVE = []
|
|
1378
1408
|
include Aws::Structure
|
|
1379
1409
|
end
|
|
1380
1410
|
|
|
@@ -1401,6 +1431,7 @@ module Aws::SageMaker
|
|
|
1401
1431
|
class CategoricalParameterRange < Struct.new(
|
|
1402
1432
|
:name,
|
|
1403
1433
|
:values)
|
|
1434
|
+
SENSITIVE = []
|
|
1404
1435
|
include Aws::Structure
|
|
1405
1436
|
end
|
|
1406
1437
|
|
|
@@ -1421,6 +1452,7 @@ module Aws::SageMaker
|
|
|
1421
1452
|
#
|
|
1422
1453
|
class CategoricalParameterRangeSpecification < Struct.new(
|
|
1423
1454
|
:values)
|
|
1455
|
+
SENSITIVE = []
|
|
1424
1456
|
include Aws::Structure
|
|
1425
1457
|
end
|
|
1426
1458
|
|
|
@@ -1532,6 +1564,7 @@ module Aws::SageMaker
|
|
|
1532
1564
|
:record_wrapper_type,
|
|
1533
1565
|
:input_mode,
|
|
1534
1566
|
:shuffle_config)
|
|
1567
|
+
SENSITIVE = []
|
|
1535
1568
|
include Aws::Structure
|
|
1536
1569
|
end
|
|
1537
1570
|
|
|
@@ -1591,6 +1624,7 @@ module Aws::SageMaker
|
|
|
1591
1624
|
:supported_content_types,
|
|
1592
1625
|
:supported_compression_types,
|
|
1593
1626
|
:supported_input_modes)
|
|
1627
|
+
SENSITIVE = []
|
|
1594
1628
|
include Aws::Structure
|
|
1595
1629
|
end
|
|
1596
1630
|
|
|
@@ -1620,6 +1654,7 @@ module Aws::SageMaker
|
|
|
1620
1654
|
class CheckpointConfig < Struct.new(
|
|
1621
1655
|
:s3_uri,
|
|
1622
1656
|
:local_path)
|
|
1657
|
+
SENSITIVE = []
|
|
1623
1658
|
include Aws::Structure
|
|
1624
1659
|
end
|
|
1625
1660
|
|
|
@@ -1655,6 +1690,7 @@ module Aws::SageMaker
|
|
|
1655
1690
|
:creation_time,
|
|
1656
1691
|
:last_modified_time,
|
|
1657
1692
|
:git_config)
|
|
1693
|
+
SENSITIVE = []
|
|
1658
1694
|
include Aws::Structure
|
|
1659
1695
|
end
|
|
1660
1696
|
|
|
@@ -1690,6 +1726,7 @@ module Aws::SageMaker
|
|
|
1690
1726
|
:user_pool,
|
|
1691
1727
|
:user_group,
|
|
1692
1728
|
:client_id)
|
|
1729
|
+
SENSITIVE = []
|
|
1693
1730
|
include Aws::Structure
|
|
1694
1731
|
end
|
|
1695
1732
|
|
|
@@ -1721,6 +1758,7 @@ module Aws::SageMaker
|
|
|
1721
1758
|
class CollectionConfiguration < Struct.new(
|
|
1722
1759
|
:collection_name,
|
|
1723
1760
|
:collection_parameters)
|
|
1761
|
+
SENSITIVE = []
|
|
1724
1762
|
include Aws::Structure
|
|
1725
1763
|
end
|
|
1726
1764
|
|
|
@@ -1770,6 +1808,7 @@ module Aws::SageMaker
|
|
|
1770
1808
|
:compilation_target_device,
|
|
1771
1809
|
:last_modified_time,
|
|
1772
1810
|
:compilation_job_status)
|
|
1811
|
+
SENSITIVE = []
|
|
1773
1812
|
include Aws::Structure
|
|
1774
1813
|
end
|
|
1775
1814
|
|
|
@@ -1783,6 +1822,7 @@ module Aws::SageMaker
|
|
|
1783
1822
|
#
|
|
1784
1823
|
class ConflictException < Struct.new(
|
|
1785
1824
|
:message)
|
|
1825
|
+
SENSITIVE = []
|
|
1786
1826
|
include Aws::Structure
|
|
1787
1827
|
end
|
|
1788
1828
|
|
|
@@ -1887,6 +1927,7 @@ module Aws::SageMaker
|
|
|
1887
1927
|
:model_data_url,
|
|
1888
1928
|
:environment,
|
|
1889
1929
|
:model_package_name)
|
|
1930
|
+
SENSITIVE = []
|
|
1890
1931
|
include Aws::Structure
|
|
1891
1932
|
end
|
|
1892
1933
|
|
|
@@ -1961,6 +2002,7 @@ module Aws::SageMaker
|
|
|
1961
2002
|
:min_value,
|
|
1962
2003
|
:max_value,
|
|
1963
2004
|
:scaling_type)
|
|
2005
|
+
SENSITIVE = []
|
|
1964
2006
|
include Aws::Structure
|
|
1965
2007
|
end
|
|
1966
2008
|
|
|
@@ -1987,6 +2029,7 @@ module Aws::SageMaker
|
|
|
1987
2029
|
class ContinuousParameterRangeSpecification < Struct.new(
|
|
1988
2030
|
:min_value,
|
|
1989
2031
|
:max_value)
|
|
2032
|
+
SENSITIVE = []
|
|
1990
2033
|
include Aws::Structure
|
|
1991
2034
|
end
|
|
1992
2035
|
|
|
@@ -2215,6 +2258,7 @@ module Aws::SageMaker
|
|
|
2215
2258
|
:inference_specification,
|
|
2216
2259
|
:validation_specification,
|
|
2217
2260
|
:certify_for_marketplace)
|
|
2261
|
+
SENSITIVE = []
|
|
2218
2262
|
include Aws::Structure
|
|
2219
2263
|
end
|
|
2220
2264
|
|
|
@@ -2226,6 +2270,7 @@ module Aws::SageMaker
|
|
|
2226
2270
|
#
|
|
2227
2271
|
class CreateAlgorithmOutput < Struct.new(
|
|
2228
2272
|
:algorithm_arn)
|
|
2273
|
+
SENSITIVE = []
|
|
2229
2274
|
include Aws::Structure
|
|
2230
2275
|
end
|
|
2231
2276
|
|
|
@@ -2284,6 +2329,7 @@ module Aws::SageMaker
|
|
|
2284
2329
|
:app_name,
|
|
2285
2330
|
:tags,
|
|
2286
2331
|
:resource_spec)
|
|
2332
|
+
SENSITIVE = []
|
|
2287
2333
|
include Aws::Structure
|
|
2288
2334
|
end
|
|
2289
2335
|
|
|
@@ -2295,6 +2341,7 @@ module Aws::SageMaker
|
|
|
2295
2341
|
#
|
|
2296
2342
|
class CreateAppResponse < Struct.new(
|
|
2297
2343
|
:app_arn)
|
|
2344
|
+
SENSITIVE = []
|
|
2298
2345
|
include Aws::Structure
|
|
2299
2346
|
end
|
|
2300
2347
|
|
|
@@ -2406,6 +2453,7 @@ module Aws::SageMaker
|
|
|
2406
2453
|
:role_arn,
|
|
2407
2454
|
:generate_candidate_definitions_only,
|
|
2408
2455
|
:tags)
|
|
2456
|
+
SENSITIVE = []
|
|
2409
2457
|
include Aws::Structure
|
|
2410
2458
|
end
|
|
2411
2459
|
|
|
@@ -2417,6 +2465,7 @@ module Aws::SageMaker
|
|
|
2417
2465
|
#
|
|
2418
2466
|
class CreateAutoMLJobResponse < Struct.new(
|
|
2419
2467
|
:auto_ml_job_arn)
|
|
2468
|
+
SENSITIVE = []
|
|
2420
2469
|
include Aws::Structure
|
|
2421
2470
|
end
|
|
2422
2471
|
|
|
@@ -2448,6 +2497,7 @@ module Aws::SageMaker
|
|
|
2448
2497
|
class CreateCodeRepositoryInput < Struct.new(
|
|
2449
2498
|
:code_repository_name,
|
|
2450
2499
|
:git_config)
|
|
2500
|
+
SENSITIVE = []
|
|
2451
2501
|
include Aws::Structure
|
|
2452
2502
|
end
|
|
2453
2503
|
|
|
@@ -2459,6 +2509,7 @@ module Aws::SageMaker
|
|
|
2459
2509
|
#
|
|
2460
2510
|
class CreateCodeRepositoryOutput < Struct.new(
|
|
2461
2511
|
:code_repository_arn)
|
|
2512
|
+
SENSITIVE = []
|
|
2462
2513
|
include Aws::Structure
|
|
2463
2514
|
end
|
|
2464
2515
|
|
|
@@ -2537,6 +2588,7 @@ module Aws::SageMaker
|
|
|
2537
2588
|
:input_config,
|
|
2538
2589
|
:output_config,
|
|
2539
2590
|
:stopping_condition)
|
|
2591
|
+
SENSITIVE = []
|
|
2540
2592
|
include Aws::Structure
|
|
2541
2593
|
end
|
|
2542
2594
|
|
|
@@ -2555,6 +2607,7 @@ module Aws::SageMaker
|
|
|
2555
2607
|
#
|
|
2556
2608
|
class CreateCompilationJobResponse < Struct.new(
|
|
2557
2609
|
:compilation_job_arn)
|
|
2610
|
+
SENSITIVE = []
|
|
2558
2611
|
include Aws::Structure
|
|
2559
2612
|
end
|
|
2560
2613
|
|
|
@@ -2644,6 +2697,7 @@ module Aws::SageMaker
|
|
|
2644
2697
|
:vpc_id,
|
|
2645
2698
|
:tags,
|
|
2646
2699
|
:home_efs_file_system_kms_key_id)
|
|
2700
|
+
SENSITIVE = []
|
|
2647
2701
|
include Aws::Structure
|
|
2648
2702
|
end
|
|
2649
2703
|
|
|
@@ -2660,6 +2714,7 @@ module Aws::SageMaker
|
|
|
2660
2714
|
class CreateDomainResponse < Struct.new(
|
|
2661
2715
|
:domain_arn,
|
|
2662
2716
|
:url)
|
|
2717
|
+
SENSITIVE = []
|
|
2663
2718
|
include Aws::Structure
|
|
2664
2719
|
end
|
|
2665
2720
|
|
|
@@ -2780,6 +2835,7 @@ module Aws::SageMaker
|
|
|
2780
2835
|
:data_capture_config,
|
|
2781
2836
|
:tags,
|
|
2782
2837
|
:kms_key_id)
|
|
2838
|
+
SENSITIVE = []
|
|
2783
2839
|
include Aws::Structure
|
|
2784
2840
|
end
|
|
2785
2841
|
|
|
@@ -2791,6 +2847,7 @@ module Aws::SageMaker
|
|
|
2791
2847
|
#
|
|
2792
2848
|
class CreateEndpointConfigOutput < Struct.new(
|
|
2793
2849
|
:endpoint_config_arn)
|
|
2850
|
+
SENSITIVE = []
|
|
2794
2851
|
include Aws::Structure
|
|
2795
2852
|
end
|
|
2796
2853
|
|
|
@@ -2834,6 +2891,7 @@ module Aws::SageMaker
|
|
|
2834
2891
|
:endpoint_name,
|
|
2835
2892
|
:endpoint_config_name,
|
|
2836
2893
|
:tags)
|
|
2894
|
+
SENSITIVE = []
|
|
2837
2895
|
include Aws::Structure
|
|
2838
2896
|
end
|
|
2839
2897
|
|
|
@@ -2845,6 +2903,7 @@ module Aws::SageMaker
|
|
|
2845
2903
|
#
|
|
2846
2904
|
class CreateEndpointOutput < Struct.new(
|
|
2847
2905
|
:endpoint_arn)
|
|
2906
|
+
SENSITIVE = []
|
|
2848
2907
|
include Aws::Structure
|
|
2849
2908
|
end
|
|
2850
2909
|
|
|
@@ -2890,6 +2949,7 @@ module Aws::SageMaker
|
|
|
2890
2949
|
:display_name,
|
|
2891
2950
|
:description,
|
|
2892
2951
|
:tags)
|
|
2952
|
+
SENSITIVE = []
|
|
2893
2953
|
include Aws::Structure
|
|
2894
2954
|
end
|
|
2895
2955
|
|
|
@@ -2901,6 +2961,7 @@ module Aws::SageMaker
|
|
|
2901
2961
|
#
|
|
2902
2962
|
class CreateExperimentResponse < Struct.new(
|
|
2903
2963
|
:experiment_arn)
|
|
2964
|
+
SENSITIVE = []
|
|
2904
2965
|
include Aws::Structure
|
|
2905
2966
|
end
|
|
2906
2967
|
|
|
@@ -2994,6 +3055,7 @@ module Aws::SageMaker
|
|
|
2994
3055
|
:output_config,
|
|
2995
3056
|
:role_arn,
|
|
2996
3057
|
:tags)
|
|
3058
|
+
SENSITIVE = []
|
|
2997
3059
|
include Aws::Structure
|
|
2998
3060
|
end
|
|
2999
3061
|
|
|
@@ -3005,6 +3067,7 @@ module Aws::SageMaker
|
|
|
3005
3067
|
#
|
|
3006
3068
|
class CreateFlowDefinitionResponse < Struct.new(
|
|
3007
3069
|
:flow_definition_arn)
|
|
3070
|
+
SENSITIVE = []
|
|
3008
3071
|
include Aws::Structure
|
|
3009
3072
|
end
|
|
3010
3073
|
|
|
@@ -3044,6 +3107,7 @@ module Aws::SageMaker
|
|
|
3044
3107
|
:human_task_ui_name,
|
|
3045
3108
|
:ui_template,
|
|
3046
3109
|
:tags)
|
|
3110
|
+
SENSITIVE = []
|
|
3047
3111
|
include Aws::Structure
|
|
3048
3112
|
end
|
|
3049
3113
|
|
|
@@ -3056,6 +3120,7 @@ module Aws::SageMaker
|
|
|
3056
3120
|
#
|
|
3057
3121
|
class CreateHumanTaskUiResponse < Struct.new(
|
|
3058
3122
|
:human_task_ui_arn)
|
|
3123
|
+
SENSITIVE = []
|
|
3059
3124
|
include Aws::Structure
|
|
3060
3125
|
end
|
|
3061
3126
|
|
|
@@ -3392,6 +3457,7 @@ module Aws::SageMaker
|
|
|
3392
3457
|
:training_job_definitions,
|
|
3393
3458
|
:warm_start_config,
|
|
3394
3459
|
:tags)
|
|
3460
|
+
SENSITIVE = []
|
|
3395
3461
|
include Aws::Structure
|
|
3396
3462
|
end
|
|
3397
3463
|
|
|
@@ -3404,6 +3470,7 @@ module Aws::SageMaker
|
|
|
3404
3470
|
#
|
|
3405
3471
|
class CreateHyperParameterTuningJobResponse < Struct.new(
|
|
3406
3472
|
:hyper_parameter_tuning_job_arn)
|
|
3473
|
+
SENSITIVE = []
|
|
3407
3474
|
include Aws::Structure
|
|
3408
3475
|
end
|
|
3409
3476
|
|
|
@@ -3583,6 +3650,7 @@ module Aws::SageMaker
|
|
|
3583
3650
|
:labeling_job_algorithms_config,
|
|
3584
3651
|
:human_task_config,
|
|
3585
3652
|
:tags)
|
|
3653
|
+
SENSITIVE = []
|
|
3586
3654
|
include Aws::Structure
|
|
3587
3655
|
end
|
|
3588
3656
|
|
|
@@ -3595,6 +3663,7 @@ module Aws::SageMaker
|
|
|
3595
3663
|
#
|
|
3596
3664
|
class CreateLabelingJobResponse < Struct.new(
|
|
3597
3665
|
:labeling_job_arn)
|
|
3666
|
+
SENSITIVE = []
|
|
3598
3667
|
include Aws::Structure
|
|
3599
3668
|
end
|
|
3600
3669
|
|
|
@@ -3709,6 +3778,7 @@ module Aws::SageMaker
|
|
|
3709
3778
|
:tags,
|
|
3710
3779
|
:vpc_config,
|
|
3711
3780
|
:enable_network_isolation)
|
|
3781
|
+
SENSITIVE = []
|
|
3712
3782
|
include Aws::Structure
|
|
3713
3783
|
end
|
|
3714
3784
|
|
|
@@ -3720,6 +3790,7 @@ module Aws::SageMaker
|
|
|
3720
3790
|
#
|
|
3721
3791
|
class CreateModelOutput < Struct.new(
|
|
3722
3792
|
:model_arn)
|
|
3793
|
+
SENSITIVE = []
|
|
3723
3794
|
include Aws::Structure
|
|
3724
3795
|
end
|
|
3725
3796
|
|
|
@@ -3839,6 +3910,7 @@ module Aws::SageMaker
|
|
|
3839
3910
|
:validation_specification,
|
|
3840
3911
|
:source_algorithm_specification,
|
|
3841
3912
|
:certify_for_marketplace)
|
|
3913
|
+
SENSITIVE = []
|
|
3842
3914
|
include Aws::Structure
|
|
3843
3915
|
end
|
|
3844
3916
|
|
|
@@ -3850,6 +3922,7 @@ module Aws::SageMaker
|
|
|
3850
3922
|
#
|
|
3851
3923
|
class CreateModelPackageOutput < Struct.new(
|
|
3852
3924
|
:model_package_arn)
|
|
3925
|
+
SENSITIVE = []
|
|
3853
3926
|
include Aws::Structure
|
|
3854
3927
|
end
|
|
3855
3928
|
|
|
@@ -3956,6 +4029,7 @@ module Aws::SageMaker
|
|
|
3956
4029
|
:monitoring_schedule_name,
|
|
3957
4030
|
:monitoring_schedule_config,
|
|
3958
4031
|
:tags)
|
|
4032
|
+
SENSITIVE = []
|
|
3959
4033
|
include Aws::Structure
|
|
3960
4034
|
end
|
|
3961
4035
|
|
|
@@ -3967,6 +4041,7 @@ module Aws::SageMaker
|
|
|
3967
4041
|
#
|
|
3968
4042
|
class CreateMonitoringScheduleResponse < Struct.new(
|
|
3969
4043
|
:monitoring_schedule_arn)
|
|
4044
|
+
SENSITIVE = []
|
|
3970
4045
|
include Aws::Structure
|
|
3971
4046
|
end
|
|
3972
4047
|
|
|
@@ -4150,6 +4225,7 @@ module Aws::SageMaker
|
|
|
4150
4225
|
:default_code_repository,
|
|
4151
4226
|
:additional_code_repositories,
|
|
4152
4227
|
:root_access)
|
|
4228
|
+
SENSITIVE = []
|
|
4153
4229
|
include Aws::Structure
|
|
4154
4230
|
end
|
|
4155
4231
|
|
|
@@ -4191,6 +4267,7 @@ module Aws::SageMaker
|
|
|
4191
4267
|
:notebook_instance_lifecycle_config_name,
|
|
4192
4268
|
:on_create,
|
|
4193
4269
|
:on_start)
|
|
4270
|
+
SENSITIVE = []
|
|
4194
4271
|
include Aws::Structure
|
|
4195
4272
|
end
|
|
4196
4273
|
|
|
@@ -4202,6 +4279,7 @@ module Aws::SageMaker
|
|
|
4202
4279
|
#
|
|
4203
4280
|
class CreateNotebookInstanceLifecycleConfigOutput < Struct.new(
|
|
4204
4281
|
:notebook_instance_lifecycle_config_arn)
|
|
4282
|
+
SENSITIVE = []
|
|
4205
4283
|
include Aws::Structure
|
|
4206
4284
|
end
|
|
4207
4285
|
|
|
@@ -4213,6 +4291,7 @@ module Aws::SageMaker
|
|
|
4213
4291
|
#
|
|
4214
4292
|
class CreateNotebookInstanceOutput < Struct.new(
|
|
4215
4293
|
:notebook_instance_arn)
|
|
4294
|
+
SENSITIVE = []
|
|
4216
4295
|
include Aws::Structure
|
|
4217
4296
|
end
|
|
4218
4297
|
|
|
@@ -4243,6 +4322,7 @@ module Aws::SageMaker
|
|
|
4243
4322
|
:domain_id,
|
|
4244
4323
|
:user_profile_name,
|
|
4245
4324
|
:session_expiration_duration_in_seconds)
|
|
4325
|
+
SENSITIVE = []
|
|
4246
4326
|
include Aws::Structure
|
|
4247
4327
|
end
|
|
4248
4328
|
|
|
@@ -4254,6 +4334,7 @@ module Aws::SageMaker
|
|
|
4254
4334
|
#
|
|
4255
4335
|
class CreatePresignedDomainUrlResponse < Struct.new(
|
|
4256
4336
|
:authorized_url)
|
|
4337
|
+
SENSITIVE = []
|
|
4257
4338
|
include Aws::Structure
|
|
4258
4339
|
end
|
|
4259
4340
|
|
|
@@ -4278,6 +4359,7 @@ module Aws::SageMaker
|
|
|
4278
4359
|
class CreatePresignedNotebookInstanceUrlInput < Struct.new(
|
|
4279
4360
|
:notebook_instance_name,
|
|
4280
4361
|
:session_expiration_duration_in_seconds)
|
|
4362
|
+
SENSITIVE = []
|
|
4281
4363
|
include Aws::Structure
|
|
4282
4364
|
end
|
|
4283
4365
|
|
|
@@ -4289,6 +4371,7 @@ module Aws::SageMaker
|
|
|
4289
4371
|
#
|
|
4290
4372
|
class CreatePresignedNotebookInstanceUrlOutput < Struct.new(
|
|
4291
4373
|
:authorized_url)
|
|
4374
|
+
SENSITIVE = []
|
|
4292
4375
|
include Aws::Structure
|
|
4293
4376
|
end
|
|
4294
4377
|
|
|
@@ -4435,6 +4518,7 @@ module Aws::SageMaker
|
|
|
4435
4518
|
:role_arn,
|
|
4436
4519
|
:tags,
|
|
4437
4520
|
:experiment_config)
|
|
4521
|
+
SENSITIVE = []
|
|
4438
4522
|
include Aws::Structure
|
|
4439
4523
|
end
|
|
4440
4524
|
|
|
@@ -4446,6 +4530,7 @@ module Aws::SageMaker
|
|
|
4446
4530
|
#
|
|
4447
4531
|
class CreateProcessingJobResponse < Struct.new(
|
|
4448
4532
|
:processing_job_arn)
|
|
4533
|
+
SENSITIVE = []
|
|
4449
4534
|
include Aws::Structure
|
|
4450
4535
|
end
|
|
4451
4536
|
|
|
@@ -4772,6 +4857,7 @@ module Aws::SageMaker
|
|
|
4772
4857
|
:debug_rule_configurations,
|
|
4773
4858
|
:tensor_board_output_config,
|
|
4774
4859
|
:experiment_config)
|
|
4860
|
+
SENSITIVE = []
|
|
4775
4861
|
include Aws::Structure
|
|
4776
4862
|
end
|
|
4777
4863
|
|
|
@@ -4783,6 +4869,7 @@ module Aws::SageMaker
|
|
|
4783
4869
|
#
|
|
4784
4870
|
class CreateTrainingJobResponse < Struct.new(
|
|
4785
4871
|
:training_job_arn)
|
|
4872
|
+
SENSITIVE = []
|
|
4786
4873
|
include Aws::Structure
|
|
4787
4874
|
end
|
|
4788
4875
|
|
|
@@ -4960,6 +5047,7 @@ module Aws::SageMaker
|
|
|
4960
5047
|
:data_processing,
|
|
4961
5048
|
:tags,
|
|
4962
5049
|
:experiment_config)
|
|
5050
|
+
SENSITIVE = []
|
|
4963
5051
|
include Aws::Structure
|
|
4964
5052
|
end
|
|
4965
5053
|
|
|
@@ -4971,6 +5059,7 @@ module Aws::SageMaker
|
|
|
4971
5059
|
#
|
|
4972
5060
|
class CreateTransformJobResponse < Struct.new(
|
|
4973
5061
|
:transform_job_arn)
|
|
5062
|
+
SENSITIVE = []
|
|
4974
5063
|
include Aws::Structure
|
|
4975
5064
|
end
|
|
4976
5065
|
|
|
@@ -5073,6 +5162,7 @@ module Aws::SageMaker
|
|
|
5073
5162
|
:input_artifacts,
|
|
5074
5163
|
:output_artifacts,
|
|
5075
5164
|
:tags)
|
|
5165
|
+
SENSITIVE = []
|
|
5076
5166
|
include Aws::Structure
|
|
5077
5167
|
end
|
|
5078
5168
|
|
|
@@ -5084,6 +5174,7 @@ module Aws::SageMaker
|
|
|
5084
5174
|
#
|
|
5085
5175
|
class CreateTrialComponentResponse < Struct.new(
|
|
5086
5176
|
:trial_component_arn)
|
|
5177
|
+
SENSITIVE = []
|
|
5087
5178
|
include Aws::Structure
|
|
5088
5179
|
end
|
|
5089
5180
|
|
|
@@ -5128,6 +5219,7 @@ module Aws::SageMaker
|
|
|
5128
5219
|
:display_name,
|
|
5129
5220
|
:experiment_name,
|
|
5130
5221
|
:tags)
|
|
5222
|
+
SENSITIVE = []
|
|
5131
5223
|
include Aws::Structure
|
|
5132
5224
|
end
|
|
5133
5225
|
|
|
@@ -5139,6 +5231,7 @@ module Aws::SageMaker
|
|
|
5139
5231
|
#
|
|
5140
5232
|
class CreateTrialResponse < Struct.new(
|
|
5141
5233
|
:trial_arn)
|
|
5234
|
+
SENSITIVE = []
|
|
5142
5235
|
include Aws::Structure
|
|
5143
5236
|
end
|
|
5144
5237
|
|
|
@@ -5227,6 +5320,7 @@ module Aws::SageMaker
|
|
|
5227
5320
|
:single_sign_on_user_value,
|
|
5228
5321
|
:tags,
|
|
5229
5322
|
:user_settings)
|
|
5323
|
+
SENSITIVE = []
|
|
5230
5324
|
include Aws::Structure
|
|
5231
5325
|
end
|
|
5232
5326
|
|
|
@@ -5238,6 +5332,7 @@ module Aws::SageMaker
|
|
|
5238
5332
|
#
|
|
5239
5333
|
class CreateUserProfileResponse < Struct.new(
|
|
5240
5334
|
:user_profile_arn)
|
|
5335
|
+
SENSITIVE = []
|
|
5241
5336
|
include Aws::Structure
|
|
5242
5337
|
end
|
|
5243
5338
|
|
|
@@ -5314,6 +5409,7 @@ module Aws::SageMaker
|
|
|
5314
5409
|
:description,
|
|
5315
5410
|
:notification_configuration,
|
|
5316
5411
|
:tags)
|
|
5412
|
+
SENSITIVE = []
|
|
5317
5413
|
include Aws::Structure
|
|
5318
5414
|
end
|
|
5319
5415
|
|
|
@@ -5326,6 +5422,7 @@ module Aws::SageMaker
|
|
|
5326
5422
|
#
|
|
5327
5423
|
class CreateWorkteamResponse < Struct.new(
|
|
5328
5424
|
:workteam_arn)
|
|
5425
|
+
SENSITIVE = []
|
|
5329
5426
|
include Aws::Structure
|
|
5330
5427
|
end
|
|
5331
5428
|
|
|
@@ -5375,6 +5472,7 @@ module Aws::SageMaker
|
|
|
5375
5472
|
:kms_key_id,
|
|
5376
5473
|
:capture_options,
|
|
5377
5474
|
:capture_content_type_header)
|
|
5475
|
+
SENSITIVE = []
|
|
5378
5476
|
include Aws::Structure
|
|
5379
5477
|
end
|
|
5380
5478
|
|
|
@@ -5401,6 +5499,7 @@ module Aws::SageMaker
|
|
|
5401
5499
|
:current_sampling_percentage,
|
|
5402
5500
|
:destination_s3_uri,
|
|
5403
5501
|
:kms_key_id)
|
|
5502
|
+
SENSITIVE = []
|
|
5404
5503
|
include Aws::Structure
|
|
5405
5504
|
end
|
|
5406
5505
|
|
|
@@ -5482,6 +5581,7 @@ module Aws::SageMaker
|
|
|
5482
5581
|
:input_filter,
|
|
5483
5582
|
:output_filter,
|
|
5484
5583
|
:join_source)
|
|
5584
|
+
SENSITIVE = []
|
|
5485
5585
|
include Aws::Structure
|
|
5486
5586
|
end
|
|
5487
5587
|
|
|
@@ -5519,6 +5619,7 @@ module Aws::SageMaker
|
|
|
5519
5619
|
class DataSource < Struct.new(
|
|
5520
5620
|
:s3_data_source,
|
|
5521
5621
|
:file_system_data_source)
|
|
5622
|
+
SENSITIVE = []
|
|
5522
5623
|
include Aws::Structure
|
|
5523
5624
|
end
|
|
5524
5625
|
|
|
@@ -5568,6 +5669,7 @@ module Aws::SageMaker
|
|
|
5568
5669
|
:s3_output_path,
|
|
5569
5670
|
:hook_parameters,
|
|
5570
5671
|
:collection_configurations)
|
|
5672
|
+
SENSITIVE = []
|
|
5571
5673
|
include Aws::Structure
|
|
5572
5674
|
end
|
|
5573
5675
|
|
|
@@ -5630,6 +5732,7 @@ module Aws::SageMaker
|
|
|
5630
5732
|
:instance_type,
|
|
5631
5733
|
:volume_size_in_gb,
|
|
5632
5734
|
:rule_parameters)
|
|
5735
|
+
SENSITIVE = []
|
|
5633
5736
|
include Aws::Structure
|
|
5634
5737
|
end
|
|
5635
5738
|
|
|
@@ -5663,6 +5766,7 @@ module Aws::SageMaker
|
|
|
5663
5766
|
:rule_evaluation_status,
|
|
5664
5767
|
:status_details,
|
|
5665
5768
|
:last_modified_time)
|
|
5769
|
+
SENSITIVE = []
|
|
5666
5770
|
include Aws::Structure
|
|
5667
5771
|
end
|
|
5668
5772
|
|
|
@@ -5681,6 +5785,7 @@ module Aws::SageMaker
|
|
|
5681
5785
|
#
|
|
5682
5786
|
class DeleteAlgorithmInput < Struct.new(
|
|
5683
5787
|
:algorithm_name)
|
|
5788
|
+
SENSITIVE = []
|
|
5684
5789
|
include Aws::Structure
|
|
5685
5790
|
end
|
|
5686
5791
|
|
|
@@ -5717,6 +5822,7 @@ module Aws::SageMaker
|
|
|
5717
5822
|
:user_profile_name,
|
|
5718
5823
|
:app_type,
|
|
5719
5824
|
:app_name)
|
|
5825
|
+
SENSITIVE = []
|
|
5720
5826
|
include Aws::Structure
|
|
5721
5827
|
end
|
|
5722
5828
|
|
|
@@ -5735,6 +5841,7 @@ module Aws::SageMaker
|
|
|
5735
5841
|
#
|
|
5736
5842
|
class DeleteCodeRepositoryInput < Struct.new(
|
|
5737
5843
|
:code_repository_name)
|
|
5844
|
+
SENSITIVE = []
|
|
5738
5845
|
include Aws::Structure
|
|
5739
5846
|
end
|
|
5740
5847
|
|
|
@@ -5763,6 +5870,7 @@ module Aws::SageMaker
|
|
|
5763
5870
|
class DeleteDomainRequest < Struct.new(
|
|
5764
5871
|
:domain_id,
|
|
5765
5872
|
:retention_policy)
|
|
5873
|
+
SENSITIVE = []
|
|
5766
5874
|
include Aws::Structure
|
|
5767
5875
|
end
|
|
5768
5876
|
|
|
@@ -5781,6 +5889,7 @@ module Aws::SageMaker
|
|
|
5781
5889
|
#
|
|
5782
5890
|
class DeleteEndpointConfigInput < Struct.new(
|
|
5783
5891
|
:endpoint_config_name)
|
|
5892
|
+
SENSITIVE = []
|
|
5784
5893
|
include Aws::Structure
|
|
5785
5894
|
end
|
|
5786
5895
|
|
|
@@ -5799,6 +5908,7 @@ module Aws::SageMaker
|
|
|
5799
5908
|
#
|
|
5800
5909
|
class DeleteEndpointInput < Struct.new(
|
|
5801
5910
|
:endpoint_name)
|
|
5911
|
+
SENSITIVE = []
|
|
5802
5912
|
include Aws::Structure
|
|
5803
5913
|
end
|
|
5804
5914
|
|
|
@@ -5817,6 +5927,7 @@ module Aws::SageMaker
|
|
|
5817
5927
|
#
|
|
5818
5928
|
class DeleteExperimentRequest < Struct.new(
|
|
5819
5929
|
:experiment_name)
|
|
5930
|
+
SENSITIVE = []
|
|
5820
5931
|
include Aws::Structure
|
|
5821
5932
|
end
|
|
5822
5933
|
|
|
@@ -5829,6 +5940,7 @@ module Aws::SageMaker
|
|
|
5829
5940
|
#
|
|
5830
5941
|
class DeleteExperimentResponse < Struct.new(
|
|
5831
5942
|
:experiment_arn)
|
|
5943
|
+
SENSITIVE = []
|
|
5832
5944
|
include Aws::Structure
|
|
5833
5945
|
end
|
|
5834
5946
|
|
|
@@ -5847,6 +5959,7 @@ module Aws::SageMaker
|
|
|
5847
5959
|
#
|
|
5848
5960
|
class DeleteFlowDefinitionRequest < Struct.new(
|
|
5849
5961
|
:flow_definition_name)
|
|
5962
|
+
SENSITIVE = []
|
|
5850
5963
|
include Aws::Structure
|
|
5851
5964
|
end
|
|
5852
5965
|
|
|
@@ -5869,6 +5982,7 @@ module Aws::SageMaker
|
|
|
5869
5982
|
#
|
|
5870
5983
|
class DeleteModelInput < Struct.new(
|
|
5871
5984
|
:model_name)
|
|
5985
|
+
SENSITIVE = []
|
|
5872
5986
|
include Aws::Structure
|
|
5873
5987
|
end
|
|
5874
5988
|
|
|
@@ -5888,6 +6002,7 @@ module Aws::SageMaker
|
|
|
5888
6002
|
#
|
|
5889
6003
|
class DeleteModelPackageInput < Struct.new(
|
|
5890
6004
|
:model_package_name)
|
|
6005
|
+
SENSITIVE = []
|
|
5891
6006
|
include Aws::Structure
|
|
5892
6007
|
end
|
|
5893
6008
|
|
|
@@ -5906,6 +6021,7 @@ module Aws::SageMaker
|
|
|
5906
6021
|
#
|
|
5907
6022
|
class DeleteMonitoringScheduleRequest < Struct.new(
|
|
5908
6023
|
:monitoring_schedule_name)
|
|
6024
|
+
SENSITIVE = []
|
|
5909
6025
|
include Aws::Structure
|
|
5910
6026
|
end
|
|
5911
6027
|
|
|
@@ -5924,6 +6040,7 @@ module Aws::SageMaker
|
|
|
5924
6040
|
#
|
|
5925
6041
|
class DeleteNotebookInstanceInput < Struct.new(
|
|
5926
6042
|
:notebook_instance_name)
|
|
6043
|
+
SENSITIVE = []
|
|
5927
6044
|
include Aws::Structure
|
|
5928
6045
|
end
|
|
5929
6046
|
|
|
@@ -5942,6 +6059,7 @@ module Aws::SageMaker
|
|
|
5942
6059
|
#
|
|
5943
6060
|
class DeleteNotebookInstanceLifecycleConfigInput < Struct.new(
|
|
5944
6061
|
:notebook_instance_lifecycle_config_name)
|
|
6062
|
+
SENSITIVE = []
|
|
5945
6063
|
include Aws::Structure
|
|
5946
6064
|
end
|
|
5947
6065
|
|
|
@@ -5967,6 +6085,7 @@ module Aws::SageMaker
|
|
|
5967
6085
|
class DeleteTagsInput < Struct.new(
|
|
5968
6086
|
:resource_arn,
|
|
5969
6087
|
:tag_keys)
|
|
6088
|
+
SENSITIVE = []
|
|
5970
6089
|
include Aws::Structure
|
|
5971
6090
|
end
|
|
5972
6091
|
|
|
@@ -5989,6 +6108,7 @@ module Aws::SageMaker
|
|
|
5989
6108
|
#
|
|
5990
6109
|
class DeleteTrialComponentRequest < Struct.new(
|
|
5991
6110
|
:trial_component_name)
|
|
6111
|
+
SENSITIVE = []
|
|
5992
6112
|
include Aws::Structure
|
|
5993
6113
|
end
|
|
5994
6114
|
|
|
@@ -6000,6 +6120,7 @@ module Aws::SageMaker
|
|
|
6000
6120
|
#
|
|
6001
6121
|
class DeleteTrialComponentResponse < Struct.new(
|
|
6002
6122
|
:trial_component_arn)
|
|
6123
|
+
SENSITIVE = []
|
|
6003
6124
|
include Aws::Structure
|
|
6004
6125
|
end
|
|
6005
6126
|
|
|
@@ -6018,6 +6139,7 @@ module Aws::SageMaker
|
|
|
6018
6139
|
#
|
|
6019
6140
|
class DeleteTrialRequest < Struct.new(
|
|
6020
6141
|
:trial_name)
|
|
6142
|
+
SENSITIVE = []
|
|
6021
6143
|
include Aws::Structure
|
|
6022
6144
|
end
|
|
6023
6145
|
|
|
@@ -6029,6 +6151,7 @@ module Aws::SageMaker
|
|
|
6029
6151
|
#
|
|
6030
6152
|
class DeleteTrialResponse < Struct.new(
|
|
6031
6153
|
:trial_arn)
|
|
6154
|
+
SENSITIVE = []
|
|
6032
6155
|
include Aws::Structure
|
|
6033
6156
|
end
|
|
6034
6157
|
|
|
@@ -6053,6 +6176,7 @@ module Aws::SageMaker
|
|
|
6053
6176
|
class DeleteUserProfileRequest < Struct.new(
|
|
6054
6177
|
:domain_id,
|
|
6055
6178
|
:user_profile_name)
|
|
6179
|
+
SENSITIVE = []
|
|
6056
6180
|
include Aws::Structure
|
|
6057
6181
|
end
|
|
6058
6182
|
|
|
@@ -6071,6 +6195,7 @@ module Aws::SageMaker
|
|
|
6071
6195
|
#
|
|
6072
6196
|
class DeleteWorkteamRequest < Struct.new(
|
|
6073
6197
|
:workteam_name)
|
|
6198
|
+
SENSITIVE = []
|
|
6074
6199
|
include Aws::Structure
|
|
6075
6200
|
end
|
|
6076
6201
|
|
|
@@ -6083,6 +6208,7 @@ module Aws::SageMaker
|
|
|
6083
6208
|
#
|
|
6084
6209
|
class DeleteWorkteamResponse < Struct.new(
|
|
6085
6210
|
:success)
|
|
6211
|
+
SENSITIVE = []
|
|
6086
6212
|
include Aws::Structure
|
|
6087
6213
|
end
|
|
6088
6214
|
|
|
@@ -6121,6 +6247,7 @@ module Aws::SageMaker
|
|
|
6121
6247
|
:specified_image,
|
|
6122
6248
|
:resolved_image,
|
|
6123
6249
|
:resolution_time)
|
|
6250
|
+
SENSITIVE = []
|
|
6124
6251
|
include Aws::Structure
|
|
6125
6252
|
end
|
|
6126
6253
|
|
|
@@ -6139,6 +6266,7 @@ module Aws::SageMaker
|
|
|
6139
6266
|
#
|
|
6140
6267
|
class DescribeAlgorithmInput < Struct.new(
|
|
6141
6268
|
:algorithm_name)
|
|
6269
|
+
SENSITIVE = []
|
|
6142
6270
|
include Aws::Structure
|
|
6143
6271
|
end
|
|
6144
6272
|
|
|
@@ -6201,6 +6329,7 @@ module Aws::SageMaker
|
|
|
6201
6329
|
:algorithm_status_details,
|
|
6202
6330
|
:product_id,
|
|
6203
6331
|
:certify_for_marketplace)
|
|
6332
|
+
SENSITIVE = []
|
|
6204
6333
|
include Aws::Structure
|
|
6205
6334
|
end
|
|
6206
6335
|
|
|
@@ -6237,6 +6366,7 @@ module Aws::SageMaker
|
|
|
6237
6366
|
:user_profile_name,
|
|
6238
6367
|
:app_type,
|
|
6239
6368
|
:app_name)
|
|
6369
|
+
SENSITIVE = []
|
|
6240
6370
|
include Aws::Structure
|
|
6241
6371
|
end
|
|
6242
6372
|
|
|
@@ -6299,6 +6429,7 @@ module Aws::SageMaker
|
|
|
6299
6429
|
:creation_time,
|
|
6300
6430
|
:failure_reason,
|
|
6301
6431
|
:resource_spec)
|
|
6432
|
+
SENSITIVE = []
|
|
6302
6433
|
include Aws::Structure
|
|
6303
6434
|
end
|
|
6304
6435
|
|
|
@@ -6317,6 +6448,7 @@ module Aws::SageMaker
|
|
|
6317
6448
|
#
|
|
6318
6449
|
class DescribeAutoMLJobRequest < Struct.new(
|
|
6319
6450
|
:auto_ml_job_name)
|
|
6451
|
+
SENSITIVE = []
|
|
6320
6452
|
include Aws::Structure
|
|
6321
6453
|
end
|
|
6322
6454
|
|
|
@@ -6420,6 +6552,7 @@ module Aws::SageMaker
|
|
|
6420
6552
|
:generate_candidate_definitions_only,
|
|
6421
6553
|
:auto_ml_job_artifacts,
|
|
6422
6554
|
:resolved_attributes)
|
|
6555
|
+
SENSITIVE = []
|
|
6423
6556
|
include Aws::Structure
|
|
6424
6557
|
end
|
|
6425
6558
|
|
|
@@ -6438,6 +6571,7 @@ module Aws::SageMaker
|
|
|
6438
6571
|
#
|
|
6439
6572
|
class DescribeCodeRepositoryInput < Struct.new(
|
|
6440
6573
|
:code_repository_name)
|
|
6574
|
+
SENSITIVE = []
|
|
6441
6575
|
include Aws::Structure
|
|
6442
6576
|
end
|
|
6443
6577
|
|
|
@@ -6472,6 +6606,7 @@ module Aws::SageMaker
|
|
|
6472
6606
|
:creation_time,
|
|
6473
6607
|
:last_modified_time,
|
|
6474
6608
|
:git_config)
|
|
6609
|
+
SENSITIVE = []
|
|
6475
6610
|
include Aws::Structure
|
|
6476
6611
|
end
|
|
6477
6612
|
|
|
@@ -6491,6 +6626,7 @@ module Aws::SageMaker
|
|
|
6491
6626
|
#
|
|
6492
6627
|
class DescribeCompilationJobRequest < Struct.new(
|
|
6493
6628
|
:compilation_job_name)
|
|
6629
|
+
SENSITIVE = []
|
|
6494
6630
|
include Aws::Structure
|
|
6495
6631
|
end
|
|
6496
6632
|
|
|
@@ -6580,6 +6716,7 @@ module Aws::SageMaker
|
|
|
6580
6716
|
:role_arn,
|
|
6581
6717
|
:input_config,
|
|
6582
6718
|
:output_config)
|
|
6719
|
+
SENSITIVE = []
|
|
6583
6720
|
include Aws::Structure
|
|
6584
6721
|
end
|
|
6585
6722
|
|
|
@@ -6598,6 +6735,7 @@ module Aws::SageMaker
|
|
|
6598
6735
|
#
|
|
6599
6736
|
class DescribeDomainRequest < Struct.new(
|
|
6600
6737
|
:domain_id)
|
|
6738
|
+
SENSITIVE = []
|
|
6601
6739
|
include Aws::Structure
|
|
6602
6740
|
end
|
|
6603
6741
|
|
|
@@ -6681,6 +6819,7 @@ module Aws::SageMaker
|
|
|
6681
6819
|
:subnet_ids,
|
|
6682
6820
|
:url,
|
|
6683
6821
|
:vpc_id)
|
|
6822
|
+
SENSITIVE = []
|
|
6684
6823
|
include Aws::Structure
|
|
6685
6824
|
end
|
|
6686
6825
|
|
|
@@ -6699,6 +6838,7 @@ module Aws::SageMaker
|
|
|
6699
6838
|
#
|
|
6700
6839
|
class DescribeEndpointConfigInput < Struct.new(
|
|
6701
6840
|
:endpoint_config_name)
|
|
6841
|
+
SENSITIVE = []
|
|
6702
6842
|
include Aws::Structure
|
|
6703
6843
|
end
|
|
6704
6844
|
|
|
@@ -6736,6 +6876,7 @@ module Aws::SageMaker
|
|
|
6736
6876
|
:data_capture_config,
|
|
6737
6877
|
:kms_key_id,
|
|
6738
6878
|
:creation_time)
|
|
6879
|
+
SENSITIVE = []
|
|
6739
6880
|
include Aws::Structure
|
|
6740
6881
|
end
|
|
6741
6882
|
|
|
@@ -6754,6 +6895,7 @@ module Aws::SageMaker
|
|
|
6754
6895
|
#
|
|
6755
6896
|
class DescribeEndpointInput < Struct.new(
|
|
6756
6897
|
:endpoint_name)
|
|
6898
|
+
SENSITIVE = []
|
|
6757
6899
|
include Aws::Structure
|
|
6758
6900
|
end
|
|
6759
6901
|
|
|
@@ -6838,6 +6980,7 @@ module Aws::SageMaker
|
|
|
6838
6980
|
:failure_reason,
|
|
6839
6981
|
:creation_time,
|
|
6840
6982
|
:last_modified_time)
|
|
6983
|
+
SENSITIVE = []
|
|
6841
6984
|
include Aws::Structure
|
|
6842
6985
|
end
|
|
6843
6986
|
|
|
@@ -6856,6 +6999,7 @@ module Aws::SageMaker
|
|
|
6856
6999
|
#
|
|
6857
7000
|
class DescribeExperimentRequest < Struct.new(
|
|
6858
7001
|
:experiment_name)
|
|
7002
|
+
SENSITIVE = []
|
|
6859
7003
|
include Aws::Structure
|
|
6860
7004
|
end
|
|
6861
7005
|
|
|
@@ -6908,6 +7052,7 @@ module Aws::SageMaker
|
|
|
6908
7052
|
:created_by,
|
|
6909
7053
|
:last_modified_time,
|
|
6910
7054
|
:last_modified_by)
|
|
7055
|
+
SENSITIVE = []
|
|
6911
7056
|
include Aws::Structure
|
|
6912
7057
|
end
|
|
6913
7058
|
|
|
@@ -6926,6 +7071,7 @@ module Aws::SageMaker
|
|
|
6926
7071
|
#
|
|
6927
7072
|
class DescribeFlowDefinitionRequest < Struct.new(
|
|
6928
7073
|
:flow_definition_name)
|
|
7074
|
+
SENSITIVE = []
|
|
6929
7075
|
include Aws::Structure
|
|
6930
7076
|
end
|
|
6931
7077
|
|
|
@@ -6986,6 +7132,7 @@ module Aws::SageMaker
|
|
|
6986
7132
|
:output_config,
|
|
6987
7133
|
:role_arn,
|
|
6988
7134
|
:failure_reason)
|
|
7135
|
+
SENSITIVE = []
|
|
6989
7136
|
include Aws::Structure
|
|
6990
7137
|
end
|
|
6991
7138
|
|
|
@@ -7005,6 +7152,7 @@ module Aws::SageMaker
|
|
|
7005
7152
|
#
|
|
7006
7153
|
class DescribeHumanTaskUiRequest < Struct.new(
|
|
7007
7154
|
:human_task_ui_name)
|
|
7155
|
+
SENSITIVE = []
|
|
7008
7156
|
include Aws::Structure
|
|
7009
7157
|
end
|
|
7010
7158
|
|
|
@@ -7031,6 +7179,7 @@ module Aws::SageMaker
|
|
|
7031
7179
|
:human_task_ui_name,
|
|
7032
7180
|
:creation_time,
|
|
7033
7181
|
:ui_template)
|
|
7182
|
+
SENSITIVE = []
|
|
7034
7183
|
include Aws::Structure
|
|
7035
7184
|
end
|
|
7036
7185
|
|
|
@@ -7049,6 +7198,7 @@ module Aws::SageMaker
|
|
|
7049
7198
|
#
|
|
7050
7199
|
class DescribeHyperParameterTuningJobRequest < Struct.new(
|
|
7051
7200
|
:hyper_parameter_tuning_job_name)
|
|
7201
|
+
SENSITIVE = []
|
|
7052
7202
|
include Aws::Structure
|
|
7053
7203
|
end
|
|
7054
7204
|
|
|
@@ -7146,6 +7296,7 @@ module Aws::SageMaker
|
|
|
7146
7296
|
:overall_best_training_job,
|
|
7147
7297
|
:warm_start_config,
|
|
7148
7298
|
:failure_reason)
|
|
7299
|
+
SENSITIVE = []
|
|
7149
7300
|
include Aws::Structure
|
|
7150
7301
|
end
|
|
7151
7302
|
|
|
@@ -7164,6 +7315,7 @@ module Aws::SageMaker
|
|
|
7164
7315
|
#
|
|
7165
7316
|
class DescribeLabelingJobRequest < Struct.new(
|
|
7166
7317
|
:labeling_job_name)
|
|
7318
|
+
SENSITIVE = []
|
|
7167
7319
|
include Aws::Structure
|
|
7168
7320
|
end
|
|
7169
7321
|
|
|
@@ -7313,6 +7465,7 @@ module Aws::SageMaker
|
|
|
7313
7465
|
:human_task_config,
|
|
7314
7466
|
:tags,
|
|
7315
7467
|
:labeling_job_output)
|
|
7468
|
+
SENSITIVE = []
|
|
7316
7469
|
include Aws::Structure
|
|
7317
7470
|
end
|
|
7318
7471
|
|
|
@@ -7331,6 +7484,7 @@ module Aws::SageMaker
|
|
|
7331
7484
|
#
|
|
7332
7485
|
class DescribeModelInput < Struct.new(
|
|
7333
7486
|
:model_name)
|
|
7487
|
+
SENSITIVE = []
|
|
7334
7488
|
include Aws::Structure
|
|
7335
7489
|
end
|
|
7336
7490
|
|
|
@@ -7387,6 +7541,7 @@ module Aws::SageMaker
|
|
|
7387
7541
|
:creation_time,
|
|
7388
7542
|
:model_arn,
|
|
7389
7543
|
:enable_network_isolation)
|
|
7544
|
+
SENSITIVE = []
|
|
7390
7545
|
include Aws::Structure
|
|
7391
7546
|
end
|
|
7392
7547
|
|
|
@@ -7405,6 +7560,7 @@ module Aws::SageMaker
|
|
|
7405
7560
|
#
|
|
7406
7561
|
class DescribeModelPackageInput < Struct.new(
|
|
7407
7562
|
:model_package_name)
|
|
7563
|
+
SENSITIVE = []
|
|
7408
7564
|
include Aws::Structure
|
|
7409
7565
|
end
|
|
7410
7566
|
|
|
@@ -7465,6 +7621,7 @@ module Aws::SageMaker
|
|
|
7465
7621
|
:model_package_status,
|
|
7466
7622
|
:model_package_status_details,
|
|
7467
7623
|
:certify_for_marketplace)
|
|
7624
|
+
SENSITIVE = []
|
|
7468
7625
|
include Aws::Structure
|
|
7469
7626
|
end
|
|
7470
7627
|
|
|
@@ -7483,6 +7640,7 @@ module Aws::SageMaker
|
|
|
7483
7640
|
#
|
|
7484
7641
|
class DescribeMonitoringScheduleRequest < Struct.new(
|
|
7485
7642
|
:monitoring_schedule_name)
|
|
7643
|
+
SENSITIVE = []
|
|
7486
7644
|
include Aws::Structure
|
|
7487
7645
|
end
|
|
7488
7646
|
|
|
@@ -7536,6 +7694,7 @@ module Aws::SageMaker
|
|
|
7536
7694
|
:monitoring_schedule_config,
|
|
7537
7695
|
:endpoint_name,
|
|
7538
7696
|
:last_monitoring_execution_summary)
|
|
7697
|
+
SENSITIVE = []
|
|
7539
7698
|
include Aws::Structure
|
|
7540
7699
|
end
|
|
7541
7700
|
|
|
@@ -7554,6 +7713,7 @@ module Aws::SageMaker
|
|
|
7554
7713
|
#
|
|
7555
7714
|
class DescribeNotebookInstanceInput < Struct.new(
|
|
7556
7715
|
:notebook_instance_name)
|
|
7716
|
+
SENSITIVE = []
|
|
7557
7717
|
include Aws::Structure
|
|
7558
7718
|
end
|
|
7559
7719
|
|
|
@@ -7572,6 +7732,7 @@ module Aws::SageMaker
|
|
|
7572
7732
|
#
|
|
7573
7733
|
class DescribeNotebookInstanceLifecycleConfigInput < Struct.new(
|
|
7574
7734
|
:notebook_instance_lifecycle_config_name)
|
|
7735
|
+
SENSITIVE = []
|
|
7575
7736
|
include Aws::Structure
|
|
7576
7737
|
end
|
|
7577
7738
|
|
|
@@ -7611,6 +7772,7 @@ module Aws::SageMaker
|
|
|
7611
7772
|
:on_start,
|
|
7612
7773
|
:last_modified_time,
|
|
7613
7774
|
:creation_time)
|
|
7775
|
+
SENSITIVE = []
|
|
7614
7776
|
include Aws::Structure
|
|
7615
7777
|
end
|
|
7616
7778
|
|
|
@@ -7778,6 +7940,7 @@ module Aws::SageMaker
|
|
|
7778
7940
|
:default_code_repository,
|
|
7779
7941
|
:additional_code_repositories,
|
|
7780
7942
|
:root_access)
|
|
7943
|
+
SENSITIVE = []
|
|
7781
7944
|
include Aws::Structure
|
|
7782
7945
|
end
|
|
7783
7946
|
|
|
@@ -7797,6 +7960,7 @@ module Aws::SageMaker
|
|
|
7797
7960
|
#
|
|
7798
7961
|
class DescribeProcessingJobRequest < Struct.new(
|
|
7799
7962
|
:processing_job_name)
|
|
7963
|
+
SENSITIVE = []
|
|
7800
7964
|
include Aws::Structure
|
|
7801
7965
|
end
|
|
7802
7966
|
|
|
@@ -7915,6 +8079,7 @@ module Aws::SageMaker
|
|
|
7915
8079
|
:monitoring_schedule_arn,
|
|
7916
8080
|
:auto_ml_job_arn,
|
|
7917
8081
|
:training_job_arn)
|
|
8082
|
+
SENSITIVE = []
|
|
7918
8083
|
include Aws::Structure
|
|
7919
8084
|
end
|
|
7920
8085
|
|
|
@@ -7934,6 +8099,7 @@ module Aws::SageMaker
|
|
|
7934
8099
|
#
|
|
7935
8100
|
class DescribeSubscribedWorkteamRequest < Struct.new(
|
|
7936
8101
|
:workteam_arn)
|
|
8102
|
+
SENSITIVE = []
|
|
7937
8103
|
include Aws::Structure
|
|
7938
8104
|
end
|
|
7939
8105
|
|
|
@@ -7945,6 +8111,7 @@ module Aws::SageMaker
|
|
|
7945
8111
|
#
|
|
7946
8112
|
class DescribeSubscribedWorkteamResponse < Struct.new(
|
|
7947
8113
|
:subscribed_workteam)
|
|
8114
|
+
SENSITIVE = []
|
|
7948
8115
|
include Aws::Structure
|
|
7949
8116
|
end
|
|
7950
8117
|
|
|
@@ -7963,6 +8130,7 @@ module Aws::SageMaker
|
|
|
7963
8130
|
#
|
|
7964
8131
|
class DescribeTrainingJobRequest < Struct.new(
|
|
7965
8132
|
:training_job_name)
|
|
8133
|
+
SENSITIVE = []
|
|
7966
8134
|
include Aws::Structure
|
|
7967
8135
|
end
|
|
7968
8136
|
|
|
@@ -8267,6 +8435,7 @@ module Aws::SageMaker
|
|
|
8267
8435
|
:debug_rule_configurations,
|
|
8268
8436
|
:tensor_board_output_config,
|
|
8269
8437
|
:debug_rule_evaluation_statuses)
|
|
8438
|
+
SENSITIVE = []
|
|
8270
8439
|
include Aws::Structure
|
|
8271
8440
|
end
|
|
8272
8441
|
|
|
@@ -8285,6 +8454,7 @@ module Aws::SageMaker
|
|
|
8285
8454
|
#
|
|
8286
8455
|
class DescribeTransformJobRequest < Struct.new(
|
|
8287
8456
|
:transform_job_name)
|
|
8457
|
+
SENSITIVE = []
|
|
8288
8458
|
include Aws::Structure
|
|
8289
8459
|
end
|
|
8290
8460
|
|
|
@@ -8421,6 +8591,7 @@ module Aws::SageMaker
|
|
|
8421
8591
|
:auto_ml_job_arn,
|
|
8422
8592
|
:data_processing,
|
|
8423
8593
|
:experiment_config)
|
|
8594
|
+
SENSITIVE = []
|
|
8424
8595
|
include Aws::Structure
|
|
8425
8596
|
end
|
|
8426
8597
|
|
|
@@ -8439,6 +8610,7 @@ module Aws::SageMaker
|
|
|
8439
8610
|
#
|
|
8440
8611
|
class DescribeTrialComponentRequest < Struct.new(
|
|
8441
8612
|
:trial_component_name)
|
|
8613
|
+
SENSITIVE = []
|
|
8442
8614
|
include Aws::Structure
|
|
8443
8615
|
end
|
|
8444
8616
|
|
|
@@ -8528,6 +8700,7 @@ module Aws::SageMaker
|
|
|
8528
8700
|
:input_artifacts,
|
|
8529
8701
|
:output_artifacts,
|
|
8530
8702
|
:metrics)
|
|
8703
|
+
SENSITIVE = []
|
|
8531
8704
|
include Aws::Structure
|
|
8532
8705
|
end
|
|
8533
8706
|
|
|
@@ -8546,6 +8719,7 @@ module Aws::SageMaker
|
|
|
8546
8719
|
#
|
|
8547
8720
|
class DescribeTrialRequest < Struct.new(
|
|
8548
8721
|
:trial_name)
|
|
8722
|
+
SENSITIVE = []
|
|
8549
8723
|
include Aws::Structure
|
|
8550
8724
|
end
|
|
8551
8725
|
|
|
@@ -8599,6 +8773,7 @@ module Aws::SageMaker
|
|
|
8599
8773
|
:created_by,
|
|
8600
8774
|
:last_modified_time,
|
|
8601
8775
|
:last_modified_by)
|
|
8776
|
+
SENSITIVE = []
|
|
8602
8777
|
include Aws::Structure
|
|
8603
8778
|
end
|
|
8604
8779
|
|
|
@@ -8623,6 +8798,7 @@ module Aws::SageMaker
|
|
|
8623
8798
|
class DescribeUserProfileRequest < Struct.new(
|
|
8624
8799
|
:domain_id,
|
|
8625
8800
|
:user_profile_name)
|
|
8801
|
+
SENSITIVE = []
|
|
8626
8802
|
include Aws::Structure
|
|
8627
8803
|
end
|
|
8628
8804
|
|
|
@@ -8685,6 +8861,7 @@ module Aws::SageMaker
|
|
|
8685
8861
|
:single_sign_on_user_identifier,
|
|
8686
8862
|
:single_sign_on_user_value,
|
|
8687
8863
|
:user_settings)
|
|
8864
|
+
SENSITIVE = []
|
|
8688
8865
|
include Aws::Structure
|
|
8689
8866
|
end
|
|
8690
8867
|
|
|
@@ -8705,6 +8882,7 @@ module Aws::SageMaker
|
|
|
8705
8882
|
#
|
|
8706
8883
|
class DescribeWorkforceRequest < Struct.new(
|
|
8707
8884
|
:workforce_name)
|
|
8885
|
+
SENSITIVE = []
|
|
8708
8886
|
include Aws::Structure
|
|
8709
8887
|
end
|
|
8710
8888
|
|
|
@@ -8725,6 +8903,7 @@ module Aws::SageMaker
|
|
|
8725
8903
|
#
|
|
8726
8904
|
class DescribeWorkforceResponse < Struct.new(
|
|
8727
8905
|
:workforce)
|
|
8906
|
+
SENSITIVE = []
|
|
8728
8907
|
include Aws::Structure
|
|
8729
8908
|
end
|
|
8730
8909
|
|
|
@@ -8743,6 +8922,7 @@ module Aws::SageMaker
|
|
|
8743
8922
|
#
|
|
8744
8923
|
class DescribeWorkteamRequest < Struct.new(
|
|
8745
8924
|
:workteam_name)
|
|
8925
|
+
SENSITIVE = []
|
|
8746
8926
|
include Aws::Structure
|
|
8747
8927
|
end
|
|
8748
8928
|
|
|
@@ -8754,6 +8934,7 @@ module Aws::SageMaker
|
|
|
8754
8934
|
#
|
|
8755
8935
|
class DescribeWorkteamResponse < Struct.new(
|
|
8756
8936
|
:workteam)
|
|
8937
|
+
SENSITIVE = []
|
|
8757
8938
|
include Aws::Structure
|
|
8758
8939
|
end
|
|
8759
8940
|
|
|
@@ -8786,6 +8967,7 @@ module Aws::SageMaker
|
|
|
8786
8967
|
:variant_name,
|
|
8787
8968
|
:desired_weight,
|
|
8788
8969
|
:desired_instance_count)
|
|
8970
|
+
SENSITIVE = []
|
|
8789
8971
|
include Aws::Structure
|
|
8790
8972
|
end
|
|
8791
8973
|
|
|
@@ -8810,6 +8992,7 @@ module Aws::SageMaker
|
|
|
8810
8992
|
class DisassociateTrialComponentRequest < Struct.new(
|
|
8811
8993
|
:trial_component_name,
|
|
8812
8994
|
:trial_name)
|
|
8995
|
+
SENSITIVE = []
|
|
8813
8996
|
include Aws::Structure
|
|
8814
8997
|
end
|
|
8815
8998
|
|
|
@@ -8826,6 +9009,7 @@ module Aws::SageMaker
|
|
|
8826
9009
|
class DisassociateTrialComponentResponse < Struct.new(
|
|
8827
9010
|
:trial_component_arn,
|
|
8828
9011
|
:trial_arn)
|
|
9012
|
+
SENSITIVE = []
|
|
8829
9013
|
include Aws::Structure
|
|
8830
9014
|
end
|
|
8831
9015
|
|
|
@@ -8869,6 +9053,7 @@ module Aws::SageMaker
|
|
|
8869
9053
|
:creation_time,
|
|
8870
9054
|
:last_modified_time,
|
|
8871
9055
|
:url)
|
|
9056
|
+
SENSITIVE = []
|
|
8872
9057
|
include Aws::Structure
|
|
8873
9058
|
end
|
|
8874
9059
|
|
|
@@ -8892,6 +9077,7 @@ module Aws::SageMaker
|
|
|
8892
9077
|
:endpoint_config_name,
|
|
8893
9078
|
:endpoint_config_arn,
|
|
8894
9079
|
:creation_time)
|
|
9080
|
+
SENSITIVE = []
|
|
8895
9081
|
include Aws::Structure
|
|
8896
9082
|
end
|
|
8897
9083
|
|
|
@@ -8936,6 +9122,7 @@ module Aws::SageMaker
|
|
|
8936
9122
|
:local_path,
|
|
8937
9123
|
:s3_input_mode,
|
|
8938
9124
|
:s3_data_distribution_type)
|
|
9125
|
+
SENSITIVE = []
|
|
8939
9126
|
include Aws::Structure
|
|
8940
9127
|
end
|
|
8941
9128
|
|
|
@@ -9004,6 +9191,7 @@ module Aws::SageMaker
|
|
|
9004
9191
|
:creation_time,
|
|
9005
9192
|
:last_modified_time,
|
|
9006
9193
|
:endpoint_status)
|
|
9194
|
+
SENSITIVE = []
|
|
9007
9195
|
include Aws::Structure
|
|
9008
9196
|
end
|
|
9009
9197
|
|
|
@@ -9066,6 +9254,7 @@ module Aws::SageMaker
|
|
|
9066
9254
|
:last_modified_time,
|
|
9067
9255
|
:last_modified_by,
|
|
9068
9256
|
:tags)
|
|
9257
|
+
SENSITIVE = []
|
|
9069
9258
|
include Aws::Structure
|
|
9070
9259
|
end
|
|
9071
9260
|
|
|
@@ -9098,6 +9287,7 @@ module Aws::SageMaker
|
|
|
9098
9287
|
:experiment_name,
|
|
9099
9288
|
:trial_name,
|
|
9100
9289
|
:trial_component_display_name)
|
|
9290
|
+
SENSITIVE = []
|
|
9101
9291
|
include Aws::Structure
|
|
9102
9292
|
end
|
|
9103
9293
|
|
|
@@ -9116,6 +9306,7 @@ module Aws::SageMaker
|
|
|
9116
9306
|
class ExperimentSource < Struct.new(
|
|
9117
9307
|
:source_arn,
|
|
9118
9308
|
:source_type)
|
|
9309
|
+
SENSITIVE = []
|
|
9119
9310
|
include Aws::Structure
|
|
9120
9311
|
end
|
|
9121
9312
|
|
|
@@ -9157,6 +9348,7 @@ module Aws::SageMaker
|
|
|
9157
9348
|
:experiment_source,
|
|
9158
9349
|
:creation_time,
|
|
9159
9350
|
:last_modified_time)
|
|
9351
|
+
SENSITIVE = []
|
|
9160
9352
|
include Aws::Structure
|
|
9161
9353
|
end
|
|
9162
9354
|
|
|
@@ -9197,6 +9389,7 @@ module Aws::SageMaker
|
|
|
9197
9389
|
:file_system_access_mode,
|
|
9198
9390
|
:file_system_type,
|
|
9199
9391
|
:directory_path)
|
|
9392
|
+
SENSITIVE = []
|
|
9200
9393
|
include Aws::Structure
|
|
9201
9394
|
end
|
|
9202
9395
|
|
|
@@ -9331,6 +9524,7 @@ module Aws::SageMaker
|
|
|
9331
9524
|
:name,
|
|
9332
9525
|
:operator,
|
|
9333
9526
|
:value)
|
|
9527
|
+
SENSITIVE = []
|
|
9334
9528
|
include Aws::Structure
|
|
9335
9529
|
end
|
|
9336
9530
|
|
|
@@ -9354,6 +9548,7 @@ module Aws::SageMaker
|
|
|
9354
9548
|
:type,
|
|
9355
9549
|
:metric_name,
|
|
9356
9550
|
:value)
|
|
9551
|
+
SENSITIVE = []
|
|
9357
9552
|
include Aws::Structure
|
|
9358
9553
|
end
|
|
9359
9554
|
|
|
@@ -9381,6 +9576,7 @@ module Aws::SageMaker
|
|
|
9381
9576
|
:type,
|
|
9382
9577
|
:metric_name,
|
|
9383
9578
|
:value)
|
|
9579
|
+
SENSITIVE = []
|
|
9384
9580
|
include Aws::Structure
|
|
9385
9581
|
end
|
|
9386
9582
|
|
|
@@ -9409,6 +9605,7 @@ module Aws::SageMaker
|
|
|
9409
9605
|
class FlowDefinitionOutputConfig < Struct.new(
|
|
9410
9606
|
:s3_output_path,
|
|
9411
9607
|
:kms_key_id)
|
|
9608
|
+
SENSITIVE = []
|
|
9412
9609
|
include Aws::Structure
|
|
9413
9610
|
end
|
|
9414
9611
|
|
|
@@ -9443,6 +9640,7 @@ module Aws::SageMaker
|
|
|
9443
9640
|
:flow_definition_status,
|
|
9444
9641
|
:creation_time,
|
|
9445
9642
|
:failure_reason)
|
|
9643
|
+
SENSITIVE = []
|
|
9446
9644
|
include Aws::Structure
|
|
9447
9645
|
end
|
|
9448
9646
|
|
|
@@ -9471,6 +9669,7 @@ module Aws::SageMaker
|
|
|
9471
9669
|
class GetSearchSuggestionsRequest < Struct.new(
|
|
9472
9670
|
:resource,
|
|
9473
9671
|
:suggestion_query)
|
|
9672
|
+
SENSITIVE = []
|
|
9474
9673
|
include Aws::Structure
|
|
9475
9674
|
end
|
|
9476
9675
|
|
|
@@ -9483,6 +9682,7 @@ module Aws::SageMaker
|
|
|
9483
9682
|
#
|
|
9484
9683
|
class GetSearchSuggestionsResponse < Struct.new(
|
|
9485
9684
|
:property_name_suggestions)
|
|
9685
|
+
SENSITIVE = []
|
|
9486
9686
|
include Aws::Structure
|
|
9487
9687
|
end
|
|
9488
9688
|
|
|
@@ -9521,6 +9721,7 @@ module Aws::SageMaker
|
|
|
9521
9721
|
:repository_url,
|
|
9522
9722
|
:branch,
|
|
9523
9723
|
:secret_arn)
|
|
9724
|
+
SENSITIVE = []
|
|
9524
9725
|
include Aws::Structure
|
|
9525
9726
|
end
|
|
9526
9727
|
|
|
@@ -9547,6 +9748,7 @@ module Aws::SageMaker
|
|
|
9547
9748
|
#
|
|
9548
9749
|
class GitConfigForUpdate < Struct.new(
|
|
9549
9750
|
:secret_arn)
|
|
9751
|
+
SENSITIVE = []
|
|
9550
9752
|
include Aws::Structure
|
|
9551
9753
|
end
|
|
9552
9754
|
|
|
@@ -9578,6 +9780,7 @@ module Aws::SageMaker
|
|
|
9578
9780
|
#
|
|
9579
9781
|
class HumanLoopActivationConditionsConfig < Struct.new(
|
|
9580
9782
|
:human_loop_activation_conditions)
|
|
9783
|
+
SENSITIVE = []
|
|
9581
9784
|
include Aws::Structure
|
|
9582
9785
|
end
|
|
9583
9786
|
|
|
@@ -9603,6 +9806,7 @@ module Aws::SageMaker
|
|
|
9603
9806
|
#
|
|
9604
9807
|
class HumanLoopActivationConfig < Struct.new(
|
|
9605
9808
|
:human_loop_activation_conditions_config)
|
|
9809
|
+
SENSITIVE = []
|
|
9606
9810
|
include Aws::Structure
|
|
9607
9811
|
end
|
|
9608
9812
|
|
|
@@ -9888,6 +10092,7 @@ module Aws::SageMaker
|
|
|
9888
10092
|
:task_time_limit_in_seconds,
|
|
9889
10093
|
:task_keywords,
|
|
9890
10094
|
:public_workforce_task_price)
|
|
10095
|
+
SENSITIVE = []
|
|
9891
10096
|
include Aws::Structure
|
|
9892
10097
|
end
|
|
9893
10098
|
|
|
@@ -9910,6 +10115,7 @@ module Aws::SageMaker
|
|
|
9910
10115
|
#
|
|
9911
10116
|
class HumanLoopRequestSource < Struct.new(
|
|
9912
10117
|
:aws_managed_human_loop_request_source)
|
|
10118
|
+
SENSITIVE = []
|
|
9913
10119
|
include Aws::Structure
|
|
9914
10120
|
end
|
|
9915
10121
|
|
|
@@ -10332,6 +10538,7 @@ module Aws::SageMaker
|
|
|
10332
10538
|
:max_concurrent_task_count,
|
|
10333
10539
|
:annotation_consolidation_config,
|
|
10334
10540
|
:public_workforce_task_price)
|
|
10541
|
+
SENSITIVE = []
|
|
10335
10542
|
include Aws::Structure
|
|
10336
10543
|
end
|
|
10337
10544
|
|
|
@@ -10355,6 +10562,7 @@ module Aws::SageMaker
|
|
|
10355
10562
|
:human_task_ui_name,
|
|
10356
10563
|
:human_task_ui_arn,
|
|
10357
10564
|
:creation_time)
|
|
10565
|
+
SENSITIVE = []
|
|
10358
10566
|
include Aws::Structure
|
|
10359
10567
|
end
|
|
10360
10568
|
|
|
@@ -10431,6 +10639,7 @@ module Aws::SageMaker
|
|
|
10431
10639
|
:training_input_mode,
|
|
10432
10640
|
:algorithm_name,
|
|
10433
10641
|
:metric_definitions)
|
|
10642
|
+
SENSITIVE = []
|
|
10434
10643
|
include Aws::Structure
|
|
10435
10644
|
end
|
|
10436
10645
|
|
|
@@ -10502,6 +10711,7 @@ module Aws::SageMaker
|
|
|
10502
10711
|
:is_tunable,
|
|
10503
10712
|
:is_required,
|
|
10504
10713
|
:default_value)
|
|
10714
|
+
SENSITIVE = []
|
|
10505
10715
|
include Aws::Structure
|
|
10506
10716
|
end
|
|
10507
10717
|
|
|
@@ -10740,6 +10950,7 @@ module Aws::SageMaker
|
|
|
10740
10950
|
:enable_inter_container_traffic_encryption,
|
|
10741
10951
|
:enable_managed_spot_training,
|
|
10742
10952
|
:checkpoint_config)
|
|
10953
|
+
SENSITIVE = []
|
|
10743
10954
|
include Aws::Structure
|
|
10744
10955
|
end
|
|
10745
10956
|
|
|
@@ -10836,6 +11047,7 @@ module Aws::SageMaker
|
|
|
10836
11047
|
:failure_reason,
|
|
10837
11048
|
:final_hyper_parameter_tuning_job_objective_metric,
|
|
10838
11049
|
:objective_status)
|
|
11050
|
+
SENSITIVE = []
|
|
10839
11051
|
include Aws::Structure
|
|
10840
11052
|
end
|
|
10841
11053
|
|
|
@@ -10946,6 +11158,7 @@ module Aws::SageMaker
|
|
|
10946
11158
|
:parameter_ranges,
|
|
10947
11159
|
:training_job_early_stopping_type,
|
|
10948
11160
|
:tuning_job_completion_criteria)
|
|
11161
|
+
SENSITIVE = []
|
|
10949
11162
|
include Aws::Structure
|
|
10950
11163
|
end
|
|
10951
11164
|
|
|
@@ -10976,6 +11189,7 @@ module Aws::SageMaker
|
|
|
10976
11189
|
class HyperParameterTuningJobObjective < Struct.new(
|
|
10977
11190
|
:type,
|
|
10978
11191
|
:metric_name)
|
|
11192
|
+
SENSITIVE = []
|
|
10979
11193
|
include Aws::Structure
|
|
10980
11194
|
end
|
|
10981
11195
|
|
|
@@ -11041,6 +11255,7 @@ module Aws::SageMaker
|
|
|
11041
11255
|
:training_job_status_counters,
|
|
11042
11256
|
:objective_status_counters,
|
|
11043
11257
|
:resource_limits)
|
|
11258
|
+
SENSITIVE = []
|
|
11044
11259
|
include Aws::Structure
|
|
11045
11260
|
end
|
|
11046
11261
|
|
|
@@ -11125,6 +11340,7 @@ module Aws::SageMaker
|
|
|
11125
11340
|
class HyperParameterTuningJobWarmStartConfig < Struct.new(
|
|
11126
11341
|
:parent_hyper_parameter_tuning_jobs,
|
|
11127
11342
|
:warm_start_type)
|
|
11343
|
+
SENSITIVE = []
|
|
11128
11344
|
include Aws::Structure
|
|
11129
11345
|
end
|
|
11130
11346
|
|
|
@@ -11181,6 +11397,7 @@ module Aws::SageMaker
|
|
|
11181
11397
|
:supported_realtime_inference_instance_types,
|
|
11182
11398
|
:supported_content_types,
|
|
11183
11399
|
:supported_response_mime_types)
|
|
11400
|
+
SENSITIVE = []
|
|
11184
11401
|
include Aws::Structure
|
|
11185
11402
|
end
|
|
11186
11403
|
|
|
@@ -11307,6 +11524,7 @@ module Aws::SageMaker
|
|
|
11307
11524
|
:s3_uri,
|
|
11308
11525
|
:data_input_config,
|
|
11309
11526
|
:framework)
|
|
11527
|
+
SENSITIVE = []
|
|
11310
11528
|
include Aws::Structure
|
|
11311
11529
|
end
|
|
11312
11530
|
|
|
@@ -11371,6 +11589,7 @@ module Aws::SageMaker
|
|
|
11371
11589
|
:min_value,
|
|
11372
11590
|
:max_value,
|
|
11373
11591
|
:scaling_type)
|
|
11592
|
+
SENSITIVE = []
|
|
11374
11593
|
include Aws::Structure
|
|
11375
11594
|
end
|
|
11376
11595
|
|
|
@@ -11397,6 +11616,7 @@ module Aws::SageMaker
|
|
|
11397
11616
|
class IntegerParameterRangeSpecification < Struct.new(
|
|
11398
11617
|
:min_value,
|
|
11399
11618
|
:max_value)
|
|
11619
|
+
SENSITIVE = []
|
|
11400
11620
|
include Aws::Structure
|
|
11401
11621
|
end
|
|
11402
11622
|
|
|
@@ -11421,6 +11641,7 @@ module Aws::SageMaker
|
|
|
11421
11641
|
#
|
|
11422
11642
|
class JupyterServerAppSettings < Struct.new(
|
|
11423
11643
|
:default_resource_spec)
|
|
11644
|
+
SENSITIVE = []
|
|
11424
11645
|
include Aws::Structure
|
|
11425
11646
|
end
|
|
11426
11647
|
|
|
@@ -11445,6 +11666,7 @@ module Aws::SageMaker
|
|
|
11445
11666
|
#
|
|
11446
11667
|
class KernelGatewayAppSettings < Struct.new(
|
|
11447
11668
|
:default_resource_spec)
|
|
11669
|
+
SENSITIVE = []
|
|
11448
11670
|
include Aws::Structure
|
|
11449
11671
|
end
|
|
11450
11672
|
|
|
@@ -11479,6 +11701,7 @@ module Aws::SageMaker
|
|
|
11479
11701
|
:machine_labeled,
|
|
11480
11702
|
:failed_non_retryable_error,
|
|
11481
11703
|
:unlabeled)
|
|
11704
|
+
SENSITIVE = []
|
|
11482
11705
|
include Aws::Structure
|
|
11483
11706
|
end
|
|
11484
11707
|
|
|
@@ -11503,6 +11726,7 @@ module Aws::SageMaker
|
|
|
11503
11726
|
:human_labeled,
|
|
11504
11727
|
:pending_human,
|
|
11505
11728
|
:total)
|
|
11729
|
+
SENSITIVE = []
|
|
11506
11730
|
include Aws::Structure
|
|
11507
11731
|
end
|
|
11508
11732
|
|
|
@@ -11559,6 +11783,7 @@ module Aws::SageMaker
|
|
|
11559
11783
|
:labeling_job_algorithm_specification_arn,
|
|
11560
11784
|
:initial_active_learning_model_arn,
|
|
11561
11785
|
:labeling_job_resource_config)
|
|
11786
|
+
SENSITIVE = []
|
|
11562
11787
|
include Aws::Structure
|
|
11563
11788
|
end
|
|
11564
11789
|
|
|
@@ -11583,6 +11808,7 @@ module Aws::SageMaker
|
|
|
11583
11808
|
#
|
|
11584
11809
|
class LabelingJobDataAttributes < Struct.new(
|
|
11585
11810
|
:content_classifiers)
|
|
11811
|
+
SENSITIVE = []
|
|
11586
11812
|
include Aws::Structure
|
|
11587
11813
|
end
|
|
11588
11814
|
|
|
@@ -11605,6 +11831,7 @@ module Aws::SageMaker
|
|
|
11605
11831
|
#
|
|
11606
11832
|
class LabelingJobDataSource < Struct.new(
|
|
11607
11833
|
:s3_data_source)
|
|
11834
|
+
SENSITIVE = []
|
|
11608
11835
|
include Aws::Structure
|
|
11609
11836
|
end
|
|
11610
11837
|
|
|
@@ -11643,6 +11870,7 @@ module Aws::SageMaker
|
|
|
11643
11870
|
:creation_time,
|
|
11644
11871
|
:label_counters,
|
|
11645
11872
|
:number_of_human_workers_per_data_object)
|
|
11873
|
+
SENSITIVE = []
|
|
11646
11874
|
include Aws::Structure
|
|
11647
11875
|
end
|
|
11648
11876
|
|
|
@@ -11675,6 +11903,7 @@ module Aws::SageMaker
|
|
|
11675
11903
|
class LabelingJobInputConfig < Struct.new(
|
|
11676
11904
|
:data_source,
|
|
11677
11905
|
:data_attributes)
|
|
11906
|
+
SENSITIVE = []
|
|
11678
11907
|
include Aws::Structure
|
|
11679
11908
|
end
|
|
11680
11909
|
|
|
@@ -11694,6 +11923,7 @@ module Aws::SageMaker
|
|
|
11694
11923
|
class LabelingJobOutput < Struct.new(
|
|
11695
11924
|
:output_dataset_s3_uri,
|
|
11696
11925
|
:final_active_learning_model_arn)
|
|
11926
|
+
SENSITIVE = []
|
|
11697
11927
|
include Aws::Structure
|
|
11698
11928
|
end
|
|
11699
11929
|
|
|
@@ -11743,6 +11973,7 @@ module Aws::SageMaker
|
|
|
11743
11973
|
class LabelingJobOutputConfig < Struct.new(
|
|
11744
11974
|
:s3_output_path,
|
|
11745
11975
|
:kms_key_id)
|
|
11976
|
+
SENSITIVE = []
|
|
11746
11977
|
include Aws::Structure
|
|
11747
11978
|
end
|
|
11748
11979
|
|
|
@@ -11774,6 +12005,7 @@ module Aws::SageMaker
|
|
|
11774
12005
|
#
|
|
11775
12006
|
class LabelingJobResourceConfig < Struct.new(
|
|
11776
12007
|
:volume_kms_key_id)
|
|
12008
|
+
SENSITIVE = []
|
|
11777
12009
|
include Aws::Structure
|
|
11778
12010
|
end
|
|
11779
12011
|
|
|
@@ -11795,6 +12027,7 @@ module Aws::SageMaker
|
|
|
11795
12027
|
#
|
|
11796
12028
|
class LabelingJobS3DataSource < Struct.new(
|
|
11797
12029
|
:manifest_s3_uri)
|
|
12030
|
+
SENSITIVE = []
|
|
11798
12031
|
include Aws::Structure
|
|
11799
12032
|
end
|
|
11800
12033
|
|
|
@@ -11828,6 +12061,7 @@ module Aws::SageMaker
|
|
|
11828
12061
|
class LabelingJobStoppingConditions < Struct.new(
|
|
11829
12062
|
:max_human_labeled_object_count,
|
|
11830
12063
|
:max_percentage_of_input_dataset_labeled)
|
|
12064
|
+
SENSITIVE = []
|
|
11831
12065
|
include Aws::Structure
|
|
11832
12066
|
end
|
|
11833
12067
|
|
|
@@ -11906,6 +12140,7 @@ module Aws::SageMaker
|
|
|
11906
12140
|
:failure_reason,
|
|
11907
12141
|
:labeling_job_output,
|
|
11908
12142
|
:input_config)
|
|
12143
|
+
SENSITIVE = []
|
|
11909
12144
|
include Aws::Structure
|
|
11910
12145
|
end
|
|
11911
12146
|
|
|
@@ -11966,6 +12201,7 @@ module Aws::SageMaker
|
|
|
11966
12201
|
:next_token,
|
|
11967
12202
|
:sort_by,
|
|
11968
12203
|
:sort_order)
|
|
12204
|
+
SENSITIVE = []
|
|
11969
12205
|
include Aws::Structure
|
|
11970
12206
|
end
|
|
11971
12207
|
|
|
@@ -11985,6 +12221,7 @@ module Aws::SageMaker
|
|
|
11985
12221
|
class ListAlgorithmsOutput < Struct.new(
|
|
11986
12222
|
:algorithm_summary_list,
|
|
11987
12223
|
:next_token)
|
|
12224
|
+
SENSITIVE = []
|
|
11988
12225
|
include Aws::Structure
|
|
11989
12226
|
end
|
|
11990
12227
|
|
|
@@ -12035,6 +12272,7 @@ module Aws::SageMaker
|
|
|
12035
12272
|
:sort_by,
|
|
12036
12273
|
:domain_id_equals,
|
|
12037
12274
|
:user_profile_name_equals)
|
|
12275
|
+
SENSITIVE = []
|
|
12038
12276
|
include Aws::Structure
|
|
12039
12277
|
end
|
|
12040
12278
|
|
|
@@ -12052,6 +12290,7 @@ module Aws::SageMaker
|
|
|
12052
12290
|
class ListAppsResponse < Struct.new(
|
|
12053
12291
|
:apps,
|
|
12054
12292
|
:next_token)
|
|
12293
|
+
SENSITIVE = []
|
|
12055
12294
|
include Aws::Structure
|
|
12056
12295
|
end
|
|
12057
12296
|
|
|
@@ -12126,6 +12365,7 @@ module Aws::SageMaker
|
|
|
12126
12365
|
:sort_by,
|
|
12127
12366
|
:max_results,
|
|
12128
12367
|
:next_token)
|
|
12368
|
+
SENSITIVE = []
|
|
12129
12369
|
include Aws::Structure
|
|
12130
12370
|
end
|
|
12131
12371
|
|
|
@@ -12143,6 +12383,7 @@ module Aws::SageMaker
|
|
|
12143
12383
|
class ListAutoMLJobsResponse < Struct.new(
|
|
12144
12384
|
:auto_ml_job_summaries,
|
|
12145
12385
|
:next_token)
|
|
12386
|
+
SENSITIVE = []
|
|
12146
12387
|
include Aws::Structure
|
|
12147
12388
|
end
|
|
12148
12389
|
|
|
@@ -12200,6 +12441,7 @@ module Aws::SageMaker
|
|
|
12200
12441
|
:sort_by,
|
|
12201
12442
|
:max_results,
|
|
12202
12443
|
:next_token)
|
|
12444
|
+
SENSITIVE = []
|
|
12203
12445
|
include Aws::Structure
|
|
12204
12446
|
end
|
|
12205
12447
|
|
|
@@ -12217,6 +12459,7 @@ module Aws::SageMaker
|
|
|
12217
12459
|
class ListCandidatesForAutoMLJobResponse < Struct.new(
|
|
12218
12460
|
:candidates,
|
|
12219
12461
|
:next_token)
|
|
12462
|
+
SENSITIVE = []
|
|
12220
12463
|
include Aws::Structure
|
|
12221
12464
|
end
|
|
12222
12465
|
|
|
@@ -12290,6 +12533,7 @@ module Aws::SageMaker
|
|
|
12290
12533
|
:next_token,
|
|
12291
12534
|
:sort_by,
|
|
12292
12535
|
:sort_order)
|
|
12536
|
+
SENSITIVE = []
|
|
12293
12537
|
include Aws::Structure
|
|
12294
12538
|
end
|
|
12295
12539
|
|
|
@@ -12321,6 +12565,7 @@ module Aws::SageMaker
|
|
|
12321
12565
|
class ListCodeRepositoriesOutput < Struct.new(
|
|
12322
12566
|
:code_repository_summary_list,
|
|
12323
12567
|
:next_token)
|
|
12568
|
+
SENSITIVE = []
|
|
12324
12569
|
include Aws::Structure
|
|
12325
12570
|
end
|
|
12326
12571
|
|
|
@@ -12402,6 +12647,7 @@ module Aws::SageMaker
|
|
|
12402
12647
|
:status_equals,
|
|
12403
12648
|
:sort_by,
|
|
12404
12649
|
:sort_order)
|
|
12650
|
+
SENSITIVE = []
|
|
12405
12651
|
include Aws::Structure
|
|
12406
12652
|
end
|
|
12407
12653
|
|
|
@@ -12421,6 +12667,7 @@ module Aws::SageMaker
|
|
|
12421
12667
|
class ListCompilationJobsResponse < Struct.new(
|
|
12422
12668
|
:compilation_job_summaries,
|
|
12423
12669
|
:next_token)
|
|
12670
|
+
SENSITIVE = []
|
|
12424
12671
|
include Aws::Structure
|
|
12425
12672
|
end
|
|
12426
12673
|
|
|
@@ -12446,6 +12693,7 @@ module Aws::SageMaker
|
|
|
12446
12693
|
class ListDomainsRequest < Struct.new(
|
|
12447
12694
|
:next_token,
|
|
12448
12695
|
:max_results)
|
|
12696
|
+
SENSITIVE = []
|
|
12449
12697
|
include Aws::Structure
|
|
12450
12698
|
end
|
|
12451
12699
|
|
|
@@ -12463,6 +12711,7 @@ module Aws::SageMaker
|
|
|
12463
12711
|
class ListDomainsResponse < Struct.new(
|
|
12464
12712
|
:domains,
|
|
12465
12713
|
:next_token)
|
|
12714
|
+
SENSITIVE = []
|
|
12466
12715
|
include Aws::Structure
|
|
12467
12716
|
end
|
|
12468
12717
|
|
|
@@ -12523,6 +12772,7 @@ module Aws::SageMaker
|
|
|
12523
12772
|
:name_contains,
|
|
12524
12773
|
:creation_time_before,
|
|
12525
12774
|
:creation_time_after)
|
|
12775
|
+
SENSITIVE = []
|
|
12526
12776
|
include Aws::Structure
|
|
12527
12777
|
end
|
|
12528
12778
|
|
|
@@ -12541,6 +12791,7 @@ module Aws::SageMaker
|
|
|
12541
12791
|
class ListEndpointConfigsOutput < Struct.new(
|
|
12542
12792
|
:endpoint_configs,
|
|
12543
12793
|
:next_token)
|
|
12794
|
+
SENSITIVE = []
|
|
12544
12795
|
include Aws::Structure
|
|
12545
12796
|
end
|
|
12546
12797
|
|
|
@@ -12620,6 +12871,7 @@ module Aws::SageMaker
|
|
|
12620
12871
|
:last_modified_time_before,
|
|
12621
12872
|
:last_modified_time_after,
|
|
12622
12873
|
:status_equals)
|
|
12874
|
+
SENSITIVE = []
|
|
12623
12875
|
include Aws::Structure
|
|
12624
12876
|
end
|
|
12625
12877
|
|
|
@@ -12638,6 +12890,7 @@ module Aws::SageMaker
|
|
|
12638
12890
|
class ListEndpointsOutput < Struct.new(
|
|
12639
12891
|
:endpoints,
|
|
12640
12892
|
:next_token)
|
|
12893
|
+
SENSITIVE = []
|
|
12641
12894
|
include Aws::Structure
|
|
12642
12895
|
end
|
|
12643
12896
|
|
|
@@ -12692,6 +12945,7 @@ module Aws::SageMaker
|
|
|
12692
12945
|
:sort_order,
|
|
12693
12946
|
:next_token,
|
|
12694
12947
|
:max_results)
|
|
12948
|
+
SENSITIVE = []
|
|
12695
12949
|
include Aws::Structure
|
|
12696
12950
|
end
|
|
12697
12951
|
|
|
@@ -12708,6 +12962,7 @@ module Aws::SageMaker
|
|
|
12708
12962
|
class ListExperimentsResponse < Struct.new(
|
|
12709
12963
|
:experiment_summaries,
|
|
12710
12964
|
:next_token)
|
|
12965
|
+
SENSITIVE = []
|
|
12711
12966
|
include Aws::Structure
|
|
12712
12967
|
end
|
|
12713
12968
|
|
|
@@ -12756,6 +13011,7 @@ module Aws::SageMaker
|
|
|
12756
13011
|
:sort_order,
|
|
12757
13012
|
:next_token,
|
|
12758
13013
|
:max_results)
|
|
13014
|
+
SENSITIVE = []
|
|
12759
13015
|
include Aws::Structure
|
|
12760
13016
|
end
|
|
12761
13017
|
|
|
@@ -12772,6 +13028,7 @@ module Aws::SageMaker
|
|
|
12772
13028
|
class ListFlowDefinitionsResponse < Struct.new(
|
|
12773
13029
|
:flow_definition_summaries,
|
|
12774
13030
|
:next_token)
|
|
13031
|
+
SENSITIVE = []
|
|
12775
13032
|
include Aws::Structure
|
|
12776
13033
|
end
|
|
12777
13034
|
|
|
@@ -12820,6 +13077,7 @@ module Aws::SageMaker
|
|
|
12820
13077
|
:sort_order,
|
|
12821
13078
|
:next_token,
|
|
12822
13079
|
:max_results)
|
|
13080
|
+
SENSITIVE = []
|
|
12823
13081
|
include Aws::Structure
|
|
12824
13082
|
end
|
|
12825
13083
|
|
|
@@ -12836,6 +13094,7 @@ module Aws::SageMaker
|
|
|
12836
13094
|
class ListHumanTaskUisResponse < Struct.new(
|
|
12837
13095
|
:human_task_ui_summaries,
|
|
12838
13096
|
:next_token)
|
|
13097
|
+
SENSITIVE = []
|
|
12839
13098
|
include Aws::Structure
|
|
12840
13099
|
end
|
|
12841
13100
|
|
|
@@ -12916,6 +13175,7 @@ module Aws::SageMaker
|
|
|
12916
13175
|
:last_modified_time_after,
|
|
12917
13176
|
:last_modified_time_before,
|
|
12918
13177
|
:status_equals)
|
|
13178
|
+
SENSITIVE = []
|
|
12919
13179
|
include Aws::Structure
|
|
12920
13180
|
end
|
|
12921
13181
|
|
|
@@ -12936,6 +13196,7 @@ module Aws::SageMaker
|
|
|
12936
13196
|
class ListHyperParameterTuningJobsResponse < Struct.new(
|
|
12937
13197
|
:hyper_parameter_tuning_job_summaries,
|
|
12938
13198
|
:next_token)
|
|
13199
|
+
SENSITIVE = []
|
|
12939
13200
|
include Aws::Structure
|
|
12940
13201
|
end
|
|
12941
13202
|
|
|
@@ -13003,6 +13264,7 @@ module Aws::SageMaker
|
|
|
13003
13264
|
:job_reference_code_contains,
|
|
13004
13265
|
:sort_by,
|
|
13005
13266
|
:sort_order)
|
|
13267
|
+
SENSITIVE = []
|
|
13006
13268
|
include Aws::Structure
|
|
13007
13269
|
end
|
|
13008
13270
|
|
|
@@ -13022,6 +13284,7 @@ module Aws::SageMaker
|
|
|
13022
13284
|
class ListLabelingJobsForWorkteamResponse < Struct.new(
|
|
13023
13285
|
:labeling_job_summary_list,
|
|
13024
13286
|
:next_token)
|
|
13287
|
+
SENSITIVE = []
|
|
13025
13288
|
include Aws::Structure
|
|
13026
13289
|
end
|
|
13027
13290
|
|
|
@@ -13102,6 +13365,7 @@ module Aws::SageMaker
|
|
|
13102
13365
|
:sort_by,
|
|
13103
13366
|
:sort_order,
|
|
13104
13367
|
:status_equals)
|
|
13368
|
+
SENSITIVE = []
|
|
13105
13369
|
include Aws::Structure
|
|
13106
13370
|
end
|
|
13107
13371
|
|
|
@@ -13121,6 +13385,7 @@ module Aws::SageMaker
|
|
|
13121
13385
|
class ListLabelingJobsResponse < Struct.new(
|
|
13122
13386
|
:labeling_job_summary_list,
|
|
13123
13387
|
:next_token)
|
|
13388
|
+
SENSITIVE = []
|
|
13124
13389
|
include Aws::Structure
|
|
13125
13390
|
end
|
|
13126
13391
|
|
|
@@ -13181,6 +13446,7 @@ module Aws::SageMaker
|
|
|
13181
13446
|
:next_token,
|
|
13182
13447
|
:sort_by,
|
|
13183
13448
|
:sort_order)
|
|
13449
|
+
SENSITIVE = []
|
|
13184
13450
|
include Aws::Structure
|
|
13185
13451
|
end
|
|
13186
13452
|
|
|
@@ -13200,6 +13466,7 @@ module Aws::SageMaker
|
|
|
13200
13466
|
class ListModelPackagesOutput < Struct.new(
|
|
13201
13467
|
:model_package_summary_list,
|
|
13202
13468
|
:next_token)
|
|
13469
|
+
SENSITIVE = []
|
|
13203
13470
|
include Aws::Structure
|
|
13204
13471
|
end
|
|
13205
13472
|
|
|
@@ -13259,6 +13526,7 @@ module Aws::SageMaker
|
|
|
13259
13526
|
:name_contains,
|
|
13260
13527
|
:creation_time_before,
|
|
13261
13528
|
:creation_time_after)
|
|
13529
|
+
SENSITIVE = []
|
|
13262
13530
|
include Aws::Structure
|
|
13263
13531
|
end
|
|
13264
13532
|
|
|
@@ -13277,6 +13545,7 @@ module Aws::SageMaker
|
|
|
13277
13545
|
class ListModelsOutput < Struct.new(
|
|
13278
13546
|
:models,
|
|
13279
13547
|
:next_token)
|
|
13548
|
+
SENSITIVE = []
|
|
13280
13549
|
include Aws::Structure
|
|
13281
13550
|
end
|
|
13282
13551
|
|
|
@@ -13371,6 +13640,7 @@ module Aws::SageMaker
|
|
|
13371
13640
|
:last_modified_time_before,
|
|
13372
13641
|
:last_modified_time_after,
|
|
13373
13642
|
:status_equals)
|
|
13643
|
+
SENSITIVE = []
|
|
13374
13644
|
include Aws::Structure
|
|
13375
13645
|
end
|
|
13376
13646
|
|
|
@@ -13389,6 +13659,7 @@ module Aws::SageMaker
|
|
|
13389
13659
|
class ListMonitoringExecutionsResponse < Struct.new(
|
|
13390
13660
|
:monitoring_execution_summaries,
|
|
13391
13661
|
:next_token)
|
|
13662
|
+
SENSITIVE = []
|
|
13392
13663
|
include Aws::Structure
|
|
13393
13664
|
end
|
|
13394
13665
|
|
|
@@ -13477,6 +13748,7 @@ module Aws::SageMaker
|
|
|
13477
13748
|
:last_modified_time_before,
|
|
13478
13749
|
:last_modified_time_after,
|
|
13479
13750
|
:status_equals)
|
|
13751
|
+
SENSITIVE = []
|
|
13480
13752
|
include Aws::Structure
|
|
13481
13753
|
end
|
|
13482
13754
|
|
|
@@ -13495,6 +13767,7 @@ module Aws::SageMaker
|
|
|
13495
13767
|
class ListMonitoringSchedulesResponse < Struct.new(
|
|
13496
13768
|
:monitoring_schedule_summaries,
|
|
13497
13769
|
:next_token)
|
|
13770
|
+
SENSITIVE = []
|
|
13498
13771
|
include Aws::Structure
|
|
13499
13772
|
end
|
|
13500
13773
|
|
|
@@ -13570,6 +13843,7 @@ module Aws::SageMaker
|
|
|
13570
13843
|
:creation_time_after,
|
|
13571
13844
|
:last_modified_time_before,
|
|
13572
13845
|
:last_modified_time_after)
|
|
13846
|
+
SENSITIVE = []
|
|
13573
13847
|
include Aws::Structure
|
|
13574
13848
|
end
|
|
13575
13849
|
|
|
@@ -13589,6 +13863,7 @@ module Aws::SageMaker
|
|
|
13589
13863
|
class ListNotebookInstanceLifecycleConfigsOutput < Struct.new(
|
|
13590
13864
|
:next_token,
|
|
13591
13865
|
:notebook_instance_lifecycle_configs)
|
|
13866
|
+
SENSITIVE = []
|
|
13592
13867
|
include Aws::Structure
|
|
13593
13868
|
end
|
|
13594
13869
|
|
|
@@ -13701,6 +13976,7 @@ module Aws::SageMaker
|
|
|
13701
13976
|
:notebook_instance_lifecycle_config_name_contains,
|
|
13702
13977
|
:default_code_repository_contains,
|
|
13703
13978
|
:additional_code_repository_equals)
|
|
13979
|
+
SENSITIVE = []
|
|
13704
13980
|
include Aws::Structure
|
|
13705
13981
|
end
|
|
13706
13982
|
|
|
@@ -13720,6 +13996,7 @@ module Aws::SageMaker
|
|
|
13720
13996
|
class ListNotebookInstancesOutput < Struct.new(
|
|
13721
13997
|
:next_token,
|
|
13722
13998
|
:notebook_instances)
|
|
13999
|
+
SENSITIVE = []
|
|
13723
14000
|
include Aws::Structure
|
|
13724
14001
|
end
|
|
13725
14002
|
|
|
@@ -13799,6 +14076,7 @@ module Aws::SageMaker
|
|
|
13799
14076
|
:sort_order,
|
|
13800
14077
|
:next_token,
|
|
13801
14078
|
:max_results)
|
|
14079
|
+
SENSITIVE = []
|
|
13802
14080
|
include Aws::Structure
|
|
13803
14081
|
end
|
|
13804
14082
|
|
|
@@ -13818,6 +14096,7 @@ module Aws::SageMaker
|
|
|
13818
14096
|
class ListProcessingJobsResponse < Struct.new(
|
|
13819
14097
|
:processing_job_summaries,
|
|
13820
14098
|
:next_token)
|
|
14099
|
+
SENSITIVE = []
|
|
13821
14100
|
include Aws::Structure
|
|
13822
14101
|
end
|
|
13823
14102
|
|
|
@@ -13852,6 +14131,7 @@ module Aws::SageMaker
|
|
|
13852
14131
|
:name_contains,
|
|
13853
14132
|
:next_token,
|
|
13854
14133
|
:max_results)
|
|
14134
|
+
SENSITIVE = []
|
|
13855
14135
|
include Aws::Structure
|
|
13856
14136
|
end
|
|
13857
14137
|
|
|
@@ -13870,6 +14150,7 @@ module Aws::SageMaker
|
|
|
13870
14150
|
class ListSubscribedWorkteamsResponse < Struct.new(
|
|
13871
14151
|
:subscribed_workteams,
|
|
13872
14152
|
:next_token)
|
|
14153
|
+
SENSITIVE = []
|
|
13873
14154
|
include Aws::Structure
|
|
13874
14155
|
end
|
|
13875
14156
|
|
|
@@ -13903,6 +14184,7 @@ module Aws::SageMaker
|
|
|
13903
14184
|
:resource_arn,
|
|
13904
14185
|
:next_token,
|
|
13905
14186
|
:max_results)
|
|
14187
|
+
SENSITIVE = []
|
|
13906
14188
|
include Aws::Structure
|
|
13907
14189
|
end
|
|
13908
14190
|
|
|
@@ -13921,6 +14203,7 @@ module Aws::SageMaker
|
|
|
13921
14203
|
class ListTagsOutput < Struct.new(
|
|
13922
14204
|
:tags,
|
|
13923
14205
|
:next_token)
|
|
14206
|
+
SENSITIVE = []
|
|
13924
14207
|
include Aws::Structure
|
|
13925
14208
|
end
|
|
13926
14209
|
|
|
@@ -13977,6 +14260,7 @@ module Aws::SageMaker
|
|
|
13977
14260
|
:status_equals,
|
|
13978
14261
|
:sort_by,
|
|
13979
14262
|
:sort_order)
|
|
14263
|
+
SENSITIVE = []
|
|
13980
14264
|
include Aws::Structure
|
|
13981
14265
|
end
|
|
13982
14266
|
|
|
@@ -13998,6 +14282,7 @@ module Aws::SageMaker
|
|
|
13998
14282
|
class ListTrainingJobsForHyperParameterTuningJobResponse < Struct.new(
|
|
13999
14283
|
:training_job_summaries,
|
|
14000
14284
|
:next_token)
|
|
14285
|
+
SENSITIVE = []
|
|
14001
14286
|
include Aws::Structure
|
|
14002
14287
|
end
|
|
14003
14288
|
|
|
@@ -14077,6 +14362,7 @@ module Aws::SageMaker
|
|
|
14077
14362
|
:status_equals,
|
|
14078
14363
|
:sort_by,
|
|
14079
14364
|
:sort_order)
|
|
14365
|
+
SENSITIVE = []
|
|
14080
14366
|
include Aws::Structure
|
|
14081
14367
|
end
|
|
14082
14368
|
|
|
@@ -14096,6 +14382,7 @@ module Aws::SageMaker
|
|
|
14096
14382
|
class ListTrainingJobsResponse < Struct.new(
|
|
14097
14383
|
:training_job_summaries,
|
|
14098
14384
|
:next_token)
|
|
14385
|
+
SENSITIVE = []
|
|
14099
14386
|
include Aws::Structure
|
|
14100
14387
|
end
|
|
14101
14388
|
|
|
@@ -14176,6 +14463,7 @@ module Aws::SageMaker
|
|
|
14176
14463
|
:sort_order,
|
|
14177
14464
|
:next_token,
|
|
14178
14465
|
:max_results)
|
|
14466
|
+
SENSITIVE = []
|
|
14179
14467
|
include Aws::Structure
|
|
14180
14468
|
end
|
|
14181
14469
|
|
|
@@ -14194,6 +14482,7 @@ module Aws::SageMaker
|
|
|
14194
14482
|
class ListTransformJobsResponse < Struct.new(
|
|
14195
14483
|
:transform_job_summaries,
|
|
14196
14484
|
:next_token)
|
|
14485
|
+
SENSITIVE = []
|
|
14197
14486
|
include Aws::Structure
|
|
14198
14487
|
end
|
|
14199
14488
|
|
|
@@ -14272,6 +14561,7 @@ module Aws::SageMaker
|
|
|
14272
14561
|
:sort_order,
|
|
14273
14562
|
:max_results,
|
|
14274
14563
|
:next_token)
|
|
14564
|
+
SENSITIVE = []
|
|
14275
14565
|
include Aws::Structure
|
|
14276
14566
|
end
|
|
14277
14567
|
|
|
@@ -14288,6 +14578,7 @@ module Aws::SageMaker
|
|
|
14288
14578
|
class ListTrialComponentsResponse < Struct.new(
|
|
14289
14579
|
:trial_component_summaries,
|
|
14290
14580
|
:next_token)
|
|
14581
|
+
SENSITIVE = []
|
|
14291
14582
|
include Aws::Structure
|
|
14292
14583
|
end
|
|
14293
14584
|
|
|
@@ -14353,6 +14644,7 @@ module Aws::SageMaker
|
|
|
14353
14644
|
:sort_order,
|
|
14354
14645
|
:max_results,
|
|
14355
14646
|
:next_token)
|
|
14647
|
+
SENSITIVE = []
|
|
14356
14648
|
include Aws::Structure
|
|
14357
14649
|
end
|
|
14358
14650
|
|
|
@@ -14369,6 +14661,7 @@ module Aws::SageMaker
|
|
|
14369
14661
|
class ListTrialsResponse < Struct.new(
|
|
14370
14662
|
:trial_summaries,
|
|
14371
14663
|
:next_token)
|
|
14664
|
+
SENSITIVE = []
|
|
14372
14665
|
include Aws::Structure
|
|
14373
14666
|
end
|
|
14374
14667
|
|
|
@@ -14419,6 +14712,7 @@ module Aws::SageMaker
|
|
|
14419
14712
|
:sort_by,
|
|
14420
14713
|
:domain_id_equals,
|
|
14421
14714
|
:user_profile_name_contains)
|
|
14715
|
+
SENSITIVE = []
|
|
14422
14716
|
include Aws::Structure
|
|
14423
14717
|
end
|
|
14424
14718
|
|
|
@@ -14436,6 +14730,7 @@ module Aws::SageMaker
|
|
|
14436
14730
|
class ListUserProfilesResponse < Struct.new(
|
|
14437
14731
|
:user_profiles,
|
|
14438
14732
|
:next_token)
|
|
14733
|
+
SENSITIVE = []
|
|
14439
14734
|
include Aws::Structure
|
|
14440
14735
|
end
|
|
14441
14736
|
|
|
@@ -14482,6 +14777,7 @@ module Aws::SageMaker
|
|
|
14482
14777
|
:name_contains,
|
|
14483
14778
|
:next_token,
|
|
14484
14779
|
:max_results)
|
|
14780
|
+
SENSITIVE = []
|
|
14485
14781
|
include Aws::Structure
|
|
14486
14782
|
end
|
|
14487
14783
|
|
|
@@ -14500,6 +14796,7 @@ module Aws::SageMaker
|
|
|
14500
14796
|
class ListWorkteamsResponse < Struct.new(
|
|
14501
14797
|
:workteams,
|
|
14502
14798
|
:next_token)
|
|
14799
|
+
SENSITIVE = []
|
|
14503
14800
|
include Aws::Structure
|
|
14504
14801
|
end
|
|
14505
14802
|
|
|
@@ -14524,6 +14821,7 @@ module Aws::SageMaker
|
|
|
14524
14821
|
#
|
|
14525
14822
|
class MemberDefinition < Struct.new(
|
|
14526
14823
|
:cognito_member_definition)
|
|
14824
|
+
SENSITIVE = []
|
|
14527
14825
|
include Aws::Structure
|
|
14528
14826
|
end
|
|
14529
14827
|
|
|
@@ -14548,6 +14846,7 @@ module Aws::SageMaker
|
|
|
14548
14846
|
:metric_name,
|
|
14549
14847
|
:value,
|
|
14550
14848
|
:timestamp)
|
|
14849
|
+
SENSITIVE = []
|
|
14551
14850
|
include Aws::Structure
|
|
14552
14851
|
end
|
|
14553
14852
|
|
|
@@ -14584,6 +14883,7 @@ module Aws::SageMaker
|
|
|
14584
14883
|
class MetricDefinition < Struct.new(
|
|
14585
14884
|
:name,
|
|
14586
14885
|
:regex)
|
|
14886
|
+
SENSITIVE = []
|
|
14587
14887
|
include Aws::Structure
|
|
14588
14888
|
end
|
|
14589
14889
|
|
|
@@ -14603,6 +14903,7 @@ module Aws::SageMaker
|
|
|
14603
14903
|
#
|
|
14604
14904
|
class ModelArtifacts < Struct.new(
|
|
14605
14905
|
:s3_model_artifacts)
|
|
14906
|
+
SENSITIVE = []
|
|
14606
14907
|
include Aws::Structure
|
|
14607
14908
|
end
|
|
14608
14909
|
|
|
@@ -14662,6 +14963,7 @@ module Aws::SageMaker
|
|
|
14662
14963
|
:image_digest,
|
|
14663
14964
|
:model_data_url,
|
|
14664
14965
|
:product_id)
|
|
14966
|
+
SENSITIVE = []
|
|
14665
14967
|
include Aws::Structure
|
|
14666
14968
|
end
|
|
14667
14969
|
|
|
@@ -14681,6 +14983,7 @@ module Aws::SageMaker
|
|
|
14681
14983
|
class ModelPackageStatusDetails < Struct.new(
|
|
14682
14984
|
:validation_statuses,
|
|
14683
14985
|
:image_scan_statuses)
|
|
14986
|
+
SENSITIVE = []
|
|
14684
14987
|
include Aws::Structure
|
|
14685
14988
|
end
|
|
14686
14989
|
|
|
@@ -14705,6 +15008,7 @@ module Aws::SageMaker
|
|
|
14705
15008
|
:name,
|
|
14706
15009
|
:status,
|
|
14707
15010
|
:failure_reason)
|
|
15011
|
+
SENSITIVE = []
|
|
14708
15012
|
include Aws::Structure
|
|
14709
15013
|
end
|
|
14710
15014
|
|
|
@@ -14738,6 +15042,7 @@ module Aws::SageMaker
|
|
|
14738
15042
|
:model_package_description,
|
|
14739
15043
|
:creation_time,
|
|
14740
15044
|
:model_package_status)
|
|
15045
|
+
SENSITIVE = []
|
|
14741
15046
|
include Aws::Structure
|
|
14742
15047
|
end
|
|
14743
15048
|
|
|
@@ -14798,6 +15103,7 @@ module Aws::SageMaker
|
|
|
14798
15103
|
class ModelPackageValidationProfile < Struct.new(
|
|
14799
15104
|
:profile_name,
|
|
14800
15105
|
:transform_job_definition)
|
|
15106
|
+
SENSITIVE = []
|
|
14801
15107
|
include Aws::Structure
|
|
14802
15108
|
end
|
|
14803
15109
|
|
|
@@ -14861,6 +15167,7 @@ module Aws::SageMaker
|
|
|
14861
15167
|
class ModelPackageValidationSpecification < Struct.new(
|
|
14862
15168
|
:validation_role,
|
|
14863
15169
|
:validation_profiles)
|
|
15170
|
+
SENSITIVE = []
|
|
14864
15171
|
include Aws::Structure
|
|
14865
15172
|
end
|
|
14866
15173
|
|
|
@@ -14884,6 +15191,7 @@ module Aws::SageMaker
|
|
|
14884
15191
|
:model_name,
|
|
14885
15192
|
:model_arn,
|
|
14886
15193
|
:creation_time)
|
|
15194
|
+
SENSITIVE = []
|
|
14887
15195
|
include Aws::Structure
|
|
14888
15196
|
end
|
|
14889
15197
|
|
|
@@ -14935,6 +15243,7 @@ module Aws::SageMaker
|
|
|
14935
15243
|
:container_arguments,
|
|
14936
15244
|
:record_preprocessor_source_uri,
|
|
14937
15245
|
:post_analytics_processor_source_uri)
|
|
15246
|
+
SENSITIVE = []
|
|
14938
15247
|
include Aws::Structure
|
|
14939
15248
|
end
|
|
14940
15249
|
|
|
@@ -14970,6 +15279,7 @@ module Aws::SageMaker
|
|
|
14970
15279
|
class MonitoringBaselineConfig < Struct.new(
|
|
14971
15280
|
:constraints_resource,
|
|
14972
15281
|
:statistics_resource)
|
|
15282
|
+
SENSITIVE = []
|
|
14973
15283
|
include Aws::Structure
|
|
14974
15284
|
end
|
|
14975
15285
|
|
|
@@ -15013,6 +15323,7 @@ module Aws::SageMaker
|
|
|
15013
15323
|
:instance_type,
|
|
15014
15324
|
:volume_size_in_gb,
|
|
15015
15325
|
:volume_kms_key_id)
|
|
15326
|
+
SENSITIVE = []
|
|
15016
15327
|
include Aws::Structure
|
|
15017
15328
|
end
|
|
15018
15329
|
|
|
@@ -15033,6 +15344,7 @@ module Aws::SageMaker
|
|
|
15033
15344
|
#
|
|
15034
15345
|
class MonitoringConstraintsResource < Struct.new(
|
|
15035
15346
|
:s3_uri)
|
|
15347
|
+
SENSITIVE = []
|
|
15036
15348
|
include Aws::Structure
|
|
15037
15349
|
end
|
|
15038
15350
|
|
|
@@ -15082,6 +15394,7 @@ module Aws::SageMaker
|
|
|
15082
15394
|
:processing_job_arn,
|
|
15083
15395
|
:endpoint_name,
|
|
15084
15396
|
:failure_reason)
|
|
15397
|
+
SENSITIVE = []
|
|
15085
15398
|
include Aws::Structure
|
|
15086
15399
|
end
|
|
15087
15400
|
|
|
@@ -15107,6 +15420,7 @@ module Aws::SageMaker
|
|
|
15107
15420
|
#
|
|
15108
15421
|
class MonitoringInput < Struct.new(
|
|
15109
15422
|
:endpoint_input)
|
|
15423
|
+
SENSITIVE = []
|
|
15110
15424
|
include Aws::Structure
|
|
15111
15425
|
end
|
|
15112
15426
|
|
|
@@ -15234,6 +15548,7 @@ module Aws::SageMaker
|
|
|
15234
15548
|
:environment,
|
|
15235
15549
|
:network_config,
|
|
15236
15550
|
:role_arn)
|
|
15551
|
+
SENSITIVE = []
|
|
15237
15552
|
include Aws::Structure
|
|
15238
15553
|
end
|
|
15239
15554
|
|
|
@@ -15259,6 +15574,7 @@ module Aws::SageMaker
|
|
|
15259
15574
|
#
|
|
15260
15575
|
class MonitoringOutput < Struct.new(
|
|
15261
15576
|
:s3_output)
|
|
15577
|
+
SENSITIVE = []
|
|
15262
15578
|
include Aws::Structure
|
|
15263
15579
|
end
|
|
15264
15580
|
|
|
@@ -15296,6 +15612,7 @@ module Aws::SageMaker
|
|
|
15296
15612
|
class MonitoringOutputConfig < Struct.new(
|
|
15297
15613
|
:monitoring_outputs,
|
|
15298
15614
|
:kms_key_id)
|
|
15615
|
+
SENSITIVE = []
|
|
15299
15616
|
include Aws::Structure
|
|
15300
15617
|
end
|
|
15301
15618
|
|
|
@@ -15322,6 +15639,7 @@ module Aws::SageMaker
|
|
|
15322
15639
|
#
|
|
15323
15640
|
class MonitoringResources < Struct.new(
|
|
15324
15641
|
:cluster_config)
|
|
15642
|
+
SENSITIVE = []
|
|
15325
15643
|
include Aws::Structure
|
|
15326
15644
|
end
|
|
15327
15645
|
|
|
@@ -15359,6 +15677,7 @@ module Aws::SageMaker
|
|
|
15359
15677
|
:s3_uri,
|
|
15360
15678
|
:local_path,
|
|
15361
15679
|
:s3_upload_mode)
|
|
15680
|
+
SENSITIVE = []
|
|
15362
15681
|
include Aws::Structure
|
|
15363
15682
|
end
|
|
15364
15683
|
|
|
@@ -15448,6 +15767,7 @@ module Aws::SageMaker
|
|
|
15448
15767
|
class MonitoringScheduleConfig < Struct.new(
|
|
15449
15768
|
:schedule_config,
|
|
15450
15769
|
:monitoring_job_definition)
|
|
15770
|
+
SENSITIVE = []
|
|
15451
15771
|
include Aws::Structure
|
|
15452
15772
|
end
|
|
15453
15773
|
|
|
@@ -15486,6 +15806,7 @@ module Aws::SageMaker
|
|
|
15486
15806
|
:last_modified_time,
|
|
15487
15807
|
:monitoring_schedule_status,
|
|
15488
15808
|
:endpoint_name)
|
|
15809
|
+
SENSITIVE = []
|
|
15489
15810
|
include Aws::Structure
|
|
15490
15811
|
end
|
|
15491
15812
|
|
|
@@ -15506,6 +15827,7 @@ module Aws::SageMaker
|
|
|
15506
15827
|
#
|
|
15507
15828
|
class MonitoringStatisticsResource < Struct.new(
|
|
15508
15829
|
:s3_uri)
|
|
15830
|
+
SENSITIVE = []
|
|
15509
15831
|
include Aws::Structure
|
|
15510
15832
|
end
|
|
15511
15833
|
|
|
@@ -15527,6 +15849,7 @@ module Aws::SageMaker
|
|
|
15527
15849
|
#
|
|
15528
15850
|
class MonitoringStoppingCondition < Struct.new(
|
|
15529
15851
|
:max_runtime_in_seconds)
|
|
15852
|
+
SENSITIVE = []
|
|
15530
15853
|
include Aws::Structure
|
|
15531
15854
|
end
|
|
15532
15855
|
|
|
@@ -15576,6 +15899,7 @@ module Aws::SageMaker
|
|
|
15576
15899
|
class NestedFilters < Struct.new(
|
|
15577
15900
|
:nested_property_name,
|
|
15578
15901
|
:filters)
|
|
15902
|
+
SENSITIVE = []
|
|
15579
15903
|
include Aws::Structure
|
|
15580
15904
|
end
|
|
15581
15905
|
|
|
@@ -15627,6 +15951,7 @@ module Aws::SageMaker
|
|
|
15627
15951
|
:enable_inter_container_traffic_encryption,
|
|
15628
15952
|
:enable_network_isolation,
|
|
15629
15953
|
:vpc_config)
|
|
15954
|
+
SENSITIVE = []
|
|
15630
15955
|
include Aws::Structure
|
|
15631
15956
|
end
|
|
15632
15957
|
|
|
@@ -15656,6 +15981,7 @@ module Aws::SageMaker
|
|
|
15656
15981
|
:notebook_instance_lifecycle_config_arn,
|
|
15657
15982
|
:creation_time,
|
|
15658
15983
|
:last_modified_time)
|
|
15984
|
+
SENSITIVE = []
|
|
15659
15985
|
include Aws::Structure
|
|
15660
15986
|
end
|
|
15661
15987
|
|
|
@@ -15697,6 +16023,7 @@ module Aws::SageMaker
|
|
|
15697
16023
|
#
|
|
15698
16024
|
class NotebookInstanceLifecycleHook < Struct.new(
|
|
15699
16025
|
:content)
|
|
16026
|
+
SENSITIVE = []
|
|
15700
16027
|
include Aws::Structure
|
|
15701
16028
|
end
|
|
15702
16029
|
|
|
@@ -15788,6 +16115,7 @@ module Aws::SageMaker
|
|
|
15788
16115
|
:notebook_instance_lifecycle_config_name,
|
|
15789
16116
|
:default_code_repository,
|
|
15790
16117
|
:additional_code_repositories)
|
|
16118
|
+
SENSITIVE = []
|
|
15791
16119
|
include Aws::Structure
|
|
15792
16120
|
end
|
|
15793
16121
|
|
|
@@ -15810,6 +16138,7 @@ module Aws::SageMaker
|
|
|
15810
16138
|
#
|
|
15811
16139
|
class NotificationConfiguration < Struct.new(
|
|
15812
16140
|
:notification_topic_arn)
|
|
16141
|
+
SENSITIVE = []
|
|
15813
16142
|
include Aws::Structure
|
|
15814
16143
|
end
|
|
15815
16144
|
|
|
@@ -15843,6 +16172,7 @@ module Aws::SageMaker
|
|
|
15843
16172
|
:succeeded,
|
|
15844
16173
|
:pending,
|
|
15845
16174
|
:failed)
|
|
16175
|
+
SENSITIVE = []
|
|
15846
16176
|
include Aws::Structure
|
|
15847
16177
|
end
|
|
15848
16178
|
|
|
@@ -15872,6 +16202,7 @@ module Aws::SageMaker
|
|
|
15872
16202
|
class OutputConfig < Struct.new(
|
|
15873
16203
|
:s3_output_location,
|
|
15874
16204
|
:target_device)
|
|
16205
|
+
SENSITIVE = []
|
|
15875
16206
|
include Aws::Structure
|
|
15876
16207
|
end
|
|
15877
16208
|
|
|
@@ -15942,6 +16273,7 @@ module Aws::SageMaker
|
|
|
15942
16273
|
class OutputDataConfig < Struct.new(
|
|
15943
16274
|
:kms_key_id,
|
|
15944
16275
|
:s3_output_path)
|
|
16276
|
+
SENSITIVE = []
|
|
15945
16277
|
include Aws::Structure
|
|
15946
16278
|
end
|
|
15947
16279
|
|
|
@@ -15986,6 +16318,7 @@ module Aws::SageMaker
|
|
|
15986
16318
|
:integer_parameter_range_specification,
|
|
15987
16319
|
:continuous_parameter_range_specification,
|
|
15988
16320
|
:categorical_parameter_range_specification)
|
|
16321
|
+
SENSITIVE = []
|
|
15989
16322
|
include Aws::Structure
|
|
15990
16323
|
end
|
|
15991
16324
|
|
|
@@ -16053,6 +16386,7 @@ module Aws::SageMaker
|
|
|
16053
16386
|
:integer_parameter_ranges,
|
|
16054
16387
|
:continuous_parameter_ranges,
|
|
16055
16388
|
:categorical_parameter_ranges)
|
|
16389
|
+
SENSITIVE = []
|
|
16056
16390
|
include Aws::Structure
|
|
16057
16391
|
end
|
|
16058
16392
|
|
|
@@ -16073,6 +16407,7 @@ module Aws::SageMaker
|
|
|
16073
16407
|
class Parent < Struct.new(
|
|
16074
16408
|
:trial_name,
|
|
16075
16409
|
:experiment_name)
|
|
16410
|
+
SENSITIVE = []
|
|
16076
16411
|
include Aws::Structure
|
|
16077
16412
|
end
|
|
16078
16413
|
|
|
@@ -16095,6 +16430,7 @@ module Aws::SageMaker
|
|
|
16095
16430
|
#
|
|
16096
16431
|
class ParentHyperParameterTuningJob < Struct.new(
|
|
16097
16432
|
:hyper_parameter_tuning_job_name)
|
|
16433
|
+
SENSITIVE = []
|
|
16098
16434
|
include Aws::Structure
|
|
16099
16435
|
end
|
|
16100
16436
|
|
|
@@ -16138,6 +16474,7 @@ module Aws::SageMaker
|
|
|
16138
16474
|
:instance_type,
|
|
16139
16475
|
:volume_size_in_gb,
|
|
16140
16476
|
:volume_kms_key_id)
|
|
16477
|
+
SENSITIVE = []
|
|
16141
16478
|
include Aws::Structure
|
|
16142
16479
|
end
|
|
16143
16480
|
|
|
@@ -16171,6 +16508,7 @@ module Aws::SageMaker
|
|
|
16171
16508
|
class ProcessingInput < Struct.new(
|
|
16172
16509
|
:input_name,
|
|
16173
16510
|
:s3_input)
|
|
16511
|
+
SENSITIVE = []
|
|
16174
16512
|
include Aws::Structure
|
|
16175
16513
|
end
|
|
16176
16514
|
|
|
@@ -16314,6 +16652,7 @@ module Aws::SageMaker
|
|
|
16314
16652
|
:auto_ml_job_arn,
|
|
16315
16653
|
:training_job_arn,
|
|
16316
16654
|
:tags)
|
|
16655
|
+
SENSITIVE = []
|
|
16317
16656
|
include Aws::Structure
|
|
16318
16657
|
end
|
|
16319
16658
|
|
|
@@ -16365,6 +16704,7 @@ module Aws::SageMaker
|
|
|
16365
16704
|
:processing_job_status,
|
|
16366
16705
|
:failure_reason,
|
|
16367
16706
|
:exit_message)
|
|
16707
|
+
SENSITIVE = []
|
|
16368
16708
|
include Aws::Structure
|
|
16369
16709
|
end
|
|
16370
16710
|
|
|
@@ -16395,6 +16735,7 @@ module Aws::SageMaker
|
|
|
16395
16735
|
class ProcessingOutput < Struct.new(
|
|
16396
16736
|
:output_name,
|
|
16397
16737
|
:s3_output)
|
|
16738
|
+
SENSITIVE = []
|
|
16398
16739
|
include Aws::Structure
|
|
16399
16740
|
end
|
|
16400
16741
|
|
|
@@ -16433,6 +16774,7 @@ module Aws::SageMaker
|
|
|
16433
16774
|
class ProcessingOutputConfig < Struct.new(
|
|
16434
16775
|
:outputs,
|
|
16435
16776
|
:kms_key_id)
|
|
16777
|
+
SENSITIVE = []
|
|
16436
16778
|
include Aws::Structure
|
|
16437
16779
|
end
|
|
16438
16780
|
|
|
@@ -16461,6 +16803,7 @@ module Aws::SageMaker
|
|
|
16461
16803
|
#
|
|
16462
16804
|
class ProcessingResources < Struct.new(
|
|
16463
16805
|
:cluster_config)
|
|
16806
|
+
SENSITIVE = []
|
|
16464
16807
|
include Aws::Structure
|
|
16465
16808
|
end
|
|
16466
16809
|
|
|
@@ -16527,6 +16870,7 @@ module Aws::SageMaker
|
|
|
16527
16870
|
:s3_input_mode,
|
|
16528
16871
|
:s3_data_distribution_type,
|
|
16529
16872
|
:s3_compression_type)
|
|
16873
|
+
SENSITIVE = []
|
|
16530
16874
|
include Aws::Structure
|
|
16531
16875
|
end
|
|
16532
16876
|
|
|
@@ -16564,6 +16908,7 @@ module Aws::SageMaker
|
|
|
16564
16908
|
:s3_uri,
|
|
16565
16909
|
:local_path,
|
|
16566
16910
|
:s3_upload_mode)
|
|
16911
|
+
SENSITIVE = []
|
|
16567
16912
|
include Aws::Structure
|
|
16568
16913
|
end
|
|
16569
16914
|
|
|
@@ -16585,6 +16930,7 @@ module Aws::SageMaker
|
|
|
16585
16930
|
#
|
|
16586
16931
|
class ProcessingStoppingCondition < Struct.new(
|
|
16587
16932
|
:max_runtime_in_seconds)
|
|
16933
|
+
SENSITIVE = []
|
|
16588
16934
|
include Aws::Structure
|
|
16589
16935
|
end
|
|
16590
16936
|
|
|
@@ -16650,6 +16996,7 @@ module Aws::SageMaker
|
|
|
16650
16996
|
:instance_type,
|
|
16651
16997
|
:initial_variant_weight,
|
|
16652
16998
|
:accelerator_type)
|
|
16999
|
+
SENSITIVE = []
|
|
16653
17000
|
include Aws::Structure
|
|
16654
17001
|
end
|
|
16655
17002
|
|
|
@@ -16695,6 +17042,7 @@ module Aws::SageMaker
|
|
|
16695
17042
|
:desired_weight,
|
|
16696
17043
|
:current_instance_count,
|
|
16697
17044
|
:desired_instance_count)
|
|
17045
|
+
SENSITIVE = []
|
|
16698
17046
|
include Aws::Structure
|
|
16699
17047
|
end
|
|
16700
17048
|
|
|
@@ -16716,6 +17064,7 @@ module Aws::SageMaker
|
|
|
16716
17064
|
#
|
|
16717
17065
|
class PropertyNameQuery < Struct.new(
|
|
16718
17066
|
:property_name_hint)
|
|
17067
|
+
SENSITIVE = []
|
|
16719
17068
|
include Aws::Structure
|
|
16720
17069
|
end
|
|
16721
17070
|
|
|
@@ -16731,6 +17080,7 @@ module Aws::SageMaker
|
|
|
16731
17080
|
#
|
|
16732
17081
|
class PropertyNameSuggestion < Struct.new(
|
|
16733
17082
|
:property_name)
|
|
17083
|
+
SENSITIVE = []
|
|
16734
17084
|
include Aws::Structure
|
|
16735
17085
|
end
|
|
16736
17086
|
|
|
@@ -16960,6 +17310,7 @@ module Aws::SageMaker
|
|
|
16960
17310
|
#
|
|
16961
17311
|
class PublicWorkforceTaskPrice < Struct.new(
|
|
16962
17312
|
:amount_in_usd)
|
|
17313
|
+
SENSITIVE = []
|
|
16963
17314
|
include Aws::Structure
|
|
16964
17315
|
end
|
|
16965
17316
|
|
|
@@ -17004,6 +17355,7 @@ module Aws::SageMaker
|
|
|
17004
17355
|
:task,
|
|
17005
17356
|
:role_arn,
|
|
17006
17357
|
:human_task_ui_arn)
|
|
17358
|
+
SENSITIVE = []
|
|
17007
17359
|
include Aws::Structure
|
|
17008
17360
|
end
|
|
17009
17361
|
|
|
@@ -17022,6 +17374,7 @@ module Aws::SageMaker
|
|
|
17022
17374
|
class RenderUiTemplateResponse < Struct.new(
|
|
17023
17375
|
:rendered_content,
|
|
17024
17376
|
:errors)
|
|
17377
|
+
SENSITIVE = []
|
|
17025
17378
|
include Aws::Structure
|
|
17026
17379
|
end
|
|
17027
17380
|
|
|
@@ -17046,6 +17399,7 @@ module Aws::SageMaker
|
|
|
17046
17399
|
#
|
|
17047
17400
|
class RenderableTask < Struct.new(
|
|
17048
17401
|
:input)
|
|
17402
|
+
SENSITIVE = []
|
|
17049
17403
|
include Aws::Structure
|
|
17050
17404
|
end
|
|
17051
17405
|
|
|
@@ -17064,6 +17418,7 @@ module Aws::SageMaker
|
|
|
17064
17418
|
class RenderingError < Struct.new(
|
|
17065
17419
|
:code,
|
|
17066
17420
|
:message)
|
|
17421
|
+
SENSITIVE = []
|
|
17067
17422
|
include Aws::Structure
|
|
17068
17423
|
end
|
|
17069
17424
|
|
|
@@ -17088,6 +17443,7 @@ module Aws::SageMaker
|
|
|
17088
17443
|
:auto_ml_job_objective,
|
|
17089
17444
|
:problem_type,
|
|
17090
17445
|
:completion_criteria)
|
|
17446
|
+
SENSITIVE = []
|
|
17091
17447
|
include Aws::Structure
|
|
17092
17448
|
end
|
|
17093
17449
|
|
|
@@ -17188,6 +17544,7 @@ module Aws::SageMaker
|
|
|
17188
17544
|
:instance_count,
|
|
17189
17545
|
:volume_size_in_gb,
|
|
17190
17546
|
:volume_kms_key_id)
|
|
17547
|
+
SENSITIVE = []
|
|
17191
17548
|
include Aws::Structure
|
|
17192
17549
|
end
|
|
17193
17550
|
|
|
@@ -17200,6 +17557,7 @@ module Aws::SageMaker
|
|
|
17200
17557
|
#
|
|
17201
17558
|
class ResourceInUse < Struct.new(
|
|
17202
17559
|
:message)
|
|
17560
|
+
SENSITIVE = []
|
|
17203
17561
|
include Aws::Structure
|
|
17204
17562
|
end
|
|
17205
17563
|
|
|
@@ -17213,6 +17571,7 @@ module Aws::SageMaker
|
|
|
17213
17571
|
#
|
|
17214
17572
|
class ResourceLimitExceeded < Struct.new(
|
|
17215
17573
|
:message)
|
|
17574
|
+
SENSITIVE = []
|
|
17216
17575
|
include Aws::Structure
|
|
17217
17576
|
end
|
|
17218
17577
|
|
|
@@ -17242,6 +17601,7 @@ module Aws::SageMaker
|
|
|
17242
17601
|
class ResourceLimits < Struct.new(
|
|
17243
17602
|
:max_number_of_training_jobs,
|
|
17244
17603
|
:max_parallel_training_jobs)
|
|
17604
|
+
SENSITIVE = []
|
|
17245
17605
|
include Aws::Structure
|
|
17246
17606
|
end
|
|
17247
17607
|
|
|
@@ -17254,6 +17614,7 @@ module Aws::SageMaker
|
|
|
17254
17614
|
#
|
|
17255
17615
|
class ResourceNotFound < Struct.new(
|
|
17256
17616
|
:message)
|
|
17617
|
+
SENSITIVE = []
|
|
17257
17618
|
include Aws::Structure
|
|
17258
17619
|
end
|
|
17259
17620
|
|
|
@@ -17283,6 +17644,7 @@ module Aws::SageMaker
|
|
|
17283
17644
|
class ResourceSpec < Struct.new(
|
|
17284
17645
|
:sage_maker_image_arn,
|
|
17285
17646
|
:instance_type)
|
|
17647
|
+
SENSITIVE = []
|
|
17286
17648
|
include Aws::Structure
|
|
17287
17649
|
end
|
|
17288
17650
|
|
|
@@ -17307,6 +17669,7 @@ module Aws::SageMaker
|
|
|
17307
17669
|
#
|
|
17308
17670
|
class RetentionPolicy < Struct.new(
|
|
17309
17671
|
:home_efs_file_system)
|
|
17672
|
+
SENSITIVE = []
|
|
17310
17673
|
include Aws::Structure
|
|
17311
17674
|
end
|
|
17312
17675
|
|
|
@@ -17418,6 +17781,7 @@ module Aws::SageMaker
|
|
|
17418
17781
|
:s3_uri,
|
|
17419
17782
|
:s3_data_distribution_type,
|
|
17420
17783
|
:attribute_names)
|
|
17784
|
+
SENSITIVE = []
|
|
17421
17785
|
include Aws::Structure
|
|
17422
17786
|
end
|
|
17423
17787
|
|
|
@@ -17477,6 +17841,7 @@ module Aws::SageMaker
|
|
|
17477
17841
|
#
|
|
17478
17842
|
class ScheduleConfig < Struct.new(
|
|
17479
17843
|
:schedule_expression)
|
|
17844
|
+
SENSITIVE = []
|
|
17480
17845
|
include Aws::Structure
|
|
17481
17846
|
end
|
|
17482
17847
|
|
|
@@ -17583,6 +17948,7 @@ module Aws::SageMaker
|
|
|
17583
17948
|
:nested_filters,
|
|
17584
17949
|
:sub_expressions,
|
|
17585
17950
|
:operator)
|
|
17951
|
+
SENSITIVE = []
|
|
17586
17952
|
include Aws::Structure
|
|
17587
17953
|
end
|
|
17588
17954
|
|
|
@@ -17611,6 +17977,7 @@ module Aws::SageMaker
|
|
|
17611
17977
|
:experiment,
|
|
17612
17978
|
:trial,
|
|
17613
17979
|
:trial_component)
|
|
17980
|
+
SENSITIVE = []
|
|
17614
17981
|
include Aws::Structure
|
|
17615
17982
|
end
|
|
17616
17983
|
|
|
@@ -17694,6 +18061,7 @@ module Aws::SageMaker
|
|
|
17694
18061
|
:sort_order,
|
|
17695
18062
|
:next_token,
|
|
17696
18063
|
:max_results)
|
|
18064
|
+
SENSITIVE = []
|
|
17697
18065
|
include Aws::Structure
|
|
17698
18066
|
end
|
|
17699
18067
|
|
|
@@ -17712,6 +18080,7 @@ module Aws::SageMaker
|
|
|
17712
18080
|
class SearchResponse < Struct.new(
|
|
17713
18081
|
:results,
|
|
17714
18082
|
:next_token)
|
|
18083
|
+
SENSITIVE = []
|
|
17715
18084
|
include Aws::Structure
|
|
17716
18085
|
end
|
|
17717
18086
|
|
|
@@ -17831,6 +18200,7 @@ module Aws::SageMaker
|
|
|
17831
18200
|
:start_time,
|
|
17832
18201
|
:end_time,
|
|
17833
18202
|
:status_message)
|
|
18203
|
+
SENSITIVE = []
|
|
17834
18204
|
include Aws::Structure
|
|
17835
18205
|
end
|
|
17836
18206
|
|
|
@@ -17871,6 +18241,7 @@ module Aws::SageMaker
|
|
|
17871
18241
|
:notebook_output_option,
|
|
17872
18242
|
:s3_output_path,
|
|
17873
18243
|
:s3_kms_key_id)
|
|
18244
|
+
SENSITIVE = []
|
|
17874
18245
|
include Aws::Structure
|
|
17875
18246
|
end
|
|
17876
18247
|
|
|
@@ -17906,6 +18277,7 @@ module Aws::SageMaker
|
|
|
17906
18277
|
#
|
|
17907
18278
|
class ShuffleConfig < Struct.new(
|
|
17908
18279
|
:seed)
|
|
18280
|
+
SENSITIVE = []
|
|
17909
18281
|
include Aws::Structure
|
|
17910
18282
|
end
|
|
17911
18283
|
|
|
@@ -17940,6 +18312,7 @@ module Aws::SageMaker
|
|
|
17940
18312
|
class SourceAlgorithm < Struct.new(
|
|
17941
18313
|
:model_data_url,
|
|
17942
18314
|
:algorithm_name)
|
|
18315
|
+
SENSITIVE = []
|
|
17943
18316
|
include Aws::Structure
|
|
17944
18317
|
end
|
|
17945
18318
|
|
|
@@ -17965,6 +18338,7 @@ module Aws::SageMaker
|
|
|
17965
18338
|
#
|
|
17966
18339
|
class SourceAlgorithmSpecification < Struct.new(
|
|
17967
18340
|
:source_algorithms)
|
|
18341
|
+
SENSITIVE = []
|
|
17968
18342
|
include Aws::Structure
|
|
17969
18343
|
end
|
|
17970
18344
|
|
|
@@ -18002,6 +18376,7 @@ module Aws::SageMaker
|
|
|
18002
18376
|
#
|
|
18003
18377
|
class SourceIpConfig < Struct.new(
|
|
18004
18378
|
:cidrs)
|
|
18379
|
+
SENSITIVE = []
|
|
18005
18380
|
include Aws::Structure
|
|
18006
18381
|
end
|
|
18007
18382
|
|
|
@@ -18020,6 +18395,7 @@ module Aws::SageMaker
|
|
|
18020
18395
|
#
|
|
18021
18396
|
class StartMonitoringScheduleRequest < Struct.new(
|
|
18022
18397
|
:monitoring_schedule_name)
|
|
18398
|
+
SENSITIVE = []
|
|
18023
18399
|
include Aws::Structure
|
|
18024
18400
|
end
|
|
18025
18401
|
|
|
@@ -18038,6 +18414,7 @@ module Aws::SageMaker
|
|
|
18038
18414
|
#
|
|
18039
18415
|
class StartNotebookInstanceInput < Struct.new(
|
|
18040
18416
|
:notebook_instance_name)
|
|
18417
|
+
SENSITIVE = []
|
|
18041
18418
|
include Aws::Structure
|
|
18042
18419
|
end
|
|
18043
18420
|
|
|
@@ -18056,6 +18433,7 @@ module Aws::SageMaker
|
|
|
18056
18433
|
#
|
|
18057
18434
|
class StopAutoMLJobRequest < Struct.new(
|
|
18058
18435
|
:auto_ml_job_name)
|
|
18436
|
+
SENSITIVE = []
|
|
18059
18437
|
include Aws::Structure
|
|
18060
18438
|
end
|
|
18061
18439
|
|
|
@@ -18074,6 +18452,7 @@ module Aws::SageMaker
|
|
|
18074
18452
|
#
|
|
18075
18453
|
class StopCompilationJobRequest < Struct.new(
|
|
18076
18454
|
:compilation_job_name)
|
|
18455
|
+
SENSITIVE = []
|
|
18077
18456
|
include Aws::Structure
|
|
18078
18457
|
end
|
|
18079
18458
|
|
|
@@ -18092,6 +18471,7 @@ module Aws::SageMaker
|
|
|
18092
18471
|
#
|
|
18093
18472
|
class StopHyperParameterTuningJobRequest < Struct.new(
|
|
18094
18473
|
:hyper_parameter_tuning_job_name)
|
|
18474
|
+
SENSITIVE = []
|
|
18095
18475
|
include Aws::Structure
|
|
18096
18476
|
end
|
|
18097
18477
|
|
|
@@ -18110,6 +18490,7 @@ module Aws::SageMaker
|
|
|
18110
18490
|
#
|
|
18111
18491
|
class StopLabelingJobRequest < Struct.new(
|
|
18112
18492
|
:labeling_job_name)
|
|
18493
|
+
SENSITIVE = []
|
|
18113
18494
|
include Aws::Structure
|
|
18114
18495
|
end
|
|
18115
18496
|
|
|
@@ -18128,6 +18509,7 @@ module Aws::SageMaker
|
|
|
18128
18509
|
#
|
|
18129
18510
|
class StopMonitoringScheduleRequest < Struct.new(
|
|
18130
18511
|
:monitoring_schedule_name)
|
|
18512
|
+
SENSITIVE = []
|
|
18131
18513
|
include Aws::Structure
|
|
18132
18514
|
end
|
|
18133
18515
|
|
|
@@ -18146,6 +18528,7 @@ module Aws::SageMaker
|
|
|
18146
18528
|
#
|
|
18147
18529
|
class StopNotebookInstanceInput < Struct.new(
|
|
18148
18530
|
:notebook_instance_name)
|
|
18531
|
+
SENSITIVE = []
|
|
18149
18532
|
include Aws::Structure
|
|
18150
18533
|
end
|
|
18151
18534
|
|
|
@@ -18164,6 +18547,7 @@ module Aws::SageMaker
|
|
|
18164
18547
|
#
|
|
18165
18548
|
class StopProcessingJobRequest < Struct.new(
|
|
18166
18549
|
:processing_job_name)
|
|
18550
|
+
SENSITIVE = []
|
|
18167
18551
|
include Aws::Structure
|
|
18168
18552
|
end
|
|
18169
18553
|
|
|
@@ -18182,6 +18566,7 @@ module Aws::SageMaker
|
|
|
18182
18566
|
#
|
|
18183
18567
|
class StopTrainingJobRequest < Struct.new(
|
|
18184
18568
|
:training_job_name)
|
|
18569
|
+
SENSITIVE = []
|
|
18185
18570
|
include Aws::Structure
|
|
18186
18571
|
end
|
|
18187
18572
|
|
|
@@ -18200,6 +18585,7 @@ module Aws::SageMaker
|
|
|
18200
18585
|
#
|
|
18201
18586
|
class StopTransformJobRequest < Struct.new(
|
|
18202
18587
|
:transform_job_name)
|
|
18588
|
+
SENSITIVE = []
|
|
18203
18589
|
include Aws::Structure
|
|
18204
18590
|
end
|
|
18205
18591
|
|
|
@@ -18256,6 +18642,7 @@ module Aws::SageMaker
|
|
|
18256
18642
|
class StoppingCondition < Struct.new(
|
|
18257
18643
|
:max_runtime_in_seconds,
|
|
18258
18644
|
:max_wait_time_in_seconds)
|
|
18645
|
+
SENSITIVE = []
|
|
18259
18646
|
include Aws::Structure
|
|
18260
18647
|
end
|
|
18261
18648
|
|
|
@@ -18290,6 +18677,7 @@ module Aws::SageMaker
|
|
|
18290
18677
|
:seller_name,
|
|
18291
18678
|
:marketplace_description,
|
|
18292
18679
|
:listing_id)
|
|
18680
|
+
SENSITIVE = []
|
|
18293
18681
|
include Aws::Structure
|
|
18294
18682
|
end
|
|
18295
18683
|
|
|
@@ -18314,6 +18702,7 @@ module Aws::SageMaker
|
|
|
18314
18702
|
#
|
|
18315
18703
|
class SuggestionQuery < Struct.new(
|
|
18316
18704
|
:property_name_query)
|
|
18705
|
+
SENSITIVE = []
|
|
18317
18706
|
include Aws::Structure
|
|
18318
18707
|
end
|
|
18319
18708
|
|
|
@@ -18340,6 +18729,7 @@ module Aws::SageMaker
|
|
|
18340
18729
|
class Tag < Struct.new(
|
|
18341
18730
|
:key,
|
|
18342
18731
|
:value)
|
|
18732
|
+
SENSITIVE = []
|
|
18343
18733
|
include Aws::Structure
|
|
18344
18734
|
end
|
|
18345
18735
|
|
|
@@ -18364,6 +18754,7 @@ module Aws::SageMaker
|
|
|
18364
18754
|
#
|
|
18365
18755
|
class TensorBoardAppSettings < Struct.new(
|
|
18366
18756
|
:default_resource_spec)
|
|
18757
|
+
SENSITIVE = []
|
|
18367
18758
|
include Aws::Structure
|
|
18368
18759
|
end
|
|
18369
18760
|
|
|
@@ -18391,6 +18782,7 @@ module Aws::SageMaker
|
|
|
18391
18782
|
class TensorBoardOutputConfig < Struct.new(
|
|
18392
18783
|
:local_path,
|
|
18393
18784
|
:s3_output_path)
|
|
18785
|
+
SENSITIVE = []
|
|
18394
18786
|
include Aws::Structure
|
|
18395
18787
|
end
|
|
18396
18788
|
|
|
@@ -18698,6 +19090,7 @@ module Aws::SageMaker
|
|
|
18698
19090
|
:tensor_board_output_config,
|
|
18699
19091
|
:debug_rule_evaluation_statuses,
|
|
18700
19092
|
:tags)
|
|
19093
|
+
SENSITIVE = []
|
|
18701
19094
|
include Aws::Structure
|
|
18702
19095
|
end
|
|
18703
19096
|
|
|
@@ -18807,6 +19200,7 @@ module Aws::SageMaker
|
|
|
18807
19200
|
:output_data_config,
|
|
18808
19201
|
:resource_config,
|
|
18809
19202
|
:stopping_condition)
|
|
19203
|
+
SENSITIVE = []
|
|
18810
19204
|
include Aws::Structure
|
|
18811
19205
|
end
|
|
18812
19206
|
|
|
@@ -18848,6 +19242,7 @@ module Aws::SageMaker
|
|
|
18848
19242
|
:retryable_error,
|
|
18849
19243
|
:non_retryable_error,
|
|
18850
19244
|
:stopped)
|
|
19245
|
+
SENSITIVE = []
|
|
18851
19246
|
include Aws::Structure
|
|
18852
19247
|
end
|
|
18853
19248
|
|
|
@@ -18888,6 +19283,7 @@ module Aws::SageMaker
|
|
|
18888
19283
|
:training_end_time,
|
|
18889
19284
|
:last_modified_time,
|
|
18890
19285
|
:training_job_status)
|
|
19286
|
+
SENSITIVE = []
|
|
18891
19287
|
include Aws::Structure
|
|
18892
19288
|
end
|
|
18893
19289
|
|
|
@@ -19001,6 +19397,7 @@ module Aws::SageMaker
|
|
|
19001
19397
|
:metric_definitions,
|
|
19002
19398
|
:training_channels,
|
|
19003
19399
|
:supported_tuning_job_objective_metrics)
|
|
19400
|
+
SENSITIVE = []
|
|
19004
19401
|
include Aws::Structure
|
|
19005
19402
|
end
|
|
19006
19403
|
|
|
@@ -19025,6 +19422,7 @@ module Aws::SageMaker
|
|
|
19025
19422
|
#
|
|
19026
19423
|
class TransformDataSource < Struct.new(
|
|
19027
19424
|
:s3_data_source)
|
|
19425
|
+
SENSITIVE = []
|
|
19028
19426
|
include Aws::Structure
|
|
19029
19427
|
end
|
|
19030
19428
|
|
|
@@ -19109,6 +19507,7 @@ module Aws::SageMaker
|
|
|
19109
19507
|
:content_type,
|
|
19110
19508
|
:compression_type,
|
|
19111
19509
|
:split_type)
|
|
19510
|
+
SENSITIVE = []
|
|
19112
19511
|
include Aws::Structure
|
|
19113
19512
|
end
|
|
19114
19513
|
|
|
@@ -19197,6 +19596,7 @@ module Aws::SageMaker
|
|
|
19197
19596
|
:transform_input,
|
|
19198
19597
|
:transform_output,
|
|
19199
19598
|
:transform_resources)
|
|
19599
|
+
SENSITIVE = []
|
|
19200
19600
|
include Aws::Structure
|
|
19201
19601
|
end
|
|
19202
19602
|
|
|
@@ -19245,6 +19645,7 @@ module Aws::SageMaker
|
|
|
19245
19645
|
:last_modified_time,
|
|
19246
19646
|
:transform_job_status,
|
|
19247
19647
|
:failure_reason)
|
|
19648
|
+
SENSITIVE = []
|
|
19248
19649
|
include Aws::Structure
|
|
19249
19650
|
end
|
|
19250
19651
|
|
|
@@ -19334,6 +19735,7 @@ module Aws::SageMaker
|
|
|
19334
19735
|
:accept,
|
|
19335
19736
|
:assemble_with,
|
|
19336
19737
|
:kms_key_id)
|
|
19738
|
+
SENSITIVE = []
|
|
19337
19739
|
include Aws::Structure
|
|
19338
19740
|
end
|
|
19339
19741
|
|
|
@@ -19384,6 +19786,7 @@ module Aws::SageMaker
|
|
|
19384
19786
|
:instance_type,
|
|
19385
19787
|
:instance_count,
|
|
19386
19788
|
:volume_kms_key_id)
|
|
19789
|
+
SENSITIVE = []
|
|
19387
19790
|
include Aws::Structure
|
|
19388
19791
|
end
|
|
19389
19792
|
|
|
@@ -19457,6 +19860,7 @@ module Aws::SageMaker
|
|
|
19457
19860
|
class TransformS3DataSource < Struct.new(
|
|
19458
19861
|
:s3_data_type,
|
|
19459
19862
|
:s3_uri)
|
|
19863
|
+
SENSITIVE = []
|
|
19460
19864
|
include Aws::Structure
|
|
19461
19865
|
end
|
|
19462
19866
|
|
|
@@ -19525,6 +19929,7 @@ module Aws::SageMaker
|
|
|
19525
19929
|
:last_modified_by,
|
|
19526
19930
|
:tags,
|
|
19527
19931
|
:trial_component_summaries)
|
|
19932
|
+
SENSITIVE = []
|
|
19528
19933
|
include Aws::Structure
|
|
19529
19934
|
end
|
|
19530
19935
|
|
|
@@ -19630,6 +20035,7 @@ module Aws::SageMaker
|
|
|
19630
20035
|
:source_detail,
|
|
19631
20036
|
:tags,
|
|
19632
20037
|
:parents)
|
|
20038
|
+
SENSITIVE = []
|
|
19633
20039
|
include Aws::Structure
|
|
19634
20040
|
end
|
|
19635
20041
|
|
|
@@ -19666,6 +20072,7 @@ module Aws::SageMaker
|
|
|
19666
20072
|
class TrialComponentArtifact < Struct.new(
|
|
19667
20073
|
:media_type,
|
|
19668
20074
|
:value)
|
|
20075
|
+
SENSITIVE = []
|
|
19669
20076
|
include Aws::Structure
|
|
19670
20077
|
end
|
|
19671
20078
|
|
|
@@ -19719,6 +20126,7 @@ module Aws::SageMaker
|
|
|
19719
20126
|
:count,
|
|
19720
20127
|
:avg,
|
|
19721
20128
|
:std_dev)
|
|
20129
|
+
SENSITIVE = []
|
|
19722
20130
|
include Aws::Structure
|
|
19723
20131
|
end
|
|
19724
20132
|
|
|
@@ -19752,6 +20160,7 @@ module Aws::SageMaker
|
|
|
19752
20160
|
class TrialComponentParameterValue < Struct.new(
|
|
19753
20161
|
:string_value,
|
|
19754
20162
|
:number_value)
|
|
20163
|
+
SENSITIVE = []
|
|
19755
20164
|
include Aws::Structure
|
|
19756
20165
|
end
|
|
19757
20166
|
|
|
@@ -19787,6 +20196,7 @@ module Aws::SageMaker
|
|
|
19787
20196
|
:trial_component_source,
|
|
19788
20197
|
:creation_time,
|
|
19789
20198
|
:created_by)
|
|
20199
|
+
SENSITIVE = []
|
|
19790
20200
|
include Aws::Structure
|
|
19791
20201
|
end
|
|
19792
20202
|
|
|
@@ -19806,6 +20216,7 @@ module Aws::SageMaker
|
|
|
19806
20216
|
class TrialComponentSource < Struct.new(
|
|
19807
20217
|
:source_arn,
|
|
19808
20218
|
:source_type)
|
|
20219
|
+
SENSITIVE = []
|
|
19809
20220
|
include Aws::Structure
|
|
19810
20221
|
end
|
|
19811
20222
|
|
|
@@ -19832,6 +20243,7 @@ module Aws::SageMaker
|
|
|
19832
20243
|
:source_arn,
|
|
19833
20244
|
:training_job,
|
|
19834
20245
|
:processing_job)
|
|
20246
|
+
SENSITIVE = []
|
|
19835
20247
|
include Aws::Structure
|
|
19836
20248
|
end
|
|
19837
20249
|
|
|
@@ -19858,6 +20270,7 @@ module Aws::SageMaker
|
|
|
19858
20270
|
class TrialComponentStatus < Struct.new(
|
|
19859
20271
|
:primary_status,
|
|
19860
20272
|
:message)
|
|
20273
|
+
SENSITIVE = []
|
|
19861
20274
|
include Aws::Structure
|
|
19862
20275
|
end
|
|
19863
20276
|
|
|
@@ -19931,6 +20344,7 @@ module Aws::SageMaker
|
|
|
19931
20344
|
:created_by,
|
|
19932
20345
|
:last_modified_time,
|
|
19933
20346
|
:last_modified_by)
|
|
20347
|
+
SENSITIVE = []
|
|
19934
20348
|
include Aws::Structure
|
|
19935
20349
|
end
|
|
19936
20350
|
|
|
@@ -19949,6 +20363,7 @@ module Aws::SageMaker
|
|
|
19949
20363
|
class TrialSource < Struct.new(
|
|
19950
20364
|
:source_arn,
|
|
19951
20365
|
:source_type)
|
|
20366
|
+
SENSITIVE = []
|
|
19952
20367
|
include Aws::Structure
|
|
19953
20368
|
end
|
|
19954
20369
|
|
|
@@ -19989,6 +20404,7 @@ module Aws::SageMaker
|
|
|
19989
20404
|
:trial_source,
|
|
19990
20405
|
:creation_time,
|
|
19991
20406
|
:last_modified_time)
|
|
20407
|
+
SENSITIVE = []
|
|
19992
20408
|
include Aws::Structure
|
|
19993
20409
|
end
|
|
19994
20410
|
|
|
@@ -20009,6 +20425,7 @@ module Aws::SageMaker
|
|
|
20009
20425
|
#
|
|
20010
20426
|
class TuningJobCompletionCriteria < Struct.new(
|
|
20011
20427
|
:target_objective_metric_value)
|
|
20428
|
+
SENSITIVE = []
|
|
20012
20429
|
include Aws::Structure
|
|
20013
20430
|
end
|
|
20014
20431
|
|
|
@@ -20041,6 +20458,7 @@ module Aws::SageMaker
|
|
|
20041
20458
|
:dollars,
|
|
20042
20459
|
:cents,
|
|
20043
20460
|
:tenth_fractions_of_a_cent)
|
|
20461
|
+
SENSITIVE = []
|
|
20044
20462
|
include Aws::Structure
|
|
20045
20463
|
end
|
|
20046
20464
|
|
|
@@ -20078,6 +20496,7 @@ module Aws::SageMaker
|
|
|
20078
20496
|
class UiConfig < Struct.new(
|
|
20079
20497
|
:ui_template_s3_uri,
|
|
20080
20498
|
:human_task_ui_arn)
|
|
20499
|
+
SENSITIVE = []
|
|
20081
20500
|
include Aws::Structure
|
|
20082
20501
|
end
|
|
20083
20502
|
|
|
@@ -20098,6 +20517,7 @@ module Aws::SageMaker
|
|
|
20098
20517
|
#
|
|
20099
20518
|
class UiTemplate < Struct.new(
|
|
20100
20519
|
:content)
|
|
20520
|
+
SENSITIVE = []
|
|
20101
20521
|
include Aws::Structure
|
|
20102
20522
|
end
|
|
20103
20523
|
|
|
@@ -20116,6 +20536,7 @@ module Aws::SageMaker
|
|
|
20116
20536
|
class UiTemplateInfo < Struct.new(
|
|
20117
20537
|
:url,
|
|
20118
20538
|
:content_sha_256)
|
|
20539
|
+
SENSITIVE = []
|
|
20119
20540
|
include Aws::Structure
|
|
20120
20541
|
end
|
|
20121
20542
|
|
|
@@ -20148,6 +20569,7 @@ module Aws::SageMaker
|
|
|
20148
20569
|
class UpdateCodeRepositoryInput < Struct.new(
|
|
20149
20570
|
:code_repository_name,
|
|
20150
20571
|
:git_config)
|
|
20572
|
+
SENSITIVE = []
|
|
20151
20573
|
include Aws::Structure
|
|
20152
20574
|
end
|
|
20153
20575
|
|
|
@@ -20159,6 +20581,7 @@ module Aws::SageMaker
|
|
|
20159
20581
|
#
|
|
20160
20582
|
class UpdateCodeRepositoryOutput < Struct.new(
|
|
20161
20583
|
:code_repository_arn)
|
|
20584
|
+
SENSITIVE = []
|
|
20162
20585
|
include Aws::Structure
|
|
20163
20586
|
end
|
|
20164
20587
|
|
|
@@ -20209,6 +20632,7 @@ module Aws::SageMaker
|
|
|
20209
20632
|
class UpdateDomainRequest < Struct.new(
|
|
20210
20633
|
:domain_id,
|
|
20211
20634
|
:default_user_settings)
|
|
20635
|
+
SENSITIVE = []
|
|
20212
20636
|
include Aws::Structure
|
|
20213
20637
|
end
|
|
20214
20638
|
|
|
@@ -20220,6 +20644,7 @@ module Aws::SageMaker
|
|
|
20220
20644
|
#
|
|
20221
20645
|
class UpdateDomainResponse < Struct.new(
|
|
20222
20646
|
:domain_arn)
|
|
20647
|
+
SENSITIVE = []
|
|
20223
20648
|
include Aws::Structure
|
|
20224
20649
|
end
|
|
20225
20650
|
|
|
@@ -20270,6 +20695,7 @@ module Aws::SageMaker
|
|
|
20270
20695
|
:endpoint_config_name,
|
|
20271
20696
|
:retain_all_variant_properties,
|
|
20272
20697
|
:exclude_retained_variant_properties)
|
|
20698
|
+
SENSITIVE = []
|
|
20273
20699
|
include Aws::Structure
|
|
20274
20700
|
end
|
|
20275
20701
|
|
|
@@ -20281,6 +20707,7 @@ module Aws::SageMaker
|
|
|
20281
20707
|
#
|
|
20282
20708
|
class UpdateEndpointOutput < Struct.new(
|
|
20283
20709
|
:endpoint_arn)
|
|
20710
|
+
SENSITIVE = []
|
|
20284
20711
|
include Aws::Structure
|
|
20285
20712
|
end
|
|
20286
20713
|
|
|
@@ -20312,6 +20739,7 @@ module Aws::SageMaker
|
|
|
20312
20739
|
class UpdateEndpointWeightsAndCapacitiesInput < Struct.new(
|
|
20313
20740
|
:endpoint_name,
|
|
20314
20741
|
:desired_weights_and_capacities)
|
|
20742
|
+
SENSITIVE = []
|
|
20315
20743
|
include Aws::Structure
|
|
20316
20744
|
end
|
|
20317
20745
|
|
|
@@ -20323,6 +20751,7 @@ module Aws::SageMaker
|
|
|
20323
20751
|
#
|
|
20324
20752
|
class UpdateEndpointWeightsAndCapacitiesOutput < Struct.new(
|
|
20325
20753
|
:endpoint_arn)
|
|
20754
|
+
SENSITIVE = []
|
|
20326
20755
|
include Aws::Structure
|
|
20327
20756
|
end
|
|
20328
20757
|
|
|
@@ -20355,6 +20784,7 @@ module Aws::SageMaker
|
|
|
20355
20784
|
:experiment_name,
|
|
20356
20785
|
:display_name,
|
|
20357
20786
|
:description)
|
|
20787
|
+
SENSITIVE = []
|
|
20358
20788
|
include Aws::Structure
|
|
20359
20789
|
end
|
|
20360
20790
|
|
|
@@ -20366,6 +20796,7 @@ module Aws::SageMaker
|
|
|
20366
20796
|
#
|
|
20367
20797
|
class UpdateExperimentResponse < Struct.new(
|
|
20368
20798
|
:experiment_arn)
|
|
20799
|
+
SENSITIVE = []
|
|
20369
20800
|
include Aws::Structure
|
|
20370
20801
|
end
|
|
20371
20802
|
|
|
@@ -20458,6 +20889,7 @@ module Aws::SageMaker
|
|
|
20458
20889
|
class UpdateMonitoringScheduleRequest < Struct.new(
|
|
20459
20890
|
:monitoring_schedule_name,
|
|
20460
20891
|
:monitoring_schedule_config)
|
|
20892
|
+
SENSITIVE = []
|
|
20461
20893
|
include Aws::Structure
|
|
20462
20894
|
end
|
|
20463
20895
|
|
|
@@ -20469,6 +20901,7 @@ module Aws::SageMaker
|
|
|
20469
20901
|
#
|
|
20470
20902
|
class UpdateMonitoringScheduleResponse < Struct.new(
|
|
20471
20903
|
:monitoring_schedule_arn)
|
|
20904
|
+
SENSITIVE = []
|
|
20472
20905
|
include Aws::Structure
|
|
20473
20906
|
end
|
|
20474
20907
|
|
|
@@ -20632,6 +21065,7 @@ module Aws::SageMaker
|
|
|
20632
21065
|
:disassociate_default_code_repository,
|
|
20633
21066
|
:disassociate_additional_code_repositories,
|
|
20634
21067
|
:root_access)
|
|
21068
|
+
SENSITIVE = []
|
|
20635
21069
|
include Aws::Structure
|
|
20636
21070
|
end
|
|
20637
21071
|
|
|
@@ -20673,6 +21107,7 @@ module Aws::SageMaker
|
|
|
20673
21107
|
:notebook_instance_lifecycle_config_name,
|
|
20674
21108
|
:on_create,
|
|
20675
21109
|
:on_start)
|
|
21110
|
+
SENSITIVE = []
|
|
20676
21111
|
include Aws::Structure
|
|
20677
21112
|
end
|
|
20678
21113
|
|
|
@@ -20782,6 +21217,7 @@ module Aws::SageMaker
|
|
|
20782
21217
|
:input_artifacts_to_remove,
|
|
20783
21218
|
:output_artifacts,
|
|
20784
21219
|
:output_artifacts_to_remove)
|
|
21220
|
+
SENSITIVE = []
|
|
20785
21221
|
include Aws::Structure
|
|
20786
21222
|
end
|
|
20787
21223
|
|
|
@@ -20793,6 +21229,7 @@ module Aws::SageMaker
|
|
|
20793
21229
|
#
|
|
20794
21230
|
class UpdateTrialComponentResponse < Struct.new(
|
|
20795
21231
|
:trial_component_arn)
|
|
21232
|
+
SENSITIVE = []
|
|
20796
21233
|
include Aws::Structure
|
|
20797
21234
|
end
|
|
20798
21235
|
|
|
@@ -20818,6 +21255,7 @@ module Aws::SageMaker
|
|
|
20818
21255
|
class UpdateTrialRequest < Struct.new(
|
|
20819
21256
|
:trial_name,
|
|
20820
21257
|
:display_name)
|
|
21258
|
+
SENSITIVE = []
|
|
20821
21259
|
include Aws::Structure
|
|
20822
21260
|
end
|
|
20823
21261
|
|
|
@@ -20829,6 +21267,7 @@ module Aws::SageMaker
|
|
|
20829
21267
|
#
|
|
20830
21268
|
class UpdateTrialResponse < Struct.new(
|
|
20831
21269
|
:trial_arn)
|
|
21270
|
+
SENSITIVE = []
|
|
20832
21271
|
include Aws::Structure
|
|
20833
21272
|
end
|
|
20834
21273
|
|
|
@@ -20885,6 +21324,7 @@ module Aws::SageMaker
|
|
|
20885
21324
|
:domain_id,
|
|
20886
21325
|
:user_profile_name,
|
|
20887
21326
|
:user_settings)
|
|
21327
|
+
SENSITIVE = []
|
|
20888
21328
|
include Aws::Structure
|
|
20889
21329
|
end
|
|
20890
21330
|
|
|
@@ -20896,6 +21336,7 @@ module Aws::SageMaker
|
|
|
20896
21336
|
#
|
|
20897
21337
|
class UpdateUserProfileResponse < Struct.new(
|
|
20898
21338
|
:user_profile_arn)
|
|
21339
|
+
SENSITIVE = []
|
|
20899
21340
|
include Aws::Structure
|
|
20900
21341
|
end
|
|
20901
21342
|
|
|
@@ -20931,6 +21372,7 @@ module Aws::SageMaker
|
|
|
20931
21372
|
class UpdateWorkforceRequest < Struct.new(
|
|
20932
21373
|
:workforce_name,
|
|
20933
21374
|
:source_ip_config)
|
|
21375
|
+
SENSITIVE = []
|
|
20934
21376
|
include Aws::Structure
|
|
20935
21377
|
end
|
|
20936
21378
|
|
|
@@ -20951,6 +21393,7 @@ module Aws::SageMaker
|
|
|
20951
21393
|
#
|
|
20952
21394
|
class UpdateWorkforceResponse < Struct.new(
|
|
20953
21395
|
:workforce)
|
|
21396
|
+
SENSITIVE = []
|
|
20954
21397
|
include Aws::Structure
|
|
20955
21398
|
end
|
|
20956
21399
|
|
|
@@ -20999,6 +21442,7 @@ module Aws::SageMaker
|
|
|
20999
21442
|
:member_definitions,
|
|
21000
21443
|
:description,
|
|
21001
21444
|
:notification_configuration)
|
|
21445
|
+
SENSITIVE = []
|
|
21002
21446
|
include Aws::Structure
|
|
21003
21447
|
end
|
|
21004
21448
|
|
|
@@ -21010,6 +21454,7 @@ module Aws::SageMaker
|
|
|
21010
21454
|
#
|
|
21011
21455
|
class UpdateWorkteamResponse < Struct.new(
|
|
21012
21456
|
:workteam)
|
|
21457
|
+
SENSITIVE = []
|
|
21013
21458
|
include Aws::Structure
|
|
21014
21459
|
end
|
|
21015
21460
|
|
|
@@ -21034,6 +21479,7 @@ module Aws::SageMaker
|
|
|
21034
21479
|
:user_profile_arn,
|
|
21035
21480
|
:user_profile_name,
|
|
21036
21481
|
:domain_id)
|
|
21482
|
+
SENSITIVE = []
|
|
21037
21483
|
include Aws::Structure
|
|
21038
21484
|
end
|
|
21039
21485
|
|
|
@@ -21067,6 +21513,7 @@ module Aws::SageMaker
|
|
|
21067
21513
|
:status,
|
|
21068
21514
|
:creation_time,
|
|
21069
21515
|
:last_modified_time)
|
|
21516
|
+
SENSITIVE = []
|
|
21070
21517
|
include Aws::Structure
|
|
21071
21518
|
end
|
|
21072
21519
|
|
|
@@ -21136,6 +21583,7 @@ module Aws::SageMaker
|
|
|
21136
21583
|
:jupyter_server_app_settings,
|
|
21137
21584
|
:kernel_gateway_app_settings,
|
|
21138
21585
|
:tensor_board_app_settings)
|
|
21586
|
+
SENSITIVE = []
|
|
21139
21587
|
include Aws::Structure
|
|
21140
21588
|
end
|
|
21141
21589
|
|
|
@@ -21172,6 +21620,7 @@ module Aws::SageMaker
|
|
|
21172
21620
|
#
|
|
21173
21621
|
class VariantProperty < Struct.new(
|
|
21174
21622
|
:variant_property_type)
|
|
21623
|
+
SENSITIVE = []
|
|
21175
21624
|
include Aws::Structure
|
|
21176
21625
|
end
|
|
21177
21626
|
|
|
@@ -21216,6 +21665,7 @@ module Aws::SageMaker
|
|
|
21216
21665
|
class VpcConfig < Struct.new(
|
|
21217
21666
|
:security_group_ids,
|
|
21218
21667
|
:subnets)
|
|
21668
|
+
SENSITIVE = []
|
|
21219
21669
|
include Aws::Structure
|
|
21220
21670
|
end
|
|
21221
21671
|
|
|
@@ -21265,6 +21715,7 @@ module Aws::SageMaker
|
|
|
21265
21715
|
:workforce_arn,
|
|
21266
21716
|
:last_updated_date,
|
|
21267
21717
|
:source_ip_config)
|
|
21718
|
+
SENSITIVE = []
|
|
21268
21719
|
include Aws::Structure
|
|
21269
21720
|
end
|
|
21270
21721
|
|
|
@@ -21320,6 +21771,7 @@ module Aws::SageMaker
|
|
|
21320
21771
|
:create_date,
|
|
21321
21772
|
:last_updated_date,
|
|
21322
21773
|
:notification_configuration)
|
|
21774
|
+
SENSITIVE = []
|
|
21323
21775
|
include Aws::Structure
|
|
21324
21776
|
end
|
|
21325
21777
|
|