@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
|
@@ -1,5 +1,340 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, OutputDataConfig, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* <p>Information about the container that a data quality monitoring job runs.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface DataQualityAppSpecification {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* <p>The container image that the data quality monitoring job runs.</p>
|
|
11
|
+
*/
|
|
12
|
+
ImageUri: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* <p>The entrypoint for a container used to run a monitoring job.</p>
|
|
16
|
+
*/
|
|
17
|
+
ContainerEntrypoint?: string[];
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* <p>The arguments to send to the container that the monitoring job runs.</p>
|
|
21
|
+
*/
|
|
22
|
+
ContainerArguments?: string[];
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
26
|
+
* base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
|
|
27
|
+
* the converted data. Applicable only for the built-in (first party) containers.</p>
|
|
28
|
+
*/
|
|
29
|
+
RecordPreprocessorSourceUri?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
|
|
33
|
+
* only for the built-in (first party) containers.</p>
|
|
34
|
+
*/
|
|
35
|
+
PostAnalyticsProcessorSourceUri?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* <p>Sets the environment variables in the container that the monitoring job runs.</p>
|
|
39
|
+
*/
|
|
40
|
+
Environment?: Record<string, string>;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* <p>The constraints resource for a monitoring job.</p>
|
|
45
|
+
*/
|
|
46
|
+
export interface MonitoringConstraintsResource {
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* <p>The Amazon S3 URI for the constraints resource.</p>
|
|
50
|
+
*/
|
|
51
|
+
S3Uri?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* <p>The statistics resource for a monitoring job.</p>
|
|
56
|
+
*/
|
|
57
|
+
export interface MonitoringStatisticsResource {
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
* <p>The Amazon S3 URI for the statistics resource.</p>
|
|
61
|
+
*/
|
|
62
|
+
S3Uri?: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
|
|
67
|
+
* compared against the results of the current job from the series of jobs scheduled to collect data
|
|
68
|
+
* periodically.</p>
|
|
69
|
+
*/
|
|
70
|
+
export interface DataQualityBaselineConfig {
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
* <p>The name of the job that performs baselining for the data quality monitoring job.</p>
|
|
74
|
+
*/
|
|
75
|
+
BaseliningJobName?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
* <p>The constraints resource for a monitoring job.</p>
|
|
79
|
+
*/
|
|
80
|
+
ConstraintsResource?: MonitoringConstraintsResource;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
* <p>The statistics resource for a monitoring job.</p>
|
|
84
|
+
*/
|
|
85
|
+
StatisticsResource?: MonitoringStatisticsResource;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
* <p>Input object for the endpoint</p>
|
|
90
|
+
*/
|
|
91
|
+
export interface EndpointInput {
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
* <p>An endpoint in customer's account which has enabled <code>DataCaptureConfig</code>
|
|
95
|
+
* enabled.</p>
|
|
96
|
+
*/
|
|
97
|
+
EndpointName: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
* <p>Path to the filesystem where the endpoint data is available to the container.</p>
|
|
101
|
+
*/
|
|
102
|
+
LocalPath: string | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
* <p>Whether the <code>Pipe</code> or <code>File</code> is used as the input mode for
|
|
106
|
+
* transferring data for the monitoring job. <code>Pipe</code> mode is recommended for large
|
|
107
|
+
* datasets. <code>File</code> mode is useful for small files that fit in memory. Defaults to
|
|
108
|
+
* <code>File</code>.</p>
|
|
109
|
+
*/
|
|
110
|
+
S3InputMode?: ProcessingS3InputMode;
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
* <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an
|
|
114
|
+
* Amazon S3 key. Defaults to <code>FullyReplicated</code>
|
|
115
|
+
* </p>
|
|
116
|
+
*/
|
|
117
|
+
S3DataDistributionType?: ProcessingS3DataDistributionType;
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
* <p>The attributes of the input data that are the input features.</p>
|
|
121
|
+
*/
|
|
122
|
+
FeaturesAttribute?: string;
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
* <p>The attribute of the input data that represents the ground truth label.</p>
|
|
126
|
+
*/
|
|
127
|
+
InferenceAttribute?: string;
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
* <p>In a classification problem, the attribute that represents the class probability.</p>
|
|
131
|
+
*/
|
|
132
|
+
ProbabilityAttribute?: string;
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
* <p>The threshold for the class probability to be evaluated as a positive result.</p>
|
|
136
|
+
*/
|
|
137
|
+
ProbabilityThresholdAttribute?: number;
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
* <p>If specified, monitoring jobs substract this time from the start time. For information
|
|
141
|
+
* about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule Model
|
|
142
|
+
* Quality Monitoring Jobs</a>.</p>
|
|
143
|
+
*/
|
|
144
|
+
StartTimeOffset?: string;
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
* <p>If specified, monitoring jobs substract this time from the end time. For information
|
|
148
|
+
* about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule Model
|
|
149
|
+
* Quality Monitoring Jobs</a>.</p>
|
|
150
|
+
*/
|
|
151
|
+
EndTimeOffset?: string;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* <p>The attributes of the input data to exclude from the analysis.</p>
|
|
155
|
+
*/
|
|
156
|
+
ExcludeFeaturesAttribute?: string;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
* <p>The input for the data quality monitoring job. Currently endpoints are supported for
|
|
161
|
+
* input.</p>
|
|
162
|
+
*/
|
|
163
|
+
export interface DataQualityJobInput {
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
* <p>Input object for the endpoint</p>
|
|
167
|
+
*/
|
|
168
|
+
EndpointInput?: EndpointInput;
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
* <p>Input object for the batch transform job.</p>
|
|
172
|
+
*/
|
|
173
|
+
BatchTransformInput?: BatchTransformInput;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* @public
|
|
177
|
+
* @enum
|
|
178
|
+
*/
|
|
179
|
+
export declare const ProcessingS3UploadMode: {
|
|
180
|
+
readonly CONTINUOUS: "Continuous";
|
|
181
|
+
readonly END_OF_JOB: "EndOfJob";
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
export type ProcessingS3UploadMode = (typeof ProcessingS3UploadMode)[keyof typeof ProcessingS3UploadMode];
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* <p>Information about where and how you want to store the results of a monitoring
|
|
190
|
+
* job.</p>
|
|
191
|
+
*/
|
|
192
|
+
export interface MonitoringS3Output {
|
|
193
|
+
/**
|
|
194
|
+
* @public
|
|
195
|
+
* <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker
|
|
196
|
+
* saves the results of a monitoring job.</p>
|
|
197
|
+
*/
|
|
198
|
+
S3Uri: string | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
* <p>The local path to the Amazon S3 storage location where Amazon SageMaker
|
|
202
|
+
* saves the results of a monitoring job. LocalPath is an absolute path for the output
|
|
203
|
+
* data.</p>
|
|
204
|
+
*/
|
|
205
|
+
LocalPath: string | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
* <p>Whether to upload the results of the monitoring job continuously or after the job
|
|
209
|
+
* completes.</p>
|
|
210
|
+
*/
|
|
211
|
+
S3UploadMode?: ProcessingS3UploadMode;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
* <p>The output object for a monitoring job.</p>
|
|
216
|
+
*/
|
|
217
|
+
export interface MonitoringOutput {
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
* <p>The Amazon S3 storage location where the results of a monitoring job are
|
|
221
|
+
* saved.</p>
|
|
222
|
+
*/
|
|
223
|
+
S3Output: MonitoringS3Output | undefined;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* @public
|
|
227
|
+
* <p>The output configuration for monitoring jobs.</p>
|
|
228
|
+
*/
|
|
229
|
+
export interface MonitoringOutputConfig {
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
* <p>Monitoring outputs for monitoring jobs. This is where the output of the periodic
|
|
233
|
+
* monitoring jobs is uploaded.</p>
|
|
234
|
+
*/
|
|
235
|
+
MonitoringOutputs: MonitoringOutput[] | undefined;
|
|
236
|
+
/**
|
|
237
|
+
* @public
|
|
238
|
+
* <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
|
|
239
|
+
* encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>
|
|
240
|
+
*/
|
|
241
|
+
KmsKeyId?: string;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
* @enum
|
|
246
|
+
*/
|
|
247
|
+
export declare const ProcessingInstanceType: {
|
|
248
|
+
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
249
|
+
readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
|
|
250
|
+
readonly ML_C4_8XLARGE: "ml.c4.8xlarge";
|
|
251
|
+
readonly ML_C4_XLARGE: "ml.c4.xlarge";
|
|
252
|
+
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
253
|
+
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
254
|
+
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
255
|
+
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
256
|
+
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
257
|
+
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
258
|
+
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
259
|
+
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
260
|
+
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
261
|
+
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
262
|
+
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
263
|
+
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
264
|
+
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
265
|
+
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
266
|
+
readonly ML_M4_4XLARGE: "ml.m4.4xlarge";
|
|
267
|
+
readonly ML_M4_XLARGE: "ml.m4.xlarge";
|
|
268
|
+
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
269
|
+
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
270
|
+
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
271
|
+
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
272
|
+
readonly ML_M5_LARGE: "ml.m5.large";
|
|
273
|
+
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
274
|
+
readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
|
|
275
|
+
readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
|
|
276
|
+
readonly ML_P2_XLARGE: "ml.p2.xlarge";
|
|
277
|
+
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
278
|
+
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
279
|
+
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
280
|
+
readonly ML_R5_12XLARGE: "ml.r5.12xlarge";
|
|
281
|
+
readonly ML_R5_16XLARGE: "ml.r5.16xlarge";
|
|
282
|
+
readonly ML_R5_24XLARGE: "ml.r5.24xlarge";
|
|
283
|
+
readonly ML_R5_2XLARGE: "ml.r5.2xlarge";
|
|
284
|
+
readonly ML_R5_4XLARGE: "ml.r5.4xlarge";
|
|
285
|
+
readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
|
|
286
|
+
readonly ML_R5_LARGE: "ml.r5.large";
|
|
287
|
+
readonly ML_R5_XLARGE: "ml.r5.xlarge";
|
|
288
|
+
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
289
|
+
readonly ML_T3_LARGE: "ml.t3.large";
|
|
290
|
+
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
291
|
+
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export type ProcessingInstanceType = (typeof ProcessingInstanceType)[keyof typeof ProcessingInstanceType];
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* <p>Configuration for the cluster used to run model monitoring jobs.</p>
|
|
300
|
+
*/
|
|
301
|
+
export interface MonitoringClusterConfig {
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
* <p>The number of ML compute instances to use in the model monitoring job. For distributed
|
|
305
|
+
* processing jobs, specify a value greater than 1. The default value is 1.</p>
|
|
306
|
+
*/
|
|
307
|
+
InstanceCount: number | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
* <p>The ML compute instance type for the processing job.</p>
|
|
311
|
+
*/
|
|
312
|
+
InstanceType: ProcessingInstanceType | undefined;
|
|
313
|
+
/**
|
|
314
|
+
* @public
|
|
315
|
+
* <p>The size of the ML storage volume, in gigabytes, that you want to provision. You must
|
|
316
|
+
* specify sufficient ML storage for your scenario.</p>
|
|
317
|
+
*/
|
|
318
|
+
VolumeSizeInGB: number | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* @public
|
|
321
|
+
* <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
|
|
322
|
+
* encrypt data on the storage volume attached to the ML compute instance(s) that run the
|
|
323
|
+
* model monitoring job.</p>
|
|
324
|
+
*/
|
|
325
|
+
VolumeKmsKeyId?: string;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
* <p>Identifies the resources to deploy for a monitoring job.</p>
|
|
330
|
+
*/
|
|
331
|
+
export interface MonitoringResources {
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
* <p>The configuration for the cluster resources used to run the processing job.</p>
|
|
335
|
+
*/
|
|
336
|
+
ClusterConfig: MonitoringClusterConfig | undefined;
|
|
337
|
+
}
|
|
3
338
|
/**
|
|
4
339
|
* @public
|
|
5
340
|
* <p>The networking configuration for the monitoring job.</p>
|
|
@@ -20,10 +355,9 @@ export interface MonitoringNetworkConfig {
|
|
|
20
355
|
EnableNetworkIsolation?: boolean;
|
|
21
356
|
/**
|
|
22
357
|
* @public
|
|
23
|
-
* <p>Specifies
|
|
24
|
-
* access to
|
|
25
|
-
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/
|
|
26
|
-
* by Using an Amazon Virtual Private Cloud</a>. </p>
|
|
358
|
+
* <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
|
|
359
|
+
* have access to. You can control access to and from your resources by configuring a VPC.
|
|
360
|
+
* For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
|
|
27
361
|
*/
|
|
28
362
|
VpcConfig?: VpcConfig;
|
|
29
363
|
}
|
|
@@ -400,7 +734,7 @@ export declare const NotebookOutputOption: {
|
|
|
400
734
|
export type NotebookOutputOption = (typeof NotebookOutputOption)[keyof typeof NotebookOutputOption];
|
|
401
735
|
/**
|
|
402
736
|
* @public
|
|
403
|
-
* <p>Specifies options for sharing SageMaker Studio notebooks. These settings are
|
|
737
|
+
* <p>Specifies options for sharing Amazon SageMaker Studio notebooks. These settings are
|
|
404
738
|
* specified as part of <code>DefaultUserSettings</code> when the <code>CreateDomain</code>
|
|
405
739
|
* API is called, and as part of <code>UserSettings</code> when the <code>CreateUserProfile</code>
|
|
406
740
|
* API is called. When <code>SharingSettings</code> is not specified, notebook sharing
|
|
@@ -426,6 +760,18 @@ export interface SharingSettings {
|
|
|
426
760
|
*/
|
|
427
761
|
S3KmsKeyId?: string;
|
|
428
762
|
}
|
|
763
|
+
/**
|
|
764
|
+
* @public
|
|
765
|
+
* @enum
|
|
766
|
+
*/
|
|
767
|
+
export declare const StudioWebPortal: {
|
|
768
|
+
readonly Disabled: "DISABLED";
|
|
769
|
+
readonly Enabled: "ENABLED";
|
|
770
|
+
};
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
export type StudioWebPortal = (typeof StudioWebPortal)[keyof typeof StudioWebPortal];
|
|
429
775
|
/**
|
|
430
776
|
* @public
|
|
431
777
|
* <p>The TensorBoard app settings.</p>
|
|
@@ -439,7 +785,7 @@ export interface TensorBoardAppSettings {
|
|
|
439
785
|
}
|
|
440
786
|
/**
|
|
441
787
|
* @public
|
|
442
|
-
* <p>A collection of settings that apply to users
|
|
788
|
+
* <p>A collection of settings that apply to users in a domain. These settings are
|
|
443
789
|
* specified when the <code>CreateUserProfile</code> API is called, and as <code>DefaultUserSettings</code>
|
|
444
790
|
* when the <code>CreateDomain</code> API is called.</p>
|
|
445
791
|
* <p>
|
|
@@ -455,18 +801,18 @@ export interface UserSettings {
|
|
|
455
801
|
ExecutionRole?: string;
|
|
456
802
|
/**
|
|
457
803
|
* @public
|
|
458
|
-
* <p>The security groups for the Amazon Virtual Private Cloud (VPC) that
|
|
804
|
+
* <p>The security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.</p>
|
|
459
805
|
* <p>Optional when the <code>CreateDomain.AppNetworkAccessType</code> parameter is set to
|
|
460
806
|
* <code>PublicInternetOnly</code>.</p>
|
|
461
807
|
* <p>Required when the <code>CreateDomain.AppNetworkAccessType</code> parameter is set to
|
|
462
808
|
* <code>VpcOnly</code>, unless specified as part of the <code>DefaultUserSettings</code> for the domain.</p>
|
|
463
|
-
* <p>Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the
|
|
809
|
+
* <p>Amazon SageMaker adds a security group to allow NFS traffic from Amazon SageMaker Studio. Therefore, the
|
|
464
810
|
* number of security groups that you can specify is one less than the maximum number shown.</p>
|
|
465
811
|
*/
|
|
466
812
|
SecurityGroups?: string[];
|
|
467
813
|
/**
|
|
468
814
|
* @public
|
|
469
|
-
* <p>Specifies options for sharing SageMaker Studio notebooks.</p>
|
|
815
|
+
* <p>Specifies options for sharing Amazon SageMaker Studio notebooks.</p>
|
|
470
816
|
*/
|
|
471
817
|
SharingSettings?: SharingSettings;
|
|
472
818
|
/**
|
|
@@ -500,6 +846,26 @@ export interface UserSettings {
|
|
|
500
846
|
* <p>The Canvas app settings.</p>
|
|
501
847
|
*/
|
|
502
848
|
CanvasAppSettings?: CanvasAppSettings;
|
|
849
|
+
/**
|
|
850
|
+
* @public
|
|
851
|
+
* <p>The default experience that the user is directed to when accessing the domain. The supported values are:</p>
|
|
852
|
+
* <ul>
|
|
853
|
+
* <li>
|
|
854
|
+
* <p>
|
|
855
|
+
* <code>studio::</code>: Indicates that Studio is the default experience. This value can only be passed if <code>StudioWebPortal</code> is set to <code>ENABLED</code>.</p>
|
|
856
|
+
* </li>
|
|
857
|
+
* <li>
|
|
858
|
+
* <p>
|
|
859
|
+
* <code>app:JupyterServer:</code>: Indicates that Studio Classic is the default experience.</p>
|
|
860
|
+
* </li>
|
|
861
|
+
* </ul>
|
|
862
|
+
*/
|
|
863
|
+
DefaultLandingUri?: string;
|
|
864
|
+
/**
|
|
865
|
+
* @public
|
|
866
|
+
* <p>Whether the user can access Studio. If this value is set to <code>DISABLED</code>, the user cannot access Studio, even if that is the default experience for the domain.</p>
|
|
867
|
+
*/
|
|
868
|
+
StudioWebPortal?: StudioWebPortal;
|
|
503
869
|
}
|
|
504
870
|
/**
|
|
505
871
|
* @public
|
|
@@ -593,12 +959,12 @@ export interface CreateDomainRequest {
|
|
|
593
959
|
DefaultUserSettings: UserSettings | undefined;
|
|
594
960
|
/**
|
|
595
961
|
* @public
|
|
596
|
-
* <p>The VPC subnets that
|
|
962
|
+
* <p>The VPC subnets that the domain uses for communication.</p>
|
|
597
963
|
*/
|
|
598
964
|
SubnetIds: string[] | undefined;
|
|
599
965
|
/**
|
|
600
966
|
* @public
|
|
601
|
-
* <p>The ID of the Amazon Virtual Private Cloud (VPC) that
|
|
967
|
+
* <p>The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.</p>
|
|
602
968
|
*/
|
|
603
969
|
VpcId: string | undefined;
|
|
604
970
|
/**
|
|
@@ -622,7 +988,7 @@ export interface CreateDomainRequest {
|
|
|
622
988
|
* </li>
|
|
623
989
|
* <li>
|
|
624
990
|
* <p>
|
|
625
|
-
* <code>VpcOnly</code> - All
|
|
991
|
+
* <code>VpcOnly</code> - All traffic is through the specified VPC and subnets</p>
|
|
626
992
|
* </li>
|
|
627
993
|
* </ul>
|
|
628
994
|
*/
|
|
@@ -1128,6 +1494,78 @@ export interface ProductionVariantCoreDumpConfig {
|
|
|
1128
1494
|
*/
|
|
1129
1495
|
KmsKeyId?: string;
|
|
1130
1496
|
}
|
|
1497
|
+
/**
|
|
1498
|
+
* @public
|
|
1499
|
+
* @enum
|
|
1500
|
+
*/
|
|
1501
|
+
export declare const ManagedInstanceScalingStatus: {
|
|
1502
|
+
readonly DISABLED: "DISABLED";
|
|
1503
|
+
readonly ENABLED: "ENABLED";
|
|
1504
|
+
};
|
|
1505
|
+
/**
|
|
1506
|
+
* @public
|
|
1507
|
+
*/
|
|
1508
|
+
export type ManagedInstanceScalingStatus = (typeof ManagedInstanceScalingStatus)[keyof typeof ManagedInstanceScalingStatus];
|
|
1509
|
+
/**
|
|
1510
|
+
* @public
|
|
1511
|
+
* <p>Settings that control the range in the number of instances that the endpoint provisions
|
|
1512
|
+
* as it scales up or down to accommodate traffic. </p>
|
|
1513
|
+
*/
|
|
1514
|
+
export interface ProductionVariantManagedInstanceScaling {
|
|
1515
|
+
/**
|
|
1516
|
+
* @public
|
|
1517
|
+
* <p>Indicates whether managed instance scaling is enabled.</p>
|
|
1518
|
+
*/
|
|
1519
|
+
Status?: ManagedInstanceScalingStatus;
|
|
1520
|
+
/**
|
|
1521
|
+
* @public
|
|
1522
|
+
* <p>The minimum number of instances that the endpoint must retain when it scales down to
|
|
1523
|
+
* accommodate a decrease in traffic.</p>
|
|
1524
|
+
*/
|
|
1525
|
+
MinInstanceCount?: number;
|
|
1526
|
+
/**
|
|
1527
|
+
* @public
|
|
1528
|
+
* <p>The maximum number of instances that the endpoint can provision when it scales up to
|
|
1529
|
+
* accommodate an increase in traffic.</p>
|
|
1530
|
+
*/
|
|
1531
|
+
MaxInstanceCount?: number;
|
|
1532
|
+
}
|
|
1533
|
+
/**
|
|
1534
|
+
* @public
|
|
1535
|
+
* @enum
|
|
1536
|
+
*/
|
|
1537
|
+
export declare const RoutingStrategy: {
|
|
1538
|
+
readonly LEAST_OUTSTANDING_REQUESTS: "LEAST_OUTSTANDING_REQUESTS";
|
|
1539
|
+
readonly RANDOM: "RANDOM";
|
|
1540
|
+
};
|
|
1541
|
+
/**
|
|
1542
|
+
* @public
|
|
1543
|
+
*/
|
|
1544
|
+
export type RoutingStrategy = (typeof RoutingStrategy)[keyof typeof RoutingStrategy];
|
|
1545
|
+
/**
|
|
1546
|
+
* @public
|
|
1547
|
+
* <p>Settings that control how the endpoint routes incoming traffic to the instances that the
|
|
1548
|
+
* endpoint hosts.</p>
|
|
1549
|
+
*/
|
|
1550
|
+
export interface ProductionVariantRoutingConfig {
|
|
1551
|
+
/**
|
|
1552
|
+
* @public
|
|
1553
|
+
* <p>Sets how the endpoint routes incoming traffic:</p>
|
|
1554
|
+
* <ul>
|
|
1555
|
+
* <li>
|
|
1556
|
+
* <p>
|
|
1557
|
+
* <code>LEAST_OUTSTANDING_REQUESTS</code>: The endpoint routes requests to the
|
|
1558
|
+
* specific instances that have more capacity to process them.</p>
|
|
1559
|
+
* </li>
|
|
1560
|
+
* <li>
|
|
1561
|
+
* <p>
|
|
1562
|
+
* <code>RANDOM</code>: The endpoint routes each request to a randomly chosen
|
|
1563
|
+
* instance.</p>
|
|
1564
|
+
* </li>
|
|
1565
|
+
* </ul>
|
|
1566
|
+
*/
|
|
1567
|
+
RoutingStrategy: RoutingStrategy | undefined;
|
|
1568
|
+
}
|
|
1131
1569
|
/**
|
|
1132
1570
|
* @public
|
|
1133
1571
|
* <p>Specifies the serverless configuration for an endpoint variant.</p>
|
|
@@ -1174,7 +1612,7 @@ export interface ProductionVariant {
|
|
|
1174
1612
|
* <p>The name of the model that you want to host. This is the name that you specified
|
|
1175
1613
|
* when creating the model.</p>
|
|
1176
1614
|
*/
|
|
1177
|
-
ModelName
|
|
1615
|
+
ModelName?: string;
|
|
1178
1616
|
/**
|
|
1179
1617
|
* @public
|
|
1180
1618
|
* <p>Number of instances to launch initially.</p>
|
|
@@ -1242,6 +1680,18 @@ export interface ProductionVariant {
|
|
|
1242
1680
|
* configuration and calling <code>UpdateEndpoint</code>. </p>
|
|
1243
1681
|
*/
|
|
1244
1682
|
EnableSSMAccess?: boolean;
|
|
1683
|
+
/**
|
|
1684
|
+
* @public
|
|
1685
|
+
* <p>Settings that control the range in the number of instances that the endpoint provisions
|
|
1686
|
+
* as it scales up or down to accommodate traffic. </p>
|
|
1687
|
+
*/
|
|
1688
|
+
ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling;
|
|
1689
|
+
/**
|
|
1690
|
+
* @public
|
|
1691
|
+
* <p>Settings that control how the endpoint routes incoming traffic to the instances that the
|
|
1692
|
+
* endpoint hosts.</p>
|
|
1693
|
+
*/
|
|
1694
|
+
RoutingConfig?: ProductionVariantRoutingConfig;
|
|
1245
1695
|
}
|
|
1246
1696
|
/**
|
|
1247
1697
|
* @public
|
|
@@ -1336,6 +1786,29 @@ export interface CreateEndpointConfigInput {
|
|
|
1336
1786
|
* <code>ShadowProductionVariants</code>.</p>
|
|
1337
1787
|
*/
|
|
1338
1788
|
ShadowProductionVariants?: ProductionVariant[];
|
|
1789
|
+
/**
|
|
1790
|
+
* @public
|
|
1791
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform actions on your behalf. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker
|
|
1792
|
+
* Roles</a>. </p>
|
|
1793
|
+
* <note>
|
|
1794
|
+
* <p>To be able to pass this role to Amazon SageMaker, the caller of this action must
|
|
1795
|
+
* have the <code>iam:PassRole</code> permission.</p>
|
|
1796
|
+
* </note>
|
|
1797
|
+
*/
|
|
1798
|
+
ExecutionRoleArn?: string;
|
|
1799
|
+
/**
|
|
1800
|
+
* @public
|
|
1801
|
+
* <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
|
|
1802
|
+
* have access to. You can control access to and from your resources by configuring a VPC.
|
|
1803
|
+
* For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
|
|
1804
|
+
*/
|
|
1805
|
+
VpcConfig?: VpcConfig;
|
|
1806
|
+
/**
|
|
1807
|
+
* @public
|
|
1808
|
+
* <p>Sets whether all model containers deployed to the endpoint are isolated. If they are, no
|
|
1809
|
+
* inbound or outbound network calls can be made to or from the model containers.</p>
|
|
1810
|
+
*/
|
|
1811
|
+
EnableNetworkIsolation?: boolean;
|
|
1339
1812
|
}
|
|
1340
1813
|
/**
|
|
1341
1814
|
* @public
|
|
@@ -3886,6 +4359,173 @@ export interface CreateImageVersionResponse {
|
|
|
3886
4359
|
*/
|
|
3887
4360
|
ImageVersionArn?: string;
|
|
3888
4361
|
}
|
|
4362
|
+
/**
|
|
4363
|
+
* @public
|
|
4364
|
+
* <p>Runtime settings for a model that is deployed with an inference component.</p>
|
|
4365
|
+
*/
|
|
4366
|
+
export interface InferenceComponentRuntimeConfig {
|
|
4367
|
+
/**
|
|
4368
|
+
* @public
|
|
4369
|
+
* <p>The number of runtime copies of the model container to deploy with the inference
|
|
4370
|
+
* component. Each copy can serve inference requests.</p>
|
|
4371
|
+
*/
|
|
4372
|
+
CopyCount: number | undefined;
|
|
4373
|
+
}
|
|
4374
|
+
/**
|
|
4375
|
+
* @public
|
|
4376
|
+
* <p>Defines the compute resources to allocate to run a model that you assign to an inference
|
|
4377
|
+
* component. These resources include CPU cores, accelerators, and memory.</p>
|
|
4378
|
+
*/
|
|
4379
|
+
export interface InferenceComponentComputeResourceRequirements {
|
|
4380
|
+
/**
|
|
4381
|
+
* @public
|
|
4382
|
+
* <p>The number of CPU cores to allocate to run a model that you assign to an inference
|
|
4383
|
+
* component.</p>
|
|
4384
|
+
*/
|
|
4385
|
+
NumberOfCpuCoresRequired?: number;
|
|
4386
|
+
/**
|
|
4387
|
+
* @public
|
|
4388
|
+
* <p>The number of accelerators to allocate to run a model that you assign to an inference
|
|
4389
|
+
* component. Accelerators include GPUs and Amazon Web Services Inferentia.</p>
|
|
4390
|
+
*/
|
|
4391
|
+
NumberOfAcceleratorDevicesRequired?: number;
|
|
4392
|
+
/**
|
|
4393
|
+
* @public
|
|
4394
|
+
* <p>The minimum MB of memory to allocate to run a model that you assign to an inference
|
|
4395
|
+
* component.</p>
|
|
4396
|
+
*/
|
|
4397
|
+
MinMemoryRequiredInMb: number | undefined;
|
|
4398
|
+
/**
|
|
4399
|
+
* @public
|
|
4400
|
+
* <p>The maximum MB of memory to allocate to run a model that you assign to an inference
|
|
4401
|
+
* component.</p>
|
|
4402
|
+
*/
|
|
4403
|
+
MaxMemoryRequiredInMb?: number;
|
|
4404
|
+
}
|
|
4405
|
+
/**
|
|
4406
|
+
* @public
|
|
4407
|
+
* <p>Defines a container that provides the runtime environment for a model that you deploy
|
|
4408
|
+
* with an inference component.</p>
|
|
4409
|
+
*/
|
|
4410
|
+
export interface InferenceComponentContainerSpecification {
|
|
4411
|
+
/**
|
|
4412
|
+
* @public
|
|
4413
|
+
* <p>The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.</p>
|
|
4414
|
+
*/
|
|
4415
|
+
Image?: string;
|
|
4416
|
+
/**
|
|
4417
|
+
* @public
|
|
4418
|
+
* <p>The Amazon S3 path where the model artifacts, which result from model training,
|
|
4419
|
+
* are stored. This path must point to a single gzip compressed tar archive (.tar.gz
|
|
4420
|
+
* suffix).</p>
|
|
4421
|
+
*/
|
|
4422
|
+
ArtifactUrl?: string;
|
|
4423
|
+
/**
|
|
4424
|
+
* @public
|
|
4425
|
+
* <p>The environment variables to set in the Docker container. Each key and value in the
|
|
4426
|
+
* Environment string-to-string map can have length of up to 1024. We support up to 16 entries
|
|
4427
|
+
* in the map.</p>
|
|
4428
|
+
*/
|
|
4429
|
+
Environment?: Record<string, string>;
|
|
4430
|
+
}
|
|
4431
|
+
/**
|
|
4432
|
+
* @public
|
|
4433
|
+
* <p>Settings that take effect while the model container starts up.</p>
|
|
4434
|
+
*/
|
|
4435
|
+
export interface InferenceComponentStartupParameters {
|
|
4436
|
+
/**
|
|
4437
|
+
* @public
|
|
4438
|
+
* <p>The timeout value, in seconds, to download and extract the model that you want to host
|
|
4439
|
+
* from Amazon S3 to the individual inference instance associated with this inference
|
|
4440
|
+
* component.</p>
|
|
4441
|
+
*/
|
|
4442
|
+
ModelDataDownloadTimeoutInSeconds?: number;
|
|
4443
|
+
/**
|
|
4444
|
+
* @public
|
|
4445
|
+
* <p>The timeout value, in seconds, for your inference container to pass health check by
|
|
4446
|
+
* Amazon S3 Hosting. For more information about health check, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests">How Your Container Should Respond to Health Check (Ping) Requests</a>.</p>
|
|
4447
|
+
*/
|
|
4448
|
+
ContainerStartupHealthCheckTimeoutInSeconds?: number;
|
|
4449
|
+
}
|
|
4450
|
+
/**
|
|
4451
|
+
* @public
|
|
4452
|
+
* <p>Details about the resources to deploy with this inference component, including the
|
|
4453
|
+
* model, container, and compute resources.</p>
|
|
4454
|
+
*/
|
|
4455
|
+
export interface InferenceComponentSpecification {
|
|
4456
|
+
/**
|
|
4457
|
+
* @public
|
|
4458
|
+
* <p>The name of an existing SageMaker model object in your account that you want to
|
|
4459
|
+
* deploy with the inference component.</p>
|
|
4460
|
+
*/
|
|
4461
|
+
ModelName?: string;
|
|
4462
|
+
/**
|
|
4463
|
+
* @public
|
|
4464
|
+
* <p>Defines a container that provides the runtime environment for a model that you deploy
|
|
4465
|
+
* with an inference component.</p>
|
|
4466
|
+
*/
|
|
4467
|
+
Container?: InferenceComponentContainerSpecification;
|
|
4468
|
+
/**
|
|
4469
|
+
* @public
|
|
4470
|
+
* <p>Settings that take effect while the model container starts up.</p>
|
|
4471
|
+
*/
|
|
4472
|
+
StartupParameters?: InferenceComponentStartupParameters;
|
|
4473
|
+
/**
|
|
4474
|
+
* @public
|
|
4475
|
+
* <p>The compute resources allocated to run the model assigned
|
|
4476
|
+
* to the inference component.</p>
|
|
4477
|
+
*/
|
|
4478
|
+
ComputeResourceRequirements: InferenceComponentComputeResourceRequirements | undefined;
|
|
4479
|
+
}
|
|
4480
|
+
/**
|
|
4481
|
+
* @public
|
|
4482
|
+
*/
|
|
4483
|
+
export interface CreateInferenceComponentInput {
|
|
4484
|
+
/**
|
|
4485
|
+
* @public
|
|
4486
|
+
* <p>A unique name to assign to the inference component.</p>
|
|
4487
|
+
*/
|
|
4488
|
+
InferenceComponentName: string | undefined;
|
|
4489
|
+
/**
|
|
4490
|
+
* @public
|
|
4491
|
+
* <p>The name of an existing endpoint where you host the inference component.</p>
|
|
4492
|
+
*/
|
|
4493
|
+
EndpointName: string | undefined;
|
|
4494
|
+
/**
|
|
4495
|
+
* @public
|
|
4496
|
+
* <p>The name of an existing production variant where you host the inference
|
|
4497
|
+
* component.</p>
|
|
4498
|
+
*/
|
|
4499
|
+
VariantName: string | undefined;
|
|
4500
|
+
/**
|
|
4501
|
+
* @public
|
|
4502
|
+
* <p>Details about the resources to deploy with this inference component, including the
|
|
4503
|
+
* model, container, and compute resources.</p>
|
|
4504
|
+
*/
|
|
4505
|
+
Specification: InferenceComponentSpecification | undefined;
|
|
4506
|
+
/**
|
|
4507
|
+
* @public
|
|
4508
|
+
* <p>Runtime settings for a model that is deployed with an inference component.</p>
|
|
4509
|
+
*/
|
|
4510
|
+
RuntimeConfig: InferenceComponentRuntimeConfig | undefined;
|
|
4511
|
+
/**
|
|
4512
|
+
* @public
|
|
4513
|
+
* <p>A list of key-value pairs associated with the model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
|
|
4514
|
+
* resources</a> in the <i>Amazon Web Services General
|
|
4515
|
+
* Reference</i>.</p>
|
|
4516
|
+
*/
|
|
4517
|
+
Tags?: Tag[];
|
|
4518
|
+
}
|
|
4519
|
+
/**
|
|
4520
|
+
* @public
|
|
4521
|
+
*/
|
|
4522
|
+
export interface CreateInferenceComponentOutput {
|
|
4523
|
+
/**
|
|
4524
|
+
* @public
|
|
4525
|
+
* <p>The Amazon Resource Name (ARN) of the inference component.</p>
|
|
4526
|
+
*/
|
|
4527
|
+
InferenceComponentArn: string | undefined;
|
|
4528
|
+
}
|
|
3889
4529
|
/**
|
|
3890
4530
|
* @public
|
|
3891
4531
|
* <p>The Amazon S3 location and configuration for storing inference request and response data.</p>
|
|
@@ -6627,10 +7267,9 @@ export interface LabelingJobResourceConfig {
|
|
|
6627
7267
|
VolumeKmsKeyId?: string;
|
|
6628
7268
|
/**
|
|
6629
7269
|
* @public
|
|
6630
|
-
* <p>Specifies
|
|
6631
|
-
* access to
|
|
6632
|
-
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/
|
|
6633
|
-
* by Using an Amazon Virtual Private Cloud</a>. </p>
|
|
7270
|
+
* <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
|
|
7271
|
+
* have access to. You can control access to and from your resources by configuring a VPC.
|
|
7272
|
+
* For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
|
|
6634
7273
|
*/
|
|
6635
7274
|
VpcConfig?: VpcConfig;
|
|
6636
7275
|
}
|
|
@@ -7024,7 +7663,7 @@ export interface CreateModelInput {
|
|
|
7024
7663
|
* <code>iam:PassRole</code> permission.</p>
|
|
7025
7664
|
* </note>
|
|
7026
7665
|
*/
|
|
7027
|
-
ExecutionRoleArn
|
|
7666
|
+
ExecutionRoleArn?: string;
|
|
7028
7667
|
/**
|
|
7029
7668
|
* @public
|
|
7030
7669
|
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
@@ -8183,10 +8822,9 @@ export interface NetworkConfig {
|
|
|
8183
8822
|
EnableNetworkIsolation?: boolean;
|
|
8184
8823
|
/**
|
|
8185
8824
|
* @public
|
|
8186
|
-
* <p>Specifies
|
|
8187
|
-
* access to
|
|
8188
|
-
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/
|
|
8189
|
-
* by Using an Amazon Virtual Private Cloud</a>. </p>
|
|
8825
|
+
* <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
|
|
8826
|
+
* have access to. You can control access to and from your resources by configuring a VPC.
|
|
8827
|
+
* For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
|
|
8190
8828
|
*/
|
|
8191
8829
|
VpcConfig?: VpcConfig;
|
|
8192
8830
|
}
|
|
@@ -8794,6 +9432,33 @@ export interface CreatePresignedDomainUrlRequest {
|
|
|
8794
9432
|
* <p>The name of the space.</p>
|
|
8795
9433
|
*/
|
|
8796
9434
|
SpaceName?: string;
|
|
9435
|
+
/**
|
|
9436
|
+
* @public
|
|
9437
|
+
* <p>The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:</p>
|
|
9438
|
+
* <ul>
|
|
9439
|
+
* <li>
|
|
9440
|
+
* <p>
|
|
9441
|
+
* <code>studio::relative/path</code>: Directs users to the relative path in Studio.</p>
|
|
9442
|
+
* </li>
|
|
9443
|
+
* <li>
|
|
9444
|
+
* <p>
|
|
9445
|
+
* <code>app:JupyterServer:relative/path</code>: Directs users to the relative path in the Studio Classic application.</p>
|
|
9446
|
+
* </li>
|
|
9447
|
+
* <li>
|
|
9448
|
+
* <p>
|
|
9449
|
+
* <code>app:JupyterLab:relative/path</code>: Directs users to the relative path in the JupyterLab application.</p>
|
|
9450
|
+
* </li>
|
|
9451
|
+
* <li>
|
|
9452
|
+
* <p>
|
|
9453
|
+
* <code>app:RStudioServerPro:relative/path</code>: Directs users to the relative path in the RStudio application.</p>
|
|
9454
|
+
* </li>
|
|
9455
|
+
* <li>
|
|
9456
|
+
* <p>
|
|
9457
|
+
* <code>app:Canvas:relative/path</code>: Directs users to the relative path in the Canvas application.</p>
|
|
9458
|
+
* </li>
|
|
9459
|
+
* </ul>
|
|
9460
|
+
*/
|
|
9461
|
+
LandingUri?: string;
|
|
8797
9462
|
}
|
|
8798
9463
|
/**
|
|
8799
9464
|
* @public
|
|
@@ -9541,12 +10206,12 @@ export type StudioLifecycleConfigAppType = (typeof StudioLifecycleConfigAppType)
|
|
|
9541
10206
|
export interface CreateStudioLifecycleConfigRequest {
|
|
9542
10207
|
/**
|
|
9543
10208
|
* @public
|
|
9544
|
-
* <p>The name of the Studio Lifecycle Configuration to create.</p>
|
|
10209
|
+
* <p>The name of the Amazon SageMaker Studio Lifecycle Configuration to create.</p>
|
|
9545
10210
|
*/
|
|
9546
10211
|
StudioLifecycleConfigName: string | undefined;
|
|
9547
10212
|
/**
|
|
9548
10213
|
* @public
|
|
9549
|
-
* <p>The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.</p>
|
|
10214
|
+
* <p>The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.</p>
|
|
9550
10215
|
*/
|
|
9551
10216
|
StudioLifecycleConfigContent: string | undefined;
|
|
9552
10217
|
/**
|
|
@@ -9648,6 +10313,18 @@ export interface DebugRuleConfiguration {
|
|
|
9648
10313
|
*/
|
|
9649
10314
|
RuleParameters?: Record<string, string>;
|
|
9650
10315
|
}
|
|
10316
|
+
/**
|
|
10317
|
+
* @public
|
|
10318
|
+
* <p>Configuration information for the infrastructure health check of a training job. A SageMaker-provided health check tests the health of instance hardware and cluster network
|
|
10319
|
+
* connectivity.</p>
|
|
10320
|
+
*/
|
|
10321
|
+
export interface InfraCheckConfig {
|
|
10322
|
+
/**
|
|
10323
|
+
* @public
|
|
10324
|
+
* <p>Enables an infrastructure health check.</p>
|
|
10325
|
+
*/
|
|
10326
|
+
EnableInfraCheck?: boolean;
|
|
10327
|
+
}
|
|
9651
10328
|
/**
|
|
9652
10329
|
* @public
|
|
9653
10330
|
* <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
|
|
@@ -9950,6 +10627,11 @@ export interface CreateTrainingJobRequest {
|
|
|
9950
10627
|
* <code>InternalServerError</code>.</p>
|
|
9951
10628
|
*/
|
|
9952
10629
|
RetryStrategy?: RetryStrategy;
|
|
10630
|
+
/**
|
|
10631
|
+
* @public
|
|
10632
|
+
* <p>Contains information about the infrastructure health check configuration for the training job.</p>
|
|
10633
|
+
*/
|
|
10634
|
+
InfraCheckConfig?: InfraCheckConfig;
|
|
9953
10635
|
}
|
|
9954
10636
|
/**
|
|
9955
10637
|
* @public
|
|
@@ -10471,531 +11153,6 @@ export interface CreateUserProfileRequest {
|
|
|
10471
11153
|
UserSettings?: UserSettings;
|
|
10472
11154
|
}
|
|
10473
11155
|
/**
|
|
10474
|
-
* @
|
|
10475
|
-
*/
|
|
10476
|
-
export interface CreateUserProfileResponse {
|
|
10477
|
-
/**
|
|
10478
|
-
* @public
|
|
10479
|
-
* <p>The user profile Amazon Resource Name (ARN).</p>
|
|
10480
|
-
*/
|
|
10481
|
-
UserProfileArn?: string;
|
|
10482
|
-
}
|
|
10483
|
-
/**
|
|
10484
|
-
* @public
|
|
10485
|
-
* <p>Use this parameter to configure your OIDC Identity Provider (IdP).</p>
|
|
10486
|
-
*/
|
|
10487
|
-
export interface OidcConfig {
|
|
10488
|
-
/**
|
|
10489
|
-
* @public
|
|
10490
|
-
* <p>The OIDC IdP client ID used to configure your private workforce.</p>
|
|
10491
|
-
*/
|
|
10492
|
-
ClientId: string | undefined;
|
|
10493
|
-
/**
|
|
10494
|
-
* @public
|
|
10495
|
-
* <p>The OIDC IdP client secret used to configure your private workforce.</p>
|
|
10496
|
-
*/
|
|
10497
|
-
ClientSecret: string | undefined;
|
|
10498
|
-
/**
|
|
10499
|
-
* @public
|
|
10500
|
-
* <p>The OIDC IdP issuer used to configure your private workforce.</p>
|
|
10501
|
-
*/
|
|
10502
|
-
Issuer: string | undefined;
|
|
10503
|
-
/**
|
|
10504
|
-
* @public
|
|
10505
|
-
* <p>The OIDC IdP authorization endpoint used to configure your private workforce.</p>
|
|
10506
|
-
*/
|
|
10507
|
-
AuthorizationEndpoint: string | undefined;
|
|
10508
|
-
/**
|
|
10509
|
-
* @public
|
|
10510
|
-
* <p>The OIDC IdP token endpoint used to configure your private workforce.</p>
|
|
10511
|
-
*/
|
|
10512
|
-
TokenEndpoint: string | undefined;
|
|
10513
|
-
/**
|
|
10514
|
-
* @public
|
|
10515
|
-
* <p>The OIDC IdP user information endpoint used to configure your private workforce.</p>
|
|
10516
|
-
*/
|
|
10517
|
-
UserInfoEndpoint: string | undefined;
|
|
10518
|
-
/**
|
|
10519
|
-
* @public
|
|
10520
|
-
* <p>The OIDC IdP logout endpoint used to configure your private workforce.</p>
|
|
10521
|
-
*/
|
|
10522
|
-
LogoutEndpoint: string | undefined;
|
|
10523
|
-
/**
|
|
10524
|
-
* @public
|
|
10525
|
-
* <p>The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.</p>
|
|
10526
|
-
*/
|
|
10527
|
-
JwksUri: string | undefined;
|
|
10528
|
-
}
|
|
10529
|
-
/**
|
|
10530
|
-
* @public
|
|
10531
|
-
* <p>A list of IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Used to create an allow
|
|
10532
|
-
* list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an
|
|
10533
|
-
* IP address within this range. By default, a workforce isn't restricted to specific IP addresses.</p>
|
|
10534
|
-
*/
|
|
10535
|
-
export interface SourceIpConfig {
|
|
10536
|
-
/**
|
|
10537
|
-
* @public
|
|
10538
|
-
* <p>A list of one to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Classless Inter-Domain Routing</a> (CIDR) values.</p>
|
|
10539
|
-
* <p>Maximum: Ten CIDR values</p>
|
|
10540
|
-
* <note>
|
|
10541
|
-
* <p>The following Length Constraints apply to individual CIDR values in
|
|
10542
|
-
* the CIDR value list.</p>
|
|
10543
|
-
* </note>
|
|
10544
|
-
*/
|
|
10545
|
-
Cidrs: string[] | undefined;
|
|
10546
|
-
}
|
|
10547
|
-
/**
|
|
10548
|
-
* @public
|
|
10549
|
-
* <p>The VPC object you use to create or update a workforce.</p>
|
|
10550
|
-
*/
|
|
10551
|
-
export interface WorkforceVpcConfigRequest {
|
|
10552
|
-
/**
|
|
10553
|
-
* @public
|
|
10554
|
-
* <p>The ID of the VPC that the workforce uses for communication.</p>
|
|
10555
|
-
*/
|
|
10556
|
-
VpcId?: string;
|
|
10557
|
-
/**
|
|
10558
|
-
* @public
|
|
10559
|
-
* <p>The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.</p>
|
|
10560
|
-
*/
|
|
10561
|
-
SecurityGroupIds?: string[];
|
|
10562
|
-
/**
|
|
10563
|
-
* @public
|
|
10564
|
-
* <p>The ID of the subnets in the VPC that you want to connect.</p>
|
|
10565
|
-
*/
|
|
10566
|
-
Subnets?: string[];
|
|
10567
|
-
}
|
|
10568
|
-
/**
|
|
10569
|
-
* @public
|
|
10570
|
-
*/
|
|
10571
|
-
export interface CreateWorkforceRequest {
|
|
10572
|
-
/**
|
|
10573
|
-
* @public
|
|
10574
|
-
* <p>Use this parameter to configure an Amazon Cognito private workforce.
|
|
10575
|
-
* A single Cognito workforce is created using and corresponds to a single
|
|
10576
|
-
* <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">
|
|
10577
|
-
* Amazon Cognito user pool</a>.</p>
|
|
10578
|
-
* <p>Do not use <code>OidcConfig</code> if you specify values for
|
|
10579
|
-
* <code>CognitoConfig</code>.</p>
|
|
10580
|
-
*/
|
|
10581
|
-
CognitoConfig?: CognitoConfig;
|
|
10582
|
-
/**
|
|
10583
|
-
* @public
|
|
10584
|
-
* <p>Use this parameter to configure a private workforce using your own OIDC Identity Provider.</p>
|
|
10585
|
-
* <p>Do not use <code>CognitoConfig</code> if you specify values for
|
|
10586
|
-
* <code>OidcConfig</code>.</p>
|
|
10587
|
-
*/
|
|
10588
|
-
OidcConfig?: OidcConfig;
|
|
10589
|
-
/**
|
|
10590
|
-
* @public
|
|
10591
|
-
* <p>A list of IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Used to create an allow
|
|
10592
|
-
* list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an
|
|
10593
|
-
* IP address within this range. By default, a workforce isn't restricted to specific IP addresses.</p>
|
|
10594
|
-
*/
|
|
10595
|
-
SourceIpConfig?: SourceIpConfig;
|
|
10596
|
-
/**
|
|
10597
|
-
* @public
|
|
10598
|
-
* <p>The name of the private workforce.</p>
|
|
10599
|
-
*/
|
|
10600
|
-
WorkforceName: string | undefined;
|
|
10601
|
-
/**
|
|
10602
|
-
* @public
|
|
10603
|
-
* <p>An array of key-value pairs that contain metadata to help you categorize and
|
|
10604
|
-
* organize our workforce. Each tag consists of a key and a value,
|
|
10605
|
-
* both of which you define.</p>
|
|
10606
|
-
*/
|
|
10607
|
-
Tags?: Tag[];
|
|
10608
|
-
/**
|
|
10609
|
-
* @public
|
|
10610
|
-
* <p>Use this parameter to configure a workforce using VPC.</p>
|
|
10611
|
-
*/
|
|
10612
|
-
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
10613
|
-
}
|
|
10614
|
-
/**
|
|
10615
|
-
* @public
|
|
10616
|
-
*/
|
|
10617
|
-
export interface CreateWorkforceResponse {
|
|
10618
|
-
/**
|
|
10619
|
-
* @public
|
|
10620
|
-
* <p>The Amazon Resource Name (ARN) of the workforce.</p>
|
|
10621
|
-
*/
|
|
10622
|
-
WorkforceArn: string | undefined;
|
|
10623
|
-
}
|
|
10624
|
-
/**
|
|
10625
|
-
* @public
|
|
10626
|
-
* <p>A list of user groups that exist in your OIDC Identity Provider (IdP).
|
|
10627
|
-
* One to ten groups can be used to create a single private work team.
|
|
10628
|
-
* When you add a user group to the list of <code>Groups</code>, you can add that user group to one or more
|
|
10629
|
-
* private work teams. If you add a user group to a private work team, all workers in that user group
|
|
10630
|
-
* are added to the work team.</p>
|
|
10631
|
-
*/
|
|
10632
|
-
export interface OidcMemberDefinition {
|
|
10633
|
-
/**
|
|
10634
|
-
* @public
|
|
10635
|
-
* <p>A list of comma seperated strings that identifies
|
|
10636
|
-
* user groups in your OIDC IdP. Each user group is
|
|
10637
|
-
* made up of a group of private workers.</p>
|
|
10638
|
-
*/
|
|
10639
|
-
Groups: string[] | undefined;
|
|
10640
|
-
}
|
|
10641
|
-
/**
|
|
10642
|
-
* @public
|
|
10643
|
-
* <p>Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.</p>
|
|
10644
|
-
*/
|
|
10645
|
-
export interface MemberDefinition {
|
|
10646
|
-
/**
|
|
10647
|
-
* @public
|
|
10648
|
-
* <p>The Amazon Cognito user group that is part of the work team.</p>
|
|
10649
|
-
*/
|
|
10650
|
-
CognitoMemberDefinition?: CognitoMemberDefinition;
|
|
10651
|
-
/**
|
|
10652
|
-
* @public
|
|
10653
|
-
* <p>A list user groups that exist in your OIDC Identity Provider (IdP).
|
|
10654
|
-
* One to ten groups can be used to create a single private work team.
|
|
10655
|
-
* When you add a user group to the list of <code>Groups</code>, you can add that user group to one or more
|
|
10656
|
-
* private work teams. If you add a user group to a private work team, all workers in that user group
|
|
10657
|
-
* are added to the work team.</p>
|
|
10658
|
-
*/
|
|
10659
|
-
OidcMemberDefinition?: OidcMemberDefinition;
|
|
10660
|
-
}
|
|
10661
|
-
/**
|
|
10662
|
-
* @public
|
|
10663
|
-
* <p>Configures Amazon SNS notifications of available or expiring work items for work
|
|
10664
|
-
* teams.</p>
|
|
10665
|
-
*/
|
|
10666
|
-
export interface NotificationConfiguration {
|
|
10667
|
-
/**
|
|
10668
|
-
* @public
|
|
10669
|
-
* <p>The ARN for the Amazon SNS topic to which notifications should be published.</p>
|
|
10670
|
-
*/
|
|
10671
|
-
NotificationTopicArn?: string;
|
|
10672
|
-
}
|
|
10673
|
-
/**
|
|
10674
|
-
* @public
|
|
10675
|
-
*/
|
|
10676
|
-
export interface CreateWorkteamRequest {
|
|
10677
|
-
/**
|
|
10678
|
-
* @public
|
|
10679
|
-
* <p>The name of the work team. Use this name to identify the work team.</p>
|
|
10680
|
-
*/
|
|
10681
|
-
WorkteamName: string | undefined;
|
|
10682
|
-
/**
|
|
10683
|
-
* @public
|
|
10684
|
-
* <p>The name of the workforce.</p>
|
|
10685
|
-
*/
|
|
10686
|
-
WorkforceName?: string;
|
|
10687
|
-
/**
|
|
10688
|
-
* @public
|
|
10689
|
-
* <p>A list of <code>MemberDefinition</code> objects that contains objects that identify
|
|
10690
|
-
* the workers that make up the work team. </p>
|
|
10691
|
-
* <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For
|
|
10692
|
-
* private workforces created using Amazon Cognito use <code>CognitoMemberDefinition</code>. For
|
|
10693
|
-
* workforces created using your own OIDC identity provider (IdP) use
|
|
10694
|
-
* <code>OidcMemberDefinition</code>. Do not provide input for both of these parameters
|
|
10695
|
-
* in a single request.</p>
|
|
10696
|
-
* <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
|
|
10697
|
-
* <i>user groups</i> within the user pool used to create a workforce. All of the
|
|
10698
|
-
* <code>CognitoMemberDefinition</code> objects that make up the member definition must
|
|
10699
|
-
* have the same <code>ClientId</code> and <code>UserPool</code> values. To add a Amazon
|
|
10700
|
-
* Cognito user group to an existing worker pool, see <a href="">Adding groups to a User
|
|
10701
|
-
* Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon Cognito User
|
|
10702
|
-
* Pools</a>.</p>
|
|
10703
|
-
* <p>For workforces created using your own OIDC IdP, specify the user groups that you want to
|
|
10704
|
-
* include in your private work team in <code>OidcMemberDefinition</code> by listing those groups
|
|
10705
|
-
* in <code>Groups</code>.</p>
|
|
10706
|
-
*/
|
|
10707
|
-
MemberDefinitions: MemberDefinition[] | undefined;
|
|
10708
|
-
/**
|
|
10709
|
-
* @public
|
|
10710
|
-
* <p>A description of the work team.</p>
|
|
10711
|
-
*/
|
|
10712
|
-
Description: string | undefined;
|
|
10713
|
-
/**
|
|
10714
|
-
* @public
|
|
10715
|
-
* <p>Configures notification of workers regarding available or expiring work items.</p>
|
|
10716
|
-
*/
|
|
10717
|
-
NotificationConfiguration?: NotificationConfiguration;
|
|
10718
|
-
/**
|
|
10719
|
-
* @public
|
|
10720
|
-
* <p>An array of key-value pairs.</p>
|
|
10721
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html">Resource
|
|
10722
|
-
* Tag</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what">Using
|
|
10723
|
-
* Cost Allocation Tags</a> in the <i> Amazon Web Services Billing and Cost Management User
|
|
10724
|
-
* Guide</i>.</p>
|
|
10725
|
-
*/
|
|
10726
|
-
Tags?: Tag[];
|
|
10727
|
-
}
|
|
10728
|
-
/**
|
|
10729
|
-
* @public
|
|
10730
|
-
*/
|
|
10731
|
-
export interface CreateWorkteamResponse {
|
|
10732
|
-
/**
|
|
10733
|
-
* @public
|
|
10734
|
-
* <p>The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the
|
|
10735
|
-
* work team.</p>
|
|
10736
|
-
*/
|
|
10737
|
-
WorkteamArn?: string;
|
|
10738
|
-
}
|
|
10739
|
-
/**
|
|
10740
|
-
* @public
|
|
10741
|
-
* @enum
|
|
10742
|
-
*/
|
|
10743
|
-
export declare const CrossAccountFilterOption: {
|
|
10744
|
-
readonly CROSS_ACCOUNT: "CrossAccount";
|
|
10745
|
-
readonly SAME_ACCOUNT: "SameAccount";
|
|
10746
|
-
};
|
|
10747
|
-
/**
|
|
10748
|
-
* @public
|
|
10749
|
-
*/
|
|
10750
|
-
export type CrossAccountFilterOption = (typeof CrossAccountFilterOption)[keyof typeof CrossAccountFilterOption];
|
|
10751
|
-
/**
|
|
10752
|
-
* @public
|
|
10753
|
-
* @enum
|
|
10754
|
-
*/
|
|
10755
|
-
export declare const Statistic: {
|
|
10756
|
-
readonly AVERAGE: "Average";
|
|
10757
|
-
readonly MAXIMUM: "Maximum";
|
|
10758
|
-
readonly MINIMUM: "Minimum";
|
|
10759
|
-
readonly SAMPLE_COUNT: "SampleCount";
|
|
10760
|
-
readonly SUM: "Sum";
|
|
10761
|
-
};
|
|
10762
|
-
/**
|
|
10763
|
-
* @public
|
|
10764
|
-
*/
|
|
10765
|
-
export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
10766
|
-
/**
|
|
10767
|
-
* @public
|
|
10768
|
-
* <p>A customized metric.</p>
|
|
10769
|
-
*/
|
|
10770
|
-
export interface CustomizedMetricSpecification {
|
|
10771
|
-
/**
|
|
10772
|
-
* @public
|
|
10773
|
-
* <p>The name of the customized metric.</p>
|
|
10774
|
-
*/
|
|
10775
|
-
MetricName?: string;
|
|
10776
|
-
/**
|
|
10777
|
-
* @public
|
|
10778
|
-
* <p>The namespace of the customized metric.</p>
|
|
10779
|
-
*/
|
|
10780
|
-
Namespace?: string;
|
|
10781
|
-
/**
|
|
10782
|
-
* @public
|
|
10783
|
-
* <p>The statistic of the customized metric.</p>
|
|
10784
|
-
*/
|
|
10785
|
-
Statistic?: Statistic;
|
|
10786
|
-
}
|
|
10787
|
-
/**
|
|
10788
|
-
* @public
|
|
10789
|
-
* <p>The currently active data capture configuration used by your Endpoint.</p>
|
|
10790
|
-
*/
|
|
10791
|
-
export interface DataCaptureConfigSummary {
|
|
10792
|
-
/**
|
|
10793
|
-
* @public
|
|
10794
|
-
* <p>Whether data capture is enabled or disabled.</p>
|
|
10795
|
-
*/
|
|
10796
|
-
EnableCapture: boolean | undefined;
|
|
10797
|
-
/**
|
|
10798
|
-
* @public
|
|
10799
|
-
* <p>Whether data capture is currently functional.</p>
|
|
10800
|
-
*/
|
|
10801
|
-
CaptureStatus: CaptureStatus | undefined;
|
|
10802
|
-
/**
|
|
10803
|
-
* @public
|
|
10804
|
-
* <p>The percentage of requests being captured by your Endpoint.</p>
|
|
10805
|
-
*/
|
|
10806
|
-
CurrentSamplingPercentage: number | undefined;
|
|
10807
|
-
/**
|
|
10808
|
-
* @public
|
|
10809
|
-
* <p>The Amazon S3 location being used to capture the data.</p>
|
|
10810
|
-
*/
|
|
10811
|
-
DestinationS3Uri: string | undefined;
|
|
10812
|
-
/**
|
|
10813
|
-
* @public
|
|
10814
|
-
* <p>The KMS key being used to encrypt the data in Amazon S3.</p>
|
|
10815
|
-
*/
|
|
10816
|
-
KmsKeyId: string | undefined;
|
|
10817
|
-
}
|
|
10818
|
-
/**
|
|
10819
|
-
* @public
|
|
10820
|
-
* @enum
|
|
10821
|
-
*/
|
|
10822
|
-
export declare const RuleEvaluationStatus: {
|
|
10823
|
-
readonly ERROR: "Error";
|
|
10824
|
-
readonly IN_PROGRESS: "InProgress";
|
|
10825
|
-
readonly ISSUES_FOUND: "IssuesFound";
|
|
10826
|
-
readonly NO_ISSUES_FOUND: "NoIssuesFound";
|
|
10827
|
-
readonly STOPPED: "Stopped";
|
|
10828
|
-
readonly STOPPING: "Stopping";
|
|
10829
|
-
};
|
|
10830
|
-
/**
|
|
10831
|
-
* @public
|
|
10832
|
-
*/
|
|
10833
|
-
export type RuleEvaluationStatus = (typeof RuleEvaluationStatus)[keyof typeof RuleEvaluationStatus];
|
|
10834
|
-
/**
|
|
10835
|
-
* @public
|
|
10836
|
-
* <p>Information about the status of the rule evaluation.</p>
|
|
10837
|
-
*/
|
|
10838
|
-
export interface DebugRuleEvaluationStatus {
|
|
10839
|
-
/**
|
|
10840
|
-
* @public
|
|
10841
|
-
* <p>The name of the rule configuration.</p>
|
|
10842
|
-
*/
|
|
10843
|
-
RuleConfigurationName?: string;
|
|
10844
|
-
/**
|
|
10845
|
-
* @public
|
|
10846
|
-
* <p>The Amazon Resource Name (ARN) of the rule evaluation job.</p>
|
|
10847
|
-
*/
|
|
10848
|
-
RuleEvaluationJobArn?: string;
|
|
10849
|
-
/**
|
|
10850
|
-
* @public
|
|
10851
|
-
* <p>Status of the rule evaluation.</p>
|
|
10852
|
-
*/
|
|
10853
|
-
RuleEvaluationStatus?: RuleEvaluationStatus;
|
|
10854
|
-
/**
|
|
10855
|
-
* @public
|
|
10856
|
-
* <p>Details from the rule evaluation.</p>
|
|
10857
|
-
*/
|
|
10858
|
-
StatusDetails?: string;
|
|
10859
|
-
/**
|
|
10860
|
-
* @public
|
|
10861
|
-
* <p>Timestamp when the rule evaluation status was last modified.</p>
|
|
10862
|
-
*/
|
|
10863
|
-
LastModifiedTime?: Date;
|
|
10864
|
-
}
|
|
10865
|
-
/**
|
|
10866
|
-
* @public
|
|
10867
|
-
*/
|
|
10868
|
-
export interface DeleteActionRequest {
|
|
10869
|
-
/**
|
|
10870
|
-
* @public
|
|
10871
|
-
* <p>The name of the action to delete.</p>
|
|
10872
|
-
*/
|
|
10873
|
-
ActionName: string | undefined;
|
|
10874
|
-
}
|
|
10875
|
-
/**
|
|
10876
|
-
* @public
|
|
10877
|
-
*/
|
|
10878
|
-
export interface DeleteActionResponse {
|
|
10879
|
-
/**
|
|
10880
|
-
* @public
|
|
10881
|
-
* <p>The Amazon Resource Name (ARN) of the action.</p>
|
|
10882
|
-
*/
|
|
10883
|
-
ActionArn?: string;
|
|
10884
|
-
}
|
|
10885
|
-
/**
|
|
10886
|
-
* @public
|
|
10887
|
-
*/
|
|
10888
|
-
export interface DeleteAlgorithmInput {
|
|
10889
|
-
/**
|
|
10890
|
-
* @public
|
|
10891
|
-
* <p>The name of the algorithm to delete.</p>
|
|
10892
|
-
*/
|
|
10893
|
-
AlgorithmName: string | undefined;
|
|
10894
|
-
}
|
|
10895
|
-
/**
|
|
10896
|
-
* @public
|
|
10897
|
-
*/
|
|
10898
|
-
export interface DeleteAppRequest {
|
|
10899
|
-
/**
|
|
10900
|
-
* @public
|
|
10901
|
-
* <p>The domain ID.</p>
|
|
10902
|
-
*/
|
|
10903
|
-
DomainId: string | undefined;
|
|
10904
|
-
/**
|
|
10905
|
-
* @public
|
|
10906
|
-
* <p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>
|
|
10907
|
-
*/
|
|
10908
|
-
UserProfileName?: string;
|
|
10909
|
-
/**
|
|
10910
|
-
* @public
|
|
10911
|
-
* <p>The type of app.</p>
|
|
10912
|
-
*/
|
|
10913
|
-
AppType: AppType | undefined;
|
|
10914
|
-
/**
|
|
10915
|
-
* @public
|
|
10916
|
-
* <p>The name of the app.</p>
|
|
10917
|
-
*/
|
|
10918
|
-
AppName: string | undefined;
|
|
10919
|
-
/**
|
|
10920
|
-
* @public
|
|
10921
|
-
* <p>The name of the space. If this value is not set, then <code>UserProfileName</code> must be set.</p>
|
|
10922
|
-
*/
|
|
10923
|
-
SpaceName?: string;
|
|
10924
|
-
}
|
|
10925
|
-
/**
|
|
10926
|
-
* @public
|
|
10927
|
-
*/
|
|
10928
|
-
export interface DeleteAppImageConfigRequest {
|
|
10929
|
-
/**
|
|
10930
|
-
* @public
|
|
10931
|
-
* <p>The name of the AppImageConfig to delete.</p>
|
|
10932
|
-
*/
|
|
10933
|
-
AppImageConfigName: string | undefined;
|
|
10934
|
-
}
|
|
10935
|
-
/**
|
|
10936
|
-
* @public
|
|
10937
|
-
*/
|
|
10938
|
-
export interface DeleteArtifactRequest {
|
|
10939
|
-
/**
|
|
10940
|
-
* @public
|
|
10941
|
-
* <p>The Amazon Resource Name (ARN) of the artifact to delete.</p>
|
|
10942
|
-
*/
|
|
10943
|
-
ArtifactArn?: string;
|
|
10944
|
-
/**
|
|
10945
|
-
* @public
|
|
10946
|
-
* <p>The URI of the source.</p>
|
|
10947
|
-
*/
|
|
10948
|
-
Source?: ArtifactSource;
|
|
10949
|
-
}
|
|
10950
|
-
/**
|
|
10951
|
-
* @public
|
|
10952
|
-
*/
|
|
10953
|
-
export interface DeleteArtifactResponse {
|
|
10954
|
-
/**
|
|
10955
|
-
* @public
|
|
10956
|
-
* <p>The Amazon Resource Name (ARN) of the artifact.</p>
|
|
10957
|
-
*/
|
|
10958
|
-
ArtifactArn?: string;
|
|
10959
|
-
}
|
|
10960
|
-
/**
|
|
10961
|
-
* @public
|
|
10962
|
-
*/
|
|
10963
|
-
export interface DeleteAssociationRequest {
|
|
10964
|
-
/**
|
|
10965
|
-
* @public
|
|
10966
|
-
* <p>The ARN of the source.</p>
|
|
10967
|
-
*/
|
|
10968
|
-
SourceArn: string | undefined;
|
|
10969
|
-
/**
|
|
10970
|
-
* @public
|
|
10971
|
-
* <p>The Amazon Resource Name (ARN) of the destination.</p>
|
|
10972
|
-
*/
|
|
10973
|
-
DestinationArn: string | undefined;
|
|
10974
|
-
}
|
|
10975
|
-
/**
|
|
10976
|
-
* @public
|
|
10977
|
-
*/
|
|
10978
|
-
export interface DeleteAssociationResponse {
|
|
10979
|
-
/**
|
|
10980
|
-
* @public
|
|
10981
|
-
* <p>The ARN of the source.</p>
|
|
10982
|
-
*/
|
|
10983
|
-
SourceArn?: string;
|
|
10984
|
-
/**
|
|
10985
|
-
* @public
|
|
10986
|
-
* <p>The Amazon Resource Name (ARN) of the destination.</p>
|
|
10987
|
-
*/
|
|
10988
|
-
DestinationArn?: string;
|
|
10989
|
-
}
|
|
10990
|
-
/**
|
|
10991
|
-
* @internal
|
|
11156
|
+
* @internal
|
|
10992
11157
|
*/
|
|
10993
11158
|
export declare const CreateModelCardRequestFilterSensitiveLog: (obj: CreateModelCardRequest) => any;
|
|
10994
|
-
/**
|
|
10995
|
-
* @internal
|
|
10996
|
-
*/
|
|
10997
|
-
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
10998
|
-
/**
|
|
10999
|
-
* @internal
|
|
11000
|
-
*/
|
|
11001
|
-
export declare const CreateWorkforceRequestFilterSensitiveLog: (obj: CreateWorkforceRequest) => any;
|