@aws-sdk/client-sagemaker 3.753.0 → 3.757.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/dist-cjs/index.js +34 -6
- package/dist-es/models/models_3.js +4 -5
- package/dist-es/models/models_4.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +22 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +21 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -4
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -2
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +21 -0
- package/dist-types/models/models_0.d.ts +44 -35
- package/dist-types/models/models_1.d.ts +95 -101
- package/dist-types/models/models_2.d.ts +2 -2
- package/dist-types/models/models_3.d.ts +147 -139
- package/dist-types/models/models_4.d.ts +199 -112
- package/dist-types/models/models_5.d.ts +82 -20
- package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_3.d.ts +22 -28
- package/dist-types/ts3.4/models/models_4.d.ts +28 -18
- package/dist-types/ts3.4/models/models_5.d.ts +19 -0
- package/package.json +1 -1
|
@@ -10883,8 +10883,8 @@ export interface FileSource {
|
|
|
10883
10883
|
S3Uri: string | undefined;
|
|
10884
10884
|
}
|
|
10885
10885
|
/**
|
|
10886
|
-
* <p>Represents the drift check bias baselines that can be used when the model monitor is
|
|
10887
|
-
* model package.</p>
|
|
10886
|
+
* <p>Represents the drift check bias baselines that can be used when the model monitor is
|
|
10887
|
+
* set using the model package.</p>
|
|
10888
10888
|
* @public
|
|
10889
10889
|
*/
|
|
10890
10890
|
export interface DriftCheckBias {
|
|
@@ -10905,8 +10905,8 @@ export interface DriftCheckBias {
|
|
|
10905
10905
|
PostTrainingConstraints?: MetricsSource | undefined;
|
|
10906
10906
|
}
|
|
10907
10907
|
/**
|
|
10908
|
-
* <p>Represents the drift check explainability baselines that can be used when the model
|
|
10909
|
-
* using the model package. </p>
|
|
10908
|
+
* <p>Represents the drift check explainability baselines that can be used when the model
|
|
10909
|
+
* monitor is set using the model package. </p>
|
|
10910
10910
|
* @public
|
|
10911
10911
|
*/
|
|
10912
10912
|
export interface DriftCheckExplainability {
|
|
@@ -10922,8 +10922,8 @@ export interface DriftCheckExplainability {
|
|
|
10922
10922
|
ConfigFile?: FileSource | undefined;
|
|
10923
10923
|
}
|
|
10924
10924
|
/**
|
|
10925
|
-
* <p>Represents the drift check data quality baselines that can be used when the model
|
|
10926
|
-
* the model package. </p>
|
|
10925
|
+
* <p>Represents the drift check data quality baselines that can be used when the model
|
|
10926
|
+
* monitor is set using the model package. </p>
|
|
10927
10927
|
* @public
|
|
10928
10928
|
*/
|
|
10929
10929
|
export interface DriftCheckModelDataQuality {
|
|
@@ -10939,8 +10939,8 @@ export interface DriftCheckModelDataQuality {
|
|
|
10939
10939
|
Constraints?: MetricsSource | undefined;
|
|
10940
10940
|
}
|
|
10941
10941
|
/**
|
|
10942
|
-
* <p>Represents the drift check model quality baselines that can be used when the model
|
|
10943
|
-
* the model package. </p>
|
|
10942
|
+
* <p>Represents the drift check model quality baselines that can be used when the model
|
|
10943
|
+
* monitor is set using the model package. </p>
|
|
10944
10944
|
* @public
|
|
10945
10945
|
*/
|
|
10946
10946
|
export interface DriftCheckModelQuality {
|
|
@@ -10956,59 +10956,59 @@ export interface DriftCheckModelQuality {
|
|
|
10956
10956
|
Constraints?: MetricsSource | undefined;
|
|
10957
10957
|
}
|
|
10958
10958
|
/**
|
|
10959
|
-
* <p>Represents the drift check baselines that can be used when the model monitor is set
|
|
10960
|
-
* package. </p>
|
|
10959
|
+
* <p>Represents the drift check baselines that can be used when the model monitor is set
|
|
10960
|
+
* using the model package. </p>
|
|
10961
10961
|
* @public
|
|
10962
10962
|
*/
|
|
10963
10963
|
export interface DriftCheckBaselines {
|
|
10964
10964
|
/**
|
|
10965
|
-
* <p>Represents the drift check bias baselines that can be used when the model monitor is
|
|
10966
|
-
* package. </p>
|
|
10965
|
+
* <p>Represents the drift check bias baselines that can be used when the model monitor is
|
|
10966
|
+
* set using the model package. </p>
|
|
10967
10967
|
* @public
|
|
10968
10968
|
*/
|
|
10969
10969
|
Bias?: DriftCheckBias | undefined;
|
|
10970
10970
|
/**
|
|
10971
|
-
* <p>Represents the drift check explainability baselines that can be used when the model
|
|
10972
|
-
* the model package. </p>
|
|
10971
|
+
* <p>Represents the drift check explainability baselines that can be used when the model
|
|
10972
|
+
* monitor is set using the model package. </p>
|
|
10973
10973
|
* @public
|
|
10974
10974
|
*/
|
|
10975
10975
|
Explainability?: DriftCheckExplainability | undefined;
|
|
10976
10976
|
/**
|
|
10977
|
-
* <p>Represents the drift check model quality baselines that can be used when the model
|
|
10978
|
-
* the model package.</p>
|
|
10977
|
+
* <p>Represents the drift check model quality baselines that can be used when the model
|
|
10978
|
+
* monitor is set using the model package.</p>
|
|
10979
10979
|
* @public
|
|
10980
10980
|
*/
|
|
10981
10981
|
ModelQuality?: DriftCheckModelQuality | undefined;
|
|
10982
10982
|
/**
|
|
10983
|
-
* <p>Represents the drift check model data quality baselines that can be used when the
|
|
10984
|
-
* using the model package.</p>
|
|
10983
|
+
* <p>Represents the drift check model data quality baselines that can be used when the
|
|
10984
|
+
* model monitor is set using the model package.</p>
|
|
10985
10985
|
* @public
|
|
10986
10986
|
*/
|
|
10987
10987
|
ModelDataQuality?: DriftCheckModelDataQuality | undefined;
|
|
10988
10988
|
}
|
|
10989
10989
|
/**
|
|
10990
|
-
* <p>The model card associated with the model package. Since
|
|
10991
|
-
*
|
|
10992
|
-
* simplified compared to the schema of
|
|
10993
|
-
*
|
|
10994
|
-
*
|
|
10995
|
-
* <code>model_artifact</code> properties. For more
|
|
10996
|
-
* card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
|
|
10997
|
-
* package model card schema</a>. For more information about
|
|
10998
|
-
*
|
|
10999
|
-
*
|
|
10990
|
+
* <p>The model card associated with the model package. Since
|
|
10991
|
+
* <code>ModelPackageModelCard</code> is tied to a model package, it is a specific
|
|
10992
|
+
* usage of a model card and its schema is simplified compared to the schema of
|
|
10993
|
+
* <code>ModelCard</code>. The <code>ModelPackageModelCard</code> schema does not
|
|
10994
|
+
* include <code>model_package_details</code>, and <code>model_overview</code> is composed
|
|
10995
|
+
* of the <code>model_creator</code> and <code>model_artifact</code> properties. For more
|
|
10996
|
+
* information about the model package model card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
|
|
10997
|
+
* package model card schema</a>. For more information about the model card
|
|
10998
|
+
* associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View the Details of a Model
|
|
10999
|
+
* Version</a>.</p>
|
|
11000
11000
|
* @public
|
|
11001
11001
|
*/
|
|
11002
11002
|
export interface ModelPackageModelCard {
|
|
11003
11003
|
/**
|
|
11004
|
-
* <p>The content of the model card. The content must follow the schema described
|
|
11005
|
-
*
|
|
11006
|
-
* Package Model Card Schema</a>.</p>
|
|
11004
|
+
* <p>The content of the model card. The content must follow the schema described in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
|
|
11005
|
+
* Package Model Card Schema</a>.</p>
|
|
11007
11006
|
* @public
|
|
11008
11007
|
*/
|
|
11009
11008
|
ModelCardContent?: string | undefined;
|
|
11010
11009
|
/**
|
|
11011
|
-
* <p>The approval status of the model card within your organization. Different
|
|
11010
|
+
* <p>The approval status of the model card within your organization. Different
|
|
11011
|
+
* organizations might have different criteria for model card review and approval.</p>
|
|
11012
11012
|
* <ul>
|
|
11013
11013
|
* <li>
|
|
11014
11014
|
* <p>
|
|
@@ -11024,9 +11024,9 @@ export interface ModelPackageModelCard {
|
|
|
11024
11024
|
* </li>
|
|
11025
11025
|
* <li>
|
|
11026
11026
|
* <p>
|
|
11027
|
-
* <code>Archived</code>: The model card is archived. No more updates can be made
|
|
11028
|
-
*
|
|
11029
|
-
*
|
|
11027
|
+
* <code>Archived</code>: The model card is archived. No more updates can be made
|
|
11028
|
+
* to the model card content. If you try to update the model card content, you will
|
|
11029
|
+
* receive the message <code>Model Card is in Archived state</code>.</p>
|
|
11030
11030
|
* </li>
|
|
11031
11031
|
* </ul>
|
|
11032
11032
|
* @public
|
|
@@ -11034,30 +11034,22 @@ export interface ModelPackageModelCard {
|
|
|
11034
11034
|
ModelCardStatus?: ModelCardStatus | undefined;
|
|
11035
11035
|
}
|
|
11036
11036
|
/**
|
|
11037
|
-
* <p>
|
|
11038
|
-
* A structure describing the current state of the model in its life cycle.
|
|
11039
|
-
* </p>
|
|
11037
|
+
* <p> A structure describing the current state of the model in its life cycle. </p>
|
|
11040
11038
|
* @public
|
|
11041
11039
|
*/
|
|
11042
11040
|
export interface ModelLifeCycle {
|
|
11043
11041
|
/**
|
|
11044
|
-
* <p>
|
|
11045
|
-
* The current stage in the model life cycle.
|
|
11046
|
-
* </p>
|
|
11042
|
+
* <p> The current stage in the model life cycle. </p>
|
|
11047
11043
|
* @public
|
|
11048
11044
|
*/
|
|
11049
11045
|
Stage: string | undefined;
|
|
11050
11046
|
/**
|
|
11051
|
-
* <p>
|
|
11052
|
-
* The current status of a stage in model life cycle.
|
|
11053
|
-
* </p>
|
|
11047
|
+
* <p> The current status of a stage in model life cycle. </p>
|
|
11054
11048
|
* @public
|
|
11055
11049
|
*/
|
|
11056
11050
|
StageStatus: string | undefined;
|
|
11057
11051
|
/**
|
|
11058
|
-
* <p>
|
|
11059
|
-
* Describes the stage related details.
|
|
11060
|
-
* </p>
|
|
11052
|
+
* <p> Describes the stage related details. </p>
|
|
11061
11053
|
* @public
|
|
11062
11054
|
*/
|
|
11063
11055
|
StageDescription?: string | undefined;
|
|
@@ -11132,14 +11124,14 @@ export interface ModelMetrics {
|
|
|
11132
11124
|
Explainability?: Explainability | undefined;
|
|
11133
11125
|
}
|
|
11134
11126
|
/**
|
|
11135
|
-
* <p>An optional Key Management Service
|
|
11136
|
-
*
|
|
11137
|
-
* highly sensitive data.</p>
|
|
11127
|
+
* <p>An optional Key Management Service key to encrypt, decrypt, and re-encrypt model
|
|
11128
|
+
* package information for regulated workloads with highly sensitive data.</p>
|
|
11138
11129
|
* @public
|
|
11139
11130
|
*/
|
|
11140
11131
|
export interface ModelPackageSecurityConfig {
|
|
11141
11132
|
/**
|
|
11142
|
-
* <p>The KMS Key ID (<code>KMSKeyId</code>) used for encryption of model
|
|
11133
|
+
* <p>The KMS Key ID (<code>KMSKeyId</code>) used for encryption of model
|
|
11134
|
+
* package information.</p>
|
|
11143
11135
|
* @public
|
|
11144
11136
|
*/
|
|
11145
11137
|
KmsKeyId: string | undefined;
|
|
@@ -11204,8 +11196,8 @@ export interface SourceAlgorithmSpecification {
|
|
|
11204
11196
|
/**
|
|
11205
11197
|
* <p>Contains data, such as the inputs and targeted instance types that are used in the
|
|
11206
11198
|
* process of validating the model package.</p>
|
|
11207
|
-
* <p>The data provided in the validation profile is made available to your buyers on
|
|
11208
|
-
*
|
|
11199
|
+
* <p>The data provided in the validation profile is made available to your buyers on
|
|
11200
|
+
* Amazon Web Services Marketplace.</p>
|
|
11209
11201
|
* @public
|
|
11210
11202
|
*/
|
|
11211
11203
|
export interface ModelPackageValidationProfile {
|
|
@@ -11251,7 +11243,8 @@ export interface CreateModelPackageInput {
|
|
|
11251
11243
|
*/
|
|
11252
11244
|
ModelPackageName?: string | undefined;
|
|
11253
11245
|
/**
|
|
11254
|
-
* <p>The name or Amazon Resource Name (ARN) of the model package group that this model version belongs
|
|
11246
|
+
* <p>The name or Amazon Resource Name (ARN) of the model package group that this model version belongs
|
|
11247
|
+
* to.</p>
|
|
11255
11248
|
* <p>This parameter is required for versioned models, and does not apply to unversioned
|
|
11256
11249
|
* models.</p>
|
|
11257
11250
|
* @public
|
|
@@ -11263,8 +11256,8 @@ export interface CreateModelPackageInput {
|
|
|
11263
11256
|
*/
|
|
11264
11257
|
ModelPackageDescription?: string | undefined;
|
|
11265
11258
|
/**
|
|
11266
|
-
* <p>Specifies details about inference jobs that you can run with models based on this
|
|
11267
|
-
* package, including the following information:</p>
|
|
11259
|
+
* <p>Specifies details about inference jobs that you can run with models based on this
|
|
11260
|
+
* model package, including the following information:</p>
|
|
11268
11261
|
* <ul>
|
|
11269
11262
|
* <li>
|
|
11270
11263
|
* <p>The Amazon ECR paths of containers that contain the inference code and model
|
|
@@ -11294,19 +11287,19 @@ export interface CreateModelPackageInput {
|
|
|
11294
11287
|
*/
|
|
11295
11288
|
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
|
|
11296
11289
|
/**
|
|
11297
|
-
* <p>Whether to certify the model package for listing on Amazon Web Services
|
|
11290
|
+
* <p>Whether to certify the model package for listing on Amazon Web Services
|
|
11291
|
+
* Marketplace.</p>
|
|
11298
11292
|
* <p>This parameter is optional for unversioned models, and does not apply to versioned
|
|
11299
11293
|
* models.</p>
|
|
11300
11294
|
* @public
|
|
11301
11295
|
*/
|
|
11302
11296
|
CertifyForMarketplace?: boolean | undefined;
|
|
11303
11297
|
/**
|
|
11304
|
-
* <p>A list of key value pairs associated with the model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
|
|
11305
|
-
*
|
|
11306
|
-
* <p>If you supply <code>ModelPackageGroupName</code>, your model package belongs to the
|
|
11307
|
-
*
|
|
11308
|
-
*
|
|
11309
|
-
* </p>
|
|
11298
|
+
* <p>A list of key value pairs associated with the model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General
|
|
11299
|
+
* Reference Guide</i>.</p>
|
|
11300
|
+
* <p>If you supply <code>ModelPackageGroupName</code>, your model package belongs to the
|
|
11301
|
+
* model group you specify and uses the tags associated with the model group. In this case,
|
|
11302
|
+
* you cannot supply a <code>tag</code> argument. </p>
|
|
11310
11303
|
* @public
|
|
11311
11304
|
*/
|
|
11312
11305
|
Tags?: Tag[] | undefined;
|
|
@@ -11315,7 +11308,7 @@ export interface CreateModelPackageInput {
|
|
|
11315
11308
|
* <p>This parameter is optional for versioned models, and does not apply to unversioned
|
|
11316
11309
|
* models.</p>
|
|
11317
11310
|
* <p>For versioned models, the value of this parameter must be set to <code>Approved</code>
|
|
11318
|
-
*
|
|
11311
|
+
* to deploy the model.</p>
|
|
11319
11312
|
* @public
|
|
11320
11313
|
*/
|
|
11321
11314
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
@@ -11335,26 +11328,28 @@ export interface CreateModelPackageInput {
|
|
|
11335
11328
|
*/
|
|
11336
11329
|
ClientToken?: string | undefined;
|
|
11337
11330
|
/**
|
|
11338
|
-
* <p>The machine learning domain of your model package and its components. Common
|
|
11339
|
-
*
|
|
11331
|
+
* <p>The machine learning domain of your model package and its components. Common machine
|
|
11332
|
+
* learning domains include computer vision and natural language processing.</p>
|
|
11340
11333
|
* @public
|
|
11341
11334
|
*/
|
|
11342
11335
|
Domain?: string | undefined;
|
|
11343
11336
|
/**
|
|
11344
|
-
* <p>The machine learning task your model package accomplishes. Common machine
|
|
11345
|
-
*
|
|
11346
|
-
*
|
|
11347
|
-
*
|
|
11348
|
-
*
|
|
11337
|
+
* <p>The machine learning task your model package accomplishes. Common machine learning
|
|
11338
|
+
* tasks include object detection and image classification. The following tasks are
|
|
11339
|
+
* supported by Inference Recommender: <code>"IMAGE_CLASSIFICATION"</code> |
|
|
11340
|
+
* <code>"OBJECT_DETECTION"</code> | <code>"TEXT_GENERATION"</code>
|
|
11341
|
+
* |<code>"IMAGE_SEGMENTATION"</code> | <code>"FILL_MASK"</code> |
|
|
11342
|
+
* <code>"CLASSIFICATION"</code> | <code>"REGRESSION"</code> |
|
|
11343
|
+
* <code>"OTHER"</code>.</p>
|
|
11349
11344
|
* <p>Specify "OTHER" if none of the tasks listed fit your use case.</p>
|
|
11350
11345
|
* @public
|
|
11351
11346
|
*/
|
|
11352
11347
|
Task?: string | undefined;
|
|
11353
11348
|
/**
|
|
11354
|
-
* <p>The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point
|
|
11355
|
-
*
|
|
11356
|
-
* that are all equally used in the load test. Each file in the archive must satisfy
|
|
11357
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax">InvokeEndpoint</a> call.</p>
|
|
11349
|
+
* <p>The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a
|
|
11350
|
+
* single gzip compressed tar archive (.tar.gz suffix). This archive can hold multiple
|
|
11351
|
+
* files that are all equally used in the load test. Each file in the archive must satisfy
|
|
11352
|
+
* the size constraints of the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax">InvokeEndpoint</a> call.</p>
|
|
11358
11353
|
* @public
|
|
11359
11354
|
*/
|
|
11360
11355
|
SamplePayloadUrl?: string | undefined;
|
|
@@ -11364,17 +11359,17 @@ export interface CreateModelPackageInput {
|
|
|
11364
11359
|
*/
|
|
11365
11360
|
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
11366
11361
|
/**
|
|
11367
|
-
* <p>Represents the drift check baselines that can be used when the model monitor is set
|
|
11368
|
-
* For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker
|
|
11369
|
-
*
|
|
11362
|
+
* <p>Represents the drift check baselines that can be used when the model monitor is set
|
|
11363
|
+
* using the model package. For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker
|
|
11364
|
+
* Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>. </p>
|
|
11370
11365
|
* @public
|
|
11371
11366
|
*/
|
|
11372
11367
|
DriftCheckBaselines?: DriftCheckBaselines | undefined;
|
|
11373
11368
|
/**
|
|
11374
|
-
* <p>An array of additional Inference Specification objects. Each additional
|
|
11375
|
-
*
|
|
11376
|
-
*
|
|
11377
|
-
*
|
|
11369
|
+
* <p>An array of additional Inference Specification objects. Each additional Inference
|
|
11370
|
+
* Specification specifies artifacts based on this model package that can be used on
|
|
11371
|
+
* inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
|
|
11372
|
+
* </p>
|
|
11378
11373
|
* @public
|
|
11379
11374
|
*/
|
|
11380
11375
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[] | undefined;
|
|
@@ -11384,35 +11379,34 @@ export interface CreateModelPackageInput {
|
|
|
11384
11379
|
*/
|
|
11385
11380
|
SkipModelValidation?: SkipModelValidation | undefined;
|
|
11386
11381
|
/**
|
|
11387
|
-
* <p>The URI of the source for the model package. If you want to clone a model package,
|
|
11388
|
-
*
|
|
11389
|
-
*
|
|
11382
|
+
* <p>The URI of the source for the model package. If you want to clone a model package, set
|
|
11383
|
+
* it to the model package Amazon Resource Name (ARN). If you want to register a model, set
|
|
11384
|
+
* it to the model ARN.</p>
|
|
11390
11385
|
* @public
|
|
11391
11386
|
*/
|
|
11392
11387
|
SourceUri?: string | undefined;
|
|
11393
11388
|
/**
|
|
11394
|
-
* <p>The KMS Key ID (<code>KMSKeyId</code>) used for encryption of model
|
|
11389
|
+
* <p>The KMS Key ID (<code>KMSKeyId</code>) used for encryption of model
|
|
11390
|
+
* package information.</p>
|
|
11395
11391
|
* @public
|
|
11396
11392
|
*/
|
|
11397
11393
|
SecurityConfig?: ModelPackageSecurityConfig | undefined;
|
|
11398
11394
|
/**
|
|
11399
|
-
* <p>The model card associated with the model package. Since
|
|
11400
|
-
*
|
|
11401
|
-
*
|
|
11402
|
-
*
|
|
11403
|
-
*
|
|
11404
|
-
*
|
|
11405
|
-
*
|
|
11406
|
-
*
|
|
11407
|
-
*
|
|
11408
|
-
*
|
|
11395
|
+
* <p>The model card associated with the model package. Since
|
|
11396
|
+
* <code>ModelPackageModelCard</code> is tied to a model package, it is a specific
|
|
11397
|
+
* usage of a model card and its schema is simplified compared to the schema of
|
|
11398
|
+
* <code>ModelCard</code>. The <code>ModelPackageModelCard</code> schema does not
|
|
11399
|
+
* include <code>model_package_details</code>, and <code>model_overview</code> is composed
|
|
11400
|
+
* of the <code>model_creator</code> and <code>model_artifact</code> properties. For more
|
|
11401
|
+
* information about the model package model card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
|
|
11402
|
+
* package model card schema</a>. For more information about the model card
|
|
11403
|
+
* associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View the Details of a Model
|
|
11404
|
+
* Version</a>.</p>
|
|
11409
11405
|
* @public
|
|
11410
11406
|
*/
|
|
11411
11407
|
ModelCard?: ModelPackageModelCard | undefined;
|
|
11412
11408
|
/**
|
|
11413
|
-
* <p>
|
|
11414
|
-
* A structure describing the current state of the model in its life cycle.
|
|
11415
|
-
* </p>
|
|
11409
|
+
* <p> A structure describing the current state of the model in its life cycle. </p>
|
|
11416
11410
|
* @public
|
|
11417
11411
|
*/
|
|
11418
11412
|
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
@@ -11443,8 +11437,8 @@ export interface CreateModelPackageGroupInput {
|
|
|
11443
11437
|
ModelPackageGroupDescription?: string | undefined;
|
|
11444
11438
|
/**
|
|
11445
11439
|
* <p>A list of key value pairs associated with the model group. For more information, see
|
|
11446
|
-
*
|
|
11447
|
-
*
|
|
11440
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General
|
|
11441
|
+
* Reference Guide</i>.</p>
|
|
11448
11442
|
* @public
|
|
11449
11443
|
*/
|
|
11450
11444
|
Tags?: Tag[] | undefined;
|
|
@@ -3979,8 +3979,8 @@ export interface DeleteModelExplainabilityJobDefinitionRequest {
|
|
|
3979
3979
|
export interface DeleteModelPackageInput {
|
|
3980
3980
|
/**
|
|
3981
3981
|
* <p>The name or Amazon Resource Name (ARN) of the model package to delete.</p>
|
|
3982
|
-
* <p>When you specify a name, the name must have 1 to 63 characters. Valid
|
|
3983
|
-
*
|
|
3982
|
+
* <p>When you specify a name, the name must have 1 to 63 characters. Valid characters are
|
|
3983
|
+
* a-z, A-Z, 0-9, and - (hyphen).</p>
|
|
3984
3984
|
* @public
|
|
3985
3985
|
*/
|
|
3986
3986
|
ModelPackageName: string | undefined;
|