@aws-sdk/client-sagemaker 3.418.0 → 3.422.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 +7 -7
- package/dist-cjs/models/models_0.js +14 -1
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/models/models_2.js +1 -7
- package/dist-cjs/models/models_3.js +8 -7
- package/dist-cjs/models/models_4.js +7 -1
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -5
- package/dist-es/models/models_4.js +6 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -2
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -2
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +7 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +7 -0
- package/dist-types/commands/SearchCommand.d.ts +7 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +94 -107
- package/dist-types/models/models_1.d.ts +204 -117
- package/dist-types/models/models_2.d.ts +71 -202
- package/dist-types/models/models_3.d.ts +219 -169
- package/dist-types/models/models_4.d.ts +140 -6
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +28 -15
- package/dist-types/ts3.4/models/models_1.d.ts +26 -17
- package/dist-types/ts3.4/models/models_2.d.ts +15 -37
- package/dist-types/ts3.4/models/models_3.d.ts +42 -27
- package/dist-types/ts3.4/models/models_4.d.ts +26 -5
- package/package.json +3 -3
|
@@ -5521,7 +5521,7 @@ export interface HolidayConfigAttributes {
|
|
|
5521
5521
|
/**
|
|
5522
5522
|
* @public
|
|
5523
5523
|
* <p>The country code for the holiday calendar.</p>
|
|
5524
|
-
* <p>For the list of public holiday calendars supported by AutoML job V2, see <a href="https://docs.aws.amazon.com/
|
|
5524
|
+
* <p>For the list of public holiday calendars supported by AutoML job V2, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-timeseries-forecasting-holiday-calendars.html#holiday-country-codes">Country Codes</a>. Use the country code corresponding to the country of your
|
|
5525
5525
|
* choice.</p>
|
|
5526
5526
|
*/
|
|
5527
5527
|
CountryCode?: string;
|
|
@@ -5729,7 +5729,7 @@ export interface TimeSeriesForecastingJobConfig {
|
|
|
5729
5729
|
TimeSeriesConfig: TimeSeriesConfig | undefined;
|
|
5730
5730
|
/**
|
|
5731
5731
|
* @public
|
|
5732
|
-
* <p>The collection of
|
|
5732
|
+
* <p>The collection of holiday featurization attributes used to incorporate national holiday
|
|
5733
5733
|
* information into your forecasting model.</p>
|
|
5734
5734
|
*/
|
|
5735
5735
|
HolidayConfig?: HolidayConfigAttributes[];
|
|
@@ -6231,7 +6231,7 @@ export interface MonitoringCsvDatasetFormat {
|
|
|
6231
6231
|
export interface MonitoringJsonDatasetFormat {
|
|
6232
6232
|
/**
|
|
6233
6233
|
* @public
|
|
6234
|
-
* <p>Indicates if the file should be read as a
|
|
6234
|
+
* <p>Indicates if the file should be read as a JSON object per line. </p>
|
|
6235
6235
|
*/
|
|
6236
6236
|
Line?: boolean;
|
|
6237
6237
|
}
|
|
@@ -6766,19 +6766,19 @@ export interface CanvasAppSettings {
|
|
|
6766
6766
|
/**
|
|
6767
6767
|
* @public
|
|
6768
6768
|
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
6769
|
-
*
|
|
6769
|
+
* Amazon SageMaker will by default base64 encode when capturing the data.</p>
|
|
6770
6770
|
*/
|
|
6771
6771
|
export interface CaptureContentTypeHeader {
|
|
6772
6772
|
/**
|
|
6773
6773
|
* @public
|
|
6774
|
-
* <p>The list of all content type headers that SageMaker will treat as CSV and
|
|
6775
|
-
* accordingly.</p>
|
|
6774
|
+
* <p>The list of all content type headers that Amazon SageMaker will treat as CSV and
|
|
6775
|
+
* capture accordingly.</p>
|
|
6776
6776
|
*/
|
|
6777
6777
|
CsvContentTypes?: string[];
|
|
6778
6778
|
/**
|
|
6779
6779
|
* @public
|
|
6780
|
-
* <p>The list of all content type headers that SageMaker will treat as JSON and
|
|
6781
|
-
* accordingly.</p>
|
|
6780
|
+
* <p>The list of all content type headers that SageMaker will treat as JSON and
|
|
6781
|
+
* capture accordingly.</p>
|
|
6782
6782
|
*/
|
|
6783
6783
|
JsonContentTypes?: string[];
|
|
6784
6784
|
}
|
|
@@ -7481,6 +7481,53 @@ export interface CognitoMemberDefinition {
|
|
|
7481
7481
|
*/
|
|
7482
7482
|
ClientId: string | undefined;
|
|
7483
7483
|
}
|
|
7484
|
+
/**
|
|
7485
|
+
* @public
|
|
7486
|
+
* <p>Configuration for your vector collection type.</p>
|
|
7487
|
+
*/
|
|
7488
|
+
export interface VectorConfig {
|
|
7489
|
+
/**
|
|
7490
|
+
* @public
|
|
7491
|
+
* <p>The number of elements in your vector.</p>
|
|
7492
|
+
*/
|
|
7493
|
+
Dimension: number | undefined;
|
|
7494
|
+
}
|
|
7495
|
+
/**
|
|
7496
|
+
* @public
|
|
7497
|
+
* <p>Configuration for your collection.</p>
|
|
7498
|
+
*/
|
|
7499
|
+
export type CollectionConfig = CollectionConfig.VectorConfigMember | CollectionConfig.$UnknownMember;
|
|
7500
|
+
/**
|
|
7501
|
+
* @public
|
|
7502
|
+
*/
|
|
7503
|
+
export declare namespace CollectionConfig {
|
|
7504
|
+
/**
|
|
7505
|
+
* @public
|
|
7506
|
+
* <p>Configuration for your vector collection type.</p>
|
|
7507
|
+
* <ul>
|
|
7508
|
+
* <li>
|
|
7509
|
+
* <p>
|
|
7510
|
+
* <code>Dimension</code>: The number of elements in your vector.</p>
|
|
7511
|
+
* </li>
|
|
7512
|
+
* </ul>
|
|
7513
|
+
*/
|
|
7514
|
+
interface VectorConfigMember {
|
|
7515
|
+
VectorConfig: VectorConfig;
|
|
7516
|
+
$unknown?: never;
|
|
7517
|
+
}
|
|
7518
|
+
/**
|
|
7519
|
+
* @public
|
|
7520
|
+
*/
|
|
7521
|
+
interface $UnknownMember {
|
|
7522
|
+
VectorConfig?: never;
|
|
7523
|
+
$unknown: [string, any];
|
|
7524
|
+
}
|
|
7525
|
+
interface Visitor<T> {
|
|
7526
|
+
VectorConfig: (value: VectorConfig) => T;
|
|
7527
|
+
_: (name: string, value: any) => T;
|
|
7528
|
+
}
|
|
7529
|
+
const visit: <T>(value: CollectionConfig, visitor: Visitor<T>) => T;
|
|
7530
|
+
}
|
|
7484
7531
|
/**
|
|
7485
7532
|
* @public
|
|
7486
7533
|
* <p>Configuration information for the Amazon SageMaker Debugger output tensor collections.</p>
|
|
@@ -7500,6 +7547,19 @@ export interface CollectionConfiguration {
|
|
|
7500
7547
|
*/
|
|
7501
7548
|
CollectionParameters?: Record<string, string>;
|
|
7502
7549
|
}
|
|
7550
|
+
/**
|
|
7551
|
+
* @public
|
|
7552
|
+
* @enum
|
|
7553
|
+
*/
|
|
7554
|
+
export declare const CollectionType: {
|
|
7555
|
+
readonly LIST: "List";
|
|
7556
|
+
readonly SET: "Set";
|
|
7557
|
+
readonly VECTOR: "Vector";
|
|
7558
|
+
};
|
|
7559
|
+
/**
|
|
7560
|
+
* @public
|
|
7561
|
+
*/
|
|
7562
|
+
export type CollectionType = (typeof CollectionType)[keyof typeof CollectionType];
|
|
7503
7563
|
/**
|
|
7504
7564
|
* @public
|
|
7505
7565
|
* @enum
|
|
@@ -9962,15 +10022,14 @@ export interface DataQualityAppSpecification {
|
|
|
9962
10022
|
/**
|
|
9963
10023
|
* @public
|
|
9964
10024
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
9965
|
-
*
|
|
9966
|
-
*
|
|
9967
|
-
* containers.</p>
|
|
10025
|
+
* base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
|
|
10026
|
+
* the converted data. Applicable only for the built-in (first party) containers.</p>
|
|
9968
10027
|
*/
|
|
9969
10028
|
RecordPreprocessorSourceUri?: string;
|
|
9970
10029
|
/**
|
|
9971
10030
|
* @public
|
|
9972
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
9973
|
-
*
|
|
10031
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
|
|
10032
|
+
* only for the built-in (first party) containers.</p>
|
|
9974
10033
|
*/
|
|
9975
10034
|
PostAnalyticsProcessorSourceUri?: string;
|
|
9976
10035
|
/**
|
|
@@ -10003,9 +10062,9 @@ export interface MonitoringStatisticsResource {
|
|
|
10003
10062
|
}
|
|
10004
10063
|
/**
|
|
10005
10064
|
* @public
|
|
10006
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
10007
|
-
*
|
|
10008
|
-
*
|
|
10065
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
|
|
10066
|
+
* compared against the results of the current job from the series of jobs scheduled to collect data
|
|
10067
|
+
* periodically.</p>
|
|
10009
10068
|
*/
|
|
10010
10069
|
export interface DataQualityBaselineConfig {
|
|
10011
10070
|
/**
|
|
@@ -10050,8 +10109,8 @@ export interface EndpointInput {
|
|
|
10050
10109
|
S3InputMode?: ProcessingS3InputMode | string;
|
|
10051
10110
|
/**
|
|
10052
10111
|
* @public
|
|
10053
|
-
* <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an
|
|
10054
|
-
*
|
|
10112
|
+
* <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an
|
|
10113
|
+
* Amazon S3 key. Defaults to <code>FullyReplicated</code>
|
|
10055
10114
|
* </p>
|
|
10056
10115
|
*/
|
|
10057
10116
|
S3DataDistributionType?: ProcessingS3DataDistributionType | string;
|
|
@@ -10132,14 +10191,15 @@ export type ProcessingS3UploadMode = (typeof ProcessingS3UploadMode)[keyof typeo
|
|
|
10132
10191
|
export interface MonitoringS3Output {
|
|
10133
10192
|
/**
|
|
10134
10193
|
* @public
|
|
10135
|
-
* <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker
|
|
10136
|
-
* monitoring job.</p>
|
|
10194
|
+
* <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker
|
|
10195
|
+
* saves the results of a monitoring job.</p>
|
|
10137
10196
|
*/
|
|
10138
10197
|
S3Uri: string | undefined;
|
|
10139
10198
|
/**
|
|
10140
10199
|
* @public
|
|
10141
|
-
* <p>The local path to the Amazon S3 storage location where Amazon SageMaker
|
|
10142
|
-
* monitoring job. LocalPath is an absolute path for the output
|
|
10200
|
+
* <p>The local path to the Amazon S3 storage location where Amazon SageMaker
|
|
10201
|
+
* saves the results of a monitoring job. LocalPath is an absolute path for the output
|
|
10202
|
+
* data.</p>
|
|
10143
10203
|
*/
|
|
10144
10204
|
LocalPath: string | undefined;
|
|
10145
10205
|
/**
|
|
@@ -10156,7 +10216,8 @@ export interface MonitoringS3Output {
|
|
|
10156
10216
|
export interface MonitoringOutput {
|
|
10157
10217
|
/**
|
|
10158
10218
|
* @public
|
|
10159
|
-
* <p>The Amazon S3 storage location where the results of a monitoring job are
|
|
10219
|
+
* <p>The Amazon S3 storage location where the results of a monitoring job are
|
|
10220
|
+
* saved.</p>
|
|
10160
10221
|
*/
|
|
10161
10222
|
S3Output: MonitoringS3Output | undefined;
|
|
10162
10223
|
}
|
|
@@ -10173,8 +10234,8 @@ export interface MonitoringOutputConfig {
|
|
|
10173
10234
|
MonitoringOutputs: MonitoringOutput[] | undefined;
|
|
10174
10235
|
/**
|
|
10175
10236
|
* @public
|
|
10176
|
-
* <p>The
|
|
10177
|
-
*
|
|
10237
|
+
* <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
|
|
10238
|
+
* encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>
|
|
10178
10239
|
*/
|
|
10179
10240
|
KmsKeyId?: string;
|
|
10180
10241
|
}
|
|
@@ -10256,9 +10317,9 @@ export interface MonitoringClusterConfig {
|
|
|
10256
10317
|
VolumeSizeInGB: number | undefined;
|
|
10257
10318
|
/**
|
|
10258
10319
|
* @public
|
|
10259
|
-
* <p>The
|
|
10260
|
-
*
|
|
10261
|
-
*
|
|
10320
|
+
* <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
|
|
10321
|
+
* encrypt data on the storage volume attached to the ML compute instance(s) that run the
|
|
10322
|
+
* model monitoring job.</p>
|
|
10262
10323
|
*/
|
|
10263
10324
|
VolumeKmsKeyId?: string;
|
|
10264
10325
|
}
|
|
@@ -10359,8 +10420,8 @@ export interface CreateDataQualityJobDefinitionRequest {
|
|
|
10359
10420
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
10360
10421
|
/**
|
|
10361
10422
|
* @public
|
|
10362
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
10363
|
-
*
|
|
10423
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
10424
|
+
* assume to perform tasks on your behalf.</p>
|
|
10364
10425
|
*/
|
|
10365
10426
|
RoleArn: string | undefined;
|
|
10366
10427
|
/**
|
|
@@ -10370,8 +10431,9 @@ export interface CreateDataQualityJobDefinitionRequest {
|
|
|
10370
10431
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
10371
10432
|
/**
|
|
10372
10433
|
* @public
|
|
10373
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
10374
|
-
*
|
|
10434
|
+
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
10435
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
|
|
10436
|
+
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
10375
10437
|
*/
|
|
10376
10438
|
Tags?: Tag[];
|
|
10377
10439
|
}
|
|
@@ -10496,78 +10558,3 @@ export interface CreateDeviceFleetRequest {
|
|
|
10496
10558
|
*/
|
|
10497
10559
|
EnableIotRoleAlias?: boolean;
|
|
10498
10560
|
}
|
|
10499
|
-
/**
|
|
10500
|
-
* @public
|
|
10501
|
-
* <p>The JupyterServer app settings.</p>
|
|
10502
|
-
*/
|
|
10503
|
-
export interface JupyterServerAppSettings {
|
|
10504
|
-
/**
|
|
10505
|
-
* @public
|
|
10506
|
-
* <p>The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the <code>LifecycleConfigArns</code> parameter, then this parameter is also required.</p>
|
|
10507
|
-
*/
|
|
10508
|
-
DefaultResourceSpec?: ResourceSpec;
|
|
10509
|
-
/**
|
|
10510
|
-
* @public
|
|
10511
|
-
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the <code>DefaultResourceSpec</code> parameter is also required.</p>
|
|
10512
|
-
* <note>
|
|
10513
|
-
* <p>To remove a Lifecycle Config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
|
|
10514
|
-
* </note>
|
|
10515
|
-
*/
|
|
10516
|
-
LifecycleConfigArns?: string[];
|
|
10517
|
-
/**
|
|
10518
|
-
* @public
|
|
10519
|
-
* <p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.</p>
|
|
10520
|
-
*/
|
|
10521
|
-
CodeRepositories?: CodeRepository[];
|
|
10522
|
-
}
|
|
10523
|
-
/**
|
|
10524
|
-
* @public
|
|
10525
|
-
* <p>A custom SageMaker image. For more information, see
|
|
10526
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html">Bring your own SageMaker image</a>.</p>
|
|
10527
|
-
*/
|
|
10528
|
-
export interface CustomImage {
|
|
10529
|
-
/**
|
|
10530
|
-
* @public
|
|
10531
|
-
* <p>The name of the CustomImage. Must be unique to your account.</p>
|
|
10532
|
-
*/
|
|
10533
|
-
ImageName: string | undefined;
|
|
10534
|
-
/**
|
|
10535
|
-
* @public
|
|
10536
|
-
* <p>The version number of the CustomImage.</p>
|
|
10537
|
-
*/
|
|
10538
|
-
ImageVersionNumber?: number;
|
|
10539
|
-
/**
|
|
10540
|
-
* @public
|
|
10541
|
-
* <p>The name of the AppImageConfig.</p>
|
|
10542
|
-
*/
|
|
10543
|
-
AppImageConfigName: string | undefined;
|
|
10544
|
-
}
|
|
10545
|
-
/**
|
|
10546
|
-
* @public
|
|
10547
|
-
* <p>The KernelGateway app settings.</p>
|
|
10548
|
-
*/
|
|
10549
|
-
export interface KernelGatewayAppSettings {
|
|
10550
|
-
/**
|
|
10551
|
-
* @public
|
|
10552
|
-
* <p>The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.</p>
|
|
10553
|
-
* <note>
|
|
10554
|
-
* <p>The Amazon SageMaker Studio UI does not use the default instance type value set here. The default
|
|
10555
|
-
* instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation
|
|
10556
|
-
* and the instance type parameter value is not passed.</p>
|
|
10557
|
-
* </note>
|
|
10558
|
-
*/
|
|
10559
|
-
DefaultResourceSpec?: ResourceSpec;
|
|
10560
|
-
/**
|
|
10561
|
-
* @public
|
|
10562
|
-
* <p>A list of custom SageMaker images that are configured to run as a KernelGateway app.</p>
|
|
10563
|
-
*/
|
|
10564
|
-
CustomImages?: CustomImage[];
|
|
10565
|
-
/**
|
|
10566
|
-
* @public
|
|
10567
|
-
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.</p>
|
|
10568
|
-
* <note>
|
|
10569
|
-
* <p>To remove a Lifecycle Config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
|
|
10570
|
-
* </note>
|
|
10571
|
-
*/
|
|
10572
|
-
LifecycleConfigArns?: string[];
|
|
10573
|
-
}
|