@aws-sdk/client-sagemaker 3.427.0 → 3.429.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.
Files changed (33) hide show
  1. package/dist-cjs/models/models_0.js +5 -8
  2. package/dist-cjs/models/models_1.js +4 -1
  3. package/dist-cjs/models/models_2.js +1 -6
  4. package/dist-cjs/models/models_3.js +7 -2
  5. package/dist-es/models/models_0.js +4 -7
  6. package/dist-es/models/models_1.js +3 -0
  7. package/dist-es/models/models_2.js +0 -5
  8. package/dist-es/models/models_3.js +5 -0
  9. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +6 -2
  12. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -0
  16. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeUserProfileCommand.d.ts +6 -0
  18. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -0
  19. package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
  20. package/dist-types/models/models_0.d.ts +156 -138
  21. package/dist-types/models/models_1.d.ts +90 -89
  22. package/dist-types/models/models_2.d.ts +123 -133
  23. package/dist-types/models/models_3.d.ts +241 -337
  24. package/dist-types/models/models_4.d.ts +163 -33
  25. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -4
  26. package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +123 -129
  29. package/dist-types/ts3.4/models/models_1.d.ts +75 -78
  30. package/dist-types/ts3.4/models/models_2.d.ts +104 -113
  31. package/dist-types/ts3.4/models/models_3.d.ts +217 -238
  32. package/dist-types/ts3.4/models/models_4.d.ts +62 -32
  33. package/package.json +32 -32
@@ -1,5 +1,26 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
2
- import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, EdgePresetDeploymentType, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
2
+ import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateDataQualityJobDefinitionResponse {
7
+ /**
8
+ * @public
9
+ * <p>The Amazon Resource Name (ARN) of the job definition.</p>
10
+ */
11
+ JobDefinitionArn: string | undefined;
12
+ }
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const EdgePresetDeploymentType: {
18
+ readonly GreengrassV2Component: "GreengrassV2Component";
19
+ };
20
+ /**
21
+ * @public
22
+ */
23
+ export type EdgePresetDeploymentType = (typeof EdgePresetDeploymentType)[keyof typeof EdgePresetDeploymentType];
3
24
  /**
4
25
  * @public
5
26
  * <p>The output configuration.</p>
@@ -21,7 +42,7 @@ export interface EdgeOutputConfig {
21
42
  * <p>The deployment type SageMaker Edge Manager will create.
22
43
  * Currently only supports Amazon Web Services IoT Greengrass Version 2 components.</p>
23
44
  */
24
- PresetDeploymentType?: EdgePresetDeploymentType | string;
45
+ PresetDeploymentType?: EdgePresetDeploymentType;
25
46
  /**
26
47
  * @public
27
48
  * <p>The configuration used to create deployment artifacts.
@@ -253,14 +274,14 @@ export interface RStudioServerProAppSettings {
253
274
  * <p>Indicates whether the current user has access to the <code>RStudioServerPro</code>
254
275
  * app.</p>
255
276
  */
256
- AccessStatus?: RStudioServerProAccessStatus | string;
277
+ AccessStatus?: RStudioServerProAccessStatus;
257
278
  /**
258
279
  * @public
259
280
  * <p>The level of permissions that the user has within the <code>RStudioServerPro</code>
260
281
  * app. This value defaults to `User`. The `Admin` value allows the user access to the
261
282
  * RStudio Administrative Dashboard.</p>
262
283
  */
263
- UserGroup?: RStudioServerProUserGroup | string;
284
+ UserGroup?: RStudioServerProUserGroup;
264
285
  }
265
286
  /**
266
287
  * @public
@@ -288,7 +309,7 @@ export interface SharingSettings {
288
309
  * <p>Whether to include the notebook cell output when sharing the notebook. The default
289
310
  * is <code>Disabled</code>.</p>
290
311
  */
291
- NotebookOutputOption?: NotebookOutputOption | string;
312
+ NotebookOutputOption?: NotebookOutputOption;
292
313
  /**
293
314
  * @public
294
315
  * <p>When <code>NotebookOutputOption</code> is <code>Allowed</code>, the Amazon S3 bucket used
@@ -441,7 +462,7 @@ export interface DomainSettings {
441
462
  * <p>The configuration for attaching a SageMaker user profile name to the execution role as a
442
463
  * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">sts:SourceIdentity key</a>.</p>
443
464
  */
