@aws-sdk/client-sagemaker 3.474.0 → 3.476.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 +8 -0
- package/dist-cjs/SageMaker.js +2 -0
- package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -2
- package/dist-cjs/models/models_1.js +3 -0
- package/dist-cjs/models/models_2.js +5 -0
- package/dist-cjs/models/models_3.js +3 -0
- package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +144 -42
- package/dist-es/SageMaker.js +2 -0
- package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +65 -2
- package/dist-es/models/models_1.js +3 -0
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/models/models_3.js +3 -0
- package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +130 -30
- package/dist-types/SageMaker.d.ts +7 -0
- package/dist-types/SageMakerClient.d.ts +3 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/CreateAppCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
- package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
- package/dist-types/commands/CreateModelCommand.d.ts +16 -16
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
- package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
- package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
- package/dist-types/commands/ListAppsCommand.d.ts +2 -2
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +98 -98
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
- package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +172 -99
- package/dist-types/models/models_1.d.ts +76 -69
- package/dist-types/models/models_2.d.ts +103 -115
- package/dist-types/models/models_3.d.ts +59 -36
- package/dist-types/models/models_4.d.ts +44 -33
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SageMaker.d.ts +17 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +91 -26
- package/dist-types/ts3.4/models/models_1.d.ts +19 -16
- package/dist-types/ts3.4/models/models_2.d.ts +25 -24
- package/dist-types/ts3.4/models/models_3.d.ts +17 -10
- package/dist-types/ts3.4/models/models_4.d.ts +10 -8
- package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +4 -4
|
@@ -1030,14 +1030,14 @@ export interface UserSettings {
|
|
|
1030
1030
|
CanvasAppSettings?: CanvasAppSettings;
|
|
1031
1031
|
/**
|
|
1032
1032
|
* @public
|
|
1033
|
-
* <p>The
|
|
1033
|
+
* <p>The Code Editor application settings.</p>
|
|
1034
1034
|
*/
|
|
1035
|
-
|
|
1035
|
+
CodeEditorAppSettings?: CodeEditorAppSettings;
|
|
1036
1036
|
/**
|
|
1037
1037
|
* @public
|
|
1038
|
-
* <p>The
|
|
1038
|
+
* <p>The settings for the JupyterLab application.</p>
|
|
1039
1039
|
*/
|
|
1040
|
-
|
|
1040
|
+
JupyterLabAppSettings?: JupyterLabAppSettings;
|
|
1041
1041
|
/**
|
|
1042
1042
|
* @public
|
|
1043
1043
|
* <p>The storage settings for a private space.</p>
|
|
@@ -1165,6 +1165,11 @@ export interface CreateDomainRequest {
|
|
|
1165
1165
|
* take precedence over those specified in <code>CreateDomain</code>.</p>
|
|
1166
1166
|
*/
|
|
1167
1167
|
DefaultUserSettings: UserSettings | undefined;
|
|
1168
|
+
/**
|
|
1169
|
+
* @public
|
|
1170
|
+
* <p>A collection of <code>Domain</code> settings.</p>
|
|
1171
|
+
*/
|
|
1172
|
+
DomainSettings?: DomainSettings;
|
|
1168
1173
|
/**
|
|
1169
1174
|
* @public
|
|
1170
1175
|
* <p>The VPC subnets that the domain uses for communication.</p>
|
|
@@ -1224,11 +1229,6 @@ export interface CreateDomainRequest {
|
|
|
1224
1229
|
* <code>Service</code>.</p>
|
|
1225
1230
|
*/
|
|
1226
1231
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
1227
|
-
/**
|
|
1228
|
-
* @public
|
|
1229
|
-
* <p>A collection of <code>Domain</code> settings.</p>
|
|
1230
|
-
*/
|
|
1231
|
-
DomainSettings?: DomainSettings;
|
|
1232
1232
|
/**
|
|
1233
1233
|
* @public
|
|
1234
1234
|
* <p>The default settings used to create a space.</p>
|
|
@@ -1503,15 +1503,15 @@ export interface DeploymentConfig {
|
|
|
1503
1503
|
BlueGreenUpdatePolicy?: BlueGreenUpdatePolicy;
|
|
1504
1504
|
/**
|
|
1505
1505
|
* @public
|
|
1506
|
-
* <p>
|
|
1507
|
-
* recovery.</p>
|
|
1506
|
+
* <p>Specifies a rolling deployment strategy for updating a SageMaker endpoint.</p>
|
|
1508
1507
|
*/
|
|
1509
|
-
|
|
1508
|
+
RollingUpdatePolicy?: RollingUpdatePolicy;
|
|
1510
1509
|
/**
|
|
1511
1510
|
* @public
|
|
1512
|
-
* <p>
|
|
1511
|
+
* <p>Automatic rollback configuration for handling endpoint deployment failures and
|
|
1512
|
+
* recovery.</p>
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
1515
1515
|
}
|
|
1516
1516
|
/**
|
|
1517
1517
|
* @public
|
|
@@ -2093,12 +2093,12 @@ export interface FeatureDefinition {
|
|
|
2093
2093
|
* of the following: <code>is_deleted</code>, <code>write_time</code>,
|
|
2094
2094
|
* <code>api_invocation_time</code>.</p>
|
|
2095
2095
|
*/
|
|
2096
|
-
FeatureName
|
|
2096
|
+
FeatureName: string | undefined;
|
|
2097
2097
|
/**
|
|
2098
2098
|
* @public
|
|
2099
2099
|
* <p>The value type of a feature. Valid values are Integral, Fractional, or String.</p>
|
|
2100
2100
|
*/
|
|
2101
|
-
FeatureType
|
|
2101
|
+
FeatureType: FeatureType | undefined;
|
|
2102
2102
|
/**
|
|
2103
2103
|
* @public
|
|
2104
2104
|
* <p>A grouping of elements where each element within the collection must have the same
|
|
@@ -2190,6 +2190,7 @@ export interface S3StorageConfig {
|
|
|
2190
2190
|
* @enum
|
|
2191
2191
|
*/
|
|
2192
2192
|
export declare const TableFormat: {
|
|
2193
|
+
readonly DEFAULT: "Default";
|
|
2193
2194
|
readonly GLUE: "Glue";
|
|
2194
2195
|
readonly ICEBERG: "Iceberg";
|
|
2195
2196
|
};
|
|
@@ -3333,7 +3334,7 @@ export interface CreateFlowDefinitionRequest {
|
|
|
3333
3334
|
* @public
|
|
3334
3335
|
* <p>An object containing information about the tasks the human reviewers will perform.</p>
|
|
3335
3336
|
*/
|
|
3336
|
-
HumanLoopConfig
|
|
3337
|
+
HumanLoopConfig?: HumanLoopConfig;
|
|
3337
3338
|
/**
|
|
3338
3339
|
* @public
|
|
3339
3340
|
* <p>An object containing information about where the human review results will be uploaded.</p>
|
|
@@ -4101,6 +4102,16 @@ export interface HyperParameterTrainingJobDefinition {
|
|
|
4101
4102
|
* </note>
|
|
4102
4103
|
*/
|
|
4103
4104
|
ResourceConfig?: ResourceConfig;
|
|
4105
|
+
/**
|
|
4106
|
+
* @public
|
|
4107
|
+
* <p>The configuration for the hyperparameter tuning resources, including the compute
|
|
4108
|
+
* instances and storage volumes, used for training jobs launched by the tuning job. By
|
|
4109
|
+
* default, storage volumes hold model artifacts and incremental states. Choose
|
|
4110
|
+
* <code>File</code> for <code>TrainingInputMode</code> in the
|
|
4111
|
+
* <code>AlgorithmSpecification</code> parameter to additionally store training data in
|
|
4112
|
+
* the storage volume (optional).</p>
|
|
4113
|
+
*/
|
|
4114
|
+
HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
|
|
4104
4115
|
/**
|
|
4105
4116
|
* @public
|
|
4106
4117
|
* <p>Specifies a limit to how long a model hyperparameter training job can run. It also
|
|
@@ -4144,16 +4155,6 @@ export interface HyperParameterTrainingJobDefinition {
|
|
|
4144
4155
|
* <code>InternalServerError</code>.</p>
|
|
4145
4156
|
*/
|
|
4146
4157
|
RetryStrategy?: RetryStrategy;
|
|
4147
|
-
/**
|
|
4148
|
-
* @public
|
|
4149
|
-
* <p>The configuration for the hyperparameter tuning resources, including the compute
|
|
4150
|
-
* instances and storage volumes, used for training jobs launched by the tuning job. By
|
|
4151
|
-
* default, storage volumes hold model artifacts and incremental states. Choose
|
|
4152
|
-
* <code>File</code> for <code>TrainingInputMode</code> in the
|
|
4153
|
-
* <code>AlgorithmSpecification</code> parameter to additionally store training data in
|
|
4154
|
-
* the storage volume (optional).</p>
|
|
4155
|
-
*/
|
|
4156
|
-
HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
|
|
4157
4158
|
/**
|
|
4158
4159
|
* @public
|
|
4159
4160
|
* <p>An environment variable that you can pass into the SageMaker <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API. You can use an existing <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html#sagemaker-CreateTrainingJob-request-Environment">environment variable from the training container</a> or use your own. See
|
|
@@ -5214,13 +5215,6 @@ export interface RecommendationJobContainerConfig {
|
|
|
5214
5215
|
* <p>A list of the instance types that are used to generate inferences in real-time.</p>
|
|
5215
5216
|
*/
|
|
5216
5217
|
SupportedInstanceTypes?: string[];
|
|
5217
|
-
/**
|
|
5218
|
-
* @public
|
|
5219
|
-
* <p>Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.
|
|
5220
|
-
* This field is used for optimizing your model using SageMaker Neo. For more information, see
|
|
5221
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InputConfig.html#sagemaker-Type-InputConfig-DataInputConfig">DataInputConfig</a>.</p>
|
|
5222
|
-
*/
|
|
5223
|
-
DataInputConfig?: string;
|
|
5224
5218
|
/**
|
|
5225
5219
|
* @public
|
|
5226
5220
|
* <p>The endpoint type to receive recommendations for. By default this is null, and the results of
|
|
@@ -5228,6 +5222,13 @@ export interface RecommendationJobContainerConfig {
|
|
|
5228
5222
|
* By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.</p>
|
|
5229
5223
|
*/
|
|
5230
5224
|
SupportedEndpointType?: RecommendationJobSupportedEndpointType;
|
|
5225
|
+
/**
|
|
5226
|
+
* @public
|
|
5227
|
+
* <p>Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.
|
|
5228
|
+
* This field is used for optimizing your model using SageMaker Neo. For more information, see
|
|
5229
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InputConfig.html#sagemaker-Type-InputConfig-DataInputConfig">DataInputConfig</a>.</p>
|
|
5230
|
+
*/
|
|
5231
|
+
DataInputConfig?: string;
|
|
5231
5232
|
/**
|
|
5232
5233
|
* @public
|
|
5233
5234
|
* <p>The supported MIME types for the output data.</p>
|
|
@@ -5255,6 +5256,11 @@ export interface EndpointInputConfiguration {
|
|
|
5255
5256
|
* <p>The instance types to use for the load test.</p>
|
|
5256
5257
|
*/
|
|
5257
5258
|
InstanceType?: ProductionVariantInstanceType;
|
|
5259
|
+
/**
|
|
5260
|
+
* @public
|
|
5261
|
+
* <p>Specifies the serverless configuration for an endpoint variant.</p>
|
|
5262
|
+
*/
|
|
5263
|
+
ServerlessConfig?: ProductionVariantServerlessConfig;
|
|
5258
5264
|
/**
|
|
5259
5265
|
* @public
|
|
5260
5266
|
* <p>The inference specification name in the model package version.</p>
|
|
@@ -5265,11 +5271,6 @@ export interface EndpointInputConfiguration {
|
|
|
5265
5271
|
* <p> The parameter you want to benchmark against.</p>
|
|
5266
5272
|
*/
|
|
5267
5273
|
EnvironmentParameterRanges?: EnvironmentParameterRanges;
|
|
5268
|
-
/**
|
|
5269
|
-
* @public
|
|
5270
|
-
* <p>Specifies the serverless configuration for an endpoint variant.</p>
|
|
5271
|
-
*/
|
|
5272
|
-
ServerlessConfig?: ProductionVariantServerlessConfig;
|
|
5273
5274
|
}
|
|
5274
5275
|
/**
|
|
5275
5276
|
* @public
|
|
@@ -5280,7 +5281,7 @@ export interface EndpointInfo {
|
|
|
5280
5281
|
* @public
|
|
5281
5282
|
* <p>The name of a customer's endpoint.</p>
|
|
5282
5283
|
*/
|
|
5283
|
-
EndpointName
|
|
5284
|
+
EndpointName?: string;
|
|
5284
5285
|
}
|
|
5285
5286
|
/**
|
|
5286
5287
|
* @public
|
|
@@ -5404,6 +5405,11 @@ export interface RecommendationJobInputConfig {
|
|
|
5404
5405
|
* <p>The Amazon Resource Name (ARN) of a versioned model package.</p>
|
|
5405
5406
|
*/
|
|
5406
5407
|
ModelPackageVersionArn?: string;
|
|
5408
|
+
/**
|
|
5409
|
+
* @public
|
|
5410
|
+
* <p>The name of the created model.</p>
|
|
5411
|
+
*/
|
|
5412
|
+
ModelName?: string;
|
|
5407
5413
|
/**
|
|
5408
5414
|
* @public
|
|
5409
5415
|
* <p>Specifies the maximum duration of the job, in seconds. The maximum value is 18,000 seconds.</p>
|
|
@@ -5481,11 +5487,6 @@ export interface RecommendationJobInputConfig {
|
|
|
5481
5487
|
* <p>Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.</p>
|
|
5482
5488
|
*/
|
|
5483
5489
|
VpcConfig?: RecommendationJobVpcConfig;
|
|
5484
|
-
/**
|
|
5485
|
-
* @public
|
|
5486
|
-
* <p>The name of the created model.</p>
|
|
5487
|
-
*/
|
|
5488
|
-
ModelName?: string;
|
|
5489
5490
|
}
|
|
5490
5491
|
/**
|
|
5491
5492
|
* @public
|
|
@@ -8676,18 +8677,6 @@ export interface CreateModelPackageInput {
|
|
|
8676
8677
|
* <p>A unique token that guarantees that the call to this API is idempotent.</p>
|
|
8677
8678
|
*/
|
|
8678
8679
|
ClientToken?: string;
|
|
8679
|
-
/**
|
|
8680
|
-
* @public
|
|
8681
|
-
* <p>The metadata properties associated with the model package versions.</p>
|
|
8682
|
-
*/
|
|
8683
|
-
CustomerMetadataProperties?: Record<string, string>;
|
|
8684
|
-
/**
|
|
8685
|
-
* @public
|
|
8686
|
-
* <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
|
8687
|
-
* 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 Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
8688
|
-
* </p>
|
|
8689
|
-
*/
|
|
8690
|
-
DriftCheckBaselines?: DriftCheckBaselines;
|
|
8691
8680
|
/**
|
|
8692
8681
|
* @public
|
|
8693
8682
|
* <p>The machine learning domain of your model package and its components. Common
|
|
@@ -8712,6 +8701,18 @@ export interface CreateModelPackageInput {
|
|
|
8712
8701
|
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax">InvokeEndpoint</a> call.</p>
|
|
8713
8702
|
*/
|
|
8714
8703
|
SamplePayloadUrl?: string;
|
|
8704
|
+
/**
|
|
8705
|
+
* @public
|
|
8706
|
+
* <p>The metadata properties associated with the model package versions.</p>
|
|
8707
|
+
*/
|
|
8708
|
+
CustomerMetadataProperties?: Record<string, string>;
|
|
8709
|
+
/**
|
|
8710
|
+
* @public
|
|
8711
|
+
* <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
|
8712
|
+
* 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 Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
8713
|
+
* </p>
|
|
8714
|
+
*/
|
|
8715
|
+
DriftCheckBaselines?: DriftCheckBaselines;
|
|
8715
8716
|
/**
|
|
8716
8717
|
* @public
|
|
8717
8718
|
* <p>An array of additional Inference Specification objects. Each additional
|
|
@@ -9662,6 +9663,10 @@ export interface CreatePresignedDomainUrlRequest {
|
|
|
9662
9663
|
* </li>
|
|
9663
9664
|
* <li>
|
|
9664
9665
|
* <p>
|
|
9666
|
+
* <code>app:CodeEditor:relative/path</code>: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.</p>
|
|
9667
|
+
* </li>
|
|
9668
|
+
* <li>
|
|
9669
|
+
* <p>
|
|
9665
9670
|
* <code>app:Canvas:relative/path</code>: Directs users to the relative path in the Canvas application.</p>
|
|
9666
9671
|
* </li>
|
|
9667
9672
|
* </ul>
|
|
@@ -10464,11 +10469,6 @@ export interface SpaceSettings {
|
|
|
10464
10469
|
* <p>The KernelGateway app settings.</p>
|
|
10465
10470
|
*/
|
|
10466
10471
|
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
10467
|
-
/**
|
|
10468
|
-
* @public
|
|
10469
|
-
* <p>The settings for the JupyterLab application.</p>
|
|
10470
|
-
*/
|
|
10471
|
-
JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
|
|
10472
10472
|
/**
|
|
10473
10473
|
* @public
|
|
10474
10474
|
* <p>The Code Editor application settings.</p>
|
|
@@ -10476,14 +10476,19 @@ export interface SpaceSettings {
|
|
|
10476
10476
|
CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
|
|
10477
10477
|
/**
|
|
10478
10478
|
* @public
|
|
10479
|
-
* <p>The
|
|
10479
|
+
* <p>The settings for the JupyterLab application.</p>
|
|
10480
10480
|
*/
|
|
10481
|
-
|
|
10481
|
+
JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
|
|
10482
10482
|
/**
|
|
10483
10483
|
* @public
|
|
10484
10484
|
* <p>The type of app created within the space.</p>
|
|
10485
10485
|
*/
|
|
10486
10486
|
AppType?: AppType;
|
|
10487
|
+
/**
|
|
10488
|
+
* @public
|
|
10489
|
+
* <p>The storage settings for a private space.</p>
|
|
10490
|
+
*/
|
|
10491
|
+
SpaceStorageSettings?: SpaceStorageSettings;
|
|
10487
10492
|
/**
|
|
10488
10493
|
* @public
|
|
10489
10494
|
* <p>A file system, created by you, that you assign to a space for an Amazon SageMaker
|
|
@@ -10541,11 +10546,6 @@ export interface CreateSpaceRequest {
|
|
|
10541
10546
|
* <p>A collection of space settings.</p>
|
|
10542
10547
|
*/
|
|
10543
10548
|
SpaceSettings?: SpaceSettings;
|
|
10544
|
-
/**
|
|
10545
|
-
* @public
|
|
10546
|
-
* <p>The name of the space that appears in the SageMaker Studio UI.</p>
|
|
10547
|
-
*/
|
|
10548
|
-
SpaceDisplayName?: string;
|
|
10549
10549
|
/**
|
|
10550
10550
|
* @public
|
|
10551
10551
|
* <p>A collection of ownership settings.</p>
|
|
@@ -10556,6 +10556,11 @@ export interface CreateSpaceRequest {
|
|
|
10556
10556
|
* <p>A collection of space sharing settings.</p>
|
|
10557
10557
|
*/
|
|
10558
10558
|
SpaceSharingSettings?: SpaceSharingSettings;
|
|
10559
|
+
/**
|
|
10560
|
+
* @public
|
|
10561
|
+
* <p>The name of the space that appears in the SageMaker Studio UI.</p>
|
|
10562
|
+
*/
|
|
10563
|
+
SpaceDisplayName?: string;
|
|
10559
10564
|
}
|
|
10560
10565
|
/**
|
|
10561
10566
|
* @public
|
|
@@ -10576,6 +10581,8 @@ export declare const StudioLifecycleConfigAppType: {
|
|
|
10576
10581
|
readonly JupyterLab: "JupyterLab";
|
|
10577
10582
|
readonly JupyterServer: "JupyterServer";
|
|
10578
10583
|
readonly KernelGateway: "KernelGateway";
|
|
10584
|
+
readonly Savitur: "Savitur";
|
|
10585
|
+
readonly VSCode: "VSCode";
|
|
10579
10586
|
};
|
|
10580
10587
|
/**
|
|
10581
10588
|
* @public
|