@aws-sdk/client-sagemaker 3.421.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/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 +1 -1
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, EdgeOutputConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* <p>The JupyterServer app settings.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface JupyterServerAppSettings {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* <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>
|
|
11
|
+
*/
|
|
12
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* <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>
|
|
16
|
+
* <note>
|
|
17
|
+
* <p>To remove a Lifecycle Config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
|
|
18
|
+
* </note>
|
|
19
|
+
*/
|
|
20
|
+
LifecycleConfigArns?: string[];
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.</p>
|
|
24
|
+
*/
|
|
25
|
+
CodeRepositories?: CodeRepository[];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>A custom SageMaker image. For more information, see
|
|
30
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html">Bring your own SageMaker image</a>.</p>
|
|
31
|
+
*/
|
|
32
|
+
export interface CustomImage {
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
* <p>The name of the CustomImage. Must be unique to your account.</p>
|
|
36
|
+
*/
|
|
37
|
+
ImageName: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* <p>The version number of the CustomImage.</p>
|
|
41
|
+
*/
|
|
42
|
+
ImageVersionNumber?: number;
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
* <p>The name of the AppImageConfig.</p>
|
|
46
|
+
*/
|
|
47
|
+
AppImageConfigName: string | undefined;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
* <p>The KernelGateway app settings.</p>
|
|
52
|
+
*/
|
|
53
|
+
export interface KernelGatewayAppSettings {
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
* <p>The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.</p>
|
|
57
|
+
* <note>
|
|
58
|
+
* <p>The Amazon SageMaker Studio UI does not use the default instance type value set here. The default
|
|
59
|
+
* instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation
|
|
60
|
+
* and the instance type parameter value is not passed.</p>
|
|
61
|
+
* </note>
|
|
62
|
+
*/
|
|
63
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>A list of custom SageMaker images that are configured to run as a KernelGateway app.</p>
|
|
67
|
+
*/
|
|
68
|
+
CustomImages?: CustomImage[];
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.</p>
|
|
72
|
+
* <note>
|
|
73
|
+
* <p>To remove a Lifecycle Config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
|
|
74
|
+
* </note>
|
|
75
|
+
*/
|
|
76
|
+
LifecycleConfigArns?: string[];
|
|
77
|
+
}
|
|
3
78
|
/**
|
|
4
79
|
* @public
|
|
5
80
|
* <p>A collection of settings that apply to spaces created in the Domain.</p>
|
|
@@ -690,8 +765,8 @@ export interface DataCaptureConfig {
|
|
|
690
765
|
EnableCapture?: boolean;
|
|
691
766
|
/**
|
|
692
767
|
* @public
|
|
693
|
-
* <p>The percentage of requests SageMaker will capture. A lower value is recommended
|
|
694
|
-
* with high traffic.</p>
|
|
768
|
+
* <p>The percentage of requests SageMaker will capture. A lower value is recommended
|
|
769
|
+
* for Endpoints with high traffic.</p>
|
|
695
770
|
*/
|
|
696
771
|
InitialSamplingPercentage: number | undefined;
|
|
697
772
|
/**
|
|
@@ -701,8 +776,9 @@ export interface DataCaptureConfig {
|
|
|
701
776
|
DestinationS3Uri: string | undefined;
|
|
702
777
|
/**
|
|
703
778
|
* @public
|
|
704
|
-
* <p>The Amazon Resource Name (ARN) of
|
|
705
|
-
*
|
|
779
|
+
* <p>The Amazon Resource Name (ARN) of an Key Management Service key that SageMaker
|
|
780
|
+
* uses to encrypt the captured data at rest using Amazon S3 server-side
|
|
781
|
+
* encryption.</p>
|
|
706
782
|
* <p>The KmsKeyId can be any of the following formats: </p>
|
|
707
783
|
* <ul>
|
|
708
784
|
* <li>
|
|
@@ -735,7 +811,7 @@ export interface DataCaptureConfig {
|
|
|
735
811
|
/**
|
|
736
812
|
* @public
|
|
737
813
|
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
738
|
-
*
|
|
814
|
+
* SageMaker will by default base64 encode when capturing the data.</p>
|
|
739
815
|
*/
|
|
740
816
|
CaptureContentTypeHeader?: CaptureContentTypeHeader;
|
|
741
817
|
}
|
|
@@ -1116,6 +1192,34 @@ export interface FeatureDefinition {
|
|
|
1116
1192
|
* <p>The value type of a feature. Valid values are Integral, Fractional, or String.</p>
|
|
1117
1193
|
*/
|
|
1118
1194
|
FeatureType?: FeatureType | string;
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
* <p>A grouping of elements where each element within the collection must have the same
|
|
1198
|
+
* feature type (<code>String</code>, <code>Integral</code>, or
|
|
1199
|
+
* <code>Fractional</code>).</p>
|
|
1200
|
+
* <ul>
|
|
1201
|
+
* <li>
|
|
1202
|
+
* <p>
|
|
1203
|
+
* <code>List</code>: An ordered collection of elements.</p>
|
|
1204
|
+
* </li>
|
|
1205
|
+
* <li>
|
|
1206
|
+
* <p>
|
|
1207
|
+
* <code>Set</code>: An unordered collection of unique elements.</p>
|
|
1208
|
+
* </li>
|
|
1209
|
+
* <li>
|
|
1210
|
+
* <p>
|
|
1211
|
+
* <code>Vector</code>: A specialized list that represents a fixed-size array of
|
|
1212
|
+
* elements. The vector dimension is determined by you. Must have elements with
|
|
1213
|
+
* fractional feature types. </p>
|
|
1214
|
+
* </li>
|
|
1215
|
+
* </ul>
|
|
1216
|
+
*/
|
|
1217
|
+
CollectionType?: CollectionType | string;
|
|
1218
|
+
/**
|
|
1219
|
+
* @public
|
|
1220
|
+
* <p>Configuration for your collection.</p>
|
|
1221
|
+
*/
|
|
1222
|
+
CollectionConfig?: CollectionConfig;
|
|
1119
1223
|
}
|
|
1120
1224
|
/**
|
|
1121
1225
|
* @public
|
|
@@ -1304,6 +1408,18 @@ export interface OnlineStoreSecurityConfig {
|
|
|
1304
1408
|
*/
|
|
1305
1409
|
KmsKeyId?: string;
|
|
1306
1410
|
}
|
|
1411
|
+
/**
|
|
1412
|
+
* @public
|
|
1413
|
+
* @enum
|
|
1414
|
+
*/
|
|
1415
|
+
export declare const StorageType: {
|
|
1416
|
+
readonly IN_MEMORY: "InMemory";
|
|
1417
|
+
readonly STANDARD: "Standard";
|
|
1418
|
+
};
|
|
1419
|
+
/**
|
|
1420
|
+
* @public
|
|
1421
|
+
*/
|
|
1422
|
+
export type StorageType = (typeof StorageType)[keyof typeof StorageType];
|
|
1307
1423
|
/**
|
|
1308
1424
|
* @public
|
|
1309
1425
|
* @enum
|
|
@@ -1369,6 +1485,22 @@ export interface OnlineStoreConfig {
|
|
|
1369
1485
|
* information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
|
|
1370
1486
|
*/
|
|
1371
1487
|
TtlDuration?: TtlDuration;
|
|
1488
|
+
/**
|
|
1489
|
+
* @public
|
|
1490
|
+
* <p>Option for different tiers of low latency storage for real-time data retrieval.</p>
|
|
1491
|
+
* <ul>
|
|
1492
|
+
* <li>
|
|
1493
|
+
* <p>
|
|
1494
|
+
* <code>Standard</code>: A managed low latency data store for feature groups.</p>
|
|
1495
|
+
* </li>
|
|
1496
|
+
* <li>
|
|
1497
|
+
* <p>
|
|
1498
|
+
* <code>InMemory</code>: A managed data store for feature groups that supports very
|
|
1499
|
+
* low latency retrieval. </p>
|
|
1500
|
+
* </li>
|
|
1501
|
+
* </ul>
|
|
1502
|
+
*/
|
|
1503
|
+
StorageType?: StorageType | string;
|
|
1372
1504
|
}
|
|
1373
1505
|
/**
|
|
1374
1506
|
* @public
|
|
@@ -3549,7 +3681,7 @@ export interface InferenceExperimentDataStorageConfig {
|
|
|
3549
3681
|
/**
|
|
3550
3682
|
* @public
|
|
3551
3683
|
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
3552
|
-
*
|
|
3684
|
+
* Amazon SageMaker will by default base64 encode when capturing the data.</p>
|
|
3553
3685
|
*/
|
|
3554
3686
|
ContentType?: CaptureContentTypeHeader;
|
|
3555
3687
|
}
|
|
@@ -6777,7 +6909,8 @@ export interface ModelBiasJobInput {
|
|
|
6777
6909
|
export interface CreateModelBiasJobDefinitionRequest {
|
|
6778
6910
|
/**
|
|
6779
6911
|
* @public
|
|
6780
|
-
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services
|
|
6912
|
+
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services
|
|
6913
|
+
* Region in the Amazon Web Services account.</p>
|
|
6781
6914
|
*/
|
|
6782
6915
|
JobDefinitionName: string | undefined;
|
|
6783
6916
|
/**
|
|
@@ -6812,8 +6945,8 @@ export interface CreateModelBiasJobDefinitionRequest {
|
|
|
6812
6945
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
6813
6946
|
/**
|
|
6814
6947
|
* @public
|
|
6815
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
6816
|
-
*
|
|
6948
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
6949
|
+
* assume to perform tasks on your behalf.</p>
|
|
6817
6950
|
*/
|
|
6818
6951
|
RoleArn: string | undefined;
|
|
6819
6952
|
/**
|
|
@@ -6823,8 +6956,9 @@ export interface CreateModelBiasJobDefinitionRequest {
|
|
|
6823
6956
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
6824
6957
|
/**
|
|
6825
6958
|
* @public
|
|
6826
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
6827
|
-
*
|
|
6959
|
+
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
6960
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
|
|
6961
|
+
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
6828
6962
|
*/
|
|
6829
6963
|
Tags?: Tag[];
|
|
6830
6964
|
}
|
|
@@ -6984,8 +7118,8 @@ export interface ModelExplainabilityAppSpecification {
|
|
|
6984
7118
|
ImageUri: string | undefined;
|
|
6985
7119
|
/**
|
|
6986
7120
|
* @public
|
|
6987
|
-
* <p>JSON formatted S3 file that defines explainability parameters. For more
|
|
6988
|
-
* this JSON configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-model-explainability-parameters.html">Configure model explainability parameters</a>.</p>
|
|
7121
|
+
* <p>JSON formatted Amazon S3 file that defines explainability parameters. For more
|
|
7122
|
+
* information on this JSON configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-model-explainability-parameters.html">Configure model explainability parameters</a>.</p>
|
|
6989
7123
|
*/
|
|
6990
7124
|
ConfigUri: string | undefined;
|
|
6991
7125
|
/**
|
|
@@ -7043,8 +7177,7 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7043
7177
|
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
7044
7178
|
/**
|
|
7045
7179
|
* @public
|
|
7046
|
-
* <p>Configures the model explainability job to run a specified Docker container
|
|
7047
|
-
* image.</p>
|
|
7180
|
+
* <p>Configures the model explainability job to run a specified Docker container image.</p>
|
|
7048
7181
|
*/
|
|
7049
7182
|
ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
|
|
7050
7183
|
/**
|
|
@@ -7069,8 +7202,8 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7069
7202
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
7070
7203
|
/**
|
|
7071
7204
|
* @public
|
|
7072
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7073
|
-
*
|
|
7205
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7206
|
+
* assume to perform tasks on your behalf.</p>
|
|
7074
7207
|
*/
|
|
7075
7208
|
RoleArn: string | undefined;
|
|
7076
7209
|
/**
|
|
@@ -7080,8 +7213,9 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7080
7213
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
7081
7214
|
/**
|
|
7082
7215
|
* @public
|
|
7083
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7084
|
-
*
|
|
7216
|
+
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7217
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
|
|
7218
|
+
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
7085
7219
|
*/
|
|
7086
7220
|
Tags?: Tag[];
|
|
7087
7221
|
}
|
|
@@ -7484,33 +7618,33 @@ export interface CreateModelPackageInput {
|
|
|
7484
7618
|
/**
|
|
7485
7619
|
* @public
|
|
7486
7620
|
* <p>The machine learning domain of your model package and its components. Common
|
|
7487
|
-
*
|
|
7621
|
+
* machine learning domains include computer vision and natural language processing.</p>
|
|
7488
7622
|
*/
|
|
7489
7623
|
Domain?: string;
|
|
7490
7624
|
/**
|
|
7491
7625
|
* @public
|
|
7492
7626
|
* <p>The machine learning task your model package accomplishes. Common machine
|
|
7493
|
-
*
|
|
7494
|
-
*
|
|
7495
|
-
*
|
|
7496
|
-
*
|
|
7627
|
+
* learning tasks include object detection and image classification. The following
|
|
7628
|
+
* tasks are supported by Inference Recommender:
|
|
7629
|
+
* <code>"IMAGE_CLASSIFICATION"</code> | <code>"OBJECT_DETECTION"</code> | <code>"TEXT_GENERATION"</code> |<code>"IMAGE_SEGMENTATION"</code> |
|
|
7630
|
+
* <code>"FILL_MASK"</code> | <code>"CLASSIFICATION"</code> | <code>"REGRESSION"</code> | <code>"OTHER"</code>.</p>
|
|
7497
7631
|
* <p>Specify "OTHER" if none of the tasks listed fit your use case.</p>
|
|
7498
7632
|
*/
|
|
7499
7633
|
Task?: string;
|
|
7500
7634
|
/**
|
|
7501
7635
|
* @public
|
|
7502
7636
|
* <p>The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point
|
|
7503
|
-
*
|
|
7504
|
-
*
|
|
7505
|
-
*
|
|
7637
|
+
* to a single gzip compressed tar archive (.tar.gz suffix). This archive can hold multiple files
|
|
7638
|
+
* that are all equally used in the load test. Each file in the archive must satisfy the size constraints of the
|
|
7639
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax">InvokeEndpoint</a> call.</p>
|
|
7506
7640
|
*/
|
|
7507
7641
|
SamplePayloadUrl?: string;
|
|
7508
7642
|
/**
|
|
7509
7643
|
* @public
|
|
7510
7644
|
* <p>An array of additional Inference Specification objects. Each additional
|
|
7511
|
-
*
|
|
7512
|
-
*
|
|
7513
|
-
*
|
|
7645
|
+
* Inference Specification specifies artifacts based on this model package that can
|
|
7646
|
+
* be used on inference endpoints. Generally used with SageMaker Neo to store the
|
|
7647
|
+
* compiled artifacts. </p>
|
|
7514
7648
|
*/
|
|
7515
7649
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
7516
7650
|
/**
|
|
@@ -7597,15 +7731,14 @@ export interface ModelQualityAppSpecification {
|
|
|
7597
7731
|
/**
|
|
7598
7732
|
* @public
|
|
7599
7733
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
7600
|
-
*
|
|
7601
|
-
*
|
|
7602
|
-
* containers.</p>
|
|
7734
|
+
* base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
|
|
7735
|
+
* the converted data. Applicable only for the built-in (first party) containers.</p>
|
|
7603
7736
|
*/
|
|
7604
7737
|
RecordPreprocessorSourceUri?: string;
|
|
7605
7738
|
/**
|
|
7606
7739
|
* @public
|
|
7607
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7608
|
-
*
|
|
7740
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
|
|
7741
|
+
* only for the built-in (first party) containers.</p>
|
|
7609
7742
|
*/
|
|
7610
7743
|
PostAnalyticsProcessorSourceUri?: string;
|
|
7611
7744
|
/**
|
|
@@ -7621,9 +7754,9 @@ export interface ModelQualityAppSpecification {
|
|
|
7621
7754
|
}
|
|
7622
7755
|
/**
|
|
7623
7756
|
* @public
|
|
7624
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7625
|
-
*
|
|
7626
|
-
*
|
|
7757
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
|
|
7758
|
+
* compared against the results of the current job from the series of jobs scheduled to collect data
|
|
7759
|
+
* periodically.</p>
|
|
7627
7760
|
*/
|
|
7628
7761
|
export interface ModelQualityBaselineConfig {
|
|
7629
7762
|
/**
|
|
@@ -7639,7 +7772,7 @@ export interface ModelQualityBaselineConfig {
|
|
|
7639
7772
|
}
|
|
7640
7773
|
/**
|
|
7641
7774
|
* @public
|
|
7642
|
-
* <p>The input for the model quality monitoring job. Currently
|
|
7775
|
+
* <p>The input for the model quality monitoring job. Currently endpoints are supported for
|
|
7643
7776
|
* input for model quality monitoring jobs.</p>
|
|
7644
7777
|
*/
|
|
7645
7778
|
export interface ModelQualityJobInput {
|
|
@@ -7700,8 +7833,8 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
7700
7833
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
7701
7834
|
/**
|
|
7702
7835
|
* @public
|
|
7703
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7704
|
-
*
|
|
7836
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7837
|
+
* assume to perform tasks on your behalf.</p>
|
|
7705
7838
|
*/
|
|
7706
7839
|
RoleArn: string | undefined;
|
|
7707
7840
|
/**
|
|
@@ -7711,8 +7844,9 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
7711
7844
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
7712
7845
|
/**
|
|
7713
7846
|
* @public
|
|
7714
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7715
|
-
*
|
|
7847
|
+
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7848
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
|
|
7849
|
+
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
7716
7850
|
*/
|
|
7717
7851
|
Tags?: Tag[];
|
|
7718
7852
|
}
|
|
@@ -7728,9 +7862,9 @@ export interface CreateModelQualityJobDefinitionResponse {
|
|
|
7728
7862
|
}
|
|
7729
7863
|
/**
|
|
7730
7864
|
* @public
|
|
7731
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7732
|
-
*
|
|
7733
|
-
*
|
|
7865
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
|
|
7866
|
+
* compared against the results of the current job from the series of jobs scheduled to collect data
|
|
7867
|
+
* periodically.</p>
|
|
7734
7868
|
*/
|
|
7735
7869
|
export interface MonitoringBaselineConfig {
|
|
7736
7870
|
/**
|
|
@@ -7746,8 +7880,8 @@ export interface MonitoringBaselineConfig {
|
|
|
7746
7880
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
7747
7881
|
/**
|
|
7748
7882
|
* @public
|
|
7749
|
-
* <p>The baseline statistics file in Amazon S3 that the current monitoring job should
|
|
7750
|
-
* validated against.</p>
|
|
7883
|
+
* <p>The baseline statistics file in Amazon S3 that the current monitoring job should
|
|
7884
|
+
* be validated against.</p>
|
|
7751
7885
|
*/
|
|
7752
7886
|
StatisticsResource?: MonitoringStatisticsResource;
|
|
7753
7887
|
}
|
|
@@ -7774,15 +7908,14 @@ export interface MonitoringAppSpecification {
|
|
|
7774
7908
|
/**
|
|
7775
7909
|
* @public
|
|
7776
7910
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
7777
|
-
*
|
|
7778
|
-
*
|
|
7779
|
-
* containers.</p>
|
|
7911
|
+
* base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
|
|
7912
|
+
* the converted data. Applicable only for the built-in (first party) containers.</p>
|
|
7780
7913
|
*/
|
|
7781
7914
|
RecordPreprocessorSourceUri?: string;
|
|
7782
7915
|
/**
|
|
7783
7916
|
* @public
|
|
7784
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7785
|
-
*
|
|
7917
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
|
|
7918
|
+
* only for the built-in (first party) containers.</p>
|
|
7786
7919
|
*/
|
|
7787
7920
|
PostAnalyticsProcessorSourceUri?: string;
|
|
7788
7921
|
}
|
|
@@ -7844,14 +7977,12 @@ export interface MonitoringJobDefinition {
|
|
|
7844
7977
|
BaselineConfig?: MonitoringBaselineConfig;
|
|
7845
7978
|
/**
|
|
7846
7979
|
* @public
|
|
7847
|
-
* <p>The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker
|
|
7848
|
-
* Endpoint.</p>
|
|
7980
|
+
* <p>The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.</p>
|
|
7849
7981
|
*/
|
|
7850
7982
|
MonitoringInputs: MonitoringInput[] | undefined;
|
|
7851
7983
|
/**
|
|
7852
7984
|
* @public
|
|
7853
|
-
* <p>The array of outputs from the monitoring job to be uploaded to Amazon
|
|
7854
|
-
* Service (Amazon S3).</p>
|
|
7985
|
+
* <p>The array of outputs from the monitoring job to be uploaded to Amazon S3.</p>
|
|
7855
7986
|
*/
|
|
7856
7987
|
MonitoringOutputConfig: MonitoringOutputConfig | undefined;
|
|
7857
7988
|
/**
|
|
@@ -7882,8 +8013,8 @@ export interface MonitoringJobDefinition {
|
|
|
7882
8013
|
NetworkConfig?: NetworkConfig;
|
|
7883
8014
|
/**
|
|
7884
8015
|
* @public
|
|
7885
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7886
|
-
*
|
|
8016
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
8017
|
+
* assume to perform tasks on your behalf.</p>
|
|
7887
8018
|
*/
|
|
7888
8019
|
RoleArn: string | undefined;
|
|
7889
8020
|
}
|
|
@@ -7923,6 +8054,13 @@ export interface ScheduleConfig {
|
|
|
7923
8054
|
* <code>cron(0 [00-23] ? * * *)</code>
|
|
7924
8055
|
* </p>
|
|
7925
8056
|
* </li>
|
|
8057
|
+
* <li>
|
|
8058
|
+
* <p>If you want to run the job one time, immediately, use the following
|
|
8059
|
+
* keyword:</p>
|
|
8060
|
+
* <p>
|
|
8061
|
+
* <code>NOW</code>
|
|
8062
|
+
* </p>
|
|
8063
|
+
* </li>
|
|
7926
8064
|
* </ul>
|
|
7927
8065
|
* <p>For example, the following are valid cron expressions:</p>
|
|
7928
8066
|
* <ul>
|
|
@@ -7963,8 +8101,8 @@ export interface ScheduleConfig {
|
|
|
7963
8101
|
* </li>
|
|
7964
8102
|
* </ul>
|
|
7965
8103
|
* </note>
|
|
7966
|
-
* <p>You can also specify the keyword <code>NOW</code> to run the monitoring job immediately,
|
|
7967
|
-
* without recurring.</p>
|
|
8104
|
+
* <p>You can also specify the keyword <code>NOW</code> to run the monitoring job immediately,
|
|
8105
|
+
* one time, without recurring.</p>
|
|
7968
8106
|
*/
|
|
7969
8107
|
ScheduleExpression: string | undefined;
|
|
7970
8108
|
/**
|
|
@@ -8028,13 +8166,14 @@ export interface MonitoringScheduleConfig {
|
|
|
8028
8166
|
export interface CreateMonitoringScheduleRequest {
|
|
8029
8167
|
/**
|
|
8030
8168
|
* @public
|
|
8031
|
-
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services
|
|
8169
|
+
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services
|
|
8170
|
+
* Region within an Amazon Web Services account.</p>
|
|
8032
8171
|
*/
|
|
8033
8172
|
MonitoringScheduleName: string | undefined;
|
|
8034
8173
|
/**
|
|
8035
8174
|
* @public
|
|
8036
|
-
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
8037
|
-
*
|
|
8175
|
+
* <p>The configuration object that specifies the monitoring schedule and defines the monitoring
|
|
8176
|
+
* job.</p>
|
|
8038
8177
|
*/
|
|
8039
8178
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
8040
8179
|
/**
|
|
@@ -10696,58 +10835,6 @@ export interface RetentionPolicy {
|
|
|
10696
10835
|
*/
|
|
10697
10836
|
HomeEfsFileSystem?: RetentionType | string;
|
|
10698
10837
|
}
|
|
10699
|
-
/**
|
|
10700
|
-
* @public
|
|
10701
|
-
*/
|
|
10702
|
-
export interface DeleteDomainRequest {
|
|
10703
|
-
/**
|
|
10704
|
-
* @public
|
|
10705
|
-
* <p>The domain ID.</p>
|
|
10706
|
-
*/
|
|
10707
|
-
DomainId: string | undefined;
|
|
10708
|
-
/**
|
|
10709
|
-
* @public
|
|
10710
|
-
* <p>The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted.
|
|
10711
|
-
* By default, all resources are retained (not automatically deleted).
|
|
10712
|
-
* </p>
|
|
10713
|
-
*/
|
|
10714
|
-
RetentionPolicy?: RetentionPolicy;
|
|
10715
|
-
}
|
|
10716
|
-
/**
|
|
10717
|
-
* @public
|
|
10718
|
-
*/
|
|
10719
|
-
export interface DeleteEdgeDeploymentPlanRequest {
|
|
10720
|
-
/**
|
|
10721
|
-
* @public
|
|
10722
|
-
* <p>The name of the edge deployment plan to delete.</p>
|
|
10723
|
-
*/
|
|
10724
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
10725
|
-
}
|
|
10726
|
-
/**
|
|
10727
|
-
* @public
|
|
10728
|
-
*/
|
|
10729
|
-
export interface DeleteEdgeDeploymentStageRequest {
|
|
10730
|
-
/**
|
|
10731
|
-
* @public
|
|
10732
|
-
* <p>The name of the edge deployment plan from which the stage will be deleted.</p>
|
|
10733
|
-
*/
|
|
10734
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
10735
|
-
/**
|
|
10736
|
-
* @public
|
|
10737
|
-
* <p>The name of the stage.</p>
|
|
10738
|
-
*/
|
|
10739
|
-
StageName: string | undefined;
|
|
10740
|
-
}
|
|
10741
|
-
/**
|
|
10742
|
-
* @public
|
|
10743
|
-
*/
|
|
10744
|
-
export interface DeleteEndpointInput {
|
|
10745
|
-
/**
|
|
10746
|
-
* @public
|
|
10747
|
-
* <p>The name of the endpoint that you want to delete.</p>
|
|
10748
|
-
*/
|
|
10749
|
-
EndpointName: string | undefined;
|
|
10750
|
-
}
|
|
10751
10838
|
/**
|
|
10752
10839
|
* @internal
|
|
10753
10840
|
*/
|