444
- ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
465
+ ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
445
466
  }
446
467
  /**
447
468
  * @public
@@ -456,7 +477,7 @@ export interface CreateDomainRequest {
456
477
  * @public
457
478
  * <p>The mode of authentication that members use to access the domain.</p>
458
479
  */
459
- AuthMode: AuthMode | string | undefined;
480
+ AuthMode: AuthMode | undefined;
460
481
  /**
461
482
  * @public
462
483
  * <p>The default settings to use to create a user profile when <code>UserSettings</code> isn't specified
@@ -502,7 +523,7 @@ export interface CreateDomainRequest {
502
523
  * </li>
503
524
  * </ul>
504
525
  */
505
- AppNetworkAccessType?: AppNetworkAccessType | string;
526
+ AppNetworkAccessType?: AppNetworkAccessType;
506
527
  /**
507
528
  * @public
508
529
  * @deprecated
@@ -525,7 +546,7 @@ export interface CreateDomainRequest {
525
546
  * provided. If setting up the domain for use with RStudio, this value must be set to
526
547
  * <code>Service</code>.</p>
527
548
  */
528
- AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
549
+ AppSecurityGroupManagement?: AppSecurityGroupManagement;
529
550
  /**
530
551
  * @public
531
552
  * <p>A collection of <code>Domain</code> settings.</p>
@@ -591,7 +612,7 @@ export interface EdgeDeploymentConfig {
591
612
  * deployment fails. By default this is turned on. You may turn this off if you want to
592
613
  * investigate the errors yourself.</p>
593
614
  */
594
- FailureHandlingPolicy: FailureHandlingPolicy | string | undefined;
615
+ FailureHandlingPolicy: FailureHandlingPolicy | undefined;
595
616
  }
596
617
  /**
597
618
  * @public
@@ -615,7 +636,7 @@ export interface DeviceSelectionConfig {
615
636
  * @public
616
637
  * <p>Type of device subsets to deploy to the current stage.</p>
617
638
  */
618
- DeviceSubsetType: DeviceSubsetType | string | undefined;
639
+ DeviceSubsetType: DeviceSubsetType | undefined;
619
640
  /**
620
641
  * @public
621
642
  * <p>Percentage of devices in the fleet to deploy to the current stage.</p>
@@ -1060,7 +1081,7 @@ export interface ProductionVariant {
1060
1081
  * @public
1061
1082
  * <p>The ML compute instance type.</p>
1062
1083
  */
1063
- InstanceType?: ProductionVariantInstanceType | string;
1084
+ InstanceType?: ProductionVariantInstanceType;
1064
1085
  /**
1065
1086
  * @public
1066
1087
  * <p>Determines initial traffic distribution among all of the models that you specify in
@@ -1077,7 +1098,7 @@ export interface ProductionVariant {
1077
1098
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic
1078
1099
  * Inference in Amazon SageMaker</a>.</p>
1079
1100
  */
1080
- AcceleratorType?: ProductionVariantAcceleratorType | string;
1101
+ AcceleratorType?: ProductionVariantAcceleratorType;
1081
1102
  /**
1082
1103
  * @public
1083
1104
  * <p>Specifies configuration for a core dump from the model container when the process
@@ -1293,7 +1314,7 @@ export interface FeatureDefinition {
1293
1314
  * @public
1294
1315
  * <p>The value type of a feature. Valid values are Integral, Fractional, or String.</p>
1295
1316
  */
1296
- FeatureType?: FeatureType | string;
1317
+ FeatureType?: FeatureType;
1297
1318
  /**
1298
1319
  * @public
1299
1320
  * <p>A grouping of elements where each element within the collection must have the same
@@ -1316,7 +1337,7 @@ export interface FeatureDefinition {
1316
1337
  * </li>
1317
1338
  * </ul>
1318
1339
  */
1319
- CollectionType?: CollectionType | string;
1340
+ CollectionType?: CollectionType;
1320
1341
  /**
1321
1342
  * @public
1322
1343
  * <p>Configuration for your collection.</p>
@@ -1425,7 +1446,7 @@ export interface OfflineStoreConfig {
1425
1446
  * @public
1426
1447
  * <p>Format for the offline store table. Supported formats are Glue (Default) and <a href="https://iceberg.apache.org/">Apache Iceberg</a>.</p>
1427
1448
  */
