@aws-sdk/client-sagemaker 3.461.0 → 3.462.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 +104 -0
- package/dist-cjs/SageMaker.js +26 -0
- package/dist-cjs/commands/CreateClusterCommand.js +51 -0
- package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
- package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
- package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
- package/dist-cjs/commands/ListClustersCommand.js +51 -0
- package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
- package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +62 -51
- package/dist-cjs/models/models_1.js +63 -30
- package/dist-cjs/models/models_2.js +37 -39
- package/dist-cjs/models/models_3.js +45 -44
- package/dist-cjs/models/models_4.js +45 -3
- package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +845 -13
- package/dist-es/SageMaker.js +26 -0
- package/dist-es/commands/CreateClusterCommand.js +47 -0
- package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/CreateWorkforceCommand.js +1 -1
- package/dist-es/commands/DeleteClusterCommand.js +47 -0
- package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
- package/dist-es/commands/DescribeClusterCommand.js +47 -0
- package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
- package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
- package/dist-es/commands/ListClusterNodesCommand.js +47 -0
- package/dist-es/commands/ListClustersCommand.js +47 -0
- package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
- package/dist-es/commands/UpdateClusterCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +60 -50
- package/dist-es/models/models_1.js +62 -27
- package/dist-es/models/models_2.js +34 -38
- package/dist-es/models/models_3.js +43 -42
- package/dist-es/models/models_4.js +43 -1
- package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +807 -1
- package/dist-types/SageMaker.d.ts +91 -0
- package/dist-types/SageMakerClient.d.ts +15 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +15 -8
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
- package/dist-types/commands/CreateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -2
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
- package/dist-types/commands/ListClustersCommand.d.ts +87 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +409 -345
- package/dist-types/models/models_1.d.ts +708 -551
- package/dist-types/models/models_2.d.ts +5059 -5239
- package/dist-types/models/models_3.d.ts +4732 -4693
- package/dist-types/models/models_4.d.ts +1446 -4
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/SageMaker.d.ts +227 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +124 -111
- package/dist-types/ts3.4/models/models_1.d.ts +188 -151
- package/dist-types/ts3.4/models/models_2.d.ts +227 -288
- package/dist-types/ts3.4/models/models_3.d.ts +349 -344
- package/dist-types/ts3.4/models/models_4.d.ts +372 -15
- package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.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 +156 -0
- package/package.json +2 -2
|
@@ -6,8 +6,6 @@ import {
|
|
|
6
6
|
AppNetworkAccessType,
|
|
7
7
|
AppSecurityGroupManagement,
|
|
8
8
|
AppSpecification,
|
|
9
|
-
AppType,
|
|
10
|
-
ArtifactSource,
|
|
11
9
|
AsyncInferenceConfig,
|
|
12
10
|
AthenaDatasetDefinition,
|
|
13
11
|
AuthMode,
|
|
@@ -25,15 +23,12 @@ import {
|
|
|
25
23
|
CapacitySize,
|
|
26
24
|
CaptureContentTypeHeader,
|
|
27
25
|
CaptureOption,
|
|
28
|
-
CaptureStatus,
|
|
29
26
|
CategoricalParameter,
|
|
30
27
|
CategoricalParameterRange,
|
|
31
28
|
Channel,
|
|
32
29
|
CheckpointConfig,
|
|
33
30
|
ClarifyExplainerConfig,
|
|
34
31
|
CodeRepository,
|
|
35
|
-
CognitoConfig,
|
|
36
|
-
CognitoMemberDefinition,
|
|
37
32
|
CollectionConfig,
|
|
38
33
|
CollectionConfiguration,
|
|
39
34
|
CollectionType,
|
|
@@ -41,10 +36,6 @@ import {
|
|
|
41
36
|
ContentClassifier,
|
|
42
37
|
ContinuousParameterRange,
|
|
43
38
|
ConvergenceDetected,
|
|
44
|
-
DataQualityAppSpecification,
|
|
45
|
-
DataQualityBaselineConfig,
|
|
46
|
-
DataQualityJobInput,
|
|
47
|
-
EndpointInput,
|
|
48
39
|
HyperParameterScalingType,
|
|
49
40
|
HyperParameterTuningJobObjective,
|
|
50
41
|
InferenceSpecification,
|
|
@@ -52,15 +43,9 @@ import {
|
|
|
52
43
|
MetricDefinition,
|
|
53
44
|
MetricsSource,
|
|
54
45
|
ModelApprovalStatus,
|
|
55
|
-
MonitoringConstraintsResource,
|
|
56
|
-
MonitoringOutputConfig,
|
|
57
|
-
MonitoringResources,
|
|
58
|
-
MonitoringStatisticsResource,
|
|
59
46
|
OutputDataConfig,
|
|
60
|
-
ProcessingInstanceType,
|
|
61
47
|
ProcessingS3DataDistributionType,
|
|
62
48
|
ProcessingS3InputMode,
|
|
63
|
-
ProcessingS3UploadMode,
|
|
64
49
|
ProductionVariantInstanceType,
|
|
65
50
|
ResourceConfig,
|
|
66
51
|
ResourceSpec,
|
|
@@ -74,6 +59,117 @@ import {
|
|
|
74
59
|
TransformResources,
|
|
75
60
|
VpcConfig,
|
|
76
61
|
} from "./models_0";
|
|
62
|
+
export interface DataQualityAppSpecification {
|
|
63
|
+
ImageUri: string | undefined;
|
|
64
|
+
ContainerEntrypoint?: string[];
|
|
65
|
+
ContainerArguments?: string[];
|
|
66
|
+
RecordPreprocessorSourceUri?: string;
|
|
67
|
+
PostAnalyticsProcessorSourceUri?: string;
|
|
68
|
+
Environment?: Record<string, string>;
|
|
69
|
+
}
|
|
70
|
+
export interface MonitoringConstraintsResource {
|
|
71
|
+
S3Uri?: string;
|
|
72
|
+
}
|
|
73
|
+
export interface MonitoringStatisticsResource {
|
|
74
|
+
S3Uri?: string;
|
|
75
|
+
}
|
|
76
|
+
export interface DataQualityBaselineConfig {
|
|
77
|
+
BaseliningJobName?: string;
|
|
78
|
+
ConstraintsResource?: MonitoringConstraintsResource;
|
|
79
|
+
StatisticsResource?: MonitoringStatisticsResource;
|
|
80
|
+
}
|
|
81
|
+
export interface EndpointInput {
|
|
82
|
+
EndpointName: string | undefined;
|
|
83
|
+
LocalPath: string | undefined;
|
|
84
|
+
S3InputMode?: ProcessingS3InputMode;
|
|
85
|
+
S3DataDistributionType?: ProcessingS3DataDistributionType;
|
|
86
|
+
FeaturesAttribute?: string;
|
|
87
|
+
InferenceAttribute?: string;
|
|
88
|
+
ProbabilityAttribute?: string;
|
|
89
|
+
ProbabilityThresholdAttribute?: number;
|
|
90
|
+
StartTimeOffset?: string;
|
|
91
|
+
EndTimeOffset?: string;
|
|
92
|
+
ExcludeFeaturesAttribute?: string;
|
|
93
|
+
}
|
|
94
|
+
export interface DataQualityJobInput {
|
|
95
|
+
EndpointInput?: EndpointInput;
|
|
96
|
+
BatchTransformInput?: BatchTransformInput;
|
|
97
|
+
}
|
|
98
|
+
export declare const ProcessingS3UploadMode: {
|
|
99
|
+
readonly CONTINUOUS: "Continuous";
|
|
100
|
+
readonly END_OF_JOB: "EndOfJob";
|
|
101
|
+
};
|
|
102
|
+
export type ProcessingS3UploadMode =
|
|
103
|
+
(typeof ProcessingS3UploadMode)[keyof typeof ProcessingS3UploadMode];
|
|
104
|
+
export interface MonitoringS3Output {
|
|
105
|
+
S3Uri: string | undefined;
|
|
106
|
+
LocalPath: string | undefined;
|
|
107
|
+
S3UploadMode?: ProcessingS3UploadMode;
|
|
108
|
+
}
|
|
109
|
+
export interface MonitoringOutput {
|
|
110
|
+
S3Output: MonitoringS3Output | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface MonitoringOutputConfig {
|
|
113
|
+
MonitoringOutputs: MonitoringOutput[] | undefined;
|
|
114
|
+
KmsKeyId?: string;
|
|
115
|
+
}
|
|
116
|
+
export declare const ProcessingInstanceType: {
|
|
117
|
+
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
118
|
+
readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
|
|
119
|
+
readonly ML_C4_8XLARGE: "ml.c4.8xlarge";
|
|
120
|
+
readonly ML_C4_XLARGE: "ml.c4.xlarge";
|
|
121
|
+
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
122
|
+
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
123
|
+
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
124
|
+
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
125
|
+
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
126
|
+
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
127
|
+
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
128
|
+
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
129
|
+
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
130
|
+
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
131
|
+
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
132
|
+
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
133
|
+
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
134
|
+
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
135
|
+
readonly ML_M4_4XLARGE: "ml.m4.4xlarge";
|
|
136
|
+
readonly ML_M4_XLARGE: "ml.m4.xlarge";
|
|
137
|
+
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
138
|
+
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
139
|
+
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
140
|
+
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
141
|
+
readonly ML_M5_LARGE: "ml.m5.large";
|
|
142
|
+
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
143
|
+
readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
|
|
144
|
+
readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
|
|
145
|
+
readonly ML_P2_XLARGE: "ml.p2.xlarge";
|
|
146
|
+
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
147
|
+
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
148
|
+
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
149
|
+
readonly ML_R5_12XLARGE: "ml.r5.12xlarge";
|
|
150
|
+
readonly ML_R5_16XLARGE: "ml.r5.16xlarge";
|
|
151
|
+
readonly ML_R5_24XLARGE: "ml.r5.24xlarge";
|
|
152
|
+
readonly ML_R5_2XLARGE: "ml.r5.2xlarge";
|
|
153
|
+
readonly ML_R5_4XLARGE: "ml.r5.4xlarge";
|
|
154
|
+
readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
|
|
155
|
+
readonly ML_R5_LARGE: "ml.r5.large";
|
|
156
|
+
readonly ML_R5_XLARGE: "ml.r5.xlarge";
|
|
157
|
+
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
158
|
+
readonly ML_T3_LARGE: "ml.t3.large";
|
|
159
|
+
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
160
|
+
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
161
|
+
};
|
|
162
|
+
export type ProcessingInstanceType =
|
|
163
|
+
(typeof ProcessingInstanceType)[keyof typeof ProcessingInstanceType];
|
|
164
|
+
export interface MonitoringClusterConfig {
|
|
165
|
+
InstanceCount: number | undefined;
|
|
166
|
+
InstanceType: ProcessingInstanceType | undefined;
|
|
167
|
+
VolumeSizeInGB: number | undefined;
|
|
168
|
+
VolumeKmsKeyId?: string;
|
|
169
|
+
}
|
|
170
|
+
export interface MonitoringResources {
|
|
171
|
+
ClusterConfig: MonitoringClusterConfig | undefined;
|
|
172
|
+
}
|
|
77
173
|
export interface MonitoringNetworkConfig {
|
|
78
174
|
EnableInterContainerTrafficEncryption?: boolean;
|
|
79
175
|
EnableNetworkIsolation?: boolean;
|
|
@@ -168,6 +264,12 @@ export interface SharingSettings {
|
|
|
168
264
|
S3OutputPath?: string;
|
|
169
265
|
S3KmsKeyId?: string;
|
|
170
266
|
}
|
|
267
|
+
export declare const StudioWebPortal: {
|
|
268
|
+
readonly Disabled: "DISABLED";
|
|
269
|
+
readonly Enabled: "ENABLED";
|
|
270
|
+
};
|
|
271
|
+
export type StudioWebPortal =
|
|
272
|
+
(typeof StudioWebPortal)[keyof typeof StudioWebPortal];
|
|
171
273
|
export interface TensorBoardAppSettings {
|
|
172
274
|
DefaultResourceSpec?: ResourceSpec;
|
|
173
275
|
}
|
|
@@ -181,6 +283,8 @@ export interface UserSettings {
|
|
|
181
283
|
RStudioServerProAppSettings?: RStudioServerProAppSettings;
|
|
182
284
|
RSessionAppSettings?: RSessionAppSettings;
|
|
183
285
|
CanvasAppSettings?: CanvasAppSettings;
|
|
286
|
+
DefaultLandingUri?: string;
|
|
287
|
+
StudioWebPortal?: StudioWebPortal;
|
|
184
288
|
}
|
|
185
289
|
export declare const ExecutionRoleIdentityConfig: {
|
|
186
290
|
readonly DISABLED: "DISABLED";
|
|
@@ -317,6 +421,26 @@ export interface ProductionVariantCoreDumpConfig {
|
|
|
317
421
|
DestinationS3Uri: string | undefined;
|
|
318
422
|
KmsKeyId?: string;
|
|
319
423
|
}
|
|
424
|
+
export declare const ManagedInstanceScalingStatus: {
|
|
425
|
+
readonly DISABLED: "DISABLED";
|
|
426
|
+
readonly ENABLED: "ENABLED";
|
|
427
|
+
};
|
|
428
|
+
export type ManagedInstanceScalingStatus =
|
|
429
|
+
(typeof ManagedInstanceScalingStatus)[keyof typeof ManagedInstanceScalingStatus];
|
|
430
|
+
export interface ProductionVariantManagedInstanceScaling {
|
|
431
|
+
Status?: ManagedInstanceScalingStatus;
|
|
432
|
+
MinInstanceCount?: number;
|
|
433
|
+
MaxInstanceCount?: number;
|
|
434
|
+
}
|
|
435
|
+
export declare const RoutingStrategy: {
|
|
436
|
+
readonly LEAST_OUTSTANDING_REQUESTS: "LEAST_OUTSTANDING_REQUESTS";
|
|
437
|
+
readonly RANDOM: "RANDOM";
|
|
438
|
+
};
|
|
439
|
+
export type RoutingStrategy =
|
|
440
|
+
(typeof RoutingStrategy)[keyof typeof RoutingStrategy];
|
|
441
|
+
export interface ProductionVariantRoutingConfig {
|
|
442
|
+
RoutingStrategy: RoutingStrategy | undefined;
|
|
443
|
+
}
|
|
320
444
|
export interface ProductionVariantServerlessConfig {
|
|
321
445
|
MemorySizeInMB: number | undefined;
|
|
322
446
|
MaxConcurrency: number | undefined;
|
|
@@ -324,7 +448,7 @@ export interface ProductionVariantServerlessConfig {
|
|
|
324
448
|
}
|
|
325
449
|
export interface ProductionVariant {
|
|
326
450
|
VariantName: string | undefined;
|
|
327
|
-
ModelName
|
|
451
|
+
ModelName?: string;
|
|
328
452
|
InitialInstanceCount?: number;
|
|
329
453
|
InstanceType?: ProductionVariantInstanceType;
|
|
330
454
|
InitialVariantWeight?: number;
|
|
@@ -335,6 +459,8 @@ export interface ProductionVariant {
|
|
|
335
459
|
ModelDataDownloadTimeoutInSeconds?: number;
|
|
336
460
|
ContainerStartupHealthCheckTimeoutInSeconds?: number;
|
|
337
461
|
EnableSSMAccess?: boolean;
|
|
462
|
+
ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling;
|
|
463
|
+
RoutingConfig?: ProductionVariantRoutingConfig;
|
|
338
464
|
}
|
|
339
465
|
export interface CreateEndpointConfigInput {
|
|
340
466
|
EndpointConfigName: string | undefined;
|
|
@@ -345,6 +471,9 @@ export interface CreateEndpointConfigInput {
|
|
|
345
471
|
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
346
472
|
ExplainerConfig?: ExplainerConfig;
|
|
347
473
|
ShadowProductionVariants?: ProductionVariant[];
|
|
474
|
+
ExecutionRoleArn?: string;
|
|
475
|
+
VpcConfig?: VpcConfig;
|
|
476
|
+
EnableNetworkIsolation?: boolean;
|
|
348
477
|
}
|
|
349
478
|
export interface CreateEndpointConfigOutput {
|
|
350
479
|
EndpointConfigArn: string | undefined;
|
|
@@ -675,6 +804,43 @@ export interface CreateImageVersionRequest {
|
|
|
675
804
|
export interface CreateImageVersionResponse {
|
|
676
805
|
ImageVersionArn?: string;
|
|
677
806
|
}
|
|
807
|
+
export interface InferenceComponentRuntimeConfig {
|
|
808
|
+
CopyCount: number | undefined;
|
|
809
|
+
}
|
|
810
|
+
export interface InferenceComponentComputeResourceRequirements {
|
|
811
|
+
NumberOfCpuCoresRequired?: number;
|
|
812
|
+
NumberOfAcceleratorDevicesRequired?: number;
|
|
813
|
+
MinMemoryRequiredInMb: number | undefined;
|
|
814
|
+
MaxMemoryRequiredInMb?: number;
|
|
815
|
+
}
|
|
816
|
+
export interface InferenceComponentContainerSpecification {
|
|
817
|
+
Image?: string;
|
|
818
|
+
ArtifactUrl?: string;
|
|
819
|
+
Environment?: Record<string, string>;
|
|
820
|
+
}
|
|
821
|
+
export interface InferenceComponentStartupParameters {
|
|
822
|
+
ModelDataDownloadTimeoutInSeconds?: number;
|
|
823
|
+
ContainerStartupHealthCheckTimeoutInSeconds?: number;
|
|
824
|
+
}
|
|
825
|
+
export interface InferenceComponentSpecification {
|
|
826
|
+
ModelName?: string;
|
|
827
|
+
Container?: InferenceComponentContainerSpecification;
|
|
828
|
+
StartupParameters?: InferenceComponentStartupParameters;
|
|
829
|
+
ComputeResourceRequirements:
|
|
830
|
+
| InferenceComponentComputeResourceRequirements
|
|
831
|
+
| undefined;
|
|
832
|
+
}
|
|
833
|
+
export interface CreateInferenceComponentInput {
|
|
834
|
+
InferenceComponentName: string | undefined;
|
|
835
|
+
EndpointName: string | undefined;
|
|
836
|
+
VariantName: string | undefined;
|
|
837
|
+
Specification: InferenceComponentSpecification | undefined;
|
|
838
|
+
RuntimeConfig: InferenceComponentRuntimeConfig | undefined;
|
|
839
|
+
Tags?: Tag[];
|
|
840
|
+
}
|
|
841
|
+
export interface CreateInferenceComponentOutput {
|
|
842
|
+
InferenceComponentArn: string | undefined;
|
|
843
|
+
}
|
|
678
844
|
export interface InferenceExperimentDataStorageConfig {
|
|
679
845
|
Destination: string | undefined;
|
|
680
846
|
KmsKey?: string;
|
|
@@ -1006,7 +1172,7 @@ export interface CreateModelInput {
|
|
|
1006
1172
|
PrimaryContainer?: ContainerDefinition;
|
|
1007
1173
|
Containers?: ContainerDefinition[];
|
|
1008
1174
|
InferenceExecutionConfig?: InferenceExecutionConfig;
|
|
1009
|
-
ExecutionRoleArn
|
|
1175
|
+
ExecutionRoleArn?: string;
|
|
1010
1176
|
Tags?: Tag[];
|
|
1011
1177
|
VpcConfig?: VpcConfig;
|
|
1012
1178
|
EnableNetworkIsolation?: boolean;
|
|
@@ -1390,6 +1556,7 @@ export interface CreatePresignedDomainUrlRequest {
|
|
|
1390
1556
|
SessionExpirationDurationInSeconds?: number;
|
|
1391
1557
|
ExpiresInSeconds?: number;
|
|
1392
1558
|
SpaceName?: string;
|
|
1559
|
+
LandingUri?: string;
|
|
1393
1560
|
}
|
|
1394
1561
|
export interface CreatePresignedDomainUrlResponse {
|
|
1395
1562
|
AuthorizedUrl?: string;
|
|
@@ -1588,6 +1755,9 @@ export interface DebugRuleConfiguration {
|
|
|
1588
1755
|
VolumeSizeInGB?: number;
|
|
1589
1756
|
RuleParameters?: Record<string, string>;
|
|
1590
1757
|
}
|
|
1758
|
+
export interface InfraCheckConfig {
|
|
1759
|
+
EnableInfraCheck?: boolean;
|
|
1760
|
+
}
|
|
1591
1761
|
export interface ProfilerConfig {
|
|
1592
1762
|
S3OutputPath?: string;
|
|
1593
1763
|
ProfilingIntervalInMilliseconds?: number;
|
|
@@ -1630,6 +1800,7 @@ export interface CreateTrainingJobRequest {
|
|
|
1630
1800
|
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
|
|
1631
1801
|
Environment?: Record<string, string>;
|
|
1632
1802
|
RetryStrategy?: RetryStrategy;
|
|
1803
|
+
InfraCheckConfig?: InfraCheckConfig;
|
|
1633
1804
|
}
|
|
1634
1805
|
export interface CreateTrainingJobResponse {
|
|
1635
1806
|
TrainingJobArn: string | undefined;
|
|
@@ -1747,140 +1918,6 @@ export interface CreateUserProfileRequest {
|
|
|
1747
1918
|
Tags?: Tag[];
|
|
1748
1919
|
UserSettings?: UserSettings;
|
|
1749
1920
|
}
|
|
1750
|
-
export interface CreateUserProfileResponse {
|
|
1751
|
-
UserProfileArn?: string;
|
|
1752
|
-
}
|
|
1753
|
-
export interface OidcConfig {
|
|
1754
|
-
ClientId: string | undefined;
|
|
1755
|
-
ClientSecret: string | undefined;
|
|
1756
|
-
Issuer: string | undefined;
|
|
1757
|
-
AuthorizationEndpoint: string | undefined;
|
|
1758
|
-
TokenEndpoint: string | undefined;
|
|
1759
|
-
UserInfoEndpoint: string | undefined;
|
|
1760
|
-
LogoutEndpoint: string | undefined;
|
|
1761
|
-
JwksUri: string | undefined;
|
|
1762
|
-
}
|
|
1763
|
-
export interface SourceIpConfig {
|
|
1764
|
-
Cidrs: string[] | undefined;
|
|
1765
|
-
}
|
|
1766
|
-
export interface WorkforceVpcConfigRequest {
|
|
1767
|
-
VpcId?: string;
|
|
1768
|
-
SecurityGroupIds?: string[];
|
|
1769
|
-
Subnets?: string[];
|
|
1770
|
-
}
|
|
1771
|
-
export interface CreateWorkforceRequest {
|
|
1772
|
-
CognitoConfig?: CognitoConfig;
|
|
1773
|
-
OidcConfig?: OidcConfig;
|
|
1774
|
-
SourceIpConfig?: SourceIpConfig;
|
|
1775
|
-
WorkforceName: string | undefined;
|
|
1776
|
-
Tags?: Tag[];
|
|
1777
|
-
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
1778
|
-
}
|
|
1779
|
-
export interface CreateWorkforceResponse {
|
|
1780
|
-
WorkforceArn: string | undefined;
|
|
1781
|
-
}
|
|
1782
|
-
export interface OidcMemberDefinition {
|
|
1783
|
-
Groups: string[] | undefined;
|
|
1784
|
-
}
|
|
1785
|
-
export interface MemberDefinition {
|
|
1786
|
-
CognitoMemberDefinition?: CognitoMemberDefinition;
|
|
1787
|
-
OidcMemberDefinition?: OidcMemberDefinition;
|
|
1788
|
-
}
|
|
1789
|
-
export interface NotificationConfiguration {
|
|
1790
|
-
NotificationTopicArn?: string;
|
|
1791
|
-
}
|
|
1792
|
-
export interface CreateWorkteamRequest {
|
|
1793
|
-
WorkteamName: string | undefined;
|
|
1794
|
-
WorkforceName?: string;
|
|
1795
|
-
MemberDefinitions: MemberDefinition[] | undefined;
|
|
1796
|
-
Description: string | undefined;
|
|
1797
|
-
NotificationConfiguration?: NotificationConfiguration;
|
|
1798
|
-
Tags?: Tag[];
|
|
1799
|
-
}
|
|
1800
|
-
export interface CreateWorkteamResponse {
|
|
1801
|
-
WorkteamArn?: string;
|
|
1802
|
-
}
|
|
1803
|
-
export declare const CrossAccountFilterOption: {
|
|
1804
|
-
readonly CROSS_ACCOUNT: "CrossAccount";
|
|
1805
|
-
readonly SAME_ACCOUNT: "SameAccount";
|
|
1806
|
-
};
|
|
1807
|
-
export type CrossAccountFilterOption =
|
|
1808
|
-
(typeof CrossAccountFilterOption)[keyof typeof CrossAccountFilterOption];
|
|
1809
|
-
export declare const Statistic: {
|
|
1810
|
-
readonly AVERAGE: "Average";
|
|
1811
|
-
readonly MAXIMUM: "Maximum";
|
|
1812
|
-
readonly MINIMUM: "Minimum";
|
|
1813
|
-
readonly SAMPLE_COUNT: "SampleCount";
|
|
1814
|
-
readonly SUM: "Sum";
|
|
1815
|
-
};
|
|
1816
|
-
export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
1817
|
-
export interface CustomizedMetricSpecification {
|
|
1818
|
-
MetricName?: string;
|
|
1819
|
-
Namespace?: string;
|
|
1820
|
-
Statistic?: Statistic;
|
|
1821
|
-
}
|
|
1822
|
-
export interface DataCaptureConfigSummary {
|
|
1823
|
-
EnableCapture: boolean | undefined;
|
|
1824
|
-
CaptureStatus: CaptureStatus | undefined;
|
|
1825
|
-
CurrentSamplingPercentage: number | undefined;
|
|
1826
|
-
DestinationS3Uri: string | undefined;
|
|
1827
|
-
KmsKeyId: string | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export declare const RuleEvaluationStatus: {
|
|
1830
|
-
readonly ERROR: "Error";
|
|
1831
|
-
readonly IN_PROGRESS: "InProgress";
|
|
1832
|
-
readonly ISSUES_FOUND: "IssuesFound";
|
|
1833
|
-
readonly NO_ISSUES_FOUND: "NoIssuesFound";
|
|
1834
|
-
readonly STOPPED: "Stopped";
|
|
1835
|
-
readonly STOPPING: "Stopping";
|
|
1836
|
-
};
|
|
1837
|
-
export type RuleEvaluationStatus =
|
|
1838
|
-
(typeof RuleEvaluationStatus)[keyof typeof RuleEvaluationStatus];
|
|
1839
|
-
export interface DebugRuleEvaluationStatus {
|
|
1840
|
-
RuleConfigurationName?: string;
|
|
1841
|
-
RuleEvaluationJobArn?: string;
|
|
1842
|
-
RuleEvaluationStatus?: RuleEvaluationStatus;
|
|
1843
|
-
StatusDetails?: string;
|
|
1844
|
-
LastModifiedTime?: Date;
|
|
1845
|
-
}
|
|
1846
|
-
export interface DeleteActionRequest {
|
|
1847
|
-
ActionName: string | undefined;
|
|
1848
|
-
}
|
|
1849
|
-
export interface DeleteActionResponse {
|
|
1850
|
-
ActionArn?: string;
|
|
1851
|
-
}
|
|
1852
|
-
export interface DeleteAlgorithmInput {
|
|
1853
|
-
AlgorithmName: string | undefined;
|
|
1854
|
-
}
|
|
1855
|
-
export interface DeleteAppRequest {
|
|
1856
|
-
DomainId: string | undefined;
|
|
1857
|
-
UserProfileName?: string;
|
|
1858
|
-
AppType: AppType | undefined;
|
|
1859
|
-
AppName: string | undefined;
|
|
1860
|
-
SpaceName?: string;
|
|
1861
|
-
}
|
|
1862
|
-
export interface DeleteAppImageConfigRequest {
|
|
1863
|
-
AppImageConfigName: string | undefined;
|
|
1864
|
-
}
|
|
1865
|
-
export interface DeleteArtifactRequest {
|
|
1866
|
-
ArtifactArn?: string;
|
|
1867
|
-
Source?: ArtifactSource;
|
|
1868
|
-
}
|
|
1869
|
-
export interface DeleteArtifactResponse {
|
|
1870
|
-
ArtifactArn?: string;
|
|
1871
|
-
}
|
|
1872
|
-
export interface DeleteAssociationRequest {
|
|
1873
|
-
SourceArn: string | undefined;
|
|
1874
|
-
DestinationArn: string | undefined;
|
|
1875
|
-
}
|
|
1876
|
-
export interface DeleteAssociationResponse {
|
|
1877
|
-
SourceArn?: string;
|
|
1878
|
-
DestinationArn?: string;
|
|
1879
|
-
}
|
|
1880
1921
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1881
1922
|
obj: CreateModelCardRequest
|
|
1882
1923
|
) => any;
|
|
1883
|
-
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
1884
|
-
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
1885
|
-
obj: CreateWorkforceRequest
|
|
1886
|
-
) => any;
|