diff --git a/clients/client-sagemaker/src/commands/SearchCommand.ts b/clients/client-sagemaker/src/commands/SearchCommand.ts index 46d603de6824..8fa0dc7fce6b 100644 --- a/clients/client-sagemaker/src/commands/SearchCommand.ts +++ b/clients/client-sagemaker/src/commands/SearchCommand.ts @@ -1976,6 +1976,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {} * // Tags: "", * // ModelId: "STRING_VALUE", * // RiskRating: "STRING_VALUE", + * // ModelPackageGroupName: "STRING_VALUE", * // }, * // }, * // ], diff --git a/clients/client-sagemaker/src/models/models_1.ts b/clients/client-sagemaker/src/models/models_1.ts index 4e19c9374e36..6e5e13039fc8 100644 --- a/clients/client-sagemaker/src/models/models_1.ts +++ b/clients/client-sagemaker/src/models/models_1.ts @@ -8110,7 +8110,8 @@ export interface CreatePipelineRequest { PipelineDisplayName?: string; /** - *

The JSON pipeline definition of the pipeline.

+ *

The JSON + * pipeline definition of the pipeline.

*/ PipelineDefinition?: string; diff --git a/clients/client-sagemaker/src/models/models_3.ts b/clients/client-sagemaker/src/models/models_3.ts index a23dd14482dd..a7bcf1ab8eed 100644 --- a/clients/client-sagemaker/src/models/models_3.ts +++ b/clients/client-sagemaker/src/models/models_3.ts @@ -7972,6 +7972,12 @@ export interface ModelCard { *

The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

*/ RiskRating?: string; + + /** + *

The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry. + *

+ */ + ModelPackageGroupName?: string; } /** diff --git a/clients/client-sagemaker/src/protocols/Aws_json1_1.ts b/clients/client-sagemaker/src/protocols/Aws_json1_1.ts index ca434b5ac9c8..7f7a897eefaf 100644 --- a/clients/client-sagemaker/src/protocols/Aws_json1_1.ts +++ b/clients/client-sagemaker/src/protocols/Aws_json1_1.ts @@ -26135,6 +26135,7 @@ const de_ModelCard = (output: any, context: __SerdeContext): ModelCard => { ModelCardStatus: __expectString, ModelCardVersion: __expectInt32, ModelId: __expectString, + ModelPackageGroupName: __expectString, RiskRating: __expectString, SecurityConfig: _json, Tags: _json, diff --git a/codegen/sdk-codegen/aws-models/sagemaker.json b/codegen/sdk-codegen/aws-models/sagemaker.json index 9278f75a6ca0..064d2d17abd6 100644 --- a/codegen/sdk-codegen/aws-models/sagemaker.json +++ b/codegen/sdk-codegen/aws-models/sagemaker.json @@ -9833,7 +9833,7 @@ "PipelineDefinition": { "target": "com.amazonaws.sagemaker#PipelineDefinition", "traits": { - "smithy.api#documentation": "

The JSON pipeline definition of the pipeline.

" + "smithy.api#documentation": "

The JSON \n pipeline definition of the pipeline.

" } }, "PipelineDefinitionS3Location": { @@ -37268,6 +37268,12 @@ "traits": { "smithy.api#documentation": "

The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

" } + }, + "ModelPackageGroupName": { + "target": "com.amazonaws.sagemaker#String", + "traits": { + "smithy.api#documentation": "

The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.\n

" + } } }, "traits": {