1428
- TableFormat?: TableFormat | string;
1449
+ TableFormat?: TableFormat;
1429
1450
  }
1430
1451
  /**
1431
1452
  * @public
@@ -1549,7 +1570,7 @@ export interface TtlDuration {
1549
1570
  * <p>
1550
1571
  * <code>TtlDuration</code> time unit.</p>
1551
1572
  */
1552
- Unit?: TtlDurationUnit | string;
1573
+ Unit?: TtlDurationUnit;
1553
1574
  /**
1554
1575
  * @public
1555
1576
  * <p>
@@ -1602,7 +1623,7 @@ export interface OnlineStoreConfig {
1602
1623
  * </li>
1603
1624
  * </ul>
1604
1625
  */
1605
- StorageType?: StorageType | string;
1626
+ StorageType?: StorageType;
1606
1627
  }
1607
1628
  /**
1608
1629
  * @public
@@ -2484,7 +2505,7 @@ export interface HumanLoopRequestSource {
2484
2505
  * <p>Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.
2485
2506
  * The default field settings and JSON parsing rules are different based on the integration source. Valid values:</p>
2486
2507
  */
2487
- AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSource | string | undefined;
2508
+ AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSource | undefined;
2488
2509
  }
2489
2510
  /**
2490
2511
  * @public
@@ -2702,7 +2723,7 @@ export interface IntegerParameterRange {
2702
2723
  * </dd>
2703
2724
  * </dl>
2704
2725
  */
2705
- ScalingType?: HyperParameterScalingType | string;
2726
+ ScalingType?: HyperParameterScalingType;
2706
2727
  }
2707
2728
  /**
2708
2729
  * @public
@@ -2910,7 +2931,7 @@ export interface HyperParameterTuningJobConfig {
2910
2931
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html">How
2911
2932
  * Hyperparameter Tuning Works</a>.</p>
2912
2933
  */
2913
- Strategy: HyperParameterTuningJobStrategyType | string | undefined;
2934
+ Strategy: HyperParameterTuningJobStrategyType | undefined;
2914
2935
  /**
2915
2936
  * @public
2916
2937
  * <p>The configuration for the <code>Hyperband</code> optimization strategy. This parameter
@@ -2960,7 +2981,7 @@ export interface HyperParameterTuningJobConfig {
2960
2981
  * </dd>
2961
2982
  * </dl>
2962
2983
  */
2963
- TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType | string;
2984
+ TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType;
2964
2985
  /**
2965
2986
  * @public
2966
2987
  * <p>The tuning job's completion criteria.</p>
@@ -3028,7 +3049,7 @@ export interface HyperParameterAlgorithmSpecification {
3028
3049
  * manifest files aren't supported. The startup time is lower when there are fewer files in
3029
3050
  * the S3 bucket provided.</p>
3030
3051
  */
3031
- TrainingInputMode: TrainingInputMode | string | undefined;
3052
+ TrainingInputMode: TrainingInputMode | undefined;
3032
3053
  /**
3033
3054
  * @public
3034
3055
  * <p>The name of the resource algorithm to use for the hyperparameter tuning job. If you
@@ -3071,7 +3092,7 @@ export interface HyperParameterTuningInstanceConfig {
3071
3092
  * information about instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html">instance type
3072
3093
  * descriptions</a>.</p>
3073
3094
  */
3074
- InstanceType: TrainingInstanceType | string | undefined;
3095
+ InstanceType: TrainingInstanceType | undefined;
3075
3096
  /**
3076
3097
  * @public
3077
3098
  * <p>The number of instances of the type specified by <code>InstanceType</code>. Choose an
@@ -3110,7 +3131,7 @@ export interface HyperParameterTuningResourceConfig {
3110
3131
  * <p>The instance type used to run hyperparameter optimization tuning jobs. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html"> descriptions of
3111
3132
  * instance types</a> for more information.</p>
3112
3133
  */
