@aws-sdk/client-sagemaker 3.408.0 → 3.409.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/commands/CreateAutoMLJobCommand.d.ts +2 -2
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +7 -2
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +23 -38
- package/dist-types/models/models_1.d.ts +27 -11
- package/dist-types/models/models_2.d.ts +12 -39
- package/dist-types/models/models_3.d.ts +39 -75
- package/dist-types/models/models_4.d.ts +77 -4
- package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -4
- package/dist-types/ts3.4/models/models_2.d.ts +4 -8
- package/dist-types/ts3.4/models/models_3.d.ts +8 -18
- package/dist-types/ts3.4/models/models_4.d.ts +17 -2
- package/package.json +3 -3
|
@@ -28,8 +28,8 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
|
|
|
28
28
|
* <p>We recommend using the new versions <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a>, which offer backward compatibility.</p>
|
|
29
29
|
* <p>
|
|
30
30
|
* <code>CreateAutoMLJobV2</code> can manage tabular problem types identical to those of
|
|
31
|
-
* its previous version <code>CreateAutoMLJob</code>, as well as
|
|
32
|
-
* such as image or text classification.</p>
|
|
31
|
+
* its previous version <code>CreateAutoMLJob</code>, as well as time-series forecasting,
|
|
32
|
+
* and non-tabular problem types such as image or text classification.</p>
|
|
33
33
|
* <p>Find guidelines about how to migrate a <code>CreateAutoMLJob</code> to
|
|
34
34
|
* <code>CreateAutoMLJobV2</code> in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2">Migrate a CreateAutoMLJob to CreateAutoMLJobV2</a>.</p>
|
|
35
35
|
* </note>
|
|
@@ -30,8 +30,8 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
|
|
|
30
30
|
* and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a> which offer backward compatibility.</p>
|
|
31
31
|
* <p>
|
|
32
32
|
* <code>CreateAutoMLJobV2</code> can manage tabular problem types identical to those of
|
|
33
|
-
* its previous version <code>CreateAutoMLJob</code>, as well as
|
|
34
|
-
* such as image or text classification.</p>
|
|
33
|
+
* its previous version <code>CreateAutoMLJob</code>, as well as time-series forecasting,
|
|
34
|
+
* and non-tabular problem types such as image or text classification.</p>
|
|
35
35
|
* <p>Find guidelines about how to migrate a <code>CreateAutoMLJob</code> to
|
|
36
36
|
* <code>CreateAutoMLJobV2</code> in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2">Migrate a CreateAutoMLJob to CreateAutoMLJobV2</a>.</p>
|
|
37
37
|
* </note>
|
|
@@ -132,6 +132,11 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
|
|
|
132
132
|
* "STRING_VALUE",
|
|
133
133
|
* ],
|
|
134
134
|
* },
|
|
135
|
+
* HolidayConfig: [ // HolidayConfig
|
|
136
|
+
* { // HolidayConfigAttributes
|
|
137
|
+
* CountryCode: "STRING_VALUE",
|
|
138
|
+
* },
|
|
139
|
+
* ],
|
|
135
140
|
* },
|
|
136
141
|
* },
|
|
137
142
|
* RoleArn: "STRING_VALUE", // required
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DeleteExperimentRequest } from "../models/
|
|
5
|
-
import { DeleteExperimentResponse } from "../models/models_2";
|
|
4
|
+
import { DeleteExperimentRequest, DeleteExperimentResponse } from "../models/models_2";
|
|
6
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -129,6 +129,11 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
|
|
|
129
129
|
* // "STRING_VALUE",
|
|
130
130
|
* // ],
|
|
131
131
|
* // },
|
|
132
|
+
* // HolidayConfig: [ // HolidayConfig
|
|
133
|
+
* // { // HolidayConfigAttributes
|
|
134
|
+
* // CountryCode: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
132
137
|
* // },
|
|
133
138
|
* // },
|
|
134
139
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
@@ -5511,6 +5511,21 @@ export interface TextClassificationJobConfig {
|
|
|
5511
5511
|
*/
|
|
5512
5512
|
TargetLabelColumn: string | undefined;
|
|
5513
5513
|
}
|
|
5514
|
+
/**
|
|
5515
|
+
* @public
|
|
5516
|
+
* <p>Stores the holiday featurization attributes applicable to each item of time-series
|
|
5517
|
+
* datasets during the training of a forecasting model. This allows the model to identify
|
|
5518
|
+
* patterns associated with specific holidays.</p>
|
|
5519
|
+
*/
|
|
5520
|
+
export interface HolidayConfigAttributes {
|
|
5521
|
+
/**
|
|
5522
|
+
* @public
|
|
5523
|
+
* <p>The country code for the holiday calendar.</p>
|
|
5524
|
+
* <p>For the list of public holiday calendars supported by AutoML job V2, see <a href="https://docs.aws.amazon.com/forecast/latest/dg/holidays.html#holidays-country-codes">Country Codes</a>. Use the country code corresponding to the country of your
|
|
5525
|
+
* choice.</p>
|
|
5526
|
+
*/
|
|
5527
|
+
CountryCode?: string;
|
|
5528
|
+
}
|
|
5514
5529
|
/**
|
|
5515
5530
|
* @public
|
|
5516
5531
|
* <p>The collection of components that defines the time-series.</p>
|
|
@@ -5621,11 +5636,6 @@ export interface TimeSeriesTransformations {
|
|
|
5621
5636
|
* @public
|
|
5622
5637
|
* <p>The collection of settings used by an AutoML job V2 for the time-series forecasting
|
|
5623
5638
|
* problem type.</p>
|
|
5624
|
-
* <note>
|
|
5625
|
-
* <p>The <code>TimeSeriesForecastingJobConfig</code> problem type is only available in
|
|
5626
|
-
* private beta. Contact Amazon Web Services Support or your account manager to learn more
|
|
5627
|
-
* about access privileges.</p>
|
|
5628
|
-
* </note>
|
|
5629
5639
|
*/
|
|
5630
5640
|
export interface TimeSeriesForecastingJobConfig {
|
|
5631
5641
|
/**
|
|
@@ -5702,8 +5712,8 @@ export interface TimeSeriesForecastingJobConfig {
|
|
|
5702
5712
|
* <p>The quantiles used to train the model for forecasts at a specified quantile. You can
|
|
5703
5713
|
* specify quantiles from <code>0.01</code> (p1) to <code>0.99</code> (p99), by increments of
|
|
5704
5714
|
* 0.01 or higher. Up to five forecast quantiles can be specified. When
|
|
5705
|
-
* <code>ForecastQuantiles</code> is not provided, the AutoML job uses the quantiles
|
|
5706
|
-
*
|
|
5715
|
+
* <code>ForecastQuantiles</code> is not provided, the AutoML job uses the quantiles p10,
|
|
5716
|
+
* p50, and p90 as default.</p>
|
|
5707
5717
|
*/
|
|
5708
5718
|
ForecastQuantiles?: string[];
|
|
5709
5719
|
/**
|
|
@@ -5717,6 +5727,12 @@ export interface TimeSeriesForecastingJobConfig {
|
|
|
5717
5727
|
* <p>The collection of components that defines the time-series.</p>
|
|
5718
5728
|
*/
|
|
5719
5729
|
TimeSeriesConfig: TimeSeriesConfig | undefined;
|
|
5730
|
+
/**
|
|
5731
|
+
* @public
|
|
5732
|
+
* <p>The collection of holiday featurization attributes used to incorporate national holiday
|
|
5733
|
+
* information into your forecasting model.</p>
|
|
5734
|
+
*/
|
|
5735
|
+
HolidayConfig?: HolidayConfigAttributes[];
|
|
5720
5736
|
}
|
|
5721
5737
|
/**
|
|
5722
5738
|
* @public
|
|
@@ -5768,11 +5784,6 @@ export declare namespace AutoMLProblemTypeConfig {
|
|
|
5768
5784
|
* @public
|
|
5769
5785
|
* <p>Settings used to configure an AutoML job V2 for a time-series forecasting problem
|
|
5770
5786
|
* type.</p>
|
|
5771
|
-
* <note>
|
|
5772
|
-
* <p>The <code>TimeSeriesForecastingJobConfig</code> problem type is only available in
|
|
5773
|
-
* private beta. Contact Amazon Web Services Support or your account manager to learn more
|
|
5774
|
-
* about access privileges.</p>
|
|
5775
|
-
* </note>
|
|
5776
5787
|
*/
|
|
5777
5788
|
interface TimeSeriesForecastingJobConfigMember {
|
|
5778
5789
|
ImageClassificationJobConfig?: never;
|
|
@@ -10548,29 +10559,3 @@ export interface KernelGatewayAppSettings {
|
|
|
10548
10559
|
*/
|
|
10549
10560
|
LifecycleConfigArns?: string[];
|
|
10550
10561
|
}
|
|
10551
|
-
/**
|
|
10552
|
-
* @public
|
|
10553
|
-
* <p>A collection of settings that apply to spaces created in the Domain.</p>
|
|
10554
|
-
*/
|
|
10555
|
-
export interface DefaultSpaceSettings {
|
|
10556
|
-
/**
|
|
10557
|
-
* @public
|
|
10558
|
-
* <p>The ARN of the execution role for the space.</p>
|
|
10559
|
-
*/
|
|
10560
|
-
ExecutionRole?: string;
|
|
10561
|
-
/**
|
|
10562
|
-
* @public
|
|
10563
|
-
* <p>The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.</p>
|
|
10564
|
-
*/
|
|
10565
|
-
SecurityGroups?: string[];
|
|
10566
|
-
/**
|
|
10567
|
-
* @public
|
|
10568
|
-
* <p>The JupyterServer app settings.</p>
|
|
10569
|
-
*/
|
|
10570
|
-
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
10571
|
-
/**
|
|
10572
|
-
* @public
|
|
10573
|
-
* <p>The KernelGateway app settings.</p>
|
|
10574
|
-
*/
|
|
10575
|
-
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
10576
|
-
}
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, CustomImage,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, CustomImage, EdgeOutputConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* <p>A collection of settings that apply to spaces created in the Domain.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface DefaultSpaceSettings {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* <p>The ARN of the execution role for the space.</p>
|
|
11
|
+
*/
|
|
12
|
+
ExecutionRole?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* <p>The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.</p>
|
|
16
|
+
*/
|
|
17
|
+
SecurityGroups?: string[];
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* <p>The JupyterServer app settings.</p>
|
|
21
|
+
*/
|
|
22
|
+
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
* <p>The KernelGateway app settings.</p>
|
|
26
|
+
*/
|
|
27
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
28
|
+
}
|
|
3
29
|
/**
|
|
4
30
|
* @public
|
|
5
31
|
* <p>A collection of settings that apply to an <code>RSessionGateway</code> app.</p>
|
|
@@ -10688,16 +10714,6 @@ export interface DeleteEndpointConfigInput {
|
|
|
10688
10714
|
*/
|
|
10689
10715
|
EndpointConfigName: string | undefined;
|
|
10690
10716
|
}
|
|
10691
|
-
/**
|
|
10692
|
-
* @public
|
|
10693
|
-
*/
|
|
10694
|
-
export interface DeleteExperimentRequest {
|
|
10695
|
-
/**
|
|
10696
|
-
* @public
|
|
10697
|
-
* <p>The name of the experiment to delete.</p>
|
|
10698
|
-
*/
|
|
10699
|
-
ExperimentName: string | undefined;
|
|
10700
|
-
}
|
|
10701
10717
|
/**
|
|
10702
10718
|
* @internal
|
|
10703
10719
|
*/
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput,
|
|
2
|
-
import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, EdgeOutputConfig, EdgePresetDeploymentType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteExperimentRequest {
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* <p>The name of the experiment to delete.</p>
|
|
10
|
+
*/
|
|
11
|
+
ExperimentName: string | undefined;
|
|
12
|
+
}
|
|
3
13
|
/**
|
|
4
14
|
* @public
|
|
5
15
|
*/
|
|
@@ -9607,43 +9617,6 @@ export declare const FeatureGroupSortOrder: {
|
|
|
9607
9617
|
* @public
|
|
9608
9618
|
*/
|
|
9609
9619
|
export type FeatureGroupSortOrder = (typeof FeatureGroupSortOrder)[keyof typeof FeatureGroupSortOrder];
|
|
9610
|
-
/**
|
|
9611
|
-
* @public
|
|
9612
|
-
* <p>The name, ARN, <code>CreationTime</code>, <code>FeatureGroup</code> values,
|
|
9613
|
-
* <code>LastUpdatedTime</code> and <code>EnableOnlineStorage</code> status of a
|
|
9614
|
-
* <code>FeatureGroup</code>.</p>
|
|
9615
|
-
*/
|
|
9616
|
-
export interface FeatureGroupSummary {
|
|
9617
|
-
/**
|
|
9618
|
-
* @public
|
|
9619
|
-
* <p>The name of <code>FeatureGroup</code>.</p>
|
|
9620
|
-
*/
|
|
9621
|
-
FeatureGroupName: string | undefined;
|
|
9622
|
-
/**
|
|
9623
|
-
* @public
|
|
9624
|
-
* <p>Unique identifier for the <code>FeatureGroup</code>.</p>
|
|
9625
|
-
*/
|
|
9626
|
-
FeatureGroupArn: string | undefined;
|
|
9627
|
-
/**
|
|
9628
|
-
* @public
|
|
9629
|
-
* <p>A timestamp indicating the time of creation time of the
|
|
9630
|
-
* <code>FeatureGroup</code>.</p>
|
|
9631
|
-
*/
|
|
9632
|
-
CreationTime: Date | undefined;
|
|
9633
|
-
/**
|
|
9634
|
-
* @public
|
|
9635
|
-
* <p>The status of a FeatureGroup. The status can be any of the following:
|
|
9636
|
-
* <code>Creating</code>, <code>Created</code>, <code>CreateFail</code>,
|
|
9637
|
-
* <code>Deleting</code> or <code>DetailFail</code>. </p>
|
|
9638
|
-
*/
|
|
9639
|
-
FeatureGroupStatus?: FeatureGroupStatus | string;
|
|
9640
|
-
/**
|
|
9641
|
-
* @public
|
|
9642
|
-
* <p>Notifies you if replicating data into the <code>OfflineStore</code> has failed. Returns
|
|
9643
|
-
* either: <code>Active</code> or <code>Blocked</code>.</p>
|
|
9644
|
-
*/
|
|
9645
|
-
OfflineStoreStatus?: OfflineStoreStatus;
|
|
9646
|
-
}
|
|
9647
9620
|
/**
|
|
9648
9621
|
* @internal
|
|
9649
9622
|
*/
|
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, EdgeOutputConfig, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputParameter, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataProcessing, DriftCheckBaselines, ExperimentConfig, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType,
|
|
3
|
-
import { DeploymentRecommendation, DeviceDeploymentSummary, DeviceFleetSummary, DeviceStats, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgeModelStat, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus,
|
|
2
|
+
import { _InstanceType, DataProcessing, DriftCheckBaselines, ExperimentConfig, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, RecommendationJobType, ResourceLimits, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TrialComponentStatus, TtlDuration } from "./models_1";
|
|
3
|
+
import { DeploymentRecommendation, DeviceDeploymentSummary, DeviceFleetSummary, DeviceStats, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgeModelStat, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TrainingJobStatusCounters, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>The name, ARN, <code>CreationTime</code>, <code>FeatureGroup</code> values,
|
|
7
|
+
* <code>LastUpdatedTime</code> and <code>EnableOnlineStorage</code> status of a
|
|
8
|
+
* <code>FeatureGroup</code>.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface FeatureGroupSummary {
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
* <p>The name of <code>FeatureGroup</code>.</p>
|
|
14
|
+
*/
|
|
15
|
+
FeatureGroupName: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>Unique identifier for the <code>FeatureGroup</code>.</p>
|
|
19
|
+
*/
|
|
20
|
+
FeatureGroupArn: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>A timestamp indicating the time of creation time of the
|
|
24
|
+
* <code>FeatureGroup</code>.</p>
|
|
25
|
+
*/
|
|
26
|
+
CreationTime: Date | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>The status of a FeatureGroup. The status can be any of the following:
|
|
30
|
+
* <code>Creating</code>, <code>Created</code>, <code>CreateFail</code>,
|
|
31
|
+
* <code>Deleting</code> or <code>DetailFail</code>. </p>
|
|
32
|
+
*/
|
|
33
|
+
FeatureGroupStatus?: FeatureGroupStatus | string;
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
* <p>Notifies you if replicating data into the <code>OfflineStore</code> has failed. Returns
|
|
37
|
+
* either: <code>Active</code> or <code>Blocked</code>.</p>
|
|
38
|
+
*/
|
|
39
|
+
OfflineStoreStatus?: OfflineStoreStatus;
|
|
40
|
+
}
|
|
4
41
|
/**
|
|
5
42
|
* @public
|
|
6
43
|
* <p>The metadata for a feature. It can either be metadata that you specify, or metadata that
|
|
@@ -9202,79 +9239,6 @@ export interface Parent {
|
|
|
9202
9239
|
*/
|
|
9203
9240
|
ExperimentName?: string;
|
|
9204
9241
|
}
|
|
9205
|
-
/**
|
|
9206
|
-
* @public
|
|
9207
|
-
* <p>A SageMaker Model Building Pipeline instance.</p>
|
|
9208
|
-
*/
|
|
9209
|
-
export interface Pipeline {
|
|
9210
|
-
/**
|
|
9211
|
-
* @public
|
|
9212
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
9213
|
-
*/
|
|
9214
|
-
PipelineArn?: string;
|
|
9215
|
-
/**
|
|
9216
|
-
* @public
|
|
9217
|
-
* <p>The name of the pipeline.</p>
|
|
9218
|
-
*/
|
|
9219
|
-
PipelineName?: string;
|
|
9220
|
-
/**
|
|
9221
|
-
* @public
|
|
9222
|
-
* <p>The display name of the pipeline.</p>
|
|
9223
|
-
*/
|
|
9224
|
-
PipelineDisplayName?: string;
|
|
9225
|
-
/**
|
|
9226
|
-
* @public
|
|
9227
|
-
* <p>The description of the pipeline.</p>
|
|
9228
|
-
*/
|
|
9229
|
-
PipelineDescription?: string;
|
|
9230
|
-
/**
|
|
9231
|
-
* @public
|
|
9232
|
-
* <p>The Amazon Resource Name (ARN) of the role that created the pipeline.</p>
|
|
9233
|
-
*/
|
|
9234
|
-
RoleArn?: string;
|
|
9235
|
-
/**
|
|
9236
|
-
* @public
|
|
9237
|
-
* <p>The status of the pipeline.</p>
|
|
9238
|
-
*/
|
|
9239
|
-
PipelineStatus?: PipelineStatus | string;
|
|
9240
|
-
/**
|
|
9241
|
-
* @public
|
|
9242
|
-
* <p>The creation time of the pipeline.</p>
|
|
9243
|
-
*/
|
|
9244
|
-
CreationTime?: Date;
|
|
9245
|
-
/**
|
|
9246
|
-
* @public
|
|
9247
|
-
* <p>The time that the pipeline was last modified.</p>
|
|
9248
|
-
*/
|
|
9249
|
-
LastModifiedTime?: Date;
|
|
9250
|
-
/**
|
|
9251
|
-
* @public
|
|
9252
|
-
* <p>The time when the pipeline was last run.</p>
|
|
9253
|
-
*/
|
|
9254
|
-
LastRunTime?: Date;
|
|
9255
|
-
/**
|
|
9256
|
-
* @public
|
|
9257
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
9258
|
-
* component, lineage group, project, or model card.</p>
|
|
9259
|
-
*/
|
|
9260
|
-
CreatedBy?: UserContext;
|
|
9261
|
-
/**
|
|
9262
|
-
* @public
|
|
9263
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
9264
|
-
* component, lineage group, project, or model card.</p>
|
|
9265
|
-
*/
|
|
9266
|
-
LastModifiedBy?: UserContext;
|
|
9267
|
-
/**
|
|
9268
|
-
* @public
|
|
9269
|
-
* <p>The parallelism configuration applied to the pipeline.</p>
|
|
9270
|
-
*/
|
|
9271
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
9272
|
-
/**
|
|
9273
|
-
* @public
|
|
9274
|
-
* <p>A list of tags that apply to the pipeline.</p>
|
|
9275
|
-
*/
|
|
9276
|
-
Tags?: Tag[];
|
|
9277
|
-
}
|
|
9278
9242
|
/**
|
|
9279
9243
|
* @internal
|
|
9280
9244
|
*/
|
|
@@ -1,7 +1,80 @@
|
|
|
1
|
-
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, BooleanOperator, Channel, CheckpointConfig,
|
|
2
|
-
import { _InstanceType, CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, ExperimentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureParameter, MetricData, ModelArtifacts, PipelineExecutionStatus, PipelineExperimentConfig, ProcessingJobStatus, ProjectStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TrainingJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_2";
|
|
4
|
-
import { FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, ModelCard, ModelDashboardModel, ModelPackage, ModelPackageGroup, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, Parent,
|
|
1
|
+
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, BooleanOperator, Channel, CheckpointConfig, EdgeOutputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, ExperimentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureParameter, MetricData, ModelArtifacts, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TrainingJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_2";
|
|
4
|
+
import { FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, ModelCard, ModelDashboardModel, ModelPackage, ModelPackageGroup, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, Parent, ResourceType, TransformJob } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* <p>A SageMaker Model Building Pipeline instance.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface Pipeline {
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
13
|
+
*/
|
|
14
|
+
PipelineArn?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* <p>The name of the pipeline.</p>
|
|
18
|
+
*/
|
|
19
|
+
PipelineName?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>The display name of the pipeline.</p>
|
|
23
|
+
*/
|
|
24
|
+
PipelineDisplayName?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* <p>The description of the pipeline.</p>
|
|
28
|
+
*/
|
|
29
|
+
PipelineDescription?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
* <p>The Amazon Resource Name (ARN) of the role that created the pipeline.</p>
|
|
33
|
+
*/
|
|
34
|
+
RoleArn?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
* <p>The status of the pipeline.</p>
|
|
38
|
+
*/
|
|
39
|
+
PipelineStatus?: PipelineStatus | string;
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* <p>The creation time of the pipeline.</p>
|
|
43
|
+
*/
|
|
44
|
+
CreationTime?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
* <p>The time that the pipeline was last modified.</p>
|
|
48
|
+
*/
|
|
49
|
+
LastModifiedTime?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
* <p>The time when the pipeline was last run.</p>
|
|
53
|
+
*/
|
|
54
|
+
LastRunTime?: Date;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
58
|
+
* component, lineage group, project, or model card.</p>
|
|
59
|
+
*/
|
|
60
|
+
CreatedBy?: UserContext;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
64
|
+
* component, lineage group, project, or model card.</p>
|
|
65
|
+
*/
|
|
66
|
+
LastModifiedBy?: UserContext;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* <p>The parallelism configuration applied to the pipeline.</p>
|
|
70
|
+
*/
|
|
71
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* <p>A list of tags that apply to the pipeline.</p>
|
|
75
|
+
*/
|
|
76
|
+
Tags?: Tag[];
|
|
77
|
+
}
|
|
5
78
|
/**
|
|
6
79
|
* @public
|
|
7
80
|
* <p>An execution of a pipeline.</p>
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
DeleteExperimentRequest,
|
|
11
|
+
DeleteExperimentResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
11
13
|
import {
|
|
12
14
|
SageMakerClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|
|
@@ -1136,6 +1136,9 @@ export interface TextClassificationJobConfig {
|
|
|
1136
1136
|
ContentColumn: string | undefined;
|
|
1137
1137
|
TargetLabelColumn: string | undefined;
|
|
1138
1138
|
}
|
|
1139
|
+
export interface HolidayConfigAttributes {
|
|
1140
|
+
CountryCode?: string;
|
|
1141
|
+
}
|
|
1139
1142
|
export interface TimeSeriesConfig {
|
|
1140
1143
|
TargetAttributeName: string | undefined;
|
|
1141
1144
|
TimestampAttributeName: string | undefined;
|
|
@@ -1165,6 +1168,7 @@ export interface TimeSeriesForecastingJobConfig {
|
|
|
1165
1168
|
ForecastQuantiles?: string[];
|
|
1166
1169
|
Transformations?: TimeSeriesTransformations;
|
|
1167
1170
|
TimeSeriesConfig: TimeSeriesConfig | undefined;
|
|
1171
|
+
HolidayConfig?: HolidayConfigAttributes[];
|
|
1168
1172
|
}
|
|
1169
1173
|
export type AutoMLProblemTypeConfig =
|
|
1170
1174
|
| AutoMLProblemTypeConfig.ImageClassificationJobConfigMember
|
|
@@ -2272,9 +2276,3 @@ export interface KernelGatewayAppSettings {
|
|
|
2272
2276
|
CustomImages?: CustomImage[];
|
|
2273
2277
|
LifecycleConfigArns?: string[];
|
|
2274
2278
|
}
|
|
2275
|
-
export interface DefaultSpaceSettings {
|
|
2276
|
-
ExecutionRole?: string;
|
|
2277
|
-
SecurityGroups?: string[];
|
|
2278
|
-
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
2279
|
-
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
2280
|
-
}
|
|
@@ -39,7 +39,6 @@ import {
|
|
|
39
39
|
ContinuousParameterRange,
|
|
40
40
|
ConvergenceDetected,
|
|
41
41
|
CustomImage,
|
|
42
|
-
DefaultSpaceSettings,
|
|
43
42
|
EdgeOutputConfig,
|
|
44
43
|
EndpointInput,
|
|
45
44
|
HyperParameterScalingType,
|
|
@@ -75,6 +74,12 @@ import {
|
|
|
75
74
|
TransformResources,
|
|
76
75
|
VpcConfig,
|
|
77
76
|
} from "./models_0";
|
|
77
|
+
export interface DefaultSpaceSettings {
|
|
78
|
+
ExecutionRole?: string;
|
|
79
|
+
SecurityGroups?: string[];
|
|
80
|
+
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
81
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
82
|
+
}
|
|
78
83
|
export interface RSessionAppSettings {
|
|
79
84
|
DefaultResourceSpec?: ResourceSpec;
|
|
80
85
|
CustomImages?: CustomImage[];
|
|
@@ -1842,9 +1847,6 @@ export interface DeleteEndpointInput {
|
|
|
1842
1847
|
export interface DeleteEndpointConfigInput {
|
|
1843
1848
|
EndpointConfigName: string | undefined;
|
|
1844
1849
|
}
|
|
1845
|
-
export interface DeleteExperimentRequest {
|
|
1846
|
-
ExperimentName: string | undefined;
|
|
1847
|
-
}
|
|
1848
1850
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1849
1851
|
obj: CreateModelCardRequest
|
|
1850
1852
|
) => any;
|
|
@@ -43,7 +43,6 @@ import {
|
|
|
43
43
|
DataQualityAppSpecification,
|
|
44
44
|
DataQualityBaselineConfig,
|
|
45
45
|
DataQualityJobInput,
|
|
46
|
-
DefaultSpaceSettings,
|
|
47
46
|
EdgeOutputConfig,
|
|
48
47
|
EdgePresetDeploymentType,
|
|
49
48
|
GitConfig,
|
|
@@ -85,6 +84,7 @@ import {
|
|
|
85
84
|
DebugHookConfig,
|
|
86
85
|
DebugRuleConfiguration,
|
|
87
86
|
DebugRuleEvaluationStatus,
|
|
87
|
+
DefaultSpaceSettings,
|
|
88
88
|
DeploymentConfig,
|
|
89
89
|
DeviceSelectionConfig,
|
|
90
90
|
DirectInternetAccess,
|
|
@@ -172,6 +172,9 @@ import {
|
|
|
172
172
|
UserSettings,
|
|
173
173
|
VendorGuidance,
|
|
174
174
|
} from "./models_1";
|
|
175
|
+
export interface DeleteExperimentRequest {
|
|
176
|
+
ExperimentName: string | undefined;
|
|
177
|
+
}
|
|
175
178
|
export interface DeleteExperimentResponse {
|
|
176
179
|
ExperimentArn?: string;
|
|
177
180
|
}
|
|
@@ -2359,13 +2362,6 @@ export declare const FeatureGroupSortOrder: {
|
|
|
2359
2362
|
};
|
|
2360
2363
|
export type FeatureGroupSortOrder =
|
|
2361
2364
|
(typeof FeatureGroupSortOrder)[keyof typeof FeatureGroupSortOrder];
|
|
2362
|
-
export interface FeatureGroupSummary {
|
|
2363
|
-
FeatureGroupName: string | undefined;
|
|
2364
|
-
FeatureGroupArn: string | undefined;
|
|
2365
|
-
CreationTime: Date | undefined;
|
|
2366
|
-
FeatureGroupStatus?: FeatureGroupStatus | string;
|
|
2367
|
-
OfflineStoreStatus?: OfflineStoreStatus;
|
|
2368
|
-
}
|
|
2369
2365
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2370
2366
|
obj: DescribeModelCardResponse
|
|
2371
2367
|
) => any;
|
|
@@ -66,7 +66,6 @@ import {
|
|
|
66
66
|
ModelPackageValidationSpecification,
|
|
67
67
|
MonitoringScheduleConfig,
|
|
68
68
|
MonitoringType,
|
|
69
|
-
ParallelismConfiguration,
|
|
70
69
|
RecommendationJobType,
|
|
71
70
|
ResourceLimits,
|
|
72
71
|
SourceAlgorithmSpecification,
|
|
@@ -99,7 +98,6 @@ import {
|
|
|
99
98
|
FeatureGroupSortBy,
|
|
100
99
|
FeatureGroupSortOrder,
|
|
101
100
|
FeatureGroupStatus,
|
|
102
|
-
FeatureGroupSummary,
|
|
103
101
|
FeatureParameter,
|
|
104
102
|
FlowDefinitionStatus,
|
|
105
103
|
HubContentStatus,
|
|
@@ -123,9 +121,9 @@ import {
|
|
|
123
121
|
MonitoringExecutionSummary,
|
|
124
122
|
NotebookInstanceStatus,
|
|
125
123
|
ObjectiveStatusCounters,
|
|
124
|
+
OfflineStoreStatus,
|
|
126
125
|
OfflineStoreStatusValue,
|
|
127
126
|
PipelineExecutionStatus,
|
|
128
|
-
PipelineStatus,
|
|
129
127
|
ProcessingJobStatus,
|
|
130
128
|
ProjectStatus,
|
|
131
129
|
RecommendationJobStatus,
|
|
@@ -144,6 +142,13 @@ import {
|
|
|
144
142
|
Workforce,
|
|
145
143
|
Workteam,
|
|
146
144
|
} from "./models_2";
|
|
145
|
+
export interface FeatureGroupSummary {
|
|
146
|
+
FeatureGroupName: string | undefined;
|
|
147
|
+
FeatureGroupArn: string | undefined;
|
|
148
|
+
CreationTime: Date | undefined;
|
|
149
|
+
FeatureGroupStatus?: FeatureGroupStatus | string;
|
|
150
|
+
OfflineStoreStatus?: OfflineStoreStatus;
|
|
151
|
+
}
|
|
147
152
|
export interface FeatureMetadata {
|
|
148
153
|
FeatureGroupArn?: string;
|
|
149
154
|
FeatureGroupName?: string;
|
|
@@ -2266,19 +2271,4 @@ export interface Parent {
|
|
|
2266
2271
|
TrialName?: string;
|
|
2267
2272
|
ExperimentName?: string;
|
|
2268
2273
|
}
|
|
2269
|
-
export interface Pipeline {
|
|
2270
|
-
PipelineArn?: string;
|
|
2271
|
-
PipelineName?: string;
|
|
2272
|
-
PipelineDisplayName?: string;
|
|
2273
|
-
PipelineDescription?: string;
|
|
2274
|
-
RoleArn?: string;
|
|
2275
|
-
PipelineStatus?: PipelineStatus | string;
|
|
2276
|
-
CreationTime?: Date;
|
|
2277
|
-
LastModifiedTime?: Date;
|
|
2278
|
-
LastRunTime?: Date;
|
|
2279
|
-
CreatedBy?: UserContext;
|
|
2280
|
-
LastModifiedBy?: UserContext;
|
|
2281
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2282
|
-
Tags?: Tag[];
|
|
2283
|
-
}
|
|
2284
2274
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
@@ -7,7 +7,6 @@ import {
|
|
|
7
7
|
BooleanOperator,
|
|
8
8
|
Channel,
|
|
9
9
|
CheckpointConfig,
|
|
10
|
-
DefaultSpaceSettings,
|
|
11
10
|
EdgeOutputConfig,
|
|
12
11
|
KernelGatewayImageConfig,
|
|
13
12
|
MetadataProperties,
|
|
@@ -26,6 +25,7 @@ import {
|
|
|
26
25
|
DebugHookConfig,
|
|
27
26
|
DebugRuleConfiguration,
|
|
28
27
|
DebugRuleEvaluationStatus,
|
|
28
|
+
DefaultSpaceSettings,
|
|
29
29
|
DeploymentConfig,
|
|
30
30
|
ExperimentConfig,
|
|
31
31
|
FeatureDefinition,
|
|
@@ -81,6 +81,7 @@ import {
|
|
|
81
81
|
ModelArtifacts,
|
|
82
82
|
PipelineExecutionStatus,
|
|
83
83
|
PipelineExperimentConfig,
|
|
84
|
+
PipelineStatus,
|
|
84
85
|
ProcessingJobStatus,
|
|
85
86
|
ProjectStatus,
|
|
86
87
|
SecondaryStatus,
|
|
@@ -110,10 +111,24 @@ import {
|
|
|
110
111
|
OnlineStoreConfigUpdate,
|
|
111
112
|
Parameter,
|
|
112
113
|
Parent,
|
|
113
|
-
Pipeline,
|
|
114
114
|
ResourceType,
|
|
115
115
|
TransformJob,
|
|
116
116
|
} from "./models_3";
|
|
117
|
+
export interface Pipeline {
|
|
118
|
+
PipelineArn?: string;
|
|
119
|
+
PipelineName?: string;
|
|
120
|
+
PipelineDisplayName?: string;
|
|
121
|
+
PipelineDescription?: string;
|
|
122
|
+
RoleArn?: string;
|
|
123
|
+
PipelineStatus?: PipelineStatus | string;
|
|
124
|
+
CreationTime?: Date;
|
|
125
|
+
LastModifiedTime?: Date;
|
|
126
|
+
LastRunTime?: Date;
|
|
127
|
+
CreatedBy?: UserContext;
|
|
128
|
+
LastModifiedBy?: UserContext;
|
|
129
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
130
|
+
Tags?: Tag[];
|
|
131
|
+
}
|
|
117
132
|
export interface PipelineExecution {
|
|
118
133
|
PipelineArn?: string;
|
|
119
134
|
PipelineExecutionArn?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.409.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.409.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.409.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.408.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.408.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.408.0",
|