@aws-sdk/client-sagemaker 3.428.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.
- package/dist-types/models/models_0.d.ts +109 -109
- package/dist-types/models/models_1.d.ts +68 -68
- package/dist-types/models/models_2.d.ts +97 -97
- package/dist-types/models/models_3.d.ts +205 -205
- package/dist-types/models/models_4.d.ts +33 -33
- package/dist-types/ts3.4/models/models_0.d.ts +112 -118
- package/dist-types/ts3.4/models/models_1.d.ts +67 -71
- package/dist-types/ts3.4/models/models_2.d.ts +97 -100
- package/dist-types/ts3.4/models/models_3.d.ts +205 -208
- package/dist-types/ts3.4/models/models_4.d.ts +33 -33
- package/package.json +5 -5
|
@@ -42,7 +42,7 @@ export interface EdgeOutputConfig {
|
|
|
42
42
|
* <p>The deployment type SageMaker Edge Manager will create.
|
|
43
43
|
* Currently only supports Amazon Web Services IoT Greengrass Version 2 components.</p>
|
|
44
44
|
*/
|
|
45
|
-
PresetDeploymentType?: EdgePresetDeploymentType
|
|
45
|
+
PresetDeploymentType?: EdgePresetDeploymentType;
|
|
46
46
|
/**
|
|
47
47
|
* @public
|
|
48
48
|
* <p>The configuration used to create deployment artifacts.
|
|
@@ -274,14 +274,14 @@ export interface RStudioServerProAppSettings {
|
|
|
274
274
|
* <p>Indicates whether the current user has access to the <code>RStudioServerPro</code>
|
|
275
275
|
* app.</p>
|
|
276
276
|
*/
|
|
277
|
-
AccessStatus?: RStudioServerProAccessStatus
|
|
277
|
+
AccessStatus?: RStudioServerProAccessStatus;
|
|
278
278
|
/**
|
|
279
279
|
* @public
|
|
280
280
|
* <p>The level of permissions that the user has within the <code>RStudioServerPro</code>
|
|
281
281
|
* app. This value defaults to `User`. The `Admin` value allows the user access to the
|
|
282
282
|
* RStudio Administrative Dashboard.</p>
|
|
283
283
|
*/
|
|
284
|
-
UserGroup?: RStudioServerProUserGroup
|
|
284
|
+
UserGroup?: RStudioServerProUserGroup;
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
287
|
* @public
|
|
@@ -309,7 +309,7 @@ export interface SharingSettings {
|
|
|
309
309
|
* <p>Whether to include the notebook cell output when sharing the notebook. The default
|
|
310
310
|
* is <code>Disabled</code>.</p>
|
|
311
311
|
*/
|
|
312
|
-
NotebookOutputOption?: NotebookOutputOption
|
|
312
|
+
NotebookOutputOption?: NotebookOutputOption;
|
|
313
313
|
/**
|
|
314
314
|
* @public
|
|
315
315
|
* <p>When <code>NotebookOutputOption</code> is <code>Allowed</code>, the Amazon S3 bucket used
|
|
@@ -462,7 +462,7 @@ export interface DomainSettings {
|
|
|
462
462
|
* <p>The configuration for attaching a SageMaker user profile name to the execution role as a
|
|
463
463
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">sts:SourceIdentity key</a>.</p>
|
|
464
464
|
*/
|
|
465
|
-
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig
|
|
465
|
+
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
|
|
466
466
|
}
|
|
467
467
|
/**
|
|
468
468
|
* @public
|
|
@@ -477,7 +477,7 @@ export interface CreateDomainRequest {
|
|
|
477
477
|
* @public
|
|
478
478
|
* <p>The mode of authentication that members use to access the domain.</p>
|
|
479
479
|
*/
|
|
480
|
-
AuthMode: AuthMode |
|
|
480
|
+
AuthMode: AuthMode | undefined;
|
|
481
481
|
/**
|
|
482
482
|
* @public
|
|
483
483
|
* <p>The default settings to use to create a user profile when <code>UserSettings</code> isn't specified
|
|
@@ -523,7 +523,7 @@ export interface CreateDomainRequest {
|
|
|
523
523
|
* </li>
|
|
524
524
|
* </ul>
|
|
525
525
|
*/
|
|
526
|
-
AppNetworkAccessType?: AppNetworkAccessType
|
|
526
|
+
AppNetworkAccessType?: AppNetworkAccessType;
|
|
527
527
|
/**
|
|
528
528
|
* @public
|
|
529
529
|
* @deprecated
|
|
@@ -546,7 +546,7 @@ export interface CreateDomainRequest {
|
|
|
546
546
|
* provided. If setting up the domain for use with RStudio, this value must be set to
|
|
547
547
|
* <code>Service</code>.</p>
|
|
548
548
|
*/
|
|
549
|
-
AppSecurityGroupManagement?: AppSecurityGroupManagement
|
|
549
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
550
550
|
/**
|
|
551
551
|
* @public
|
|
552
552
|
* <p>A collection of <code>Domain</code> settings.</p>
|
|
@@ -612,7 +612,7 @@ export interface EdgeDeploymentConfig {
|
|
|
612
612
|
* deployment fails. By default this is turned on. You may turn this off if you want to
|
|
613
613
|
* investigate the errors yourself.</p>
|
|
614
614
|
*/
|
|
615
|
-
FailureHandlingPolicy: FailureHandlingPolicy |
|
|
615
|
+
FailureHandlingPolicy: FailureHandlingPolicy | undefined;
|
|
616
616
|
}
|
|
617
617
|
/**
|
|
618
618
|
* @public
|
|
@@ -636,7 +636,7 @@ export interface DeviceSelectionConfig {
|
|
|
636
636
|
* @public
|
|
637
637
|
* <p>Type of device subsets to deploy to the current stage.</p>
|
|
638
638
|
*/
|
|
639
|
-
DeviceSubsetType: DeviceSubsetType |
|
|
639
|
+
DeviceSubsetType: DeviceSubsetType | undefined;
|
|
640
640
|
/**
|
|
641
641
|
* @public
|
|
642
642
|
* <p>Percentage of devices in the fleet to deploy to the current stage.</p>
|
|
@@ -1081,7 +1081,7 @@ export interface ProductionVariant {
|
|
|
1081
1081
|
* @public
|
|
1082
1082
|
* <p>The ML compute instance type.</p>
|
|
1083
1083
|
*/
|
|
1084
|
-
InstanceType?: ProductionVariantInstanceType
|
|
1084
|
+
InstanceType?: ProductionVariantInstanceType;
|
|
1085
1085
|
/**
|
|
1086
1086
|
* @public
|
|
1087
1087
|
* <p>Determines initial traffic distribution among all of the models that you specify in
|
|
@@ -1098,7 +1098,7 @@ export interface ProductionVariant {
|
|
|
1098
1098
|
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic
|
|
1099
1099
|
* Inference in Amazon SageMaker</a>.</p>
|
|
1100
1100
|
*/
|
|
1101
|
-
AcceleratorType?: ProductionVariantAcceleratorType
|
|
1101
|
+
AcceleratorType?: ProductionVariantAcceleratorType;
|
|
1102
1102
|
/**
|
|
1103
1103
|
* @public
|
|
1104
1104
|
* <p>Specifies configuration for a core dump from the model container when the process
|
|
@@ -1314,7 +1314,7 @@ export interface FeatureDefinition {
|
|
|
1314
1314
|
* @public
|
|
1315
1315
|
* <p>The value type of a feature. Valid values are Integral, Fractional, or String.</p>
|
|
1316
1316
|
*/
|
|
1317
|
-
FeatureType?: FeatureType
|
|
1317
|
+
FeatureType?: FeatureType;
|
|
1318
1318
|
/**
|
|
1319
1319
|
* @public
|
|
1320
1320
|
* <p>A grouping of elements where each element within the collection must have the same
|
|
@@ -1337,7 +1337,7 @@ export interface FeatureDefinition {
|
|
|
1337
1337
|
* </li>
|
|
1338
1338
|
* </ul>
|
|
1339
1339
|
*/
|
|
1340
|
-
CollectionType?: CollectionType
|
|
1340
|
+
CollectionType?: CollectionType;
|
|
1341
1341
|
/**
|
|
1342
1342
|
* @public
|
|
1343
1343
|
* <p>Configuration for your collection.</p>
|
|
@@ -1446,7 +1446,7 @@ export interface OfflineStoreConfig {
|
|
|
1446
1446
|
* @public
|
|
1447
1447
|
* <p>Format for the offline store table. Supported formats are Glue (Default) and <a href="https://iceberg.apache.org/">Apache Iceberg</a>.</p>
|
|
1448
1448
|
*/
|
|
1449
|
-
TableFormat?: TableFormat
|
|
1449
|
+
TableFormat?: TableFormat;
|
|
1450
1450
|
}
|
|
1451
1451
|
/**
|
|
1452
1452
|
* @public
|
|
@@ -1570,7 +1570,7 @@ export interface TtlDuration {
|
|
|
1570
1570
|
* <p>
|
|
1571
1571
|
* <code>TtlDuration</code> time unit.</p>
|
|
1572
1572
|
*/
|
|
1573
|
-
Unit?: TtlDurationUnit
|
|
1573
|
+
Unit?: TtlDurationUnit;
|
|
1574
1574
|
/**
|
|
1575
1575
|
* @public
|
|
1576
1576
|
* <p>
|
|
@@ -1623,7 +1623,7 @@ export interface OnlineStoreConfig {
|
|
|
1623
1623
|
* </li>
|
|
1624
1624
|
* </ul>
|
|
1625
1625
|
*/
|
|
1626
|
-
StorageType?: StorageType
|
|
1626
|
+
StorageType?: StorageType;
|
|
1627
1627
|
}
|
|
1628
1628
|
/**
|
|
1629
1629
|
* @public
|
|
@@ -2505,7 +2505,7 @@ export interface HumanLoopRequestSource {
|
|
|
2505
2505
|
* <p>Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.
|
|
2506
2506
|
* The default field settings and JSON parsing rules are different based on the integration source. Valid values:</p>
|
|
2507
2507
|
*/
|
|
2508
|
-
AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSource |
|
|
2508
|
+
AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSource | undefined;
|
|
2509
2509
|
}
|
|
2510
2510
|
/**
|
|
2511
2511
|
* @public
|
|
@@ -2723,7 +2723,7 @@ export interface IntegerParameterRange {
|
|
|
2723
2723
|
* </dd>
|
|
2724
2724
|
* </dl>
|
|
2725
2725
|
*/
|
|
2726
|
-
ScalingType?: HyperParameterScalingType
|
|
2726
|
+
ScalingType?: HyperParameterScalingType;
|
|
2727
2727
|
}
|
|
2728
2728
|
/**
|
|
2729
2729
|
* @public
|
|
@@ -2931,7 +2931,7 @@ export interface HyperParameterTuningJobConfig {
|
|
|
2931
2931
|
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html">How
|
|
2932
2932
|
* Hyperparameter Tuning Works</a>.</p>
|
|
2933
2933
|
*/
|
|
2934
|
-
Strategy: HyperParameterTuningJobStrategyType |
|
|
2934
|
+
Strategy: HyperParameterTuningJobStrategyType | undefined;
|
|
2935
2935
|
/**
|
|
2936
2936
|
* @public
|
|
2937
2937
|
* <p>The configuration for the <code>Hyperband</code> optimization strategy. This parameter
|
|
@@ -2981,7 +2981,7 @@ export interface HyperParameterTuningJobConfig {
|
|
|
2981
2981
|
* </dd>
|
|
2982
2982
|
* </dl>
|
|
2983
2983
|
*/
|
|
2984
|
-
TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType
|
|
2984
|
+
TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType;
|
|
2985
2985
|
/**
|
|
2986
2986
|
* @public
|
|
2987
2987
|
* <p>The tuning job's completion criteria.</p>
|
|
@@ -3049,7 +3049,7 @@ export interface HyperParameterAlgorithmSpecification {
|
|
|
3049
3049
|
* manifest files aren't supported. The startup time is lower when there are fewer files in
|
|
3050
3050
|
* the S3 bucket provided.</p>
|
|
3051
3051
|
*/
|
|
3052
|
-
TrainingInputMode: TrainingInputMode |
|
|
3052
|
+
TrainingInputMode: TrainingInputMode | undefined;
|
|
3053
3053
|
/**
|
|
3054
3054
|
* @public
|
|
3055
3055
|
* <p>The name of the resource algorithm to use for the hyperparameter tuning job. If you
|
|
@@ -3092,7 +3092,7 @@ export interface HyperParameterTuningInstanceConfig {
|
|
|
3092
3092
|
* information about instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html">instance type
|
|
3093
3093
|
* descriptions</a>.</p>
|
|
3094
3094
|
*/
|
|
3095
|
-
InstanceType: TrainingInstanceType |
|
|
3095
|
+
InstanceType: TrainingInstanceType | undefined;
|
|
3096
3096
|
/**
|
|
3097
3097
|
* @public
|
|
3098
3098
|
* <p>The number of instances of the type specified by <code>InstanceType</code>. Choose an
|
|
@@ -3131,7 +3131,7 @@ export interface HyperParameterTuningResourceConfig {
|
|
|
3131
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
|
|
3132
3132
|
* instance types</a> for more information.</p>
|
|
3133
3133
|
*/
|
|
3134
|
-
InstanceType?: TrainingInstanceType
|
|
3134
|
+
InstanceType?: TrainingInstanceType;
|
|
3135
3135
|
/**
|
|
3136
3136
|
* @public
|
|
3137
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>
|
|
@@ -3179,7 +3179,7 @@ export interface HyperParameterTuningResourceConfig {
|
|
|
3179
3179
|
* <p>The strategy that determines the order of preference for resources specified in
|
|
3180
3180
|
* <code>InstanceConfigs</code> used in hyperparameter optimization.</p>
|
|
3181
3181
|
*/
|
|
3182
|
-
AllocationStrategy?: HyperParameterTuningAllocationStrategy
|
|
3182
|
+
AllocationStrategy?: HyperParameterTuningAllocationStrategy;
|
|
3183
3183
|
/**
|
|
3184
3184
|
* @public
|
|
3185
3185
|
* <p>A list containing the configuration(s) for one or more resources for processing
|
|
@@ -3470,7 +3470,7 @@ export interface HyperParameterTuningJobWarmStartConfig {
|
|
|
3470
3470
|
* </dd>
|
|
3471
3471
|
* </dl>
|
|
3472
3472
|
*/
|
|
3473
|
-
WarmStartType: HyperParameterTuningJobWarmStartType |
|
|
3473
|
+
WarmStartType: HyperParameterTuningJobWarmStartType | undefined;
|
|
3474
3474
|
}
|
|
3475
3475
|
/**
|
|
3476
3476
|
* @public
|
|
@@ -3718,7 +3718,7 @@ export interface CreateImageVersionRequest {
|
|
|
3718
3718
|
* </li>
|
|
3719
3719
|
* </ul>
|
|
3720
3720
|
*/
|
|
3721
|
-
VendorGuidance?: VendorGuidance
|
|
3721
|
+
VendorGuidance?: VendorGuidance;
|
|
3722
3722
|
/**
|
|
3723
3723
|
* @public
|
|
3724
3724
|
* <p>Indicates SageMaker job type compatibility.</p>
|
|
@@ -3737,7 +3737,7 @@ export interface CreateImageVersionRequest {
|
|
|
3737
3737
|
* </li>
|
|
3738
3738
|
* </ul>
|
|
3739
3739
|
*/
|
|
3740
|
-
JobType?: JobType
|
|
3740
|
+
JobType?: JobType;
|
|
3741
3741
|
/**
|
|
3742
3742
|
* @public
|
|
3743
3743
|
* <p>The machine learning framework vended in the image version.</p>
|
|
@@ -3762,7 +3762,7 @@ export interface CreateImageVersionRequest {
|
|
|
3762
3762
|
* </li>
|
|
3763
3763
|
* </ul>
|
|
3764
3764
|
*/
|
|
3765
|
-
Processor?: Processor
|
|
3765
|
+
Processor?: Processor;
|
|
3766
3766
|
/**
|
|
3767
3767
|
* @public
|
|
3768
3768
|
* <p>Indicates Horovod compatibility.</p>
|
|
@@ -3914,7 +3914,7 @@ export interface RealTimeInferenceConfig {
|
|
|
3914
3914
|
* @public
|
|
3915
3915
|
* <p>The instance type the model is deployed to.</p>
|
|
3916
3916
|
*/
|
|
3917
|
-
InstanceType: _InstanceType |
|
|
3917
|
+
InstanceType: _InstanceType | undefined;
|
|
3918
3918
|
/**
|
|
3919
3919
|
* @public
|
|
3920
3920
|
* <p>The number of instances of the type specified by <code>InstanceType</code>.</p>
|
|
@@ -3936,7 +3936,7 @@ export interface ModelInfrastructureConfig {
|
|
|
3936
3936
|
* </li>
|
|
3937
3937
|
* </ul>
|
|
3938
3938
|
*/
|
|
3939
|
-
InfrastructureType: ModelInfrastructureType |
|
|
3939
|
+
InfrastructureType: ModelInfrastructureType | undefined;
|
|
3940
3940
|
/**
|
|
3941
3941
|
* @public
|
|
3942
3942
|
* <p>The infrastructure configuration for deploying the model to real-time inference.</p>
|
|
@@ -4055,7 +4055,7 @@ export interface CreateInferenceExperimentRequest {
|
|
|
4055
4055
|
* </li>
|
|
4056
4056
|
* </ul>
|
|
4057
4057
|
*/
|
|
4058
|
-
Type: InferenceExperimentType |
|
|
4058
|
+
Type: InferenceExperimentType | undefined;
|
|
4059
4059
|
/**
|
|
4060
4060
|
* @public
|
|
4061
4061
|
* <p>
|
|
@@ -4277,7 +4277,7 @@ export interface RecommendationJobContainerConfig {
|
|
|
4277
4277
|
* the inference recommendation job return a combined list of both real-time and serverless benchmarks.
|
|
4278
4278
|
* By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.</p>
|
|
4279
4279
|
*/
|
|
4280
|
-
SupportedEndpointType?: RecommendationJobSupportedEndpointType
|
|
4280
|
+
SupportedEndpointType?: RecommendationJobSupportedEndpointType;
|
|
4281
4281
|
/**
|
|
4282
4282
|
* @public
|
|
4283
4283
|
* <p>The supported MIME types for the output data.</p>
|
|
@@ -4304,7 +4304,7 @@ export interface EndpointInputConfiguration {
|
|
|
4304
4304
|
* @public
|
|
4305
4305
|
* <p>The instance types to use for the load test.</p>
|
|
4306
4306
|
*/
|
|
4307
|
-
InstanceType?: ProductionVariantInstanceType
|
|
4307
|
+
InstanceType?: ProductionVariantInstanceType;
|
|
4308
4308
|
/**
|
|
4309
4309
|
* @public
|
|
4310
4310
|
* <p>The inference specification name in the model package version.</p>
|
|
@@ -4415,7 +4415,7 @@ export interface TrafficPattern {
|
|
|
4415
4415
|
* @public
|
|
4416
4416
|
* <p>Defines the traffic patterns. Choose either <code>PHASES</code> or <code>STAIRS</code>.</p>
|
|
4417
4417
|
*/
|
|
4418
|
-
TrafficType?: TrafficType
|
|
4418
|
+
TrafficType?: TrafficType;
|
|
4419
4419
|
/**
|
|
4420
4420
|
* @public
|
|
4421
4421
|
* <p>Defines the phases traffic specification.</p>
|
|
@@ -4665,7 +4665,7 @@ export interface RecommendationJobStoppingConditions {
|
|
|
4665
4665
|
* which means that the instance has reached capacity. The default value is <code>Stop</code>.
|
|
4666
4666
|
* If you want the load test to continue after invocations have flattened, set the value to <code>Continue</code>.</p>
|
|
4667
4667
|
*/
|
|
4668
|
-
FlatInvocations?: FlatInvocations
|
|
4668
|
+
FlatInvocations?: FlatInvocations;
|
|
4669
4669
|
}
|
|
4670
4670
|
/**
|
|
4671
4671
|
* @public
|
|
@@ -4686,7 +4686,7 @@ export interface CreateInferenceRecommendationsJobRequest {
|
|
|
4686
4686
|
* recommendation and <code>Advanced</code> to initiate a load test. If left unspecified,
|
|
4687
4687
|
* Amazon SageMaker Inference Recommender will run an instance recommendation (<code>DEFAULT</code>) job.</p>
|
|
4688
4688
|
*/
|
|
4689
|
-
JobType: RecommendationJobType |
|
|
4689
|
+
JobType: RecommendationJobType | undefined;
|
|
4690
4690
|
/**
|
|
4691
4691
|
* @public
|
|
4692
4692
|
* <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker
|
|
@@ -6407,7 +6407,7 @@ export interface LabelingJobDataAttributes {
|
|
|
6407
6407
|
* content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task
|
|
6408
6408
|
* based on this information.</p>
|
|
6409
6409
|
*/
|
|
6410
|
-
ContentClassifiers?:
|
|
6410
|
+
ContentClassifiers?: ContentClassifier[];
|
|
6411
6411
|
}
|
|
6412
6412
|
/**
|
|
6413
6413
|
* @public
|
|
@@ -6882,7 +6882,7 @@ export interface InferenceExecutionConfig {
|
|
|
6882
6882
|
* </li>
|
|
6883
6883
|
* </ul>
|
|
6884
6884
|
*/
|
|
6885
|
-
Mode: InferenceExecutionMode |
|
|
6885
|
+
Mode: InferenceExecutionMode | undefined;
|
|
6886
6886
|
}
|
|
6887
6887
|
/**
|
|
6888
6888
|
* @public
|
|
@@ -7167,7 +7167,7 @@ export interface CreateModelCardRequest {
|
|
|
7167
7167
|
* </li>
|
|
7168
7168
|
* </ul>
|
|
7169
7169
|
*/
|
|
7170
|
-
ModelCardStatus: ModelCardStatus |
|
|
7170
|
+
ModelCardStatus: ModelCardStatus | undefined;
|
|
7171
7171
|
/**
|
|
7172
7172
|
* @public
|
|
7173
7173
|
* <p>Key-value pairs used to manage metadata for model cards.</p>
|
|
@@ -7711,7 +7711,7 @@ export interface CreateModelPackageInput {
|
|
|
7711
7711
|
* <p>For versioned models, the value of this parameter must be set to <code>Approved</code>
|
|
7712
7712
|
* to deploy the model.</p>
|
|
7713
7713
|
*/
|
|
7714
|
-
ModelApprovalStatus?: ModelApprovalStatus
|
|
7714
|
+
ModelApprovalStatus?: ModelApprovalStatus;
|
|
7715
7715
|
/**
|
|
7716
7716
|
* @public
|
|
7717
7717
|
* <p>Metadata properties of the tracking entity, trial, or trial component.</p>
|
|
@@ -7775,7 +7775,7 @@ export interface CreateModelPackageInput {
|
|
|
7775
7775
|
* @public
|
|
7776
7776
|
* <p>Indicates if you want to skip model validation.</p>
|
|
7777
7777
|
*/
|
|
7778
|
-
SkipModelValidation?: SkipModelValidation
|
|
7778
|
+
SkipModelValidation?: SkipModelValidation;
|
|
7779
7779
|
}
|
|
7780
7780
|
/**
|
|
7781
7781
|
* @public
|
|
@@ -7869,7 +7869,7 @@ export interface ModelQualityAppSpecification {
|
|
|
7869
7869
|
* @public
|
|
7870
7870
|
* <p>The machine learning problem type of the model that the monitoring job monitors.</p>
|
|
7871
7871
|
*/
|
|
7872
|
-
ProblemType?: MonitoringProblemType
|
|
7872
|
+
ProblemType?: MonitoringProblemType;
|
|
7873
7873
|
/**
|
|
7874
7874
|
* @public
|
|
7875
7875
|
* <p>Sets the environment variables in the container that the monitoring job runs.</p>
|
|
@@ -8282,7 +8282,7 @@ export interface MonitoringScheduleConfig {
|
|
|
8282
8282
|
* @public
|
|
8283
8283
|
* <p>The type of the monitoring job definition to schedule.</p>
|
|
8284
8284
|
*/
|
|
8285
|
-
MonitoringType?: MonitoringType
|
|
8285
|
+
MonitoringType?: MonitoringType;
|
|
8286
8286
|
}
|
|
8287
8287
|
/**
|
|
8288
8288
|
* @public
|
|
@@ -8381,7 +8381,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
8381
8381
|
* @public
|
|
8382
8382
|
* <p>The type of ML compute instance to launch for the notebook instance.</p>
|
|
8383
8383
|
*/
|
|
8384
|
-
InstanceType: _InstanceType |
|
|
8384
|
+
InstanceType: _InstanceType | undefined;
|
|
8385
8385
|
/**
|
|
8386
8386
|
* @public
|
|
8387
8387
|
* <p>The ID of the subnet in a VPC to which you would like to have a connectivity from
|
|
@@ -8440,7 +8440,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
8440
8440
|
* of this parameter to <code>Disabled</code> only if you set a value for the
|
|
8441
8441
|
* <code>SubnetId</code> parameter.</p>
|
|
8442
8442
|
*/
|
|
8443
|
-
DirectInternetAccess?: DirectInternetAccess
|
|
8443
|
+
DirectInternetAccess?: DirectInternetAccess;
|
|
8444
8444
|
/**
|
|
8445
8445
|
* @public
|
|
8446
8446
|
* <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
|
|
@@ -8453,7 +8453,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
8453
8453
|
* instance. Currently, only one instance type can be associated with a notebook instance.
|
|
8454
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>
|
|
8455
8455
|
*/
|
|
8456
|
-
AcceleratorTypes?:
|
|
8456
|
+
AcceleratorTypes?: NotebookInstanceAcceleratorType[];
|
|
8457
8457
|
/**
|
|
8458
8458
|
* @public
|
|
8459
8459
|
* <p>A Git repository to associate with the notebook instance as its default code
|
|
@@ -8485,7 +8485,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
8485
8485
|
* users.</p>
|
|
8486
8486
|
* </note>
|
|
8487
8487
|
*/
|
|
8488
|
-
RootAccess?: RootAccess
|
|
8488
|
+
RootAccess?: RootAccess;
|
|
8489
8489
|
/**
|
|
8490
8490
|
* @public
|
|
8491
8491
|
* <p>The platform identifier of the notebook instance runtime environment.</p>
|
|
@@ -8870,12 +8870,12 @@ export interface RedshiftDatasetDefinition {
|
|
|
8870
8870
|
* @public
|
|
8871
8871
|
* <p>The data storage format for Redshift query results.</p>
|
|
8872
8872
|
*/
|
|
8873
|
-
OutputFormat: RedshiftResultFormat |
|
|
8873
|
+
OutputFormat: RedshiftResultFormat | undefined;
|
|
8874
8874
|
/**
|
|
8875
8875
|
* @public
|
|
8876
8876
|
* <p>The compression used for Redshift query results.</p>
|
|
8877
8877
|
*/
|
|
8878
|
-
OutputCompression?: RedshiftResultCompressionType
|
|
8878
|
+
OutputCompression?: RedshiftResultCompressionType;
|
|
8879
8879
|
}
|
|
8880
8880
|
/**
|
|
8881
8881
|
* @public
|
|
@@ -8906,7 +8906,7 @@ export interface DatasetDefinition {
|
|
|
8906
8906
|
* <p>Whether the generated dataset is <code>FullyReplicated</code> or
|
|
8907
8907
|
* <code>ShardedByS3Key</code> (default).</p>
|
|
8908
8908
|
*/
|
|
8909
|
-
DataDistributionType?: DataDistributionType
|
|
8909
|
+
DataDistributionType?: DataDistributionType;
|
|
8910
8910
|
/**
|
|
8911
8911
|
* @public
|
|
8912
8912
|
* <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In <code>File</code> (default) mode,
|
|
@@ -8915,7 +8915,7 @@ export interface DatasetDefinition {
|
|
|
8915
8915
|
* input mode. In <code>Pipe</code> mode, Amazon SageMaker streams input data from the source directly to your
|
|
8916
8916
|
* algorithm without using the EBS volume.</p>
|
|
8917
8917
|
*/
|
|
8918
|
-
InputMode?: InputMode
|
|
8918
|
+
InputMode?: InputMode;
|
|
8919
8919
|
}
|
|
8920
8920
|
/**
|
|
8921
8921
|
* @public
|
|
@@ -8968,7 +8968,7 @@ export interface ProcessingS3Input {
|
|
|
8968
8968
|
* that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for
|
|
8969
8969
|
* the processing job.</p>
|
|
8970
8970
|
*/
|
|
8971
|
-
S3DataType: ProcessingS3DataType |
|
|
8971
|
+
S3DataType: ProcessingS3DataType | undefined;
|
|
8972
8972
|
/**
|
|
8973
8973
|
* @public
|
|
8974
8974
|
* <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In File mode, Amazon SageMaker copies the data
|
|
@@ -8977,14 +8977,14 @@ export interface ProcessingS3Input {
|
|
|
8977
8977
|
* streams input data from the source directly to your processing container into named
|
|
8978
8978
|
* pipes without using the ML storage volume.</p>
|
|
8979
8979
|
*/
|
|
8980
|
-
S3InputMode?: ProcessingS3InputMode
|
|
8980
|
+
S3InputMode?: ProcessingS3InputMode;
|
|
8981
8981
|
/**
|
|
8982
8982
|
* @public
|
|
8983
8983
|
* <p>Whether to distribute the data from Amazon S3 to all processing instances with
|
|
8984
8984
|
* <code>FullyReplicated</code>, or whether the data from Amazon S3 is shared by Amazon S3 key,
|
|
8985
8985
|
* downloading one shard of data to each processing instance.</p>
|
|
8986
8986
|
*/
|
|
8987
|
-
S3DataDistributionType?: ProcessingS3DataDistributionType
|
|
8987
|
+
S3DataDistributionType?: ProcessingS3DataDistributionType;
|
|
8988
8988
|
/**
|
|
8989
8989
|
* @public
|
|
8990
8990
|
* <p>Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing
|
|
@@ -8992,7 +8992,7 @@ export interface ProcessingS3Input {
|
|
|
8992
8992
|
* specified as the <code>S3InputMode</code>. In <code>Pipe</code> mode, Amazon SageMaker streams input
|
|
8993
8993
|
* data from the source directly to your container without using the EBS volume.</p>
|
|
8994
8994
|
*/
|
|
8995
|
-
S3CompressionType?: ProcessingS3CompressionType
|
|
8995
|
+
S3CompressionType?: ProcessingS3CompressionType;
|
|
8996
8996
|
}
|
|
8997
8997
|
/**
|
|
8998
8998
|
* @public
|
|
@@ -9058,7 +9058,7 @@ export interface ProcessingS3Output {
|
|
|
9058
9058
|
* <p>Whether to upload the results of the processing job continuously or after the job
|
|
9059
9059
|
* completes.</p>
|
|
9060
9060
|
*/
|
|
9061
|
-
S3UploadMode: ProcessingS3UploadMode |
|
|
9061
|
+
S3UploadMode: ProcessingS3UploadMode | undefined;
|
|
9062
9062
|
}
|
|
9063
9063
|
/**
|
|
9064
9064
|
* @public
|
|
@@ -9124,7 +9124,7 @@ export interface ProcessingClusterConfig {
|
|
|
9124
9124
|
* @public
|
|
9125
9125
|
* <p>The ML compute instance type for the processing job.</p>
|
|
9126
9126
|
*/
|
|
9127
|
-
InstanceType: ProcessingInstanceType |
|
|
9127
|
+
InstanceType: ProcessingInstanceType | undefined;
|
|
9128
9128
|
/**
|
|
9129
9129
|
* @public
|
|
9130
9130
|
* <p>The size of the ML storage volume in gigabytes that you want to provision. You must
|
|
@@ -9451,7 +9451,7 @@ export interface CreateStudioLifecycleConfigRequest {
|
|
|
9451
9451
|
* @public
|
|
9452
9452
|
* <p>The App type that the Lifecycle Configuration is attached to.</p>
|
|
9453
9453
|
*/
|
|
9454
|
-
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType |
|
|
9454
|
+
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | undefined;
|
|
9455
9455
|
/**
|
|
9456
9456
|
* @public
|
|
9457
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>
|
|
@@ -9534,7 +9534,7 @@ export interface DebugRuleConfiguration {
|
|
|
9534
9534
|
* @public
|
|
9535
9535
|
* <p>The instance type to deploy a custom rule for debugging a training job.</p>
|
|
9536
9536
|
*/
|
|
9537
|
-
InstanceType?: ProcessingInstanceType
|
|
9537
|
+
InstanceType?: ProcessingInstanceType;
|
|
9538
9538
|
/**
|
|
9539
9539
|
* @public
|
|
9540
9540
|
* <p>The size, in GB, of the ML storage volume attached to the processing instance.</p>
|
|
@@ -9608,7 +9608,7 @@ export interface ProfilerRuleConfiguration {
|
|
|
9608
9608
|
* @public
|
|
9609
9609
|
* <p>The instance type to deploy a custom rule for profiling a training job.</p>
|
|
9610
9610
|
*/
|
|
9611
|
-
InstanceType?: ProcessingInstanceType
|
|
9611
|
+
InstanceType?: ProcessingInstanceType;
|
|
9612
9612
|
/**
|
|
9613
9613
|
* @public
|
|
9614
9614
|
* <p>The size, in GB, of the ML storage volume attached to the processing instance.</p>
|
|
@@ -9925,7 +9925,7 @@ export interface DataProcessing {
|
|
|
9925
9925
|
* file.</p>
|
|
9926
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>
|
|
9927
9927
|
*/
|
|
9928
|
-
JoinSource?: JoinSource
|
|
9928
|
+
JoinSource?: JoinSource;
|
|
9929
9929
|
}
|
|
9930
9930
|
/**
|
|
9931
9931
|
* @public
|
|
@@ -10014,7 +10014,7 @@ export interface CreateTransformJobRequest {
|
|
|
10014
10014
|
* <code>MaxPayloadInMB</code> limit, set <code>BatchStrategy</code> to
|
|
10015
10015
|
* <code>MultiRecord</code> and <code>SplitType</code> to <code>Line</code>.</p>
|
|
10016
10016
|
*/
|
|
10017
|
-
BatchStrategy?: BatchStrategy
|
|
10017
|
+
BatchStrategy?: BatchStrategy;
|
|
10018
10018
|
/**
|
|
10019
10019
|
* @public
|
|
10020
10020
|
* <p>The environment variables to set in the Docker container. We support up to 16 key and
|
|
@@ -10237,7 +10237,7 @@ export interface TrialComponentStatus {
|
|
|
10237
10237
|
* @public
|
|
10238
10238
|
* <p>The status of the trial component.</p>
|
|
10239
10239
|
*/
|
|
10240
|
-
PrimaryStatus?: TrialComponentPrimaryStatus
|
|
10240
|
+
PrimaryStatus?: TrialComponentPrimaryStatus;
|
|
10241
10241
|
/**
|
|
10242
10242
|
* @public
|
|
10243
10243
|
* <p>If the component failed, a message describing why.</p>
|
|
@@ -10680,7 +10680,7 @@ export interface CustomizedMetricSpecification {
|
|
|
10680
10680
|
* @public
|
|
10681
10681
|
* <p>The statistic of the customized metric.</p>
|
|
10682
10682
|
*/
|
|
10683
|
-
Statistic?: Statistic
|
|
10683
|
+
Statistic?: Statistic;
|
|
10684
10684
|
}
|
|
10685
10685
|
/**
|
|
10686
10686
|
* @public
|
|
@@ -10696,7 +10696,7 @@ export interface DataCaptureConfigSummary {
|
|
|
10696
10696
|
* @public
|
|
10697
10697
|
* <p>Whether data capture is currently functional.</p>
|
|
10698
10698
|
*/
|
|
10699
|
-
CaptureStatus: CaptureStatus |
|
|
10699
|
+
CaptureStatus: CaptureStatus | undefined;
|
|
10700
10700
|
/**
|
|
10701
10701
|
* @public
|
|
10702
10702
|
* <p>The percentage of requests being captured by your Endpoint.</p>
|
|
@@ -10748,7 +10748,7 @@ export interface DebugRuleEvaluationStatus {
|
|
|
10748
10748
|
* @public
|
|
10749
10749
|
* <p>Status of the rule evaluation.</p>
|
|
10750
10750
|
*/
|
|
10751
|
-
RuleEvaluationStatus?: RuleEvaluationStatus
|
|
10751
|
+
RuleEvaluationStatus?: RuleEvaluationStatus;
|
|
10752
10752
|
/**
|
|
10753
10753
|
* @public
|
|
10754
10754
|
* <p>Details from the rule evaluation.</p>
|
|
@@ -10808,7 +10808,7 @@ export interface DeleteAppRequest {
|
|
|
10808
10808
|
* @public
|
|
10809
10809
|
* <p>The type of app.</p>
|
|
10810
10810
|
*/
|
|
10811
|
-
AppType: AppType |
|
|
10811
|
+
AppType: AppType | undefined;
|
|
10812
10812
|
/**
|
|
10813
10813
|
* @public
|
|
10814
10814
|
* <p>The name of the app.</p>
|