3113
- InstanceType?: TrainingInstanceType | string;
3134
+ InstanceType?: TrainingInstanceType;
3114
3135
  /**
3115
3136
  * @public
3116
3137
  * <p>The number of compute instances of type <code>InstanceType</code> to use. For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html">distributed training</a>, select a value greater than 1.</p>
@@ -3158,7 +3179,7 @@ export interface HyperParameterTuningResourceConfig {
3158
3179
  * <p>The strategy that determines the order of preference for resources specified in
3159
3180
  * <code>InstanceConfigs</code> used in hyperparameter optimization.</p>
3160
3181
  */
3161
- AllocationStrategy?: HyperParameterTuningAllocationStrategy | string;
3182
+ AllocationStrategy?: HyperParameterTuningAllocationStrategy;
3162
3183
  /**
3163
3184
  * @public
3164
3185
  * <p>A list containing the configuration(s) for one or more resources for processing
@@ -3449,7 +3470,7 @@ export interface HyperParameterTuningJobWarmStartConfig {
3449
3470
  * </dd>
3450
3471
  * </dl>
3451
3472
  */
3452
- WarmStartType: HyperParameterTuningJobWarmStartType | string | undefined;
3473
+ WarmStartType: HyperParameterTuningJobWarmStartType | undefined;
3453
3474
  }
3454
3475
  /**
3455
3476
  * @public
@@ -3697,7 +3718,7 @@ export interface CreateImageVersionRequest {
3697
3718
  * </li>
3698
3719
  * </ul>
3699
3720
  */
3700
- VendorGuidance?: VendorGuidance | string;
3721
+ VendorGuidance?: VendorGuidance;
3701
3722
  /**
3702
3723
  * @public
3703
3724
  * <p>Indicates SageMaker job type compatibility.</p>
@@ -3716,7 +3737,7 @@ export interface CreateImageVersionRequest {
3716
3737
  * </li>
3717
3738
  * </ul>
3718
3739
  */
3719
- JobType?: JobType | string;
3740
+ JobType?: JobType;
3720
3741
  /**
3721
3742
  * @public
3722
3743
  * <p>The machine learning framework vended in the image version.</p>
@@ -3741,7 +3762,7 @@ export interface CreateImageVersionRequest {
3741
3762
  * </li>
3742
3763
  * </ul>
3743
3764
  */
3744
- Processor?: Processor | string;
3765
+ Processor?: Processor;
3745
3766
  /**
3746
3767
  * @public
3747
3768
  * <p>Indicates Horovod compatibility.</p>
@@ -3893,7 +3914,7 @@ export interface RealTimeInferenceConfig {
3893
3914
  * @public
3894
3915
  * <p>The instance type the model is deployed to.</p>
3895
3916
  */
3896
- InstanceType: _InstanceType | string | undefined;
3917
+ InstanceType: _InstanceType | undefined;
3897
3918
  /**
3898
3919
  * @public
3899
3920
  * <p>The number of instances of the type specified by <code>InstanceType</code>.</p>
@@ -3915,7 +3936,7 @@ export interface ModelInfrastructureConfig {
3915
3936
  * </li>
3916
3937
  * </ul>
3917
3938
  */
3918
- InfrastructureType: ModelInfrastructureType | string | undefined;
3939
+ InfrastructureType: ModelInfrastructureType | undefined;
3919
3940
  /**
3920
3941
  * @public
3921
3942
  * <p>The infrastructure configuration for deploying the model to real-time inference.</p>
@@ -4034,7 +4055,7 @@ export interface CreateInferenceExperimentRequest {
4034
4055
  * </li>
4035
4056
  * </ul>
4036
4057
  */
4037
- Type: InferenceExperimentType | string | undefined;
4058
+ Type: InferenceExperimentType | undefined;
4038
4059
  /**
4039
4060
  * @public
4040
4061
  * <p>
@@ -4256,7 +4277,7 @@ export interface RecommendationJobContainerConfig {
4256
4277
  * the inference recommendation job return a combined list of both real-time and serverless benchmarks.
4257
4278
  * By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.</p>
4258
4279
  */
4259
- SupportedEndpointType?: RecommendationJobSupportedEndpointType | string;
4280
+ SupportedEndpointType?: RecommendationJobSupportedEndpointType;
4260
4281
  /**
4261
4282
  * @public
4262
4283
  * <p>The supported MIME types for the output data.</p>
@@ -4283,7 +4304,7 @@ export interface EndpointInputConfiguration {
4283
4304
  * @public
4284
4305
  * <p>The instance types to use for the load test.</p>
4285
4306
  */
