|
7238 | 7238 | }, |
7239 | 7239 | "ClusterInstanceCount":{ |
7240 | 7240 | "type":"integer", |
7241 | | - "min":1 |
| 7241 | + "min":0 |
7242 | 7242 | }, |
7243 | 7243 | "ClusterInstanceGroupDetails":{ |
7244 | 7244 | "type":"structure", |
@@ -19774,10 +19774,33 @@ |
19774 | 19774 | "type":"list", |
19775 | 19775 | "member":{"shape":"AppType"} |
19776 | 19776 | }, |
| 19777 | + "HiddenInstanceTypesList":{ |
| 19778 | + "type":"list", |
| 19779 | + "member":{"shape":"AppInstanceType"} |
| 19780 | + }, |
19777 | 19781 | "HiddenMlToolsList":{ |
19778 | 19782 | "type":"list", |
19779 | 19783 | "member":{"shape":"MlTools"} |
19780 | 19784 | }, |
| 19785 | + "HiddenSageMakerImage":{ |
| 19786 | + "type":"structure", |
| 19787 | + "members":{ |
| 19788 | + "SageMakerImageName":{ |
| 19789 | + "shape":"SageMakerImageName", |
| 19790 | + "documentation":"<p> The SageMaker image name that you are hiding from the Studio user interface. </p>" |
| 19791 | + }, |
| 19792 | + "VersionAliases":{ |
| 19793 | + "shape":"VersionAliasesList", |
| 19794 | + "documentation":"<p> The version aliases you are hiding from the Studio user interface. </p>" |
| 19795 | + } |
| 19796 | + }, |
| 19797 | + "documentation":"<p>The SageMaker images that are hidden from the Studio user interface. You must specify the SageMaker image name and version aliases.</p>" |
| 19798 | + }, |
| 19799 | + "HiddenSageMakerImageVersionAliasesList":{ |
| 19800 | + "type":"list", |
| 19801 | + "member":{"shape":"HiddenSageMakerImage"}, |
| 19802 | + "max":5 |
| 19803 | + }, |
19781 | 19804 | "HolidayConfig":{ |
19782 | 19805 | "type":"list", |
19783 | 19806 | "member":{"shape":"HolidayConfigAttributes"}, |
@@ -20168,12 +20191,10 @@ |
20168 | 20191 | "required":[ |
20169 | 20192 | "WorkteamArn", |
20170 | 20193 | "UiConfig", |
20171 | | - "PreHumanTaskLambdaArn", |
20172 | 20194 | "TaskTitle", |
20173 | 20195 | "TaskDescription", |
20174 | 20196 | "NumberOfHumanWorkersPerDataObject", |
20175 | | - "TaskTimeLimitInSeconds", |
20176 | | - "AnnotationConsolidationConfig" |
| 20197 | + "TaskTimeLimitInSeconds" |
20177 | 20198 | ], |
20178 | 20199 | "members":{ |
20179 | 20200 | "WorkteamArn":{ |
|
21199 | 21220 | "min":1, |
21200 | 21221 | "pattern":"(^\\d+$)|(^\\d+.\\d+$)|(^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$)" |
21201 | 21222 | }, |
| 21223 | + "ImageVersionAliasPattern":{ |
| 21224 | + "type":"string", |
| 21225 | + "max":128, |
| 21226 | + "min":1, |
| 21227 | + "pattern":"^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$" |
| 21228 | + }, |
21202 | 21229 | "ImageVersionArn":{ |
21203 | 21230 | "type":"string", |
21204 | 21231 | "max":256, |
|
22724 | 22751 | "LastModifiedTime", |
22725 | 22752 | "LabelingJobStatus", |
22726 | 22753 | "LabelCounters", |
22727 | | - "WorkteamArn", |
22728 | | - "PreHumanTaskLambdaArn" |
| 22754 | + "WorkteamArn" |
22729 | 22755 | ], |
22730 | 22756 | "members":{ |
22731 | 22757 | "LabelingJobName":{ |
|
27240 | 27266 | "InferenceRecommender", |
27241 | 27267 | "Endpoints", |
27242 | 27268 | "Projects", |
27243 | | - "InferenceOptimization" |
| 27269 | + "InferenceOptimization", |
| 27270 | + "PerformanceEvaluation" |
27244 | 27271 | ] |
27245 | 27272 | }, |
27246 | 27273 | "MlflowVersion":{ |
|
34011 | 34038 | "max":1024, |
34012 | 34039 | "pattern":"^(https|s3)://([^/]+)/?(.*)$" |
34013 | 34040 | }, |
| 34041 | + "SageMakerImageName":{ |
| 34042 | + "type":"string", |
| 34043 | + "enum":["sagemaker_distribution"] |
| 34044 | + }, |
34014 | 34045 | "SageMakerImageVersionAlias":{ |
34015 | 34046 | "type":"string", |
34016 | 34047 | "max":128, |
|
35548 | 35579 | "HiddenAppTypes":{ |
35549 | 35580 | "shape":"HiddenAppTypesList", |
35550 | 35581 | "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-apps.html\">Applications supported in Studio</a> that are hidden from the Studio left navigation pane.</p>" |
| 35582 | + }, |
| 35583 | + "HiddenInstanceTypes":{ |
| 35584 | + "shape":"HiddenInstanceTypesList", |
| 35585 | + "documentation":"<p> The instance types you are hiding from the Studio user interface. </p>" |
| 35586 | + }, |
| 35587 | + "HiddenSageMakerImageVersionAliases":{ |
| 35588 | + "shape":"HiddenSageMakerImageVersionAliasesList", |
| 35589 | + "documentation":"<p> The version aliases you are hiding from the Studio user interface. </p>" |
35551 | 35590 | } |
35552 | 35591 | }, |
35553 | 35592 | "documentation":"<p>Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.</p>" |
|
39364 | 39403 | "ARCHIVED" |
39365 | 39404 | ] |
39366 | 39405 | }, |
| 39406 | + "VersionAliasesList":{ |
| 39407 | + "type":"list", |
| 39408 | + "member":{"shape":"ImageVersionAliasPattern"}, |
| 39409 | + "max":20 |
| 39410 | + }, |
39367 | 39411 | "VersionId":{ |
39368 | 39412 | "type":"string", |
39369 | 39413 | "max":1024, |
|
0 commit comments