aws-sdk 2.1630.0 → 2.1631.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.
- package/README.md +1 -1
- package/apis/acm-2015-12-08.min.json +3 -0
- package/apis/bedrock-agent-2023-06-05.min.json +28 -15
- package/apis/bedrock-runtime-2023-09-30.min.json +514 -44
- package/apis/cloudtrail-2013-11-01.min.json +40 -23
- package/apis/connect-2017-08-08.min.json +210 -206
- package/apis/emr-serverless-2021-07-13.min.json +147 -11
- package/apis/emr-serverless-2021-07-13.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +524 -479
- package/clients/bedrockagent.d.ts +17 -0
- package/clients/bedrockruntime.d.ts +421 -0
- package/clients/cloudtrail.d.ts +29 -12
- package/clients/connect.d.ts +6 -1
- package/clients/emrserverless.d.ts +169 -0
- package/clients/rds.d.ts +5 -5
- package/clients/sagemaker.d.ts +49 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +256 -232
- package/dist/aws-sdk.min.js +94 -94
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1484,7 +1484,13 @@
|
|
1484
1484
|
"shape": "So2"
|
1485
1485
|
},
|
1486
1486
|
"SkipModelValidation": {},
|
1487
|
-
"SourceUri": {}
|
1487
|
+
"SourceUri": {},
|
1488
|
+
"SecurityConfig": {
|
1489
|
+
"shape": "So6"
|
1490
|
+
},
|
1491
|
+
"ModelCard": {
|
1492
|
+
"shape": "So7"
|
1493
|
+
}
|
1488
1494
|
}
|
1489
1495
|
},
|
1490
1496
|
"output": {
|
@@ -1535,13 +1541,13 @@
|
|
1535
1541
|
"members": {
|
1536
1542
|
"JobDefinitionName": {},
|
1537
1543
|
"ModelQualityBaselineConfig": {
|
1538
|
-
"shape": "
|
1544
|
+
"shape": "Sod"
|
1539
1545
|
},
|
1540
1546
|
"ModelQualityAppSpecification": {
|
1541
|
-
"shape": "
|
1547
|
+
"shape": "Soe"
|
1542
1548
|
},
|
1543
1549
|
"ModelQualityJobInput": {
|
1544
|
-
"shape": "
|
1550
|
+
"shape": "Sog"
|
1545
1551
|
},
|
1546
1552
|
"ModelQualityJobOutputConfig": {
|
1547
1553
|
"shape": "S9u"
|
@@ -1581,7 +1587,7 @@
|
|
1581
1587
|
"members": {
|
1582
1588
|
"MonitoringScheduleName": {},
|
1583
1589
|
"MonitoringScheduleConfig": {
|
1584
|
-
"shape": "
|
1590
|
+
"shape": "Sok"
|
1585
1591
|
},
|
1586
1592
|
"Tags": {
|
1587
1593
|
"shape": "S7"
|
@@ -1624,16 +1630,16 @@
|
|
1624
1630
|
"type": "integer"
|
1625
1631
|
},
|
1626
1632
|
"AcceleratorTypes": {
|
1627
|
-
"shape": "
|
1633
|
+
"shape": "Sp1"
|
1628
1634
|
},
|
1629
1635
|
"DefaultCodeRepository": {},
|
1630
1636
|
"AdditionalCodeRepositories": {
|
1631
|
-
"shape": "
|
1637
|
+
"shape": "Sp4"
|
1632
1638
|
},
|
1633
1639
|
"RootAccess": {},
|
1634
1640
|
"PlatformIdentifier": {},
|
1635
1641
|
"InstanceMetadataServiceConfiguration": {
|
1636
|
-
"shape": "
|
1642
|
+
"shape": "Sp7"
|
1637
1643
|
}
|
1638
1644
|
}
|
1639
1645
|
},
|
@@ -1653,10 +1659,10 @@
|
|
1653
1659
|
"members": {
|
1654
1660
|
"NotebookInstanceLifecycleConfigName": {},
|
1655
1661
|
"OnCreate": {
|
1656
|
-
"shape": "
|
1662
|
+
"shape": "Spc"
|
1657
1663
|
},
|
1658
1664
|
"OnStart": {
|
1659
|
-
"shape": "
|
1665
|
+
"shape": "Spc"
|
1660
1666
|
}
|
1661
1667
|
}
|
1662
1668
|
},
|
@@ -1680,7 +1686,7 @@
|
|
1680
1686
|
"PipelineDisplayName": {},
|
1681
1687
|
"PipelineDefinition": {},
|
1682
1688
|
"PipelineDefinitionS3Location": {
|
1683
|
-
"shape": "
|
1689
|
+
"shape": "Spk"
|
1684
1690
|
},
|
1685
1691
|
"PipelineDescription": {},
|
1686
1692
|
"ClientRequestToken": {
|
@@ -1691,7 +1697,7 @@
|
|
1691
1697
|
"shape": "S7"
|
1692
1698
|
},
|
1693
1699
|
"ParallelismConfiguration": {
|
1694
|
-
"shape": "
|
1700
|
+
"shape": "Spq"
|
1695
1701
|
}
|
1696
1702
|
}
|
1697
1703
|
},
|
@@ -1760,33 +1766,33 @@
|
|
1760
1766
|
],
|
1761
1767
|
"members": {
|
1762
1768
|
"ProcessingInputs": {
|
1763
|
-
"shape": "
|
1769
|
+
"shape": "Sq3"
|
1764
1770
|
},
|
1765
1771
|
"ProcessingOutputConfig": {
|
1766
|
-
"shape": "
|
1772
|
+
"shape": "Sqq"
|
1767
1773
|
},
|
1768
1774
|
"ProcessingJobName": {},
|
1769
1775
|
"ProcessingResources": {
|
1770
|
-
"shape": "
|
1776
|
+
"shape": "Sqv"
|
1771
1777
|
},
|
1772
1778
|
"StoppingCondition": {
|
1773
|
-
"shape": "
|
1779
|
+
"shape": "Sqx"
|
1774
1780
|
},
|
1775
1781
|
"AppSpecification": {
|
1776
|
-
"shape": "
|
1782
|
+
"shape": "Sqz"
|
1777
1783
|
},
|
1778
1784
|
"Environment": {
|
1779
|
-
"shape": "
|
1785
|
+
"shape": "Sr1"
|
1780
1786
|
},
|
1781
1787
|
"NetworkConfig": {
|
1782
|
-
"shape": "
|
1788
|
+
"shape": "Sos"
|
1783
1789
|
},
|
1784
1790
|
"RoleArn": {},
|
1785
1791
|
"Tags": {
|
1786
1792
|
"shape": "S7"
|
1787
1793
|
},
|
1788
1794
|
"ExperimentConfig": {
|
1789
|
-
"shape": "
|
1795
|
+
"shape": "Sr2"
|
1790
1796
|
}
|
1791
1797
|
}
|
1792
1798
|
},
|
@@ -1811,7 +1817,7 @@
|
|
1811
1817
|
"ProjectName": {},
|
1812
1818
|
"ProjectDescription": {},
|
1813
1819
|
"ServiceCatalogProvisioningDetails": {
|
1814
|
-
"shape": "
|
1820
|
+
"shape": "Sr7"
|
1815
1821
|
},
|
1816
1822
|
"Tags": {
|
1817
1823
|
"shape": "S7"
|
@@ -1844,13 +1850,13 @@
|
|
1844
1850
|
"shape": "S7"
|
1845
1851
|
},
|
1846
1852
|
"SpaceSettings": {
|
1847
|
-
"shape": "
|
1853
|
+
"shape": "Srh"
|
1848
1854
|
},
|
1849
1855
|
"OwnershipSettings": {
|
1850
|
-
"shape": "
|
1856
|
+
"shape": "Srp"
|
1851
1857
|
},
|
1852
1858
|
"SpaceSharingSettings": {
|
1853
|
-
"shape": "
|
1859
|
+
"shape": "Srq"
|
1854
1860
|
},
|
1855
1861
|
"SpaceDisplayName": {}
|
1856
1862
|
}
|
@@ -1903,7 +1909,7 @@
|
|
1903
1909
|
"shape": "S33"
|
1904
1910
|
},
|
1905
1911
|
"AlgorithmSpecification": {
|
1906
|
-
"shape": "
|
1912
|
+
"shape": "Ss1"
|
1907
1913
|
},
|
1908
1914
|
"RoleArn": {},
|
1909
1915
|
"InputDataConfig": {
|
@@ -1937,34 +1943,34 @@
|
|
1937
1943
|
"shape": "Si8"
|
1938
1944
|
},
|
1939
1945
|
"DebugHookConfig": {
|
1940
|
-
"shape": "
|
1946
|
+
"shape": "Ssa"
|
1941
1947
|
},
|
1942
1948
|
"DebugRuleConfigurations": {
|
1943
|
-
"shape": "
|
1949
|
+
"shape": "Ssi"
|
1944
1950
|
},
|
1945
1951
|
"TensorBoardOutputConfig": {
|
1946
|
-
"shape": "
|
1952
|
+
"shape": "Ssm"
|
1947
1953
|
},
|
1948
1954
|
"ExperimentConfig": {
|
1949
|
-
"shape": "
|
1955
|
+
"shape": "Sr2"
|
1950
1956
|
},
|
1951
1957
|
"ProfilerConfig": {
|
1952
|
-
"shape": "
|
1958
|
+
"shape": "Ssn"
|
1953
1959
|
},
|
1954
1960
|
"ProfilerRuleConfigurations": {
|
1955
|
-
"shape": "
|
1961
|
+
"shape": "Ssr"
|
1956
1962
|
},
|
1957
1963
|
"Environment": {
|
1958
|
-
"shape": "
|
1964
|
+
"shape": "Sst"
|
1959
1965
|
},
|
1960
1966
|
"RetryStrategy": {
|
1961
1967
|
"shape": "Si9"
|
1962
1968
|
},
|
1963
1969
|
"RemoteDebugConfig": {
|
1964
|
-
"shape": "
|
1970
|
+
"shape": "Ssw"
|
1965
1971
|
},
|
1966
1972
|
"InfraCheckConfig": {
|
1967
|
-
"shape": "
|
1973
|
+
"shape": "Ssy"
|
1968
1974
|
},
|
1969
1975
|
"SessionChainingConfig": {
|
1970
1976
|
"type": "structure",
|
@@ -2003,7 +2009,7 @@
|
|
2003
2009
|
"type": "integer"
|
2004
2010
|
},
|
2005
2011
|
"ModelClientConfig": {
|
2006
|
-
"shape": "
|
2012
|
+
"shape": "St6"
|
2007
2013
|
},
|
2008
2014
|
"MaxPayloadInMB": {
|
2009
2015
|
"type": "integer"
|
@@ -2019,19 +2025,19 @@
|
|
2019
2025
|
"shape": "S4b"
|
2020
2026
|
},
|
2021
2027
|
"DataCaptureConfig": {
|
2022
|
-
"shape": "
|
2028
|
+
"shape": "St9"
|
2023
2029
|
},
|
2024
2030
|
"TransformResources": {
|
2025
2031
|
"shape": "S4e"
|
2026
2032
|
},
|
2027
2033
|
"DataProcessing": {
|
2028
|
-
"shape": "
|
2034
|
+
"shape": "Sta"
|
2029
2035
|
},
|
2030
2036
|
"Tags": {
|
2031
2037
|
"shape": "S7"
|
2032
2038
|
},
|
2033
2039
|
"ExperimentConfig": {
|
2034
|
-
"shape": "
|
2040
|
+
"shape": "Sr2"
|
2035
2041
|
}
|
2036
2042
|
}
|
2037
2043
|
},
|
@@ -2081,7 +2087,7 @@
|
|
2081
2087
|
"TrialComponentName": {},
|
2082
2088
|
"DisplayName": {},
|
2083
2089
|
"Status": {
|
2084
|
-
"shape": "
|
2090
|
+
"shape": "Sti"
|
2085
2091
|
},
|
2086
2092
|
"StartTime": {
|
2087
2093
|
"type": "timestamp"
|
@@ -2090,13 +2096,13 @@
|
|
2090
2096
|
"type": "timestamp"
|
2091
2097
|
},
|
2092
2098
|
"Parameters": {
|
2093
|
-
"shape": "
|
2099
|
+
"shape": "Stl"
|
2094
2100
|
},
|
2095
2101
|
"InputArtifacts": {
|
2096
|
-
"shape": "
|
2102
|
+
"shape": "Stp"
|
2097
2103
|
},
|
2098
2104
|
"OutputArtifacts": {
|
2099
|
-
"shape": "
|
2105
|
+
"shape": "Stp"
|
2100
2106
|
},
|
2101
2107
|
"MetadataProperties": {
|
2102
2108
|
"shape": "S21"
|
@@ -2148,20 +2154,20 @@
|
|
2148
2154
|
],
|
2149
2155
|
"members": {
|
2150
2156
|
"CognitoConfig": {
|
2151
|
-
"shape": "
|
2157
|
+
"shape": "Su0"
|
2152
2158
|
},
|
2153
2159
|
"OidcConfig": {
|
2154
|
-
"shape": "
|
2160
|
+
"shape": "Su3"
|
2155
2161
|
},
|
2156
2162
|
"SourceIpConfig": {
|
2157
|
-
"shape": "
|
2163
|
+
"shape": "Su6"
|
2158
2164
|
},
|
2159
2165
|
"WorkforceName": {},
|
2160
2166
|
"Tags": {
|
2161
2167
|
"shape": "S7"
|
2162
2168
|
},
|
2163
2169
|
"WorkforceVpcConfig": {
|
2164
|
-
"shape": "
|
2170
|
+
"shape": "Sua"
|
2165
2171
|
}
|
2166
2172
|
}
|
2167
2173
|
},
|
@@ -2187,14 +2193,14 @@
|
|
2187
2193
|
"WorkteamName": {},
|
2188
2194
|
"WorkforceName": {},
|
2189
2195
|
"MemberDefinitions": {
|
2190
|
-
"shape": "
|
2196
|
+
"shape": "Suk"
|
2191
2197
|
},
|
2192
2198
|
"Description": {},
|
2193
2199
|
"NotificationConfiguration": {
|
2194
|
-
"shape": "
|
2200
|
+
"shape": "Sus"
|
2195
2201
|
},
|
2196
2202
|
"WorkerAccessConfiguration": {
|
2197
|
-
"shape": "
|
2203
|
+
"shape": "Suu"
|
2198
2204
|
},
|
2199
2205
|
"Tags": {
|
2200
2206
|
"shape": "S7"
|
@@ -2931,13 +2937,13 @@
|
|
2931
2937
|
"type": "timestamp"
|
2932
2938
|
},
|
2933
2939
|
"CreatedBy": {
|
2934
|
-
"shape": "
|
2940
|
+
"shape": "Sx5"
|
2935
2941
|
},
|
2936
2942
|
"LastModifiedTime": {
|
2937
2943
|
"type": "timestamp"
|
2938
2944
|
},
|
2939
2945
|
"LastModifiedBy": {
|
2940
|
-
"shape": "
|
2946
|
+
"shape": "Sx5"
|
2941
2947
|
},
|
2942
2948
|
"MetadataProperties": {
|
2943
2949
|
"shape": "S21"
|
@@ -2987,10 +2993,10 @@
|
|
2987
2993
|
"type": "structure",
|
2988
2994
|
"members": {
|
2989
2995
|
"ValidationStatuses": {
|
2990
|
-
"shape": "
|
2996
|
+
"shape": "Sxc"
|
2991
2997
|
},
|
2992
2998
|
"ImageScanStatuses": {
|
2993
|
-
"shape": "
|
2999
|
+
"shape": "Sxc"
|
2994
3000
|
}
|
2995
3001
|
}
|
2996
3002
|
},
|
@@ -3102,13 +3108,13 @@
|
|
3102
3108
|
"type": "timestamp"
|
3103
3109
|
},
|
3104
3110
|
"CreatedBy": {
|
3105
|
-
"shape": "
|
3111
|
+
"shape": "Sx5"
|
3106
3112
|
},
|
3107
3113
|
"LastModifiedTime": {
|
3108
3114
|
"type": "timestamp"
|
3109
3115
|
},
|
3110
3116
|
"LastModifiedBy": {
|
3111
|
-
"shape": "
|
3117
|
+
"shape": "Sx5"
|
3112
3118
|
},
|
3113
3119
|
"MetadataProperties": {
|
3114
3120
|
"shape": "S21"
|
@@ -3168,10 +3174,10 @@
|
|
3168
3174
|
},
|
3169
3175
|
"FailureReason": {},
|
3170
3176
|
"PartialFailureReasons": {
|
3171
|
-
"shape": "
|
3177
|
+
"shape": "Sxq"
|
3172
3178
|
},
|
3173
3179
|
"BestCandidate": {
|
3174
|
-
"shape": "
|
3180
|
+
"shape": "Sxs"
|
3175
3181
|
},
|
3176
3182
|
"AutoMLJobStatus": {},
|
3177
3183
|
"AutoMLJobSecondaryStatus": {},
|
@@ -3179,7 +3185,7 @@
|
|
3179
3185
|
"type": "boolean"
|
3180
3186
|
},
|
3181
3187
|
"AutoMLJobArtifacts": {
|
3182
|
-
"shape": "
|
3188
|
+
"shape": "Syk"
|
3183
3189
|
},
|
3184
3190
|
"ResolvedAttributes": {
|
3185
3191
|
"type": "structure",
|
@@ -3197,7 +3203,7 @@
|
|
3197
3203
|
"shape": "S6p"
|
3198
3204
|
},
|
3199
3205
|
"ModelDeployResult": {
|
3200
|
-
"shape": "
|
3206
|
+
"shape": "Syo"
|
3201
3207
|
}
|
3202
3208
|
}
|
3203
3209
|
}
|
@@ -3253,15 +3259,15 @@
|
|
3253
3259
|
},
|
3254
3260
|
"FailureReason": {},
|
3255
3261
|
"PartialFailureReasons": {
|
3256
|
-
"shape": "
|
3262
|
+
"shape": "Sxq"
|
3257
3263
|
},
|
3258
3264
|
"BestCandidate": {
|
3259
|
-
"shape": "
|
3265
|
+
"shape": "Sxs"
|
3260
3266
|
},
|
3261
3267
|
"AutoMLJobStatus": {},
|
3262
3268
|
"AutoMLJobSecondaryStatus": {},
|
3263
3269
|
"AutoMLJobArtifacts": {
|
3264
|
-
"shape": "
|
3270
|
+
"shape": "Syk"
|
3265
3271
|
},
|
3266
3272
|
"ResolvedAttributes": {
|
3267
3273
|
"type": "structure",
|
@@ -3296,7 +3302,7 @@
|
|
3296
3302
|
"shape": "S6p"
|
3297
3303
|
},
|
3298
3304
|
"ModelDeployResult": {
|
3299
|
-
"shape": "
|
3305
|
+
"shape": "Syo"
|
3300
3306
|
},
|
3301
3307
|
"DataSplitConfig": {
|
3302
3308
|
"shape": "S6l"
|
@@ -3385,7 +3391,7 @@
|
|
3385
3391
|
"InstanceGroupName": {},
|
3386
3392
|
"InstanceId": {},
|
3387
3393
|
"InstanceStatus": {
|
3388
|
-
"shape": "
|
3394
|
+
"shape": "Sz6"
|
3389
3395
|
},
|
3390
3396
|
"InstanceType": {},
|
3391
3397
|
"LaunchTime": {
|
@@ -3483,7 +3489,7 @@
|
|
3483
3489
|
},
|
3484
3490
|
"FailureReason": {},
|
3485
3491
|
"ModelArtifacts": {
|
3486
|
-
"shape": "
|
3492
|
+
"shape": "Szf"
|
3487
3493
|
},
|
3488
3494
|
"ModelDigests": {
|
3489
3495
|
"type": "structure",
|
@@ -3537,13 +3543,13 @@
|
|
3537
3543
|
"type": "timestamp"
|
3538
3544
|
},
|
3539
3545
|
"CreatedBy": {
|
3540
|
-
"shape": "
|
3546
|
+
"shape": "Sx5"
|
3541
3547
|
},
|
3542
3548
|
"LastModifiedTime": {
|
3543
3549
|
"type": "timestamp"
|
3544
3550
|
},
|
3545
3551
|
"LastModifiedBy": {
|
3546
|
-
"shape": "
|
3552
|
+
"shape": "Sx5"
|
3547
3553
|
},
|
3548
3554
|
"LineageGroupArn": {}
|
3549
3555
|
}
|
@@ -3924,10 +3930,10 @@
|
|
3924
3930
|
"EndpointArn": {},
|
3925
3931
|
"EndpointConfigName": {},
|
3926
3932
|
"ProductionVariants": {
|
3927
|
-
"shape": "
|
3933
|
+
"shape": "S10l"
|
3928
3934
|
},
|
3929
3935
|
"DataCaptureConfig": {
|
3930
|
-
"shape": "
|
3936
|
+
"shape": "S10t"
|
3931
3937
|
},
|
3932
3938
|
"EndpointStatus": {},
|
3933
3939
|
"FailureReason": {},
|
@@ -3951,13 +3957,13 @@
|
|
3951
3957
|
"members": {
|
3952
3958
|
"EndpointConfigName": {},
|
3953
3959
|
"ProductionVariants": {
|
3954
|
-
"shape": "
|
3960
|
+
"shape": "S10x"
|
3955
3961
|
},
|
3956
3962
|
"StartTime": {
|
3957
3963
|
"type": "timestamp"
|
3958
3964
|
},
|
3959
3965
|
"ShadowProductionVariants": {
|
3960
|
-
"shape": "
|
3966
|
+
"shape": "S10x"
|
3961
3967
|
}
|
3962
3968
|
}
|
3963
3969
|
},
|
@@ -3965,7 +3971,7 @@
|
|
3965
3971
|
"shape": "Sea"
|
3966
3972
|
},
|
3967
3973
|
"ShadowProductionVariants": {
|
3968
|
-
"shape": "
|
3974
|
+
"shape": "S10l"
|
3969
3975
|
}
|
3970
3976
|
}
|
3971
3977
|
}
|
@@ -4037,20 +4043,20 @@
|
|
4037
4043
|
"ExperimentArn": {},
|
4038
4044
|
"DisplayName": {},
|
4039
4045
|
"Source": {
|
4040
|
-
"shape": "
|
4046
|
+
"shape": "S113"
|
4041
4047
|
},
|
4042
4048
|
"Description": {},
|
4043
4049
|
"CreationTime": {
|
4044
4050
|
"type": "timestamp"
|
4045
4051
|
},
|
4046
4052
|
"CreatedBy": {
|
4047
|
-
"shape": "
|
4053
|
+
"shape": "Sx5"
|
4048
4054
|
},
|
4049
4055
|
"LastModifiedTime": {
|
4050
4056
|
"type": "timestamp"
|
4051
4057
|
},
|
4052
4058
|
"LastModifiedBy": {
|
4053
|
-
"shape": "
|
4059
|
+
"shape": "Sx5"
|
4054
4060
|
}
|
4055
4061
|
}
|
4056
4062
|
}
|
@@ -4115,10 +4121,10 @@
|
|
4115
4121
|
"RoleArn": {},
|
4116
4122
|
"FeatureGroupStatus": {},
|
4117
4123
|
"OfflineStoreStatus": {
|
4118
|
-
"shape": "
|
4124
|
+
"shape": "S11b"
|
4119
4125
|
},
|
4120
4126
|
"LastUpdateStatus": {
|
4121
|
-
"shape": "
|
4127
|
+
"shape": "S11e"
|
4122
4128
|
},
|
4123
4129
|
"FailureReason": {},
|
4124
4130
|
"Description": {},
|
@@ -4164,7 +4170,7 @@
|
|
4164
4170
|
},
|
4165
4171
|
"Description": {},
|
4166
4172
|
"Parameters": {
|
4167
|
-
"shape": "
|
4173
|
+
"shape": "S11k"
|
4168
4174
|
}
|
4169
4175
|
}
|
4170
4176
|
}
|
@@ -4296,7 +4302,7 @@
|
|
4296
4302
|
"HubContentMarkdown": {},
|
4297
4303
|
"HubContentDocument": {},
|
4298
4304
|
"HubContentSearchKeywords": {
|
4299
|
-
"shape": "
|
4305
|
+
"shape": "S122"
|
4300
4306
|
},
|
4301
4307
|
"HubContentDependencies": {
|
4302
4308
|
"type": "list",
|
@@ -4395,16 +4401,16 @@
|
|
4395
4401
|
"type": "timestamp"
|
4396
4402
|
},
|
4397
4403
|
"TrainingJobStatusCounters": {
|
4398
|
-
"shape": "
|
4404
|
+
"shape": "S12h"
|
4399
4405
|
},
|
4400
4406
|
"ObjectiveStatusCounters": {
|
4401
|
-
"shape": "
|
4407
|
+
"shape": "S12j"
|
4402
4408
|
},
|
4403
4409
|
"BestTrainingJob": {
|
4404
|
-
"shape": "
|
4410
|
+
"shape": "S12l"
|
4405
4411
|
},
|
4406
4412
|
"OverallBestTrainingJob": {
|
4407
|
-
"shape": "
|
4413
|
+
"shape": "S12l"
|
4408
4414
|
},
|
4409
4415
|
"WarmStartConfig": {
|
4410
4416
|
"shape": "Sif"
|
@@ -4414,10 +4420,10 @@
|
|
4414
4420
|
},
|
4415
4421
|
"FailureReason": {},
|
4416
4422
|
"TuningJobCompletionDetails": {
|
4417
|
-
"shape": "
|
4423
|
+
"shape": "S12o"
|
4418
4424
|
},
|
4419
4425
|
"ConsumedResources": {
|
4420
|
-
"shape": "
|
4426
|
+
"shape": "S12p"
|
4421
4427
|
}
|
4422
4428
|
}
|
4423
4429
|
}
|
@@ -4530,7 +4536,7 @@
|
|
4530
4536
|
"type": "structure",
|
4531
4537
|
"members": {
|
4532
4538
|
"DeployedImage": {
|
4533
|
-
"shape": "
|
4539
|
+
"shape": "S10o"
|
4534
4540
|
},
|
4535
4541
|
"ArtifactUrl": {},
|
4536
4542
|
"Environment": {
|
@@ -4706,13 +4712,13 @@
|
|
4706
4712
|
"members": {
|
4707
4713
|
"RecommendationId": {},
|
4708
4714
|
"Metrics": {
|
4709
|
-
"shape": "
|
4715
|
+
"shape": "S13g"
|
4710
4716
|
},
|
4711
4717
|
"EndpointConfiguration": {
|
4712
|
-
"shape": "
|
4718
|
+
"shape": "S13j"
|
4713
4719
|
},
|
4714
4720
|
"ModelConfiguration": {
|
4715
|
-
"shape": "
|
4721
|
+
"shape": "S13l"
|
4716
4722
|
},
|
4717
4723
|
"InvocationEndTime": {
|
4718
4724
|
"type": "timestamp"
|
@@ -4733,7 +4739,7 @@
|
|
4733
4739
|
],
|
4734
4740
|
"members": {
|
4735
4741
|
"Metrics": {
|
4736
|
-
"shape": "
|
4742
|
+
"shape": "S13t"
|
4737
4743
|
},
|
4738
4744
|
"EndpointInfo": {
|
4739
4745
|
"shape": "Sl3"
|
@@ -4772,7 +4778,7 @@
|
|
4772
4778
|
"members": {
|
4773
4779
|
"LabelingJobStatus": {},
|
4774
4780
|
"LabelCounters": {
|
4775
|
-
"shape": "
|
4781
|
+
"shape": "S13x"
|
4776
4782
|
},
|
4777
4783
|
"FailureReason": {},
|
4778
4784
|
"CreationTime": {
|
@@ -4806,7 +4812,7 @@
|
|
4806
4812
|
"shape": "S7"
|
4807
4813
|
},
|
4808
4814
|
"LabelingJobOutput": {
|
4809
|
-
"shape": "
|
4815
|
+
"shape": "S140"
|
4810
4816
|
}
|
4811
4817
|
}
|
4812
4818
|
}
|
@@ -4832,13 +4838,13 @@
|
|
4832
4838
|
"type": "timestamp"
|
4833
4839
|
},
|
4834
4840
|
"CreatedBy": {
|
4835
|
-
"shape": "
|
4841
|
+
"shape": "Sx5"
|
4836
4842
|
},
|
4837
4843
|
"LastModifiedTime": {
|
4838
4844
|
"type": "timestamp"
|
4839
4845
|
},
|
4840
4846
|
"LastModifiedBy": {
|
4841
|
-
"shape": "
|
4847
|
+
"shape": "Sx5"
|
4842
4848
|
}
|
4843
4849
|
}
|
4844
4850
|
}
|
@@ -4883,7 +4889,7 @@
|
|
4883
4889
|
"type": "boolean"
|
4884
4890
|
},
|
4885
4891
|
"DeploymentRecommendation": {
|
4886
|
-
"shape": "
|
4892
|
+
"shape": "S145"
|
4887
4893
|
}
|
4888
4894
|
}
|
4889
4895
|
}
|
@@ -4982,13 +4988,13 @@
|
|
4982
4988
|
"type": "timestamp"
|
4983
4989
|
},
|
4984
4990
|
"CreatedBy": {
|
4985
|
-
"shape": "
|
4991
|
+
"shape": "Sx5"
|
4986
4992
|
},
|
4987
4993
|
"LastModifiedTime": {
|
4988
4994
|
"type": "timestamp"
|
4989
4995
|
},
|
4990
4996
|
"LastModifiedBy": {
|
4991
|
-
"shape": "
|
4997
|
+
"shape": "Sx5"
|
4992
4998
|
},
|
4993
4999
|
"ModelCardProcessingStatus": {}
|
4994
5000
|
}
|
@@ -5140,14 +5146,14 @@
|
|
5140
5146
|
},
|
5141
5147
|
"ModelPackageStatus": {},
|
5142
5148
|
"ModelPackageStatusDetails": {
|
5143
|
-
"shape": "
|
5149
|
+
"shape": "S14m"
|
5144
5150
|
},
|
5145
5151
|
"CertifyForMarketplace": {
|
5146
5152
|
"type": "boolean"
|
5147
5153
|
},
|
5148
5154
|
"ModelApprovalStatus": {},
|
5149
5155
|
"CreatedBy": {
|
5150
|
-
"shape": "
|
5156
|
+
"shape": "Sx5"
|
5151
5157
|
},
|
5152
5158
|
"MetadataProperties": {
|
5153
5159
|
"shape": "S21"
|
@@ -5159,7 +5165,7 @@
|
|
5159
5165
|
"type": "timestamp"
|
5160
5166
|
},
|
5161
5167
|
"LastModifiedBy": {
|
5162
|
-
"shape": "
|
5168
|
+
"shape": "Sx5"
|
5163
5169
|
},
|
5164
5170
|
"ApprovalDescription": {},
|
5165
5171
|
"Domain": {},
|
@@ -5175,7 +5181,13 @@
|
|
5175
5181
|
"shape": "So2"
|
5176
5182
|
},
|
5177
5183
|
"SkipModelValidation": {},
|
5178
|
-
"SourceUri": {}
|
5184
|
+
"SourceUri": {},
|
5185
|
+
"SecurityConfig": {
|
5186
|
+
"shape": "So6"
|
5187
|
+
},
|
5188
|
+
"ModelCard": {
|
5189
|
+
"shape": "So7"
|
5190
|
+
}
|
5179
5191
|
}
|
5180
5192
|
}
|
5181
5193
|
},
|
@@ -5206,7 +5218,7 @@
|
|
5206
5218
|
"type": "timestamp"
|
5207
5219
|
},
|
5208
5220
|
"CreatedBy": {
|
5209
|
-
"shape": "
|
5221
|
+
"shape": "Sx5"
|
5210
5222
|
},
|
5211
5223
|
"ModelPackageGroupStatus": {}
|
5212
5224
|
}
|
@@ -5241,13 +5253,13 @@
|
|
5241
5253
|
"type": "timestamp"
|
5242
5254
|
},
|
5243
5255
|
"ModelQualityBaselineConfig": {
|
5244
|
-
"shape": "
|
5256
|
+
"shape": "Sod"
|
5245
5257
|
},
|
5246
5258
|
"ModelQualityAppSpecification": {
|
5247
|
-
"shape": "
|
5259
|
+
"shape": "Soe"
|
5248
5260
|
},
|
5249
5261
|
"ModelQualityJobInput": {
|
5250
|
-
"shape": "
|
5262
|
+
"shape": "Sog"
|
5251
5263
|
},
|
5252
5264
|
"ModelQualityJobOutputConfig": {
|
5253
5265
|
"shape": "S9u"
|
@@ -5298,11 +5310,11 @@
|
|
5298
5310
|
"type": "timestamp"
|
5299
5311
|
},
|
5300
5312
|
"MonitoringScheduleConfig": {
|
5301
|
-
"shape": "
|
5313
|
+
"shape": "Sok"
|
5302
5314
|
},
|
5303
5315
|
"EndpointName": {},
|
5304
5316
|
"LastMonitoringExecutionSummary": {
|
5305
|
-
"shape": "
|
5317
|
+
"shape": "S14z"
|
5306
5318
|
}
|
5307
5319
|
}
|
5308
5320
|
}
|
@@ -5345,16 +5357,16 @@
|
|
5345
5357
|
"type": "integer"
|
5346
5358
|
},
|
5347
5359
|
"AcceleratorTypes": {
|
5348
|
-
"shape": "
|
5360
|
+
"shape": "Sp1"
|
5349
5361
|
},
|
5350
5362
|
"DefaultCodeRepository": {},
|
5351
5363
|
"AdditionalCodeRepositories": {
|
5352
|
-
"shape": "
|
5364
|
+
"shape": "Sp4"
|
5353
5365
|
},
|
5354
5366
|
"RootAccess": {},
|
5355
5367
|
"PlatformIdentifier": {},
|
5356
5368
|
"InstanceMetadataServiceConfiguration": {
|
5357
|
-
"shape": "
|
5369
|
+
"shape": "Sp7"
|
5358
5370
|
}
|
5359
5371
|
}
|
5360
5372
|
}
|
@@ -5375,10 +5387,10 @@
|
|
5375
5387
|
"NotebookInstanceLifecycleConfigArn": {},
|
5376
5388
|
"NotebookInstanceLifecycleConfigName": {},
|
5377
5389
|
"OnCreate": {
|
5378
|
-
"shape": "
|
5390
|
+
"shape": "Spc"
|
5379
5391
|
},
|
5380
5392
|
"OnStart": {
|
5381
|
-
"shape": "
|
5393
|
+
"shape": "Spc"
|
5382
5394
|
},
|
5383
5395
|
"LastModifiedTime": {
|
5384
5396
|
"type": "timestamp"
|
@@ -5419,13 +5431,13 @@
|
|
5419
5431
|
"type": "timestamp"
|
5420
5432
|
},
|
5421
5433
|
"CreatedBy": {
|
5422
|
-
"shape": "
|
5434
|
+
"shape": "Sx5"
|
5423
5435
|
},
|
5424
5436
|
"LastModifiedBy": {
|
5425
|
-
"shape": "
|
5437
|
+
"shape": "Sx5"
|
5426
5438
|
},
|
5427
5439
|
"ParallelismConfiguration": {
|
5428
|
-
"shape": "
|
5440
|
+
"shape": "Spq"
|
5429
5441
|
}
|
5430
5442
|
}
|
5431
5443
|
}
|
@@ -5469,7 +5481,7 @@
|
|
5469
5481
|
"PipelineExecutionStatus": {},
|
5470
5482
|
"PipelineExecutionDescription": {},
|
5471
5483
|
"PipelineExperimentConfig": {
|
5472
|
-
"shape": "
|
5484
|
+
"shape": "S15j"
|
5473
5485
|
},
|
5474
5486
|
"FailureReason": {},
|
5475
5487
|
"CreationTime": {
|
@@ -5479,16 +5491,16 @@
|
|
5479
5491
|
"type": "timestamp"
|
5480
5492
|
},
|
5481
5493
|
"CreatedBy": {
|
5482
|
-
"shape": "
|
5494
|
+
"shape": "Sx5"
|
5483
5495
|
},
|
5484
5496
|
"LastModifiedBy": {
|
5485
|
-
"shape": "
|
5497
|
+
"shape": "Sx5"
|
5486
5498
|
},
|
5487
5499
|
"ParallelismConfiguration": {
|
5488
|
-
"shape": "
|
5500
|
+
"shape": "Spq"
|
5489
5501
|
},
|
5490
5502
|
"SelectiveExecutionConfig": {
|
5491
|
-
"shape": "
|
5503
|
+
"shape": "S15l"
|
5492
5504
|
}
|
5493
5505
|
}
|
5494
5506
|
}
|
@@ -5515,30 +5527,30 @@
|
|
5515
5527
|
],
|
5516
5528
|
"members": {
|
5517
5529
|
"ProcessingInputs": {
|
5518
|
-
"shape": "
|
5530
|
+
"shape": "Sq3"
|
5519
5531
|
},
|
5520
5532
|
"ProcessingOutputConfig": {
|
5521
|
-
"shape": "
|
5533
|
+
"shape": "Sqq"
|
5522
5534
|
},
|
5523
5535
|
"ProcessingJobName": {},
|
5524
5536
|
"ProcessingResources": {
|
5525
|
-
"shape": "
|
5537
|
+
"shape": "Sqv"
|
5526
5538
|
},
|
5527
5539
|
"StoppingCondition": {
|
5528
|
-
"shape": "
|
5540
|
+
"shape": "Sqx"
|
5529
5541
|
},
|
5530
5542
|
"AppSpecification": {
|
5531
|
-
"shape": "
|
5543
|
+
"shape": "Sqz"
|
5532
5544
|
},
|
5533
5545
|
"Environment": {
|
5534
|
-
"shape": "
|
5546
|
+
"shape": "Sr1"
|
5535
5547
|
},
|
5536
5548
|
"NetworkConfig": {
|
5537
|
-
"shape": "
|
5549
|
+
"shape": "Sos"
|
5538
5550
|
},
|
5539
5551
|
"RoleArn": {},
|
5540
5552
|
"ExperimentConfig": {
|
5541
|
-
"shape": "
|
5553
|
+
"shape": "Sr2"
|
5542
5554
|
},
|
5543
5555
|
"ProcessingJobArn": {},
|
5544
5556
|
"ProcessingJobStatus": {},
|
@@ -5588,14 +5600,14 @@
|
|
5588
5600
|
"ProjectId": {},
|
5589
5601
|
"ProjectDescription": {},
|
5590
5602
|
"ServiceCatalogProvisioningDetails": {
|
5591
|
-
"shape": "
|
5603
|
+
"shape": "Sr7"
|
5592
5604
|
},
|
5593
5605
|
"ServiceCatalogProvisionedProductDetails": {
|
5594
|
-
"shape": "
|
5606
|
+
"shape": "S15u"
|
5595
5607
|
},
|
5596
5608
|
"ProjectStatus": {},
|
5597
5609
|
"CreatedBy": {
|
5598
|
-
"shape": "
|
5610
|
+
"shape": "Sx5"
|
5599
5611
|
},
|
5600
5612
|
"CreationTime": {
|
5601
5613
|
"type": "timestamp"
|
@@ -5604,7 +5616,7 @@
|
|
5604
5616
|
"type": "timestamp"
|
5605
5617
|
},
|
5606
5618
|
"LastModifiedBy": {
|
5607
|
-
"shape": "
|
5619
|
+
"shape": "Sx5"
|
5608
5620
|
}
|
5609
5621
|
}
|
5610
5622
|
}
|
@@ -5637,13 +5649,13 @@
|
|
5637
5649
|
},
|
5638
5650
|
"FailureReason": {},
|
5639
5651
|
"SpaceSettings": {
|
5640
|
-
"shape": "
|
5652
|
+
"shape": "Srh"
|
5641
5653
|
},
|
5642
5654
|
"OwnershipSettings": {
|
5643
|
-
"shape": "
|
5655
|
+
"shape": "Srp"
|
5644
5656
|
},
|
5645
5657
|
"SpaceSharingSettings": {
|
5646
|
-
"shape": "
|
5658
|
+
"shape": "Srq"
|
5647
5659
|
},
|
5648
5660
|
"SpaceDisplayName": {},
|
5649
5661
|
"Url": {}
|
@@ -5693,7 +5705,7 @@
|
|
5693
5705
|
],
|
5694
5706
|
"members": {
|
5695
5707
|
"SubscribedWorkteam": {
|
5696
|
-
"shape": "
|
5708
|
+
"shape": "S165"
|
5697
5709
|
}
|
5698
5710
|
}
|
5699
5711
|
}
|
@@ -5728,7 +5740,7 @@
|
|
5728
5740
|
"LabelingJobArn": {},
|
5729
5741
|
"AutoMLJobArn": {},
|
5730
5742
|
"ModelArtifacts": {
|
5731
|
-
"shape": "
|
5743
|
+
"shape": "Szf"
|
5732
5744
|
},
|
5733
5745
|
"TrainingJobStatus": {},
|
5734
5746
|
"SecondaryStatus": {},
|
@@ -5737,7 +5749,7 @@
|
|
5737
5749
|
"shape": "S33"
|
5738
5750
|
},
|
5739
5751
|
"AlgorithmSpecification": {
|
5740
|
-
"shape": "
|
5752
|
+
"shape": "Ss1"
|
5741
5753
|
},
|
5742
5754
|
"RoleArn": {},
|
5743
5755
|
"InputDataConfig": {
|
@@ -5750,7 +5762,7 @@
|
|
5750
5762
|
"shape": "S3q"
|
5751
5763
|
},
|
5752
5764
|
"WarmPoolStatus": {
|
5753
|
-
"shape": "
|
5765
|
+
"shape": "S169"
|
5754
5766
|
},
|
5755
5767
|
"VpcConfig": {
|
5756
5768
|
"shape": "S6b"
|
@@ -5771,10 +5783,10 @@
|
|
5771
5783
|
"type": "timestamp"
|
5772
5784
|
},
|
5773
5785
|
"SecondaryStatusTransitions": {
|
5774
|
-
"shape": "
|
5786
|
+
"shape": "S16c"
|
5775
5787
|
},
|
5776
5788
|
"FinalMetricDataList": {
|
5777
|
-
"shape": "
|
5789
|
+
"shape": "S16f"
|
5778
5790
|
},
|
5779
5791
|
"EnableNetworkIsolation": {
|
5780
5792
|
"type": "boolean"
|
@@ -5795,25 +5807,25 @@
|
|
5795
5807
|
"type": "integer"
|
5796
5808
|
},
|
5797
5809
|
"DebugHookConfig": {
|
5798
|
-
"shape": "
|
5810
|
+
"shape": "Ssa"
|
5799
5811
|
},
|
5800
5812
|
"ExperimentConfig": {
|
5801
|
-
"shape": "
|
5813
|
+
"shape": "Sr2"
|
5802
5814
|
},
|
5803
5815
|
"DebugRuleConfigurations": {
|
5804
|
-
"shape": "
|
5816
|
+
"shape": "Ssi"
|
5805
5817
|
},
|
5806
5818
|
"TensorBoardOutputConfig": {
|
5807
|
-
"shape": "
|
5819
|
+
"shape": "Ssm"
|
5808
5820
|
},
|
5809
5821
|
"DebugRuleEvaluationStatuses": {
|
5810
|
-
"shape": "
|
5822
|
+
"shape": "S16j"
|
5811
5823
|
},
|
5812
5824
|
"ProfilerConfig": {
|
5813
|
-
"shape": "
|
5825
|
+
"shape": "Ssn"
|
5814
5826
|
},
|
5815
5827
|
"ProfilerRuleConfigurations": {
|
5816
|
-
"shape": "
|
5828
|
+
"shape": "Ssr"
|
5817
5829
|
},
|
5818
5830
|
"ProfilerRuleEvaluationStatuses": {
|
5819
5831
|
"type": "list",
|
@@ -5832,16 +5844,16 @@
|
|
5832
5844
|
},
|
5833
5845
|
"ProfilingStatus": {},
|
5834
5846
|
"Environment": {
|
5835
|
-
"shape": "
|
5847
|
+
"shape": "Sst"
|
5836
5848
|
},
|
5837
5849
|
"RetryStrategy": {
|
5838
5850
|
"shape": "Si9"
|
5839
5851
|
},
|
5840
5852
|
"RemoteDebugConfig": {
|
5841
|
-
"shape": "
|
5853
|
+
"shape": "Ssw"
|
5842
5854
|
},
|
5843
5855
|
"InfraCheckConfig": {
|
5844
|
-
"shape": "
|
5856
|
+
"shape": "Ssy"
|
5845
5857
|
}
|
5846
5858
|
}
|
5847
5859
|
}
|
@@ -5877,7 +5889,7 @@
|
|
5877
5889
|
"type": "integer"
|
5878
5890
|
},
|
5879
5891
|
"ModelClientConfig": {
|
5880
|
-
"shape": "
|
5892
|
+
"shape": "St6"
|
5881
5893
|
},
|
5882
5894
|
"MaxPayloadInMB": {
|
5883
5895
|
"type": "integer"
|
@@ -5893,7 +5905,7 @@
|
|
5893
5905
|
"shape": "S4b"
|
5894
5906
|
},
|
5895
5907
|
"DataCaptureConfig": {
|
5896
|
-
"shape": "
|
5908
|
+
"shape": "St9"
|
5897
5909
|
},
|
5898
5910
|
"TransformResources": {
|
5899
5911
|
"shape": "S4e"
|
@@ -5910,10 +5922,10 @@
|
|
5910
5922
|
"LabelingJobArn": {},
|
5911
5923
|
"AutoMLJobArn": {},
|
5912
5924
|
"DataProcessing": {
|
5913
|
-
"shape": "
|
5925
|
+
"shape": "Sta"
|
5914
5926
|
},
|
5915
5927
|
"ExperimentConfig": {
|
5916
|
-
"shape": "
|
5928
|
+
"shape": "Sr2"
|
5917
5929
|
}
|
5918
5930
|
}
|
5919
5931
|
}
|
@@ -5936,19 +5948,19 @@
|
|
5936
5948
|
"DisplayName": {},
|
5937
5949
|
"ExperimentName": {},
|
5938
5950
|
"Source": {
|
5939
|
-
"shape": "
|
5951
|
+
"shape": "S16v"
|
5940
5952
|
},
|
5941
5953
|
"CreationTime": {
|
5942
5954
|
"type": "timestamp"
|
5943
5955
|
},
|
5944
5956
|
"CreatedBy": {
|
5945
|
-
"shape": "
|
5957
|
+
"shape": "Sx5"
|
5946
5958
|
},
|
5947
5959
|
"LastModifiedTime": {
|
5948
5960
|
"type": "timestamp"
|
5949
5961
|
},
|
5950
5962
|
"LastModifiedBy": {
|
5951
|
-
"shape": "
|
5963
|
+
"shape": "Sx5"
|
5952
5964
|
},
|
5953
5965
|
"MetadataProperties": {
|
5954
5966
|
"shape": "S21"
|
@@ -5973,10 +5985,10 @@
|
|
5973
5985
|
"TrialComponentArn": {},
|
5974
5986
|
"DisplayName": {},
|
5975
5987
|
"Source": {
|
5976
|
-
"shape": "
|
5988
|
+
"shape": "S16z"
|
5977
5989
|
},
|
5978
5990
|
"Status": {
|
5979
|
-
"shape": "
|
5991
|
+
"shape": "Sti"
|
5980
5992
|
},
|
5981
5993
|
"StartTime": {
|
5982
5994
|
"type": "timestamp"
|
@@ -5988,34 +6000,34 @@
|
|
5988
6000
|
"type": "timestamp"
|
5989
6001
|
},
|
5990
6002
|
"CreatedBy": {
|
5991
|
-
"shape": "
|
6003
|
+
"shape": "Sx5"
|
5992
6004
|
},
|
5993
6005
|
"LastModifiedTime": {
|
5994
6006
|
"type": "timestamp"
|
5995
6007
|
},
|
5996
6008
|
"LastModifiedBy": {
|
5997
|
-
"shape": "
|
6009
|
+
"shape": "Sx5"
|
5998
6010
|
},
|
5999
6011
|
"Parameters": {
|
6000
|
-
"shape": "
|
6012
|
+
"shape": "Stl"
|
6001
6013
|
},
|
6002
6014
|
"InputArtifacts": {
|
6003
|
-
"shape": "
|
6015
|
+
"shape": "Stp"
|
6004
6016
|
},
|
6005
6017
|
"OutputArtifacts": {
|
6006
|
-
"shape": "
|
6018
|
+
"shape": "Stp"
|
6007
6019
|
},
|
6008
6020
|
"MetadataProperties": {
|
6009
6021
|
"shape": "S21"
|
6010
6022
|
},
|
6011
6023
|
"Metrics": {
|
6012
|
-
"shape": "
|
6024
|
+
"shape": "S171"
|
6013
6025
|
},
|
6014
6026
|
"LineageGroupArn": {},
|
6015
6027
|
"Sources": {
|
6016
6028
|
"type": "list",
|
6017
6029
|
"member": {
|
6018
|
-
"shape": "
|
6030
|
+
"shape": "S16z"
|
6019
6031
|
}
|
6020
6032
|
}
|
6021
6033
|
}
|
@@ -6073,7 +6085,7 @@
|
|
6073
6085
|
],
|
6074
6086
|
"members": {
|
6075
6087
|
"Workforce": {
|
6076
|
-
"shape": "
|
6088
|
+
"shape": "S17b"
|
6077
6089
|
}
|
6078
6090
|
}
|
6079
6091
|
}
|
@@ -6095,7 +6107,7 @@
|
|
6095
6107
|
],
|
6096
6108
|
"members": {
|
6097
6109
|
"Workteam": {
|
6098
|
-
"shape": "
|
6110
|
+
"shape": "S17j"
|
6099
6111
|
}
|
6100
6112
|
}
|
6101
6113
|
}
|
@@ -6294,7 +6306,7 @@
|
|
6294
6306
|
"type": "integer"
|
6295
6307
|
},
|
6296
6308
|
"ScalingPolicyObjective": {
|
6297
|
-
"shape": "
|
6309
|
+
"shape": "S18b"
|
6298
6310
|
}
|
6299
6311
|
}
|
6300
6312
|
},
|
@@ -6308,7 +6320,7 @@
|
|
6308
6320
|
"type": "integer"
|
6309
6321
|
},
|
6310
6322
|
"ScalingPolicyObjective": {
|
6311
|
-
"shape": "
|
6323
|
+
"shape": "S18b"
|
6312
6324
|
},
|
6313
6325
|
"Metric": {
|
6314
6326
|
"type": "structure",
|
@@ -6438,7 +6450,7 @@
|
|
6438
6450
|
"HubContentMarkdown": {},
|
6439
6451
|
"HubContentDocument": {},
|
6440
6452
|
"HubContentSearchKeywords": {
|
6441
|
-
"shape": "
|
6453
|
+
"shape": "S122"
|
6442
6454
|
},
|
6443
6455
|
"Tags": {
|
6444
6456
|
"shape": "S7"
|
@@ -6771,7 +6783,7 @@
|
|
6771
6783
|
"type": "timestamp"
|
6772
6784
|
},
|
6773
6785
|
"CreatedBy": {
|
6774
|
-
"shape": "
|
6786
|
+
"shape": "Sx5"
|
6775
6787
|
}
|
6776
6788
|
}
|
6777
6789
|
}
|
@@ -6840,7 +6852,7 @@
|
|
6840
6852
|
},
|
6841
6853
|
"FailureReason": {},
|
6842
6854
|
"PartialFailureReasons": {
|
6843
|
-
"shape": "
|
6855
|
+
"shape": "Sxq"
|
6844
6856
|
}
|
6845
6857
|
}
|
6846
6858
|
}
|
@@ -6876,7 +6888,7 @@
|
|
6876
6888
|
"Candidates": {
|
6877
6889
|
"type": "list",
|
6878
6890
|
"member": {
|
6879
|
-
"shape": "
|
6891
|
+
"shape": "Sxs"
|
6880
6892
|
}
|
6881
6893
|
},
|
6882
6894
|
"NextToken": {}
|
@@ -6933,7 +6945,7 @@
|
|
6933
6945
|
"type": "timestamp"
|
6934
6946
|
},
|
6935
6947
|
"InstanceStatus": {
|
6936
|
-
"shape": "
|
6948
|
+
"shape": "Sz6"
|
6937
6949
|
}
|
6938
6950
|
}
|
6939
6951
|
}
|
@@ -7194,7 +7206,7 @@
|
|
7194
7206
|
],
|
7195
7207
|
"members": {
|
7196
7208
|
"JobDefinitionSummaries": {
|
7197
|
-
"shape": "
|
7209
|
+
"shape": "S1b3"
|
7198
7210
|
},
|
7199
7211
|
"NextToken": {}
|
7200
7212
|
}
|
@@ -7623,7 +7635,7 @@
|
|
7623
7635
|
"ExperimentName": {},
|
7624
7636
|
"DisplayName": {},
|
7625
7637
|
"ExperimentSource": {
|
7626
|
-
"shape": "
|
7638
|
+
"shape": "S113"
|
7627
7639
|
},
|
7628
7640
|
"CreationTime": {
|
7629
7641
|
"type": "timestamp"
|
@@ -7682,7 +7694,7 @@
|
|
7682
7694
|
},
|
7683
7695
|
"FeatureGroupStatus": {},
|
7684
7696
|
"OfflineStoreStatus": {
|
7685
|
-
"shape": "
|
7697
|
+
"shape": "S11b"
|
7686
7698
|
}
|
7687
7699
|
}
|
7688
7700
|
}
|
@@ -7774,7 +7786,7 @@
|
|
7774
7786
|
],
|
7775
7787
|
"members": {
|
7776
7788
|
"HubContentSummaries": {
|
7777
|
-
"shape": "
|
7789
|
+
"shape": "S1ct"
|
7778
7790
|
},
|
7779
7791
|
"NextToken": {}
|
7780
7792
|
}
|
@@ -7813,7 +7825,7 @@
|
|
7813
7825
|
],
|
7814
7826
|
"members": {
|
7815
7827
|
"HubContentSummaries": {
|
7816
|
-
"shape": "
|
7828
|
+
"shape": "S1ct"
|
7817
7829
|
},
|
7818
7830
|
"NextToken": {}
|
7819
7831
|
}
|
@@ -7988,10 +8000,10 @@
|
|
7988
8000
|
"type": "timestamp"
|
7989
8001
|
},
|
7990
8002
|
"TrainingJobStatusCounters": {
|
7991
|
-
"shape": "
|
8003
|
+
"shape": "S12h"
|
7992
8004
|
},
|
7993
8005
|
"ObjectiveStatusCounters": {
|
7994
|
-
"shape": "
|
8006
|
+
"shape": "S12j"
|
7995
8007
|
},
|
7996
8008
|
"ResourceLimits": {
|
7997
8009
|
"shape": "Shb"
|
@@ -8299,16 +8311,16 @@
|
|
8299
8311
|
],
|
8300
8312
|
"members": {
|
8301
8313
|
"Metrics": {
|
8302
|
-
"shape": "
|
8314
|
+
"shape": "S13g"
|
8303
8315
|
},
|
8304
8316
|
"EndpointMetrics": {
|
8305
|
-
"shape": "
|
8317
|
+
"shape": "S13t"
|
8306
8318
|
},
|
8307
8319
|
"EndpointConfiguration": {
|
8308
|
-
"shape": "
|
8320
|
+
"shape": "S13j"
|
8309
8321
|
},
|
8310
8322
|
"ModelConfiguration": {
|
8311
|
-
"shape": "
|
8323
|
+
"shape": "S13l"
|
8312
8324
|
},
|
8313
8325
|
"FailureReason": {},
|
8314
8326
|
"InvocationEndTime": {
|
@@ -8455,14 +8467,14 @@
|
|
8455
8467
|
},
|
8456
8468
|
"LabelingJobStatus": {},
|
8457
8469
|
"LabelCounters": {
|
8458
|
-
"shape": "
|
8470
|
+
"shape": "S13x"
|
8459
8471
|
},
|
8460
8472
|
"WorkteamArn": {},
|
8461
8473
|
"PreHumanTaskLambdaArn": {},
|
8462
8474
|
"AnnotationConsolidationLambdaArn": {},
|
8463
8475
|
"FailureReason": {},
|
8464
8476
|
"LabelingJobOutput": {
|
8465
|
-
"shape": "
|
8477
|
+
"shape": "S140"
|
8466
8478
|
},
|
8467
8479
|
"InputConfig": {
|
8468
8480
|
"shape": "Slm"
|
@@ -8612,7 +8624,7 @@
|
|
8612
8624
|
],
|
8613
8625
|
"members": {
|
8614
8626
|
"JobDefinitionSummaries": {
|
8615
|
-
"shape": "
|
8627
|
+
"shape": "S1b3"
|
8616
8628
|
},
|
8617
8629
|
"NextToken": {}
|
8618
8630
|
}
|
@@ -8825,7 +8837,7 @@
|
|
8825
8837
|
],
|
8826
8838
|
"members": {
|
8827
8839
|
"JobDefinitionSummaries": {
|
8828
|
-
"shape": "
|
8840
|
+
"shape": "S1b3"
|
8829
8841
|
},
|
8830
8842
|
"NextToken": {}
|
8831
8843
|
}
|
@@ -9024,7 +9036,7 @@
|
|
9024
9036
|
],
|
9025
9037
|
"members": {
|
9026
9038
|
"JobDefinitionSummaries": {
|
9027
|
-
"shape": "
|
9039
|
+
"shape": "S1b3"
|
9028
9040
|
},
|
9029
9041
|
"NextToken": {}
|
9030
9042
|
}
|
@@ -9143,7 +9155,7 @@
|
|
9143
9155
|
"type": "structure",
|
9144
9156
|
"members": {
|
9145
9157
|
"MonitoringAlertSummaries": {
|
9146
|
-
"shape": "
|
9158
|
+
"shape": "S1gd"
|
9147
9159
|
},
|
9148
9160
|
"NextToken": {}
|
9149
9161
|
}
|
@@ -9193,7 +9205,7 @@
|
|
9193
9205
|
"MonitoringExecutionSummaries": {
|
9194
9206
|
"type": "list",
|
9195
9207
|
"member": {
|
9196
|
-
"shape": "
|
9208
|
+
"shape": "S14z"
|
9197
9209
|
}
|
9198
9210
|
},
|
9199
9211
|
"NextToken": {}
|
@@ -9374,7 +9386,7 @@
|
|
9374
9386
|
"NotebookInstanceLifecycleConfigName": {},
|
9375
9387
|
"DefaultCodeRepository": {},
|
9376
9388
|
"AdditionalCodeRepositories": {
|
9377
|
-
"shape": "
|
9389
|
+
"shape": "Sp4"
|
9378
9390
|
}
|
9379
9391
|
}
|
9380
9392
|
}
|
@@ -9470,7 +9482,7 @@
|
|
9470
9482
|
"CallbackToken": {},
|
9471
9483
|
"SqsQueueUrl": {},
|
9472
9484
|
"OutputParameters": {
|
9473
|
-
"shape": "
|
9485
|
+
"shape": "S1hr"
|
9474
9486
|
}
|
9475
9487
|
}
|
9476
9488
|
},
|
@@ -9479,7 +9491,7 @@
|
|
9479
9491
|
"members": {
|
9480
9492
|
"Arn": {},
|
9481
9493
|
"OutputParameters": {
|
9482
|
-
"shape": "
|
9494
|
+
"shape": "S1hr"
|
9483
9495
|
}
|
9484
9496
|
}
|
9485
9497
|
},
|
@@ -9621,7 +9633,7 @@
|
|
9621
9633
|
"type": "structure",
|
9622
9634
|
"members": {
|
9623
9635
|
"PipelineParameters": {
|
9624
|
-
"shape": "
|
9636
|
+
"shape": "S1i8"
|
9625
9637
|
},
|
9626
9638
|
"NextToken": {}
|
9627
9639
|
}
|
@@ -9873,7 +9885,7 @@
|
|
9873
9885
|
"members": {
|
9874
9886
|
"AppType": {},
|
9875
9887
|
"SpaceStorageSettings": {
|
9876
|
-
"shape": "
|
9888
|
+
"shape": "Srk"
|
9877
9889
|
}
|
9878
9890
|
}
|
9879
9891
|
},
|
@@ -10024,7 +10036,7 @@
|
|
10024
10036
|
"SubscribedWorkteams": {
|
10025
10037
|
"type": "list",
|
10026
10038
|
"member": {
|
10027
|
-
"shape": "
|
10039
|
+
"shape": "S165"
|
10028
10040
|
}
|
10029
10041
|
},
|
10030
10042
|
"NextToken": {}
|
@@ -10112,7 +10124,7 @@
|
|
10112
10124
|
},
|
10113
10125
|
"TrainingJobStatus": {},
|
10114
10126
|
"WarmPoolStatus": {
|
10115
|
-
"shape": "
|
10127
|
+
"shape": "S169"
|
10116
10128
|
}
|
10117
10129
|
}
|
10118
10130
|
}
|
@@ -10147,7 +10159,7 @@
|
|
10147
10159
|
"TrainingJobSummaries": {
|
10148
10160
|
"type": "list",
|
10149
10161
|
"member": {
|
10150
|
-
"shape": "
|
10162
|
+
"shape": "S12l"
|
10151
10163
|
}
|
10152
10164
|
},
|
10153
10165
|
"NextToken": {}
|
@@ -10250,10 +10262,10 @@
|
|
10250
10262
|
"TrialComponentArn": {},
|
10251
10263
|
"DisplayName": {},
|
10252
10264
|
"TrialComponentSource": {
|
10253
|
-
"shape": "
|
10265
|
+
"shape": "S16z"
|
10254
10266
|
},
|
10255
10267
|
"Status": {
|
10256
|
-
"shape": "
|
10268
|
+
"shape": "Sti"
|
10257
10269
|
},
|
10258
10270
|
"StartTime": {
|
10259
10271
|
"type": "timestamp"
|
@@ -10265,13 +10277,13 @@
|
|
10265
10277
|
"type": "timestamp"
|
10266
10278
|
},
|
10267
10279
|
"CreatedBy": {
|
10268
|
-
"shape": "
|
10280
|
+
"shape": "Sx5"
|
10269
10281
|
},
|
10270
10282
|
"LastModifiedTime": {
|
10271
10283
|
"type": "timestamp"
|
10272
10284
|
},
|
10273
10285
|
"LastModifiedBy": {
|
10274
|
-
"shape": "
|
10286
|
+
"shape": "Sx5"
|
10275
10287
|
}
|
10276
10288
|
}
|
10277
10289
|
}
|
@@ -10312,7 +10324,7 @@
|
|
10312
10324
|
"TrialName": {},
|
10313
10325
|
"DisplayName": {},
|
10314
10326
|
"TrialSource": {
|
10315
|
-
"shape": "
|
10327
|
+
"shape": "S16v"
|
10316
10328
|
},
|
10317
10329
|
"CreationTime": {
|
10318
10330
|
"type": "timestamp"
|
@@ -10387,7 +10399,7 @@
|
|
10387
10399
|
"Workforces": {
|
10388
10400
|
"type": "list",
|
10389
10401
|
"member": {
|
10390
|
-
"shape": "
|
10402
|
+
"shape": "S17b"
|
10391
10403
|
}
|
10392
10404
|
},
|
10393
10405
|
"NextToken": {}
|
@@ -10416,7 +10428,7 @@
|
|
10416
10428
|
"Workteams": {
|
10417
10429
|
"type": "list",
|
10418
10430
|
"member": {
|
10419
|
-
"shape": "
|
10431
|
+
"shape": "S17j"
|
10420
10432
|
}
|
10421
10433
|
},
|
10422
10434
|
"NextToken": {}
|
@@ -10535,7 +10547,7 @@
|
|
10535
10547
|
"members": {
|
10536
10548
|
"DeviceFleetName": {},
|
10537
10549
|
"Devices": {
|
10538
|
-
"shape": "
|
10550
|
+
"shape": "S1l6"
|
10539
10551
|
},
|
10540
10552
|
"Tags": {
|
10541
10553
|
"shape": "S7"
|
@@ -10605,7 +10617,7 @@
|
|
10605
10617
|
"idempotencyToken": true
|
10606
10618
|
},
|
10607
10619
|
"ParallelismConfiguration": {
|
10608
|
-
"shape": "
|
10620
|
+
"shape": "Spq"
|
10609
10621
|
}
|
10610
10622
|
}
|
10611
10623
|
},
|
@@ -10625,7 +10637,7 @@
|
|
10625
10637
|
"members": {
|
10626
10638
|
"Resource": {},
|
10627
10639
|
"SearchExpression": {
|
10628
|
-
"shape": "
|
10640
|
+
"shape": "S1lh"
|
10629
10641
|
},
|
10630
10642
|
"SortBy": {},
|
10631
10643
|
"SortOrder": {},
|
@@ -10655,7 +10667,7 @@
|
|
10655
10667
|
"type": "structure",
|
10656
10668
|
"members": {
|
10657
10669
|
"TrainingJob": {
|
10658
|
-
"shape": "
|
10670
|
+
"shape": "S1lz"
|
10659
10671
|
},
|
10660
10672
|
"Experiment": {
|
10661
10673
|
"type": "structure",
|
@@ -10664,20 +10676,20 @@
|
|
10664
10676
|
"ExperimentArn": {},
|
10665
10677
|
"DisplayName": {},
|
10666
10678
|
"Source": {
|
10667
|
-
"shape": "
|
10679
|
+
"shape": "S113"
|
10668
10680
|
},
|
10669
10681
|
"Description": {},
|
10670
10682
|
"CreationTime": {
|
10671
10683
|
"type": "timestamp"
|
10672
10684
|
},
|
10673
10685
|
"CreatedBy": {
|
10674
|
-
"shape": "
|
10686
|
+
"shape": "Sx5"
|
10675
10687
|
},
|
10676
10688
|
"LastModifiedTime": {
|
10677
10689
|
"type": "timestamp"
|
10678
10690
|
},
|
10679
10691
|
"LastModifiedBy": {
|
10680
|
-
"shape": "
|
10692
|
+
"shape": "Sx5"
|
10681
10693
|
},
|
10682
10694
|
"Tags": {
|
10683
10695
|
"shape": "S7"
|
@@ -10692,19 +10704,19 @@
|
|
10692
10704
|
"DisplayName": {},
|
10693
10705
|
"ExperimentName": {},
|
10694
10706
|
"Source": {
|
10695
|
-
"shape": "
|
10707
|
+
"shape": "S16v"
|
10696
10708
|
},
|
10697
10709
|
"CreationTime": {
|
10698
10710
|
"type": "timestamp"
|
10699
10711
|
},
|
10700
10712
|
"CreatedBy": {
|
10701
|
-
"shape": "
|
10713
|
+
"shape": "Sx5"
|
10702
10714
|
},
|
10703
10715
|
"LastModifiedTime": {
|
10704
10716
|
"type": "timestamp"
|
10705
10717
|
},
|
10706
10718
|
"LastModifiedBy": {
|
10707
|
-
"shape": "
|
10719
|
+
"shape": "Sx5"
|
10708
10720
|
},
|
10709
10721
|
"MetadataProperties": {
|
10710
10722
|
"shape": "S21"
|
@@ -10720,13 +10732,13 @@
|
|
10720
10732
|
"TrialComponentName": {},
|
10721
10733
|
"TrialComponentArn": {},
|
10722
10734
|
"TrialComponentSource": {
|
10723
|
-
"shape": "
|
10735
|
+
"shape": "S16z"
|
10724
10736
|
},
|
10725
10737
|
"CreationTime": {
|
10726
10738
|
"type": "timestamp"
|
10727
10739
|
},
|
10728
10740
|
"CreatedBy": {
|
10729
|
-
"shape": "
|
10741
|
+
"shape": "Sx5"
|
10730
10742
|
}
|
10731
10743
|
}
|
10732
10744
|
}
|
@@ -10740,10 +10752,10 @@
|
|
10740
10752
|
"DisplayName": {},
|
10741
10753
|
"TrialComponentArn": {},
|
10742
10754
|
"Source": {
|
10743
|
-
"shape": "
|
10755
|
+
"shape": "S16z"
|
10744
10756
|
},
|
10745
10757
|
"Status": {
|
10746
|
-
"shape": "
|
10758
|
+
"shape": "Sti"
|
10747
10759
|
},
|
10748
10760
|
"StartTime": {
|
10749
10761
|
"type": "timestamp"
|
@@ -10755,25 +10767,25 @@
|
|
10755
10767
|
"type": "timestamp"
|
10756
10768
|
},
|
10757
10769
|
"CreatedBy": {
|
10758
|
-
"shape": "
|
10770
|
+
"shape": "Sx5"
|
10759
10771
|
},
|
10760
10772
|
"LastModifiedTime": {
|
10761
10773
|
"type": "timestamp"
|
10762
10774
|
},
|
10763
10775
|
"LastModifiedBy": {
|
10764
|
-
"shape": "
|
10776
|
+
"shape": "Sx5"
|
10765
10777
|
},
|
10766
10778
|
"Parameters": {
|
10767
|
-
"shape": "
|
10779
|
+
"shape": "Stl"
|
10768
10780
|
},
|
10769
10781
|
"InputArtifacts": {
|
10770
|
-
"shape": "
|
10782
|
+
"shape": "Stp"
|
10771
10783
|
},
|
10772
10784
|
"OutputArtifacts": {
|
10773
|
-
"shape": "
|
10785
|
+
"shape": "Stp"
|
10774
10786
|
},
|
10775
10787
|
"Metrics": {
|
10776
|
-
"shape": "
|
10788
|
+
"shape": "S171"
|
10777
10789
|
},
|
10778
10790
|
"MetadataProperties": {
|
10779
10791
|
"shape": "S21"
|
@@ -10783,36 +10795,36 @@
|
|
10783
10795
|
"members": {
|
10784
10796
|
"SourceArn": {},
|
10785
10797
|
"TrainingJob": {
|
10786
|
-
"shape": "
|
10798
|
+
"shape": "S1lz"
|
10787
10799
|
},
|
10788
10800
|
"ProcessingJob": {
|
10789
10801
|
"type": "structure",
|
10790
10802
|
"members": {
|
10791
10803
|
"ProcessingInputs": {
|
10792
|
-
"shape": "
|
10804
|
+
"shape": "Sq3"
|
10793
10805
|
},
|
10794
10806
|
"ProcessingOutputConfig": {
|
10795
|
-
"shape": "
|
10807
|
+
"shape": "Sqq"
|
10796
10808
|
},
|
10797
10809
|
"ProcessingJobName": {},
|
10798
10810
|
"ProcessingResources": {
|
10799
|
-
"shape": "
|
10811
|
+
"shape": "Sqv"
|
10800
10812
|
},
|
10801
10813
|
"StoppingCondition": {
|
10802
|
-
"shape": "
|
10814
|
+
"shape": "Sqx"
|
10803
10815
|
},
|
10804
10816
|
"AppSpecification": {
|
10805
|
-
"shape": "
|
10817
|
+
"shape": "Sqz"
|
10806
10818
|
},
|
10807
10819
|
"Environment": {
|
10808
|
-
"shape": "
|
10820
|
+
"shape": "Sr1"
|
10809
10821
|
},
|
10810
10822
|
"NetworkConfig": {
|
10811
|
-
"shape": "
|
10823
|
+
"shape": "Sos"
|
10812
10824
|
},
|
10813
10825
|
"RoleArn": {},
|
10814
10826
|
"ExperimentConfig": {
|
10815
|
-
"shape": "
|
10827
|
+
"shape": "Sr2"
|
10816
10828
|
},
|
10817
10829
|
"ProcessingJobArn": {},
|
10818
10830
|
"ProcessingJobStatus": {},
|
@@ -10839,7 +10851,7 @@
|
|
10839
10851
|
}
|
10840
10852
|
},
|
10841
10853
|
"TransformJob": {
|
10842
|
-
"shape": "
|
10854
|
+
"shape": "S1m7"
|
10843
10855
|
}
|
10844
10856
|
}
|
10845
10857
|
},
|
@@ -10875,10 +10887,10 @@
|
|
10875
10887
|
"EndpointArn": {},
|
10876
10888
|
"EndpointConfigName": {},
|
10877
10889
|
"ProductionVariants": {
|
10878
|
-
"shape": "
|
10890
|
+
"shape": "S10l"
|
10879
10891
|
},
|
10880
10892
|
"DataCaptureConfig": {
|
10881
|
-
"shape": "
|
10893
|
+
"shape": "S10t"
|
10882
10894
|
},
|
10883
10895
|
"EndpointStatus": {},
|
10884
10896
|
"FailureReason": {},
|
@@ -10905,11 +10917,11 @@
|
|
10905
10917
|
"type": "timestamp"
|
10906
10918
|
},
|
10907
10919
|
"MonitoringScheduleConfig": {
|
10908
|
-
"shape": "
|
10920
|
+
"shape": "Sok"
|
10909
10921
|
},
|
10910
10922
|
"EndpointName": {},
|
10911
10923
|
"LastMonitoringExecutionSummary": {
|
10912
|
-
"shape": "
|
10924
|
+
"shape": "S14z"
|
10913
10925
|
},
|
10914
10926
|
"Tags": {
|
10915
10927
|
"shape": "S7"
|
@@ -10921,7 +10933,7 @@
|
|
10921
10933
|
"shape": "S7"
|
10922
10934
|
},
|
10923
10935
|
"ShadowProductionVariants": {
|
10924
|
-
"shape": "
|
10936
|
+
"shape": "S10l"
|
10925
10937
|
}
|
10926
10938
|
}
|
10927
10939
|
},
|
@@ -10949,14 +10961,14 @@
|
|
10949
10961
|
},
|
10950
10962
|
"ModelPackageStatus": {},
|
10951
10963
|
"ModelPackageStatusDetails": {
|
10952
|
-
"shape": "
|
10964
|
+
"shape": "S14m"
|
10953
10965
|
},
|
10954
10966
|
"CertifyForMarketplace": {
|
10955
10967
|
"type": "boolean"
|
10956
10968
|
},
|
10957
10969
|
"ModelApprovalStatus": {},
|
10958
10970
|
"CreatedBy": {
|
10959
|
-
"shape": "
|
10971
|
+
"shape": "Sx5"
|
10960
10972
|
},
|
10961
10973
|
"MetadataProperties": {
|
10962
10974
|
"shape": "S21"
|
@@ -10968,7 +10980,7 @@
|
|
10968
10980
|
"type": "timestamp"
|
10969
10981
|
},
|
10970
10982
|
"LastModifiedBy": {
|
10971
|
-
"shape": "
|
10983
|
+
"shape": "Sx5"
|
10972
10984
|
},
|
10973
10985
|
"ApprovalDescription": {},
|
10974
10986
|
"Domain": {},
|
@@ -10978,6 +10990,12 @@
|
|
10978
10990
|
"shape": "So2"
|
10979
10991
|
},
|
10980
10992
|
"SourceUri": {},
|
10993
|
+
"SecurityConfig": {
|
10994
|
+
"shape": "So6"
|
10995
|
+
},
|
10996
|
+
"ModelCard": {
|
10997
|
+
"shape": "So7"
|
10998
|
+
},
|
10981
10999
|
"Tags": {
|
10982
11000
|
"shape": "S7"
|
10983
11001
|
},
|
@@ -11000,7 +11018,7 @@
|
|
11000
11018
|
"type": "timestamp"
|
11001
11019
|
},
|
11002
11020
|
"CreatedBy": {
|
11003
|
-
"shape": "
|
11021
|
+
"shape": "Sx5"
|
11004
11022
|
},
|
11005
11023
|
"ModelPackageGroupStatus": {},
|
11006
11024
|
"Tags": {
|
@@ -11027,13 +11045,13 @@
|
|
11027
11045
|
"type": "timestamp"
|
11028
11046
|
},
|
11029
11047
|
"CreatedBy": {
|
11030
|
-
"shape": "
|
11048
|
+
"shape": "Sx5"
|
11031
11049
|
},
|
11032
11050
|
"LastModifiedBy": {
|
11033
|
-
"shape": "
|
11051
|
+
"shape": "Sx5"
|
11034
11052
|
},
|
11035
11053
|
"ParallelismConfiguration": {
|
11036
|
-
"shape": "
|
11054
|
+
"shape": "Spq"
|
11037
11055
|
},
|
11038
11056
|
"Tags": {
|
11039
11057
|
"shape": "S7"
|
@@ -11049,7 +11067,7 @@
|
|
11049
11067
|
"PipelineExecutionStatus": {},
|
11050
11068
|
"PipelineExecutionDescription": {},
|
11051
11069
|
"PipelineExperimentConfig": {
|
11052
|
-
"shape": "
|
11070
|
+
"shape": "S15j"
|
11053
11071
|
},
|
11054
11072
|
"FailureReason": {},
|
11055
11073
|
"CreationTime": {
|
@@ -11059,19 +11077,19 @@
|
|
11059
11077
|
"type": "timestamp"
|
11060
11078
|
},
|
11061
11079
|
"CreatedBy": {
|
11062
|
-
"shape": "
|
11080
|
+
"shape": "Sx5"
|
11063
11081
|
},
|
11064
11082
|
"LastModifiedBy": {
|
11065
|
-
"shape": "
|
11083
|
+
"shape": "Sx5"
|
11066
11084
|
},
|
11067
11085
|
"ParallelismConfiguration": {
|
11068
|
-
"shape": "
|
11086
|
+
"shape": "Spq"
|
11069
11087
|
},
|
11070
11088
|
"SelectiveExecutionConfig": {
|
11071
|
-
"shape": "
|
11089
|
+
"shape": "S15l"
|
11072
11090
|
},
|
11073
11091
|
"PipelineParameters": {
|
11074
|
-
"shape": "
|
11092
|
+
"shape": "S1i8"
|
11075
11093
|
}
|
11076
11094
|
}
|
11077
11095
|
},
|
@@ -11100,10 +11118,10 @@
|
|
11100
11118
|
"RoleArn": {},
|
11101
11119
|
"FeatureGroupStatus": {},
|
11102
11120
|
"OfflineStoreStatus": {
|
11103
|
-
"shape": "
|
11121
|
+
"shape": "S11b"
|
11104
11122
|
},
|
11105
11123
|
"LastUpdateStatus": {
|
11106
|
-
"shape": "
|
11124
|
+
"shape": "S11e"
|
11107
11125
|
},
|
11108
11126
|
"FailureReason": {},
|
11109
11127
|
"Description": {},
|
@@ -11127,7 +11145,7 @@
|
|
11127
11145
|
},
|
11128
11146
|
"Description": {},
|
11129
11147
|
"Parameters": {
|
11130
|
-
"shape": "
|
11148
|
+
"shape": "S11k"
|
11131
11149
|
}
|
11132
11150
|
}
|
11133
11151
|
},
|
@@ -11139,14 +11157,14 @@
|
|
11139
11157
|
"ProjectId": {},
|
11140
11158
|
"ProjectDescription": {},
|
11141
11159
|
"ServiceCatalogProvisioningDetails": {
|
11142
|
-
"shape": "
|
11160
|
+
"shape": "Sr7"
|
11143
11161
|
},
|
11144
11162
|
"ServiceCatalogProvisionedProductDetails": {
|
11145
|
-
"shape": "
|
11163
|
+
"shape": "S15u"
|
11146
11164
|
},
|
11147
11165
|
"ProjectStatus": {},
|
11148
11166
|
"CreatedBy": {
|
11149
|
-
"shape": "
|
11167
|
+
"shape": "Sx5"
|
11150
11168
|
},
|
11151
11169
|
"CreationTime": {
|
11152
11170
|
"type": "timestamp"
|
@@ -11158,7 +11176,7 @@
|
|
11158
11176
|
"type": "timestamp"
|
11159
11177
|
},
|
11160
11178
|
"LastModifiedBy": {
|
11161
|
-
"shape": "
|
11179
|
+
"shape": "Sx5"
|
11162
11180
|
}
|
11163
11181
|
}
|
11164
11182
|
},
|
@@ -11187,26 +11205,26 @@
|
|
11187
11205
|
"type": "timestamp"
|
11188
11206
|
},
|
11189
11207
|
"TrainingJobStatusCounters": {
|
11190
|
-
"shape": "
|
11208
|
+
"shape": "S12h"
|
11191
11209
|
},
|
11192
11210
|
"ObjectiveStatusCounters": {
|
11193
|
-
"shape": "
|
11211
|
+
"shape": "S12j"
|
11194
11212
|
},
|
11195
11213
|
"BestTrainingJob": {
|
11196
|
-
"shape": "
|
11214
|
+
"shape": "S12l"
|
11197
11215
|
},
|
11198
11216
|
"OverallBestTrainingJob": {
|
11199
|
-
"shape": "
|
11217
|
+
"shape": "S12l"
|
11200
11218
|
},
|
11201
11219
|
"WarmStartConfig": {
|
11202
11220
|
"shape": "Sif"
|
11203
11221
|
},
|
11204
11222
|
"FailureReason": {},
|
11205
11223
|
"TuningJobCompletionDetails": {
|
11206
|
-
"shape": "
|
11224
|
+
"shape": "S12o"
|
11207
11225
|
},
|
11208
11226
|
"ConsumedResources": {
|
11209
|
-
"shape": "
|
11227
|
+
"shape": "S12p"
|
11210
11228
|
},
|
11211
11229
|
"Tags": {
|
11212
11230
|
"shape": "S7"
|
@@ -11232,13 +11250,13 @@
|
|
11232
11250
|
"type": "timestamp"
|
11233
11251
|
},
|
11234
11252
|
"CreatedBy": {
|
11235
|
-
"shape": "
|
11253
|
+
"shape": "Sx5"
|
11236
11254
|
},
|
11237
11255
|
"LastModifiedTime": {
|
11238
11256
|
"type": "timestamp"
|
11239
11257
|
},
|
11240
11258
|
"LastModifiedBy": {
|
11241
|
-
"shape": "
|
11259
|
+
"shape": "Sx5"
|
11242
11260
|
},
|
11243
11261
|
"Tags": {
|
11244
11262
|
"shape": "S7"
|
@@ -11279,7 +11297,7 @@
|
|
11279
11297
|
"shape": "S7"
|
11280
11298
|
},
|
11281
11299
|
"DeploymentRecommendation": {
|
11282
|
-
"shape": "
|
11300
|
+
"shape": "S145"
|
11283
11301
|
}
|
11284
11302
|
}
|
11285
11303
|
},
|
@@ -11308,7 +11326,7 @@
|
|
11308
11326
|
}
|
11309
11327
|
},
|
11310
11328
|
"LastBatchTransformJob": {
|
11311
|
-
"shape": "
|
11329
|
+
"shape": "S1m7"
|
11312
11330
|
},
|
11313
11331
|
"MonitoringSchedules": {
|
11314
11332
|
"type": "list",
|
@@ -11327,14 +11345,14 @@
|
|
11327
11345
|
"type": "timestamp"
|
11328
11346
|
},
|
11329
11347
|
"MonitoringScheduleConfig": {
|
11330
|
-
"shape": "
|
11348
|
+
"shape": "Sok"
|
11331
11349
|
},
|
11332
11350
|
"EndpointName": {},
|
11333
11351
|
"MonitoringAlertSummaries": {
|
11334
|
-
"shape": "
|
11352
|
+
"shape": "S1gd"
|
11335
11353
|
},
|
11336
11354
|
"LastMonitoringExecutionSummary": {
|
11337
|
-
"shape": "
|
11355
|
+
"shape": "S14z"
|
11338
11356
|
},
|
11339
11357
|
"BatchTransformInput": {
|
11340
11358
|
"shape": "S9o"
|
@@ -11358,13 +11376,13 @@
|
|
11358
11376
|
"type": "timestamp"
|
11359
11377
|
},
|
11360
11378
|
"CreatedBy": {
|
11361
|
-
"shape": "
|
11379
|
+
"shape": "Sx5"
|
11362
11380
|
},
|
11363
11381
|
"LastModifiedTime": {
|
11364
11382
|
"type": "timestamp"
|
11365
11383
|
},
|
11366
11384
|
"LastModifiedBy": {
|
11367
|
-
"shape": "
|
11385
|
+
"shape": "Sx5"
|
11368
11386
|
},
|
11369
11387
|
"Tags": {
|
11370
11388
|
"shape": "S7"
|
@@ -11412,7 +11430,7 @@
|
|
11412
11430
|
"members": {
|
11413
11431
|
"CallbackToken": {},
|
11414
11432
|
"OutputParameters": {
|
11415
|
-
"shape": "
|
11433
|
+
"shape": "S1hr"
|
11416
11434
|
},
|
11417
11435
|
"ClientRequestToken": {
|
11418
11436
|
"idempotencyToken": true
|
@@ -11492,17 +11510,17 @@
|
|
11492
11510
|
"PipelineName": {},
|
11493
11511
|
"PipelineExecutionDisplayName": {},
|
11494
11512
|
"PipelineParameters": {
|
11495
|
-
"shape": "
|
11513
|
+
"shape": "S1i8"
|
11496
11514
|
},
|
11497
11515
|
"PipelineExecutionDescription": {},
|
11498
11516
|
"ClientRequestToken": {
|
11499
11517
|
"idempotencyToken": true
|
11500
11518
|
},
|
11501
11519
|
"ParallelismConfiguration": {
|
11502
|
-
"shape": "
|
11520
|
+
"shape": "Spq"
|
11503
11521
|
},
|
11504
11522
|
"SelectiveExecutionConfig": {
|
11505
|
-
"shape": "
|
11523
|
+
"shape": "S15l"
|
11506
11524
|
}
|
11507
11525
|
}
|
11508
11526
|
},
|
@@ -11713,7 +11731,7 @@
|
|
11713
11731
|
"shape": "S1z"
|
11714
11732
|
},
|
11715
11733
|
"PropertiesToRemove": {
|
11716
|
-
"shape": "
|
11734
|
+
"shape": "S1no"
|
11717
11735
|
}
|
11718
11736
|
}
|
11719
11737
|
},
|
@@ -11763,7 +11781,7 @@
|
|
11763
11781
|
"shape": "S5n"
|
11764
11782
|
},
|
11765
11783
|
"PropertiesToRemove": {
|
11766
|
-
"shape": "
|
11784
|
+
"shape": "S1no"
|
11767
11785
|
}
|
11768
11786
|
}
|
11769
11787
|
},
|
@@ -11857,7 +11875,7 @@
|
|
11857
11875
|
"shape": "S1z"
|
11858
11876
|
},
|
11859
11877
|
"PropertiesToRemove": {
|
11860
|
-
"shape": "
|
11878
|
+
"shape": "S1no"
|
11861
11879
|
}
|
11862
11880
|
}
|
11863
11881
|
},
|
@@ -11898,7 +11916,7 @@
|
|
11898
11916
|
"members": {
|
11899
11917
|
"DeviceFleetName": {},
|
11900
11918
|
"Devices": {
|
11901
|
-
"shape": "
|
11919
|
+
"shape": "S1l6"
|
11902
11920
|
}
|
11903
11921
|
}
|
11904
11922
|
}
|
@@ -12129,7 +12147,7 @@
|
|
12129
12147
|
"ParameterAdditions": {
|
12130
12148
|
"type": "list",
|
12131
12149
|
"member": {
|
12132
|
-
"shape": "
|
12150
|
+
"shape": "S11l"
|
12133
12151
|
}
|
12134
12152
|
},
|
12135
12153
|
"ParameterRemovals": {
|
@@ -12354,7 +12372,10 @@
|
|
12354
12372
|
"InferenceSpecification": {
|
12355
12373
|
"shape": "Sr"
|
12356
12374
|
},
|
12357
|
-
"SourceUri": {}
|
12375
|
+
"SourceUri": {},
|
12376
|
+
"ModelCard": {
|
12377
|
+
"shape": "So7"
|
12378
|
+
}
|
12358
12379
|
}
|
12359
12380
|
},
|
12360
12381
|
"output": {
|
@@ -12408,7 +12429,7 @@
|
|
12408
12429
|
"members": {
|
12409
12430
|
"MonitoringScheduleName": {},
|
12410
12431
|
"MonitoringScheduleConfig": {
|
12411
|
-
"shape": "
|
12432
|
+
"shape": "Sok"
|
12412
12433
|
}
|
12413
12434
|
}
|
12414
12435
|
},
|
@@ -12441,10 +12462,10 @@
|
|
12441
12462
|
},
|
12442
12463
|
"DefaultCodeRepository": {},
|
12443
12464
|
"AdditionalCodeRepositories": {
|
12444
|
-
"shape": "
|
12465
|
+
"shape": "Sp4"
|
12445
12466
|
},
|
12446
12467
|
"AcceleratorTypes": {
|
12447
|
-
"shape": "
|
12468
|
+
"shape": "Sp1"
|
12448
12469
|
},
|
12449
12470
|
"DisassociateAcceleratorTypes": {
|
12450
12471
|
"type": "boolean"
|
@@ -12457,7 +12478,7 @@
|
|
12457
12478
|
},
|
12458
12479
|
"RootAccess": {},
|
12459
12480
|
"InstanceMetadataServiceConfiguration": {
|
12460
|
-
"shape": "
|
12481
|
+
"shape": "Sp7"
|
12461
12482
|
}
|
12462
12483
|
}
|
12463
12484
|
},
|
@@ -12475,10 +12496,10 @@
|
|
12475
12496
|
"members": {
|
12476
12497
|
"NotebookInstanceLifecycleConfigName": {},
|
12477
12498
|
"OnCreate": {
|
12478
|
-
"shape": "
|
12499
|
+
"shape": "Spc"
|
12479
12500
|
},
|
12480
12501
|
"OnStart": {
|
12481
|
-
"shape": "
|
12502
|
+
"shape": "Spc"
|
12482
12503
|
}
|
12483
12504
|
}
|
12484
12505
|
},
|
@@ -12498,12 +12519,12 @@
|
|
12498
12519
|
"PipelineDisplayName": {},
|
12499
12520
|
"PipelineDefinition": {},
|
12500
12521
|
"PipelineDefinitionS3Location": {
|
12501
|
-
"shape": "
|
12522
|
+
"shape": "Spk"
|
12502
12523
|
},
|
12503
12524
|
"PipelineDescription": {},
|
12504
12525
|
"RoleArn": {},
|
12505
12526
|
"ParallelismConfiguration": {
|
12506
|
-
"shape": "
|
12527
|
+
"shape": "Spq"
|
12507
12528
|
}
|
12508
12529
|
}
|
12509
12530
|
},
|
@@ -12525,7 +12546,7 @@
|
|
12525
12546
|
"PipelineExecutionDescription": {},
|
12526
12547
|
"PipelineExecutionDisplayName": {},
|
12527
12548
|
"ParallelismConfiguration": {
|
12528
|
-
"shape": "
|
12549
|
+
"shape": "Spq"
|
12529
12550
|
}
|
12530
12551
|
}
|
12531
12552
|
},
|
@@ -12550,7 +12571,7 @@
|
|
12550
12571
|
"members": {
|
12551
12572
|
"ProvisioningArtifactId": {},
|
12552
12573
|
"ProvisioningParameters": {
|
12553
|
-
"shape": "
|
12574
|
+
"shape": "Sr9"
|
12554
12575
|
}
|
12555
12576
|
}
|
12556
12577
|
},
|
@@ -12580,7 +12601,7 @@
|
|
12580
12601
|
"DomainId": {},
|
12581
12602
|
"SpaceName": {},
|
12582
12603
|
"SpaceSettings": {
|
12583
|
-
"shape": "
|
12604
|
+
"shape": "Srh"
|
12584
12605
|
},
|
12585
12606
|
"SpaceDisplayName": {}
|
12586
12607
|
}
|
@@ -12608,7 +12629,7 @@
|
|
12608
12629
|
"type": "long"
|
12609
12630
|
},
|
12610
12631
|
"ProfilingParameters": {
|
12611
|
-
"shape": "
|
12632
|
+
"shape": "Ssp"
|
12612
12633
|
},
|
12613
12634
|
"DisableProfiler": {
|
12614
12635
|
"type": "boolean"
|
@@ -12616,7 +12637,7 @@
|
|
12616
12637
|
}
|
12617
12638
|
},
|
12618
12639
|
"ProfilerRuleConfigurations": {
|
12619
|
-
"shape": "
|
12640
|
+
"shape": "Ssr"
|
12620
12641
|
},
|
12621
12642
|
"ResourceConfig": {
|
12622
12643
|
"type": "structure",
|
@@ -12677,7 +12698,7 @@
|
|
12677
12698
|
"TrialComponentName": {},
|
12678
12699
|
"DisplayName": {},
|
12679
12700
|
"Status": {
|
12680
|
-
"shape": "
|
12701
|
+
"shape": "Sti"
|
12681
12702
|
},
|
12682
12703
|
"StartTime": {
|
12683
12704
|
"type": "timestamp"
|
@@ -12686,22 +12707,22 @@
|
|
12686
12707
|
"type": "timestamp"
|
12687
12708
|
},
|
12688
12709
|
"Parameters": {
|
12689
|
-
"shape": "
|
12710
|
+
"shape": "Stl"
|
12690
12711
|
},
|
12691
12712
|
"ParametersToRemove": {
|
12692
|
-
"shape": "
|
12713
|
+
"shape": "S1q5"
|
12693
12714
|
},
|
12694
12715
|
"InputArtifacts": {
|
12695
|
-
"shape": "
|
12716
|
+
"shape": "Stp"
|
12696
12717
|
},
|
12697
12718
|
"InputArtifactsToRemove": {
|
12698
|
-
"shape": "
|
12719
|
+
"shape": "S1q5"
|
12699
12720
|
},
|
12700
12721
|
"OutputArtifacts": {
|
12701
|
-
"shape": "
|
12722
|
+
"shape": "Stp"
|
12702
12723
|
},
|
12703
12724
|
"OutputArtifactsToRemove": {
|
12704
|
-
"shape": "
|
12725
|
+
"shape": "S1q5"
|
12705
12726
|
}
|
12706
12727
|
}
|
12707
12728
|
},
|
@@ -12743,13 +12764,13 @@
|
|
12743
12764
|
"members": {
|
12744
12765
|
"WorkforceName": {},
|
12745
12766
|
"SourceIpConfig": {
|
12746
|
-
"shape": "
|
12767
|
+
"shape": "Su6"
|
12747
12768
|
},
|
12748
12769
|
"OidcConfig": {
|
12749
|
-
"shape": "
|
12770
|
+
"shape": "Su3"
|
12750
12771
|
},
|
12751
12772
|
"WorkforceVpcConfig": {
|
12752
|
-
"shape": "
|
12773
|
+
"shape": "Sua"
|
12753
12774
|
}
|
12754
12775
|
}
|
12755
12776
|
},
|
@@ -12760,7 +12781,7 @@
|
|
12760
12781
|
],
|
12761
12782
|
"members": {
|
12762
12783
|
"Workforce": {
|
12763
|
-
"shape": "
|
12784
|
+
"shape": "S17b"
|
12764
12785
|
}
|
12765
12786
|
}
|
12766
12787
|
}
|
@@ -12774,14 +12795,14 @@
|
|
12774
12795
|
"members": {
|
12775
12796
|
"WorkteamName": {},
|
12776
12797
|
"MemberDefinitions": {
|
12777
|
-
"shape": "
|
12798
|
+
"shape": "Suk"
|
12778
12799
|
},
|
12779
12800
|
"Description": {},
|
12780
12801
|
"NotificationConfiguration": {
|
12781
|
-
"shape": "
|
12802
|
+
"shape": "Sus"
|
12782
12803
|
},
|
12783
12804
|
"WorkerAccessConfiguration": {
|
12784
|
-
"shape": "
|
12805
|
+
"shape": "Suu"
|
12785
12806
|
}
|
12786
12807
|
}
|
12787
12808
|
},
|
@@ -12792,7 +12813,7 @@
|
|
12792
12813
|
],
|
12793
12814
|
"members": {
|
12794
12815
|
"Workteam": {
|
12795
|
-
"shape": "
|
12816
|
+
"shape": "S17j"
|
12796
12817
|
}
|
12797
12818
|
}
|
12798
12819
|
}
|
@@ -13767,6 +13788,9 @@
|
|
13767
13788
|
"CountryCode": {}
|
13768
13789
|
}
|
13769
13790
|
}
|
13791
|
+
},
|
13792
|
+
"CandidateGenerationConfig": {
|
13793
|
+
"shape": "S7n"
|
13770
13794
|
}
|
13771
13795
|
}
|
13772
13796
|
},
|
@@ -13777,12 +13801,7 @@
|
|
13777
13801
|
],
|
13778
13802
|
"members": {
|
13779
13803
|
"CandidateGenerationConfig": {
|
13780
|
-
"
|
13781
|
-
"members": {
|
13782
|
-
"AlgorithmsConfig": {
|
13783
|
-
"shape": "S6h"
|
13784
|
-
}
|
13785
|
-
}
|
13804
|
+
"shape": "S7n"
|
13786
13805
|
},
|
13787
13806
|
"CompletionCriteria": {
|
13788
13807
|
"shape": "S66"
|
@@ -13817,6 +13836,14 @@
|
|
13817
13836
|
},
|
13818
13837
|
"union": true
|
13819
13838
|
},
|
13839
|
+
"S7n": {
|
13840
|
+
"type": "structure",
|
13841
|
+
"members": {
|
13842
|
+
"AlgorithmsConfig": {
|
13843
|
+
"shape": "S6h"
|
13844
|
+
}
|
13845
|
+
}
|
13846
|
+
},
|
13820
13847
|
"S7x": {
|
13821
13848
|
"type": "list",
|
13822
13849
|
"member": {
|
@@ -16249,7 +16276,25 @@
|
|
16249
16276
|
}
|
16250
16277
|
}
|
16251
16278
|
},
|
16252
|
-
"
|
16279
|
+
"So6": {
|
16280
|
+
"type": "structure",
|
16281
|
+
"required": [
|
16282
|
+
"KmsKeyId"
|
16283
|
+
],
|
16284
|
+
"members": {
|
16285
|
+
"KmsKeyId": {}
|
16286
|
+
}
|
16287
|
+
},
|
16288
|
+
"So7": {
|
16289
|
+
"type": "structure",
|
16290
|
+
"members": {
|
16291
|
+
"ModelCardContent": {
|
16292
|
+
"shape": "Sn1"
|
16293
|
+
},
|
16294
|
+
"ModelCardStatus": {}
|
16295
|
+
}
|
16296
|
+
},
|
16297
|
+
"Sod": {
|
16253
16298
|
"type": "structure",
|
16254
16299
|
"members": {
|
16255
16300
|
"BaseliningJobName": {},
|
@@ -16258,7 +16303,7 @@
|
|
16258
16303
|
}
|
16259
16304
|
}
|
16260
16305
|
},
|
16261
|
-
"
|
16306
|
+
"Soe": {
|
16262
16307
|
"type": "structure",
|
16263
16308
|
"required": [
|
16264
16309
|
"ImageUri"
|
@@ -16279,7 +16324,7 @@
|
|
16279
16324
|
}
|
16280
16325
|
}
|
16281
16326
|
},
|
16282
|
-
"
|
16327
|
+
"Sog": {
|
16283
16328
|
"type": "structure",
|
16284
16329
|
"required": [
|
16285
16330
|
"GroundTruthS3Input"
|
@@ -16296,7 +16341,7 @@
|
|
16296
16341
|
}
|
16297
16342
|
}
|
16298
16343
|
},
|
16299
|
-
"
|
16344
|
+
"Sok": {
|
16300
16345
|
"type": "structure",
|
16301
16346
|
"members": {
|
16302
16347
|
"ScheduleConfig": {
|
@@ -16376,7 +16421,7 @@
|
|
16376
16421
|
"shape": "S9d"
|
16377
16422
|
},
|
16378
16423
|
"NetworkConfig": {
|
16379
|
-
"shape": "
|
16424
|
+
"shape": "Sos"
|
16380
16425
|
},
|
16381
16426
|
"RoleArn": {}
|
16382
16427
|
}
|
@@ -16385,7 +16430,7 @@
|
|
16385
16430
|
"MonitoringType": {}
|
16386
16431
|
}
|
16387
16432
|
},
|
16388
|
-
"
|
16433
|
+
"Sos": {
|
16389
16434
|
"type": "structure",
|
16390
16435
|
"members": {
|
16391
16436
|
"EnableInterContainerTrafficEncryption": {
|
@@ -16399,15 +16444,15 @@
|
|
16399
16444
|
}
|
16400
16445
|
}
|
16401
16446
|
},
|
16402
|
-
"
|
16447
|
+
"Sp1": {
|
16403
16448
|
"type": "list",
|
16404
16449
|
"member": {}
|
16405
16450
|
},
|
16406
|
-
"
|
16451
|
+
"Sp4": {
|
16407
16452
|
"type": "list",
|
16408
16453
|
"member": {}
|
16409
16454
|
},
|
16410
|
-
"
|
16455
|
+
"Sp7": {
|
16411
16456
|
"type": "structure",
|
16412
16457
|
"required": [
|
16413
16458
|
"MinimumInstanceMetadataServiceVersion"
|
@@ -16416,7 +16461,7 @@
|
|
16416
16461
|
"MinimumInstanceMetadataServiceVersion": {}
|
16417
16462
|
}
|
16418
16463
|
},
|
16419
|
-
"
|
16464
|
+
"Spc": {
|
16420
16465
|
"type": "list",
|
16421
16466
|
"member": {
|
16422
16467
|
"type": "structure",
|
@@ -16425,7 +16470,7 @@
|
|
16425
16470
|
}
|
16426
16471
|
}
|
16427
16472
|
},
|
16428
|
-
"
|
16473
|
+
"Spk": {
|
16429
16474
|
"type": "structure",
|
16430
16475
|
"required": [
|
16431
16476
|
"Bucket",
|
@@ -16437,7 +16482,7 @@
|
|
16437
16482
|
"VersionId": {}
|
16438
16483
|
}
|
16439
16484
|
},
|
16440
|
-
"
|
16485
|
+
"Spq": {
|
16441
16486
|
"type": "structure",
|
16442
16487
|
"required": [
|
16443
16488
|
"MaxParallelExecutionSteps"
|
@@ -16448,7 +16493,7 @@
|
|
16448
16493
|
}
|
16449
16494
|
}
|
16450
16495
|
},
|
16451
|
-
"
|
16496
|
+
"Sq3": {
|
16452
16497
|
"type": "list",
|
16453
16498
|
"member": {
|
16454
16499
|
"type": "structure",
|
@@ -16529,7 +16574,7 @@
|
|
16529
16574
|
}
|
16530
16575
|
}
|
16531
16576
|
},
|
16532
|
-
"
|
16577
|
+
"Sqq": {
|
16533
16578
|
"type": "structure",
|
16534
16579
|
"required": [
|
16535
16580
|
"Outputs"
|
@@ -16575,7 +16620,7 @@
|
|
16575
16620
|
"KmsKeyId": {}
|
16576
16621
|
}
|
16577
16622
|
},
|
16578
|
-
"
|
16623
|
+
"Sqv": {
|
16579
16624
|
"type": "structure",
|
16580
16625
|
"required": [
|
16581
16626
|
"ClusterConfig"
|
@@ -16601,7 +16646,7 @@
|
|
16601
16646
|
}
|
16602
16647
|
}
|
16603
16648
|
},
|
16604
|
-
"
|
16649
|
+
"Sqx": {
|
16605
16650
|
"type": "structure",
|
16606
16651
|
"required": [
|
16607
16652
|
"MaxRuntimeInSeconds"
|
@@ -16612,7 +16657,7 @@
|
|
16612
16657
|
}
|
16613
16658
|
}
|
16614
16659
|
},
|
16615
|
-
"
|
16660
|
+
"Sqz": {
|
16616
16661
|
"type": "structure",
|
16617
16662
|
"required": [
|
16618
16663
|
"ImageUri"
|
@@ -16628,12 +16673,12 @@
|
|
16628
16673
|
}
|
16629
16674
|
}
|
16630
16675
|
},
|
16631
|
-
"
|
16676
|
+
"Sr1": {
|
16632
16677
|
"type": "map",
|
16633
16678
|
"key": {},
|
16634
16679
|
"value": {}
|
16635
16680
|
},
|
16636
|
-
"
|
16681
|
+
"Sr2": {
|
16637
16682
|
"type": "structure",
|
16638
16683
|
"members": {
|
16639
16684
|
"ExperimentName": {},
|
@@ -16642,7 +16687,7 @@
|
|
16642
16687
|
"RunName": {}
|
16643
16688
|
}
|
16644
16689
|
},
|
16645
|
-
"
|
16690
|
+
"Sr7": {
|
16646
16691
|
"type": "structure",
|
16647
16692
|
"required": [
|
16648
16693
|
"ProductId"
|
@@ -16652,11 +16697,11 @@
|
|
16652
16697
|
"ProvisioningArtifactId": {},
|
16653
16698
|
"PathId": {},
|
16654
16699
|
"ProvisioningParameters": {
|
16655
|
-
"shape": "
|
16700
|
+
"shape": "Sr9"
|
16656
16701
|
}
|
16657
16702
|
}
|
16658
16703
|
},
|
16659
|
-
"
|
16704
|
+
"Sr9": {
|
16660
16705
|
"type": "list",
|
16661
16706
|
"member": {
|
16662
16707
|
"type": "structure",
|
@@ -16666,7 +16711,7 @@
|
|
16666
16711
|
}
|
16667
16712
|
}
|
16668
16713
|
},
|
16669
|
-
"
|
16714
|
+
"Srh": {
|
16670
16715
|
"type": "structure",
|
16671
16716
|
"members": {
|
16672
16717
|
"JupyterServerAppSettings": {
|
@@ -16696,7 +16741,7 @@
|
|
16696
16741
|
},
|
16697
16742
|
"AppType": {},
|
16698
16743
|
"SpaceStorageSettings": {
|
16699
|
-
"shape": "
|
16744
|
+
"shape": "Srk"
|
16700
16745
|
},
|
16701
16746
|
"CustomFileSystems": {
|
16702
16747
|
"type": "list",
|
@@ -16718,7 +16763,7 @@
|
|
16718
16763
|
}
|
16719
16764
|
}
|
16720
16765
|
},
|
16721
|
-
"
|
16766
|
+
"Srk": {
|
16722
16767
|
"type": "structure",
|
16723
16768
|
"members": {
|
16724
16769
|
"EbsStorageSettings": {
|
@@ -16734,7 +16779,7 @@
|
|
16734
16779
|
}
|
16735
16780
|
}
|
16736
16781
|
},
|
16737
|
-
"
|
16782
|
+
"Srp": {
|
16738
16783
|
"type": "structure",
|
16739
16784
|
"required": [
|
16740
16785
|
"OwnerUserProfileName"
|
@@ -16743,7 +16788,7 @@
|
|
16743
16788
|
"OwnerUserProfileName": {}
|
16744
16789
|
}
|
16745
16790
|
},
|
16746
|
-
"
|
16791
|
+
"Srq": {
|
16747
16792
|
"type": "structure",
|
16748
16793
|
"required": [
|
16749
16794
|
"SharingType"
|
@@ -16752,7 +16797,7 @@
|
|
16752
16797
|
"SharingType": {}
|
16753
16798
|
}
|
16754
16799
|
},
|
16755
|
-
"
|
16800
|
+
"Ss1": {
|
16756
16801
|
"type": "structure",
|
16757
16802
|
"required": [
|
16758
16803
|
"TrainingInputMode"
|
@@ -16795,7 +16840,7 @@
|
|
16795
16840
|
}
|
16796
16841
|
}
|
16797
16842
|
},
|
16798
|
-
"
|
16843
|
+
"Ssa": {
|
16799
16844
|
"type": "structure",
|
16800
16845
|
"required": [
|
16801
16846
|
"S3OutputPath"
|
@@ -16824,7 +16869,7 @@
|
|
16824
16869
|
}
|
16825
16870
|
}
|
16826
16871
|
},
|
16827
|
-
"
|
16872
|
+
"Ssi": {
|
16828
16873
|
"type": "list",
|
16829
16874
|
"member": {
|
16830
16875
|
"type": "structure",
|
@@ -16842,17 +16887,17 @@
|
|
16842
16887
|
"type": "integer"
|
16843
16888
|
},
|
16844
16889
|
"RuleParameters": {
|
16845
|
-
"shape": "
|
16890
|
+
"shape": "Ssl"
|
16846
16891
|
}
|
16847
16892
|
}
|
16848
16893
|
}
|
16849
16894
|
},
|
16850
|
-
"
|
16895
|
+
"Ssl": {
|
16851
16896
|
"type": "map",
|
16852
16897
|
"key": {},
|
16853
16898
|
"value": {}
|
16854
16899
|
},
|
16855
|
-
"
|
16900
|
+
"Ssm": {
|
16856
16901
|
"type": "structure",
|
16857
16902
|
"required": [
|
16858
16903
|
"S3OutputPath"
|
@@ -16862,7 +16907,7 @@
|
|
16862
16907
|
"S3OutputPath": {}
|
16863
16908
|
}
|
16864
16909
|
},
|
16865
|
-
"
|
16910
|
+
"Ssn": {
|
16866
16911
|
"type": "structure",
|
16867
16912
|
"members": {
|
16868
16913
|
"S3OutputPath": {},
|
@@ -16870,19 +16915,19 @@
|
|
16870
16915
|
"type": "long"
|
16871
16916
|
},
|
16872
16917
|
"ProfilingParameters": {
|
16873
|
-
"shape": "
|
16918
|
+
"shape": "Ssp"
|
16874
16919
|
},
|
16875
16920
|
"DisableProfiler": {
|
16876
16921
|
"type": "boolean"
|
16877
16922
|
}
|
16878
16923
|
}
|
16879
16924
|
},
|
16880
|
-
"
|
16925
|
+
"Ssp": {
|
16881
16926
|
"type": "map",
|
16882
16927
|
"key": {},
|
16883
16928
|
"value": {}
|
16884
16929
|
},
|
16885
|
-
"
|
16930
|
+
"Ssr": {
|
16886
16931
|
"type": "list",
|
16887
16932
|
"member": {
|
16888
16933
|
"type": "structure",
|
@@ -16900,17 +16945,17 @@
|
|
16900
16945
|
"type": "integer"
|
16901
16946
|
},
|
16902
16947
|
"RuleParameters": {
|
16903
|
-
"shape": "
|
16948
|
+
"shape": "Ssl"
|
16904
16949
|
}
|
16905
16950
|
}
|
16906
16951
|
}
|
16907
16952
|
},
|
16908
|
-
"
|
16953
|
+
"Sst": {
|
16909
16954
|
"type": "map",
|
16910
16955
|
"key": {},
|
16911
16956
|
"value": {}
|
16912
16957
|
},
|
16913
|
-
"
|
16958
|
+
"Ssw": {
|
16914
16959
|
"type": "structure",
|
16915
16960
|
"members": {
|
16916
16961
|
"EnableRemoteDebug": {
|
@@ -16918,7 +16963,7 @@
|
|
16918
16963
|
}
|
16919
16964
|
}
|
16920
16965
|
},
|
16921
|
-
"
|
16966
|
+
"Ssy": {
|
16922
16967
|
"type": "structure",
|
16923
16968
|
"members": {
|
16924
16969
|
"EnableInfraCheck": {
|
@@ -16926,7 +16971,7 @@
|
|
16926
16971
|
}
|
16927
16972
|
}
|
16928
16973
|
},
|
16929
|
-
"
|
16974
|
+
"St6": {
|
16930
16975
|
"type": "structure",
|
16931
16976
|
"members": {
|
16932
16977
|
"InvocationsTimeoutInSeconds": {
|
@@ -16937,7 +16982,7 @@
|
|
16937
16982
|
}
|
16938
16983
|
}
|
16939
16984
|
},
|
16940
|
-
"
|
16985
|
+
"St9": {
|
16941
16986
|
"type": "structure",
|
16942
16987
|
"required": [
|
16943
16988
|
"DestinationS3Uri"
|
@@ -16950,7 +16995,7 @@
|
|
16950
16995
|
}
|
16951
16996
|
}
|
16952
16997
|
},
|
16953
|
-
"
|
16998
|
+
"Sta": {
|
16954
16999
|
"type": "structure",
|
16955
17000
|
"members": {
|
16956
17001
|
"InputFilter": {},
|
@@ -16958,14 +17003,14 @@
|
|
16958
17003
|
"JoinSource": {}
|
16959
17004
|
}
|
16960
17005
|
},
|
16961
|
-
"
|
17006
|
+
"Sti": {
|
16962
17007
|
"type": "structure",
|
16963
17008
|
"members": {
|
16964
17009
|
"PrimaryStatus": {},
|
16965
17010
|
"Message": {}
|
16966
17011
|
}
|
16967
17012
|
},
|
16968
|
-
"
|
17013
|
+
"Stl": {
|
16969
17014
|
"type": "map",
|
16970
17015
|
"key": {},
|
16971
17016
|
"value": {
|
@@ -16978,7 +17023,7 @@
|
|
16978
17023
|
}
|
16979
17024
|
}
|
16980
17025
|
},
|
16981
|
-
"
|
17026
|
+
"Stp": {
|
16982
17027
|
"type": "map",
|
16983
17028
|
"key": {},
|
16984
17029
|
"value": {
|
@@ -16992,7 +17037,7 @@
|
|
16992
17037
|
}
|
16993
17038
|
}
|
16994
17039
|
},
|
16995
|
-
"
|
17040
|
+
"Su0": {
|
16996
17041
|
"type": "structure",
|
16997
17042
|
"required": [
|
16998
17043
|
"UserPool",
|
@@ -17003,7 +17048,7 @@
|
|
17003
17048
|
"ClientId": {}
|
17004
17049
|
}
|
17005
17050
|
},
|
17006
|
-
"
|
17051
|
+
"Su3": {
|
17007
17052
|
"type": "structure",
|
17008
17053
|
"required": [
|
17009
17054
|
"ClientId",
|
@@ -17029,7 +17074,7 @@
|
|
17029
17074
|
"JwksUri": {}
|
17030
17075
|
}
|
17031
17076
|
},
|
17032
|
-
"
|
17077
|
+
"Su6": {
|
17033
17078
|
"type": "structure",
|
17034
17079
|
"required": [
|
17035
17080
|
"Cidrs"
|
@@ -17041,27 +17086,27 @@
|
|
17041
17086
|
}
|
17042
17087
|
}
|
17043
17088
|
},
|
17044
|
-
"
|
17089
|
+
"Sua": {
|
17045
17090
|
"type": "structure",
|
17046
17091
|
"members": {
|
17047
17092
|
"VpcId": {},
|
17048
17093
|
"SecurityGroupIds": {
|
17049
|
-
"shape": "
|
17094
|
+
"shape": "Suc"
|
17050
17095
|
},
|
17051
17096
|
"Subnets": {
|
17052
|
-
"shape": "
|
17097
|
+
"shape": "Sue"
|
17053
17098
|
}
|
17054
17099
|
}
|
17055
17100
|
},
|
17056
|
-
"
|
17101
|
+
"Suc": {
|
17057
17102
|
"type": "list",
|
17058
17103
|
"member": {}
|
17059
17104
|
},
|
17060
|
-
"
|
17105
|
+
"Sue": {
|
17061
17106
|
"type": "list",
|
17062
17107
|
"member": {}
|
17063
17108
|
},
|
17064
|
-
"
|
17109
|
+
"Suk": {
|
17065
17110
|
"type": "list",
|
17066
17111
|
"member": {
|
17067
17112
|
"type": "structure",
|
@@ -17091,13 +17136,13 @@
|
|
17091
17136
|
}
|
17092
17137
|
}
|
17093
17138
|
},
|
17094
|
-
"
|
17139
|
+
"Sus": {
|
17095
17140
|
"type": "structure",
|
17096
17141
|
"members": {
|
17097
17142
|
"NotificationTopicArn": {}
|
17098
17143
|
}
|
17099
17144
|
},
|
17100
|
-
"
|
17145
|
+
"Suu": {
|
17101
17146
|
"type": "structure",
|
17102
17147
|
"members": {
|
17103
17148
|
"S3Presign": {
|
@@ -17114,7 +17159,7 @@
|
|
17114
17159
|
}
|
17115
17160
|
}
|
17116
17161
|
},
|
17117
|
-
"
|
17162
|
+
"Sx5": {
|
17118
17163
|
"type": "structure",
|
17119
17164
|
"members": {
|
17120
17165
|
"UserProfileArn": {},
|
@@ -17130,7 +17175,7 @@
|
|
17130
17175
|
}
|
17131
17176
|
}
|
17132
17177
|
},
|
17133
|
-
"
|
17178
|
+
"Sxc": {
|
17134
17179
|
"type": "list",
|
17135
17180
|
"member": {
|
17136
17181
|
"type": "structure",
|
@@ -17145,7 +17190,7 @@
|
|
17145
17190
|
}
|
17146
17191
|
}
|
17147
17192
|
},
|
17148
|
-
"
|
17193
|
+
"Sxq": {
|
17149
17194
|
"type": "list",
|
17150
17195
|
"member": {
|
17151
17196
|
"type": "structure",
|
@@ -17154,7 +17199,7 @@
|
|
17154
17199
|
}
|
17155
17200
|
}
|
17156
17201
|
},
|
17157
|
-
"
|
17202
|
+
"Sxs": {
|
17158
17203
|
"type": "structure",
|
17159
17204
|
"required": [
|
17160
17205
|
"CandidateName",
|
@@ -17200,7 +17245,7 @@
|
|
17200
17245
|
},
|
17201
17246
|
"CandidateStatus": {},
|
17202
17247
|
"InferenceContainers": {
|
17203
|
-
"shape": "
|
17248
|
+
"shape": "Sy4"
|
17204
17249
|
},
|
17205
17250
|
"CreationTime": {
|
17206
17251
|
"type": "timestamp"
|
@@ -17246,12 +17291,12 @@
|
|
17246
17291
|
"type": "map",
|
17247
17292
|
"key": {},
|
17248
17293
|
"value": {
|
17249
|
-
"shape": "
|
17294
|
+
"shape": "Sy4"
|
17250
17295
|
}
|
17251
17296
|
}
|
17252
17297
|
}
|
17253
17298
|
},
|
17254
|
-
"
|
17299
|
+
"Sy4": {
|
17255
17300
|
"type": "list",
|
17256
17301
|
"member": {
|
17257
17302
|
"type": "structure",
|
@@ -17268,20 +17313,20 @@
|
|
17268
17313
|
}
|
17269
17314
|
}
|
17270
17315
|
},
|
17271
|
-
"
|
17316
|
+
"Syk": {
|
17272
17317
|
"type": "structure",
|
17273
17318
|
"members": {
|
17274
17319
|
"CandidateDefinitionNotebookLocation": {},
|
17275
17320
|
"DataExplorationNotebookLocation": {}
|
17276
17321
|
}
|
17277
17322
|
},
|
17278
|
-
"
|
17323
|
+
"Syo": {
|
17279
17324
|
"type": "structure",
|
17280
17325
|
"members": {
|
17281
17326
|
"EndpointName": {}
|
17282
17327
|
}
|
17283
17328
|
},
|
17284
|
-
"
|
17329
|
+
"Sz6": {
|
17285
17330
|
"type": "structure",
|
17286
17331
|
"required": [
|
17287
17332
|
"Status"
|
@@ -17291,7 +17336,7 @@
|
|
17291
17336
|
"Message": {}
|
17292
17337
|
}
|
17293
17338
|
},
|
17294
|
-
"
|
17339
|
+
"Szf": {
|
17295
17340
|
"type": "structure",
|
17296
17341
|
"required": [
|
17297
17342
|
"S3ModelArtifacts"
|
@@ -17300,7 +17345,7 @@
|
|
17300
17345
|
"S3ModelArtifacts": {}
|
17301
17346
|
}
|
17302
17347
|
},
|
17303
|
-
"
|
17348
|
+
"S10l": {
|
17304
17349
|
"type": "list",
|
17305
17350
|
"member": {
|
17306
17351
|
"type": "structure",
|
@@ -17310,7 +17355,7 @@
|
|
17310
17355
|
"members": {
|
17311
17356
|
"VariantName": {},
|
17312
17357
|
"DeployedImages": {
|
17313
|
-
"shape": "
|
17358
|
+
"shape": "S10n"
|
17314
17359
|
},
|
17315
17360
|
"CurrentWeight": {
|
17316
17361
|
"type": "float"
|
@@ -17325,7 +17370,7 @@
|
|
17325
17370
|
"type": "integer"
|
17326
17371
|
},
|
17327
17372
|
"VariantStatus": {
|
17328
|
-
"shape": "
|
17373
|
+
"shape": "S10p"
|
17329
17374
|
},
|
17330
17375
|
"CurrentServerlessConfig": {
|
17331
17376
|
"shape": "Sdd"
|
@@ -17342,13 +17387,13 @@
|
|
17342
17387
|
}
|
17343
17388
|
}
|
17344
17389
|
},
|
17345
|
-
"
|
17390
|
+
"S10n": {
|
17346
17391
|
"type": "list",
|
17347
17392
|
"member": {
|
17348
|
-
"shape": "
|
17393
|
+
"shape": "S10o"
|
17349
17394
|
}
|
17350
17395
|
},
|
17351
|
-
"
|
17396
|
+
"S10o": {
|
17352
17397
|
"type": "structure",
|
17353
17398
|
"members": {
|
17354
17399
|
"SpecifiedImage": {},
|
@@ -17358,7 +17403,7 @@
|
|
17358
17403
|
}
|
17359
17404
|
}
|
17360
17405
|
},
|
17361
|
-
"
|
17406
|
+
"S10p": {
|
17362
17407
|
"type": "list",
|
17363
17408
|
"member": {
|
17364
17409
|
"type": "structure",
|
@@ -17374,7 +17419,7 @@
|
|
17374
17419
|
}
|
17375
17420
|
}
|
17376
17421
|
},
|
17377
|
-
"
|
17422
|
+
"S10t": {
|
17378
17423
|
"type": "structure",
|
17379
17424
|
"required": [
|
17380
17425
|
"EnableCapture",
|
@@ -17395,7 +17440,7 @@
|
|
17395
17440
|
"KmsKeyId": {}
|
17396
17441
|
}
|
17397
17442
|
},
|
17398
|
-
"
|
17443
|
+
"S10x": {
|
17399
17444
|
"type": "list",
|
17400
17445
|
"member": {
|
17401
17446
|
"type": "structure",
|
@@ -17405,7 +17450,7 @@
|
|
17405
17450
|
"members": {
|
17406
17451
|
"VariantName": {},
|
17407
17452
|
"DeployedImages": {
|
17408
|
-
"shape": "
|
17453
|
+
"shape": "S10n"
|
17409
17454
|
},
|
17410
17455
|
"CurrentWeight": {
|
17411
17456
|
"type": "float"
|
@@ -17422,7 +17467,7 @@
|
|
17422
17467
|
"InstanceType": {},
|
17423
17468
|
"AcceleratorType": {},
|
17424
17469
|
"VariantStatus": {
|
17425
|
-
"shape": "
|
17470
|
+
"shape": "S10p"
|
17426
17471
|
},
|
17427
17472
|
"CurrentServerlessConfig": {
|
17428
17473
|
"shape": "Sdd"
|
@@ -17439,7 +17484,7 @@
|
|
17439
17484
|
}
|
17440
17485
|
}
|
17441
17486
|
},
|
17442
|
-
"
|
17487
|
+
"S113": {
|
17443
17488
|
"type": "structure",
|
17444
17489
|
"required": [
|
17445
17490
|
"SourceArn"
|
@@ -17449,7 +17494,7 @@
|
|
17449
17494
|
"SourceType": {}
|
17450
17495
|
}
|
17451
17496
|
},
|
17452
|
-
"
|
17497
|
+
"S11b": {
|
17453
17498
|
"type": "structure",
|
17454
17499
|
"required": [
|
17455
17500
|
"Status"
|
@@ -17459,7 +17504,7 @@
|
|
17459
17504
|
"BlockedReason": {}
|
17460
17505
|
}
|
17461
17506
|
},
|
17462
|
-
"
|
17507
|
+
"S11e": {
|
17463
17508
|
"type": "structure",
|
17464
17509
|
"required": [
|
17465
17510
|
"Status"
|
@@ -17469,24 +17514,24 @@
|
|
17469
17514
|
"FailureReason": {}
|
17470
17515
|
}
|
17471
17516
|
},
|
17472
|
-
"
|
17517
|
+
"S11k": {
|
17473
17518
|
"type": "list",
|
17474
17519
|
"member": {
|
17475
|
-
"shape": "
|
17520
|
+
"shape": "S11l"
|
17476
17521
|
}
|
17477
17522
|
},
|
17478
|
-
"
|
17523
|
+
"S11l": {
|
17479
17524
|
"type": "structure",
|
17480
17525
|
"members": {
|
17481
17526
|
"Key": {},
|
17482
17527
|
"Value": {}
|
17483
17528
|
}
|
17484
17529
|
},
|
17485
|
-
"
|
17530
|
+
"S122": {
|
17486
17531
|
"type": "list",
|
17487
17532
|
"member": {}
|
17488
17533
|
},
|
17489
|
-
"
|
17534
|
+
"S12h": {
|
17490
17535
|
"type": "structure",
|
17491
17536
|
"members": {
|
17492
17537
|
"Completed": {
|
@@ -17506,7 +17551,7 @@
|
|
17506
17551
|
}
|
17507
17552
|
}
|
17508
17553
|
},
|
17509
|
-
"
|
17554
|
+
"S12j": {
|
17510
17555
|
"type": "structure",
|
17511
17556
|
"members": {
|
17512
17557
|
"Succeeded": {
|
@@ -17520,7 +17565,7 @@
|
|
17520
17565
|
}
|
17521
17566
|
}
|
17522
17567
|
},
|
17523
|
-
"
|
17568
|
+
"S12l": {
|
17524
17569
|
"type": "structure",
|
17525
17570
|
"required": [
|
17526
17571
|
"TrainingJobName",
|
@@ -17565,7 +17610,7 @@
|
|
17565
17610
|
"ObjectiveStatus": {}
|
17566
17611
|
}
|
17567
17612
|
},
|
17568
|
-
"
|
17613
|
+
"S12o": {
|
17569
17614
|
"type": "structure",
|
17570
17615
|
"members": {
|
17571
17616
|
"NumberOfTrainingJobsObjectiveNotImproving": {
|
@@ -17576,7 +17621,7 @@
|
|
17576
17621
|
}
|
17577
17622
|
}
|
17578
17623
|
},
|
17579
|
-
"
|
17624
|
+
"S12p": {
|
17580
17625
|
"type": "structure",
|
17581
17626
|
"members": {
|
17582
17627
|
"RuntimeInSeconds": {
|
@@ -17584,7 +17629,7 @@
|
|
17584
17629
|
}
|
17585
17630
|
}
|
17586
17631
|
},
|
17587
|
-
"
|
17632
|
+
"S13g": {
|
17588
17633
|
"type": "structure",
|
17589
17634
|
"required": [
|
17590
17635
|
"CostPerHour",
|
@@ -17616,7 +17661,7 @@
|
|
17616
17661
|
}
|
17617
17662
|
}
|
17618
17663
|
},
|
17619
|
-
"
|
17664
|
+
"S13j": {
|
17620
17665
|
"type": "structure",
|
17621
17666
|
"required": [
|
17622
17667
|
"EndpointName",
|
@@ -17634,7 +17679,7 @@
|
|
17634
17679
|
}
|
17635
17680
|
}
|
17636
17681
|
},
|
17637
|
-
"
|
17682
|
+
"S13l": {
|
17638
17683
|
"type": "structure",
|
17639
17684
|
"members": {
|
17640
17685
|
"InferenceSpecificationName": {},
|
@@ -17657,7 +17702,7 @@
|
|
17657
17702
|
"CompilationJobName": {}
|
17658
17703
|
}
|
17659
17704
|
},
|
17660
|
-
"
|
17705
|
+
"S13t": {
|
17661
17706
|
"type": "structure",
|
17662
17707
|
"required": [
|
17663
17708
|
"MaxInvocations",
|
@@ -17672,7 +17717,7 @@
|
|
17672
17717
|
}
|
17673
17718
|
}
|
17674
17719
|
},
|
17675
|
-
"
|
17720
|
+
"S13x": {
|
17676
17721
|
"type": "structure",
|
17677
17722
|
"members": {
|
17678
17723
|
"TotalLabeled": {
|
@@ -17692,7 +17737,7 @@
|
|
17692
17737
|
}
|
17693
17738
|
}
|
17694
17739
|
},
|
17695
|
-
"
|
17740
|
+
"S140": {
|
17696
17741
|
"type": "structure",
|
17697
17742
|
"required": [
|
17698
17743
|
"OutputDatasetS3Uri"
|
@@ -17702,7 +17747,7 @@
|
|
17702
17747
|
"FinalActiveLearningModelArn": {}
|
17703
17748
|
}
|
17704
17749
|
},
|
17705
|
-
"
|
17750
|
+
"S145": {
|
17706
17751
|
"type": "structure",
|
17707
17752
|
"required": [
|
17708
17753
|
"RecommendationStatus"
|
@@ -17728,21 +17773,21 @@
|
|
17728
17773
|
}
|
17729
17774
|
}
|
17730
17775
|
},
|
17731
|
-
"
|
17776
|
+
"S14m": {
|
17732
17777
|
"type": "structure",
|
17733
17778
|
"required": [
|
17734
17779
|
"ValidationStatuses"
|
17735
17780
|
],
|
17736
17781
|
"members": {
|
17737
17782
|
"ValidationStatuses": {
|
17738
|
-
"shape": "
|
17783
|
+
"shape": "S14n"
|
17739
17784
|
},
|
17740
17785
|
"ImageScanStatuses": {
|
17741
|
-
"shape": "
|
17786
|
+
"shape": "S14n"
|
17742
17787
|
}
|
17743
17788
|
}
|
17744
17789
|
},
|
17745
|
-
"
|
17790
|
+
"S14n": {
|
17746
17791
|
"type": "list",
|
17747
17792
|
"member": {
|
17748
17793
|
"type": "structure",
|
@@ -17757,7 +17802,7 @@
|
|
17757
17802
|
}
|
17758
17803
|
}
|
17759
17804
|
},
|
17760
|
-
"
|
17805
|
+
"S14z": {
|
17761
17806
|
"type": "structure",
|
17762
17807
|
"required": [
|
17763
17808
|
"MonitoringScheduleName",
|
@@ -17785,14 +17830,14 @@
|
|
17785
17830
|
"MonitoringType": {}
|
17786
17831
|
}
|
17787
17832
|
},
|
17788
|
-
"
|
17833
|
+
"S15j": {
|
17789
17834
|
"type": "structure",
|
17790
17835
|
"members": {
|
17791
17836
|
"ExperimentName": {},
|
17792
17837
|
"TrialName": {}
|
17793
17838
|
}
|
17794
17839
|
},
|
17795
|
-
"
|
17840
|
+
"S15l": {
|
17796
17841
|
"type": "structure",
|
17797
17842
|
"required": [
|
17798
17843
|
"SelectedSteps"
|
@@ -17813,14 +17858,14 @@
|
|
17813
17858
|
}
|
17814
17859
|
}
|
17815
17860
|
},
|
17816
|
-
"
|
17861
|
+
"S15u": {
|
17817
17862
|
"type": "structure",
|
17818
17863
|
"members": {
|
17819
17864
|
"ProvisionedProductId": {},
|
17820
17865
|
"ProvisionedProductStatusMessage": {}
|
17821
17866
|
}
|
17822
17867
|
},
|
17823
|
-
"
|
17868
|
+
"S165": {
|
17824
17869
|
"type": "structure",
|
17825
17870
|
"required": [
|
17826
17871
|
"WorkteamArn"
|
@@ -17833,7 +17878,7 @@
|
|
17833
17878
|
"ListingId": {}
|
17834
17879
|
}
|
17835
17880
|
},
|
17836
|
-
"
|
17881
|
+
"S169": {
|
17837
17882
|
"type": "structure",
|
17838
17883
|
"required": [
|
17839
17884
|
"Status"
|
@@ -17846,7 +17891,7 @@
|
|
17846
17891
|
"ReusedByJob": {}
|
17847
17892
|
}
|
17848
17893
|
},
|
17849
|
-
"
|
17894
|
+
"S16c": {
|
17850
17895
|
"type": "list",
|
17851
17896
|
"member": {
|
17852
17897
|
"type": "structure",
|
@@ -17866,7 +17911,7 @@
|
|
17866
17911
|
}
|
17867
17912
|
}
|
17868
17913
|
},
|
17869
|
-
"
|
17914
|
+
"S16f": {
|
17870
17915
|
"type": "list",
|
17871
17916
|
"member": {
|
17872
17917
|
"type": "structure",
|
@@ -17881,7 +17926,7 @@
|
|
17881
17926
|
}
|
17882
17927
|
}
|
17883
17928
|
},
|
17884
|
-
"
|
17929
|
+
"S16j": {
|
17885
17930
|
"type": "list",
|
17886
17931
|
"member": {
|
17887
17932
|
"type": "structure",
|
@@ -17896,7 +17941,7 @@
|
|
17896
17941
|
}
|
17897
17942
|
}
|
17898
17943
|
},
|
17899
|
-
"
|
17944
|
+
"S16v": {
|
17900
17945
|
"type": "structure",
|
17901
17946
|
"required": [
|
17902
17947
|
"SourceArn"
|
@@ -17906,7 +17951,7 @@
|
|
17906
17951
|
"SourceType": {}
|
17907
17952
|
}
|
17908
17953
|
},
|
17909
|
-
"
|
17954
|
+
"S16z": {
|
17910
17955
|
"type": "structure",
|
17911
17956
|
"required": [
|
17912
17957
|
"SourceArn"
|
@@ -17916,7 +17961,7 @@
|
|
17916
17961
|
"SourceType": {}
|
17917
17962
|
}
|
17918
17963
|
},
|
17919
|
-
"
|
17964
|
+
"S171": {
|
17920
17965
|
"type": "list",
|
17921
17966
|
"member": {
|
17922
17967
|
"type": "structure",
|
@@ -17947,7 +17992,7 @@
|
|
17947
17992
|
}
|
17948
17993
|
}
|
17949
17994
|
},
|
17950
|
-
"
|
17995
|
+
"S17b": {
|
17951
17996
|
"type": "structure",
|
17952
17997
|
"required": [
|
17953
17998
|
"WorkforceName",
|
@@ -17960,11 +18005,11 @@
|
|
17960
18005
|
"type": "timestamp"
|
17961
18006
|
},
|
17962
18007
|
"SourceIpConfig": {
|
17963
|
-
"shape": "
|
18008
|
+
"shape": "Su6"
|
17964
18009
|
},
|
17965
18010
|
"SubDomain": {},
|
17966
18011
|
"CognitoConfig": {
|
17967
|
-
"shape": "
|
18012
|
+
"shape": "Su0"
|
17968
18013
|
},
|
17969
18014
|
"OidcConfig": {
|
17970
18015
|
"type": "structure",
|
@@ -17991,10 +18036,10 @@
|
|
17991
18036
|
"members": {
|
17992
18037
|
"VpcId": {},
|
17993
18038
|
"SecurityGroupIds": {
|
17994
|
-
"shape": "
|
18039
|
+
"shape": "Suc"
|
17995
18040
|
},
|
17996
18041
|
"Subnets": {
|
17997
|
-
"shape": "
|
18042
|
+
"shape": "Sue"
|
17998
18043
|
},
|
17999
18044
|
"VpcEndpointId": {}
|
18000
18045
|
}
|
@@ -18003,7 +18048,7 @@
|
|
18003
18048
|
"FailureReason": {}
|
18004
18049
|
}
|
18005
18050
|
},
|
18006
|
-
"
|
18051
|
+
"S17j": {
|
18007
18052
|
"type": "structure",
|
18008
18053
|
"required": [
|
18009
18054
|
"WorkteamName",
|
@@ -18014,7 +18059,7 @@
|
|
18014
18059
|
"members": {
|
18015
18060
|
"WorkteamName": {},
|
18016
18061
|
"MemberDefinitions": {
|
18017
|
-
"shape": "
|
18062
|
+
"shape": "Suk"
|
18018
18063
|
},
|
18019
18064
|
"WorkteamArn": {},
|
18020
18065
|
"WorkforceArn": {},
|
@@ -18031,14 +18076,14 @@
|
|
18031
18076
|
"type": "timestamp"
|
18032
18077
|
},
|
18033
18078
|
"NotificationConfiguration": {
|
18034
|
-
"shape": "
|
18079
|
+
"shape": "Sus"
|
18035
18080
|
},
|
18036
18081
|
"WorkerAccessConfiguration": {
|
18037
|
-
"shape": "
|
18082
|
+
"shape": "Suu"
|
18038
18083
|
}
|
18039
18084
|
}
|
18040
18085
|
},
|
18041
|
-
"
|
18086
|
+
"S18b": {
|
18042
18087
|
"type": "structure",
|
18043
18088
|
"members": {
|
18044
18089
|
"MinInvocationsPerMinute": {
|
@@ -18049,7 +18094,7 @@
|
|
18049
18094
|
}
|
18050
18095
|
}
|
18051
18096
|
},
|
18052
|
-
"
|
18097
|
+
"S1b3": {
|
18053
18098
|
"type": "list",
|
18054
18099
|
"member": {
|
18055
18100
|
"type": "structure",
|
@@ -18069,7 +18114,7 @@
|
|
18069
18114
|
}
|
18070
18115
|
}
|
18071
18116
|
},
|
18072
|
-
"
|
18117
|
+
"S1ct": {
|
18073
18118
|
"type": "list",
|
18074
18119
|
"member": {
|
18075
18120
|
"type": "structure",
|
@@ -18091,7 +18136,7 @@
|
|
18091
18136
|
"HubContentDisplayName": {},
|
18092
18137
|
"HubContentDescription": {},
|
18093
18138
|
"HubContentSearchKeywords": {
|
18094
|
-
"shape": "
|
18139
|
+
"shape": "S122"
|
18095
18140
|
},
|
18096
18141
|
"HubContentStatus": {},
|
18097
18142
|
"CreationTime": {
|
@@ -18100,7 +18145,7 @@
|
|
18100
18145
|
}
|
18101
18146
|
}
|
18102
18147
|
},
|
18103
|
-
"
|
18148
|
+
"S1gd": {
|
18104
18149
|
"type": "list",
|
18105
18150
|
"member": {
|
18106
18151
|
"type": "structure",
|
@@ -18144,7 +18189,7 @@
|
|
18144
18189
|
}
|
18145
18190
|
}
|
18146
18191
|
},
|
18147
|
-
"
|
18192
|
+
"S1hr": {
|
18148
18193
|
"type": "list",
|
18149
18194
|
"member": {
|
18150
18195
|
"type": "structure",
|
@@ -18158,7 +18203,7 @@
|
|
18158
18203
|
}
|
18159
18204
|
}
|
18160
18205
|
},
|
18161
|
-
"
|
18206
|
+
"S1i8": {
|
18162
18207
|
"type": "list",
|
18163
18208
|
"member": {
|
18164
18209
|
"type": "structure",
|
@@ -18172,7 +18217,7 @@
|
|
18172
18217
|
}
|
18173
18218
|
}
|
18174
18219
|
},
|
18175
|
-
"
|
18220
|
+
"S1l6": {
|
18176
18221
|
"type": "list",
|
18177
18222
|
"member": {
|
18178
18223
|
"type": "structure",
|
@@ -18186,11 +18231,11 @@
|
|
18186
18231
|
}
|
18187
18232
|
}
|
18188
18233
|
},
|
18189
|
-
"
|
18234
|
+
"S1lh": {
|
18190
18235
|
"type": "structure",
|
18191
18236
|
"members": {
|
18192
18237
|
"Filters": {
|
18193
|
-
"shape": "
|
18238
|
+
"shape": "S1li"
|
18194
18239
|
},
|
18195
18240
|
"NestedFilters": {
|
18196
18241
|
"type": "list",
|
@@ -18203,7 +18248,7 @@
|
|
18203
18248
|
"members": {
|
18204
18249
|
"NestedPropertyName": {},
|
18205
18250
|
"Filters": {
|
18206
|
-
"shape": "
|
18251
|
+
"shape": "S1li"
|
18207
18252
|
}
|
18208
18253
|
}
|
18209
18254
|
}
|
@@ -18211,13 +18256,13 @@
|
|
18211
18256
|
"SubExpressions": {
|
18212
18257
|
"type": "list",
|
18213
18258
|
"member": {
|
18214
|
-
"shape": "
|
18259
|
+
"shape": "S1lh"
|
18215
18260
|
}
|
18216
18261
|
},
|
18217
18262
|
"Operator": {}
|
18218
18263
|
}
|
18219
18264
|
},
|
18220
|
-
"
|
18265
|
+
"S1li": {
|
18221
18266
|
"type": "list",
|
18222
18267
|
"member": {
|
18223
18268
|
"type": "structure",
|
@@ -18231,7 +18276,7 @@
|
|
18231
18276
|
}
|
18232
18277
|
}
|
18233
18278
|
},
|
18234
|
-
"
|
18279
|
+
"S1lz": {
|
18235
18280
|
"type": "structure",
|
18236
18281
|
"members": {
|
18237
18282
|
"TrainingJobName": {},
|
@@ -18240,7 +18285,7 @@
|
|
18240
18285
|
"LabelingJobArn": {},
|
18241
18286
|
"AutoMLJobArn": {},
|
18242
18287
|
"ModelArtifacts": {
|
18243
|
-
"shape": "
|
18288
|
+
"shape": "Szf"
|
18244
18289
|
},
|
18245
18290
|
"TrainingJobStatus": {},
|
18246
18291
|
"SecondaryStatus": {},
|
@@ -18249,7 +18294,7 @@
|
|
18249
18294
|
"shape": "S33"
|
18250
18295
|
},
|
18251
18296
|
"AlgorithmSpecification": {
|
18252
|
-
"shape": "
|
18297
|
+
"shape": "Ss1"
|
18253
18298
|
},
|
18254
18299
|
"RoleArn": {},
|
18255
18300
|
"InputDataConfig": {
|
@@ -18280,10 +18325,10 @@
|
|
18280
18325
|
"type": "timestamp"
|
18281
18326
|
},
|
18282
18327
|
"SecondaryStatusTransitions": {
|
18283
|
-
"shape": "
|
18328
|
+
"shape": "S16c"
|
18284
18329
|
},
|
18285
18330
|
"FinalMetricDataList": {
|
18286
|
-
"shape": "
|
18331
|
+
"shape": "S16f"
|
18287
18332
|
},
|
18288
18333
|
"EnableNetworkIsolation": {
|
18289
18334
|
"type": "boolean"
|
@@ -18304,25 +18349,25 @@
|
|
18304
18349
|
"type": "integer"
|
18305
18350
|
},
|
18306
18351
|
"DebugHookConfig": {
|
18307
|
-
"shape": "
|
18352
|
+
"shape": "Ssa"
|
18308
18353
|
},
|
18309
18354
|
"ExperimentConfig": {
|
18310
|
-
"shape": "
|
18355
|
+
"shape": "Sr2"
|
18311
18356
|
},
|
18312
18357
|
"DebugRuleConfigurations": {
|
18313
|
-
"shape": "
|
18358
|
+
"shape": "Ssi"
|
18314
18359
|
},
|
18315
18360
|
"TensorBoardOutputConfig": {
|
18316
|
-
"shape": "
|
18361
|
+
"shape": "Ssm"
|
18317
18362
|
},
|
18318
18363
|
"DebugRuleEvaluationStatuses": {
|
18319
|
-
"shape": "
|
18364
|
+
"shape": "S16j"
|
18320
18365
|
},
|
18321
18366
|
"ProfilerConfig": {
|
18322
|
-
"shape": "
|
18367
|
+
"shape": "Ssn"
|
18323
18368
|
},
|
18324
18369
|
"Environment": {
|
18325
|
-
"shape": "
|
18370
|
+
"shape": "Sst"
|
18326
18371
|
},
|
18327
18372
|
"RetryStrategy": {
|
18328
18373
|
"shape": "Si9"
|
@@ -18332,7 +18377,7 @@
|
|
18332
18377
|
}
|
18333
18378
|
}
|
18334
18379
|
},
|
18335
|
-
"
|
18380
|
+
"S1m7": {
|
18336
18381
|
"type": "structure",
|
18337
18382
|
"members": {
|
18338
18383
|
"TransformJobName": {},
|
@@ -18344,7 +18389,7 @@
|
|
18344
18389
|
"type": "integer"
|
18345
18390
|
},
|
18346
18391
|
"ModelClientConfig": {
|
18347
|
-
"shape": "
|
18392
|
+
"shape": "St6"
|
18348
18393
|
},
|
18349
18394
|
"MaxPayloadInMB": {
|
18350
18395
|
"type": "integer"
|
@@ -18360,7 +18405,7 @@
|
|
18360
18405
|
"shape": "S4b"
|
18361
18406
|
},
|
18362
18407
|
"DataCaptureConfig": {
|
18363
|
-
"shape": "
|
18408
|
+
"shape": "St9"
|
18364
18409
|
},
|
18365
18410
|
"TransformResources": {
|
18366
18411
|
"shape": "S4e"
|
@@ -18377,21 +18422,21 @@
|
|
18377
18422
|
"LabelingJobArn": {},
|
18378
18423
|
"AutoMLJobArn": {},
|
18379
18424
|
"DataProcessing": {
|
18380
|
-
"shape": "
|
18425
|
+
"shape": "Sta"
|
18381
18426
|
},
|
18382
18427
|
"ExperimentConfig": {
|
18383
|
-
"shape": "
|
18428
|
+
"shape": "Sr2"
|
18384
18429
|
},
|
18385
18430
|
"Tags": {
|
18386
18431
|
"shape": "S7"
|
18387
18432
|
}
|
18388
18433
|
}
|
18389
18434
|
},
|
18390
|
-
"
|
18435
|
+
"S1no": {
|
18391
18436
|
"type": "list",
|
18392
18437
|
"member": {}
|
18393
18438
|
},
|
18394
|
-
"
|
18439
|
+
"S1q5": {
|
18395
18440
|
"type": "list",
|
18396
18441
|
"member": {}
|
18397
18442
|
}
|