4286
- InstanceType?: ProductionVariantInstanceType | string;
4307
+ InstanceType?: ProductionVariantInstanceType;
4287
4308
  /**
4288
4309
  * @public
4289
4310
  * <p>The inference specification name in the model package version.</p>
@@ -4394,7 +4415,7 @@ export interface TrafficPattern {
4394
4415
  * @public
4395
4416
  * <p>Defines the traffic patterns. Choose either <code>PHASES</code> or <code>STAIRS</code>.</p>
4396
4417
  */
4397
- TrafficType?: TrafficType | string;
4418
+ TrafficType?: TrafficType;
4398
4419
  /**
4399
4420
  * @public
4400
4421
  * <p>Defines the phases traffic specification.</p>
@@ -4644,7 +4665,7 @@ export interface RecommendationJobStoppingConditions {
4644
4665
  * which means that the instance has reached capacity. The default value is <code>Stop</code>.
4645
4666
  * If you want the load test to continue after invocations have flattened, set the value to <code>Continue</code>.</p>
4646
4667
  */
4647
- FlatInvocations?: FlatInvocations | string;
4668
+ FlatInvocations?: FlatInvocations;
4648
4669
  }
4649
4670
  /**
4650
4671
  * @public
@@ -4665,7 +4686,7 @@ export interface CreateInferenceRecommendationsJobRequest {
4665
4686
  * recommendation and <code>Advanced</code> to initiate a load test. If left unspecified,
4666
4687
  * Amazon SageMaker Inference Recommender will run an instance recommendation (<code>DEFAULT</code>) job.</p>
4667
4688
  */
4668
- JobType: RecommendationJobType | string | undefined;
4689
+ JobType: RecommendationJobType | undefined;
4669
4690
  /**
4670
4691
  * @public
4671
4692
  * <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker
@@ -6386,7 +6407,7 @@ export interface LabelingJobDataAttributes {
6386
6407
  * content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task
6387
6408
  * based on this information.</p>
6388
6409
  */
6389
- ContentClassifiers?: (ContentClassifier | string)[];
6410
+ ContentClassifiers?: ContentClassifier[];
6390
6411
  }
6391
6412
  /**
6392
6413
  * @public
@@ -6861,7 +6882,7 @@ export interface InferenceExecutionConfig {
6861
6882
  * </li>
6862
6883
  * </ul>
6863
6884
  */
6864
- Mode: InferenceExecutionMode | string | undefined;
6885
+ Mode: InferenceExecutionMode | undefined;
6865
6886
  }
6866
6887
  /**
6867
6888
  * @public
@@ -7146,7 +7167,7 @@ export interface CreateModelCardRequest {
7146
7167
  * </li>
7147
7168
  * </ul>
7148
7169
  */
7149
- ModelCardStatus: ModelCardStatus | string | undefined;
7170
+ ModelCardStatus: ModelCardStatus | undefined;
7150
7171
  /**
7151
7172
  * @public
7152
7173
  * <p>Key-value pairs used to manage metadata for model cards.</p>
@@ -7690,7 +7711,7 @@ export interface CreateModelPackageInput {
7690
7711
  * <p>For versioned models, the value of this parameter must be set to <code>Approved</code>
7691
7712
  * to deploy the model.</p>
7692
7713
  */
7693
- ModelApprovalStatus?: ModelApprovalStatus | string;
7714
+ ModelApprovalStatus?: ModelApprovalStatus;
7694
7715
  /**
7695
7716
  * @public
7696
7717
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
@@ -7754,7 +7775,7 @@ export interface CreateModelPackageInput {
7754
7775
  * @public
7755
7776
  * <p>Indicates if you want to skip model validation.</p>
7756
7777
  */
7757
- SkipModelValidation?: SkipModelValidation | string;
7778
+ SkipModelValidation?: SkipModelValidation;
7758
7779
  }
7759
7780
  /**
7760
7781
  * @public
@@ -7848,7 +7869,7 @@ export interface ModelQualityAppSpecification {
7848
7869
  * @public
7849
7870
  * <p>The machine learning problem type of the model that the monitoring job monitors.</p>
7850
7871
  */
7851
- ProblemType?: MonitoringProblemType | string;
7872
+ ProblemType?: MonitoringProblemType;
7852
7873
  /**
7853
7874
  * @public
7854
7875
  * <p>Sets the environment variables in the container that the monitoring job runs.</p>
@@ -8261,7 +8282,7 @@ export interface MonitoringScheduleConfig {
8261
8282
  * @public
8262
8283
  * <p>The type of the monitoring job definition to schedule.</p>
8263
8284
  */
8264
- MonitoringType?: MonitoringType | string;
8285
+ MonitoringType?: MonitoringType;
8265
8286
  }
8266
8287
  /**
8267
8288
  * @public
@@ -8360,7 +8381,7 @@ export interface CreateNotebookInstanceInput {
8360
8381
  * @public
8361
8382
  * <p>The type of ML compute instance to launch for the notebook instance.</p>
8362
8383
  */
8363
- InstanceType: _InstanceType | string | undefined;
8384
+ InstanceType: _InstanceType | undefined;
8364
8385
  /**
8365
8386
  * @public
8366
8387
  * <p>The ID of the subnet in a VPC to which you would like to have a connectivity from
@@ -8419,7 +8440,7 @@ export interface CreateNotebookInstanceInput {
8419
8440
  * of this parameter to <code>Disabled</code> only if you set a value for the
8420
8441
  * <code>SubnetId</code> parameter.</p>
8421
8442
  */
8422
- DirectInternetAccess?: DirectInternetAccess | string;
8443
+ DirectInternetAccess?: DirectInternetAccess;
8423
8444
  /**
8424
8445
  * @public
8425
8446
  * <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
@@ -8432,7 +8453,7 @@ export interface CreateNotebookInstanceInput {
8432
8453
  * instance. Currently, only one instance type can be associated with a notebook instance.
8433
8454
  * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon SageMaker</a>.</p>
8434
8455
  */
8435
- AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
8456
+ AcceleratorTypes?: NotebookInstanceAcceleratorType[];
8436
8457
  /**
8437
8458
  * @public
8438
8459
  * <p>A Git repository to associate with the notebook instance as its default code
@@ -8464,7 +8485,7 @@ export interface CreateNotebookInstanceInput {
8464
8485
  * users.</p>
8465
8486
  * </note>
8466
8487
  */
8467
- RootAccess?: RootAccess | string;
8488
+ RootAccess?: RootAccess;
8468
8489
  /**
8469
8490
  * @public
8470
8491
  * <p>The platform identifier of the notebook instance runtime environment.</p>
@@ -8849,12 +8870,12 @@ export interface RedshiftDatasetDefinition {
8849
8870
  * @public
8850
8871
  * <p>The data storage format for Redshift query results.</p>
8851
8872
  */
8852
- OutputFormat: RedshiftResultFormat | string | undefined;
8873
+ OutputFormat: RedshiftResultFormat | undefined;
8853
8874
  /**
8854
8875
  * @public
8855
8876
  * <p>The compression used for Redshift query results.</p>
8856
8877
  */
8857
- OutputCompression?: RedshiftResultCompressionType | string;
8878
+ OutputCompression?: RedshiftResultCompressionType;
8858
8879
  }
8859
8880
  /**
8860
8881
  * @public
@@ -8885,7 +8906,7 @@ export interface DatasetDefinition {
8885
8906
  * <p>Whether the generated dataset is <code>FullyReplicated</code> or
8886
8907
  * <code>ShardedByS3Key</code> (default).</p>
8887
8908
  */
8888
- DataDistributionType?: DataDistributionType | string;
8909
+ DataDistributionType?: DataDistributionType;
8889
8910
  /**
8890
8911
  * @public
8891
8912
  * <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In <code>File</code> (default) mode,
@@ -8894,7 +8915,7 @@ export interface DatasetDefinition {
8894
8915
  * input mode. In <code>Pipe</code> mode, Amazon SageMaker streams input data from the source directly to your
8895
8916
  * algorithm without using the EBS volume.</p>
8896
8917
  */
8897
- InputMode?: InputMode | string;
8918
+ InputMode?: InputMode;
8898
8919
  }
8899
8920
  /**
8900
8921
  * @public
@@ -8947,7 +8968,7 @@ export interface ProcessingS3Input {
8947
8968
  * that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for
8948
8969
  * the processing job.</p>
8949
8970
  */
8950
- S3DataType: ProcessingS3DataType | string | undefined;
8971
+ S3DataType: ProcessingS3DataType | undefined;
8951
8972
  /**
8952
8973
  * @public
8953
8974
  * <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In File mode, Amazon SageMaker copies the data
@@ -8956,14 +8977,14 @@ export interface ProcessingS3Input {
8956
8977
  * streams input data from the source directly to your processing container into named
8957
8978
  * pipes without using the ML storage volume.</p>
8958
8979
  */
8959
- S3InputMode?: ProcessingS3InputMode | string;
8980
+ S3InputMode?: ProcessingS3InputMode;
8960
8981
  /**
8961
8982
  * @public
8962
8983
  * <p>Whether to distribute the data from Amazon S3 to all processing instances with
8963
8984
  * <code>FullyReplicated</code>, or whether the data from Amazon S3 is shared by Amazon S3 key,
8964
8985
  * downloading one shard of data to each processing instance.</p>
8965
8986
  */
8966
- S3DataDistributionType?: ProcessingS3DataDistributionType | string;
8987
+ S3DataDistributionType?: ProcessingS3DataDistributionType;
8967
8988
  /**
8968
8989
  * @public
8969
8990
  * <p>Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing
@@ -8971,7 +8992,7 @@ export interface ProcessingS3Input {
8971
8992
  * specified as the <code>S3InputMode</code>. In <code>Pipe</code> mode, Amazon SageMaker streams input
8972
8993
  * data from the source directly to your container without using the EBS volume.</p>
8973
8994
  */
8974
- S3CompressionType?: ProcessingS3CompressionType | string;
8995
+ S3CompressionType?: ProcessingS3CompressionType;
8975
8996
  }
8976
8997
  /**
8977
8998
  * @public
@@ -9037,7 +9058,7 @@ export interface ProcessingS3Output {
9037
9058
  * <p>Whether to upload the results of the processing job continuously or after the job
9038
9059
  * completes.</p>
9039
9060
  */
9040
- S3UploadMode: ProcessingS3UploadMode | string | undefined;
9061
+ S3UploadMode: ProcessingS3UploadMode | undefined;
9041
9062
  }
9042
9063
  /**
9043
9064
  * @public
@@ -9103,7 +9124,7 @@ export interface ProcessingClusterConfig {
9103
9124
  * @public
9104
9125
  * <p>The ML compute instance type for the processing job.</p>
9105
9126
  */
9106
- InstanceType: ProcessingInstanceType | string | undefined;
9127
+ InstanceType: ProcessingInstanceType | undefined;
9107
9128
  /**
9108
9129
  * @public
9109
9130
  * <p>The size of the ML storage volume in gigabytes that you want to provision. You must
@@ -9430,7 +9451,7 @@ export interface CreateStudioLifecycleConfigRequest {
9430
9451
  * @public
9431
9452
  * <p>The App type that the Lifecycle Configuration is attached to.</p>
9432
9453
  */
9433
- StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | string | undefined;
9454
+ StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | undefined;
9434
9455
  /**
9435
9456
  * @public
9436
9457
  * <p>Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API. </p>
@@ -9513,7 +9534,7 @@ export interface DebugRuleConfiguration {
9513
9534
  * @public
9514
9535
  * <p>The instance type to deploy a custom rule for debugging a training job.</p>
9515
9536
  */
9516
- InstanceType?: ProcessingInstanceType | string;
9537
+ InstanceType?: ProcessingInstanceType;
9517
9538
  /**
9518
9539
  * @public
9519
9540
  * <p>The size, in GB, of the ML storage volume attached to the processing instance.</p>
@@ -9587,7 +9608,7 @@ export interface ProfilerRuleConfiguration {
9587
9608
  * @public
9588
9609
  * <p>The instance type to deploy a custom rule for profiling a training job.</p>
9589
9610
  */
9590
- InstanceType?: ProcessingInstanceType | string;
9611
+ InstanceType?: ProcessingInstanceType;
9591
9612
  /**
9592
9613
  * @public
9593
9614
  * <p>The size, in GB, of the ML storage volume attached to the processing instance.</p>
@@ -9904,7 +9925,7 @@ export interface DataProcessing {
9904
9925
  * file.</p>
9905
9926
  * <p>For information on how joining in applied, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#batch-transform-data-processing-workflow">Workflow for Associating Inferences with Input Records</a>.</p>
9906
9927
  */
9907
- JoinSource?: JoinSource | string;
9928
+ JoinSource?: JoinSource;
9908
9929
  }
9909
9930
  /**
9910
9931
  * @public
@@ -9993,7 +10014,7 @@ export interface CreateTransformJobRequest {
9993
10014
  * <code>MaxPayloadInMB</code> limit, set <code>BatchStrategy</code> to
9994
10015
  * <code>MultiRecord</code> and <code>SplitType</code> to <code>Line</code>.</p>
9995
10016
  */
9996
- BatchStrategy?: BatchStrategy | string;
10017
+ BatchStrategy?: BatchStrategy;
9997
10018
  /**
9998
10019
  * @public
9999
10020
  * <p>The environment variables to set in the Docker container. We support up to 16 key and
@@ -10216,7 +10237,7 @@ export interface TrialComponentStatus {
10216
10237
  * @public
10217
10238
  * <p>The status of the trial component.</p>
10218
10239
  */
10219
- PrimaryStatus?: TrialComponentPrimaryStatus | string;
10240
+ PrimaryStatus?: TrialComponentPrimaryStatus;
10220
10241
  /**
10221
10242
  * @public
10222
10243
  * <p>If the component failed, a message describing why.</p>
@@ -10659,7 +10680,7 @@ export interface CustomizedMetricSpecification {
10659
10680
  * @public
10660
10681
  * <p>The statistic of the customized metric.</p>
10661
10682
  */
10662
- Statistic?: Statistic | string;
10683
+ Statistic?: Statistic;
10663
10684
  }
10664
10685
  /**
10665
10686
  * @public
@@ -10675,7 +10696,7 @@ export interface DataCaptureConfigSummary {
10675
10696
  * @public
10676
10697
  * <p>Whether data capture is currently functional.</p>
10677
10698
  */
10678
- CaptureStatus: CaptureStatus | string | undefined;
10699
+ CaptureStatus: CaptureStatus | undefined;
10679
10700
  /**
10680
10701
  * @public
10681
10702
  * <p>The percentage of requests being captured by your Endpoint.</p>
@@ -10727,7 +10748,7 @@ export interface DebugRuleEvaluationStatus {
10727
10748
  * @public
10728
10749
  * <p>Status of the rule evaluation.</p>
10729
10750
  */
10730
- RuleEvaluationStatus?: RuleEvaluationStatus | string;
10751
+ RuleEvaluationStatus?: RuleEvaluationStatus;
10731
10752
  /**
10732
10753
  * @public
10733
10754
  * <p>Details from the rule evaluation.</p>
@@ -10787,7 +10808,7 @@ export interface DeleteAppRequest {
10787
10808
  * @public
10788
10809
  * <p>The type of app.</p>
10789
10810
  */
10790
- AppType: AppType | string | undefined;
10811
+ AppType: AppType | undefined;
10791
10812
  /**
10792
10813
  * @public
10793
10814
  * <p>The name of the app.</p>
@@ -10894,26 +10915,6 @@ export interface DeleteContextResponse {
10894
10915
  */
10895
10916
  ContextArn?: string;
10896
10917
  }
10897
- /**
10898
- * @public
10899
- */
10900
- export interface DeleteDataQualityJobDefinitionRequest {
10901
- /**
10902
- * @public
10903
- * <p>The name of the data quality monitoring job definition to delete.</p>
10904
- */
10905
- JobDefinitionName: string | undefined;
10906
- }
10907
- /**
10908
- * @public
10909
- */
10910
- export interface DeleteDeviceFleetRequest {
10911
- /**
10912
- * @public
10913
- * <p>The name of the fleet to delete.</p>
10914
- */
10915
- DeviceFleetName: string | undefined;
10916
- }
10917
10918
  /**
10918
10919
  * @internal
10919
10920
  */