@aws-sdk/client-sagemaker 3.344.0 → 3.347.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.
@@ -12793,6 +12793,7 @@ const se_StartPipelineExecutionRequest = (input, context) => {
12793
12793
  PipelineExecutionDisplayName: [],
12794
12794
  PipelineName: [],
12795
12795
  PipelineParameters: smithy_client_1._json,
12796
+ SelectiveExecutionConfig: smithy_client_1._json,
12796
12797
  });
12797
12798
  };
12798
12799
  const se_StopPipelineExecutionRequest = (input, context) => {
@@ -13906,6 +13907,7 @@ const de_DescribePipelineExecutionResponse = (output, context) => {
13906
13907
  PipelineExecutionDisplayName: smithy_client_1.expectString,
13907
13908
  PipelineExecutionStatus: smithy_client_1.expectString,
13908
13909
  PipelineExperimentConfig: smithy_client_1._json,
13910
+ SelectiveExecutionConfig: smithy_client_1._json,
13909
13911
  });
13910
13912
  };
13911
13913
  const de_DescribePipelineResponse = (output, context) => {
@@ -15741,6 +15743,7 @@ const de_PipelineExecution = (output, context) => {
15741
15743
  PipelineExecutionStatus: smithy_client_1.expectString,
15742
15744
  PipelineExperimentConfig: smithy_client_1._json,
15743
15745
  PipelineParameters: smithy_client_1._json,
15746
+ SelectiveExecutionConfig: smithy_client_1._json,
15744
15747
  });
15745
15748
  };
15746
15749
  const de_PipelineExecutionStep = (output, context) => {
@@ -15750,6 +15753,7 @@ const de_PipelineExecutionStep = (output, context) => {
15750
15753
  EndTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15751
15754
  FailureReason: smithy_client_1.expectString,
15752
15755
  Metadata: smithy_client_1._json,
15756
+ SelectiveExecutionResult: smithy_client_1._json,
15753
15757
  StartTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15754
15758
  StepDescription: smithy_client_1.expectString,
15755
15759
  StepDisplayName: smithy_client_1.expectString,
@@ -12174,6 +12174,7 @@ const se_StartPipelineExecutionRequest = (input, context) => {
12174
12174
  PipelineExecutionDisplayName: [],
12175
12175
  PipelineName: [],
12176
12176
  PipelineParameters: _json,
12177
+ SelectiveExecutionConfig: _json,
12177
12178
  });
12178
12179
  };
12179
12180
  const se_StopPipelineExecutionRequest = (input, context) => {
@@ -13287,6 +13288,7 @@ const de_DescribePipelineExecutionResponse = (output, context) => {
13287
13288
  PipelineExecutionDisplayName: __expectString,
13288
13289
  PipelineExecutionStatus: __expectString,
13289
13290
  PipelineExperimentConfig: _json,
13291
+ SelectiveExecutionConfig: _json,
13290
13292
  });
13291
13293
  };
13292
13294
  const de_DescribePipelineResponse = (output, context) => {
@@ -15122,6 +15124,7 @@ const de_PipelineExecution = (output, context) => {
15122
15124
  PipelineExecutionStatus: __expectString,
15123
15125
  PipelineExperimentConfig: _json,
15124
15126
  PipelineParameters: _json,
15127
+ SelectiveExecutionConfig: _json,
15125
15128
  });
15126
15129
  };
15127
15130
  const de_PipelineExecutionStep = (output, context) => {
@@ -15131,6 +15134,7 @@ const de_PipelineExecutionStep = (output, context) => {
15131
15134
  EndTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
15132
15135
  FailureReason: __expectString,
15133
15136
  Metadata: _json,
15137
+ SelectiveExecutionResult: _json,
15134
15138
  StartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
15135
15139
  StepDescription: __expectString,
15136
15140
  StepDisplayName: __expectString,
@@ -71,6 +71,14 @@ export interface DescribePipelineExecutionCommandOutput extends DescribePipeline
71
71
  * // ParallelismConfiguration: { // ParallelismConfiguration
72
72
  * // MaxParallelExecutionSteps: Number("int"), // required
73
73
  * // },
74
+ * // SelectiveExecutionConfig: { // SelectiveExecutionConfig
75
+ * // SourcePipelineExecutionArn: "STRING_VALUE", // required
76
+ * // SelectedSteps: [ // SelectedStepList // required
77
+ * // { // SelectedStep
78
+ * // StepName: "STRING_VALUE", // required
79
+ * // },
80
+ * // ],
81
+ * // },
74
82
  * // };
75
83
  *
76
84
  * ```
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { ImportHubContentRequest, ImportHubContentResponse } from "../models/models_2";
4
+ import { ImportHubContentRequest, ImportHubContentResponse } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
7
  * @public
@@ -128,6 +128,9 @@ export interface ListPipelineExecutionStepsCommandOutput extends ListPipelineExe
128
128
  * // Arn: "STRING_VALUE",
129
129
  * // },
130
130
  * // },
131
+ * // SelectiveExecutionResult: { // SelectiveExecutionResult
132
+ * // SourcePipelineExecutionArn: "STRING_VALUE",
133
+ * // },
131
134
  * // },
132
135
  * // ],
133
136
  * // NextToken: "STRING_VALUE",
@@ -1291,6 +1291,14 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
1291
1291
  * // Value: "STRING_VALUE", // required
1292
1292
  * // },
1293
1293
  * // ],
1294
+ * // SelectiveExecutionConfig: { // SelectiveExecutionConfig
1295
+ * // SourcePipelineExecutionArn: "STRING_VALUE", // required
1296
+ * // SelectedSteps: [ // SelectedStepList // required
1297
+ * // { // SelectedStep
1298
+ * // StepName: "STRING_VALUE", // required
1299
+ * // },
1300
+ * // ],
1301
+ * // },
1294
1302
  * // },
1295
1303
  * // FeatureGroup: { // FeatureGroup
1296
1304
  * // FeatureGroupArn: "STRING_VALUE",
@@ -44,6 +44,14 @@ export interface StartPipelineExecutionCommandOutput extends StartPipelineExecut
44
44
  * ParallelismConfiguration: { // ParallelismConfiguration
45
45
  * MaxParallelExecutionSteps: Number("int"), // required
46
46
  * },
47
+ * SelectiveExecutionConfig: { // SelectiveExecutionConfig
48
+ * SourcePipelineExecutionArn: "STRING_VALUE", // required
49
+ * SelectedSteps: [ // SelectedStepList // required
50
+ * { // SelectedStep
51
+ * StepName: "STRING_VALUE", // required
52
+ * },
53
+ * ],
54
+ * },
47
55
  * };
48
56
  * const command = new StartPipelineExecutionCommand(input);
49
57
  * const response = await client.send(command);
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { StopInferenceRecommendationsJobRequest } from "../models/models_3";
4
+ import { StopInferenceRecommendationsJobRequest } from "../models/models_4";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { StopLabelingJobRequest } from "../models/models_3";
4
+ import { StopLabelingJobRequest } from "../models/models_4";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { StopMonitoringScheduleRequest } from "../models/models_3";
4
+ import { StopMonitoringScheduleRequest } from "../models/models_4";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
7
  * @public
@@ -4674,12 +4674,13 @@ export interface AutoMLJobChannel {
4674
4674
  * content types for different problems:</p>
4675
4675
  * <ul>
4676
4676
  * <li>
4677
- * <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>, or
4678
- * <code>image/*</code>. The default value is <code>image/*</code>.</p>
4677
+ * <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>,
4678
+ * <code>image/*</code>
4679
+ * </p>
4679
4680
  * </li>
4680
4681
  * <li>
4681
- * <p>TextClassification: <code>text/csv;header=present</code> or <code>x-application/vnd.amazon+parquet</code>.
4682
- * The default value is <code>text/csv;header=present</code>.</p>
4682
+ * <p>TextClassification: <code>text/csv;header=present</code>
4683
+ * </p>
4683
4684
  * </li>
4684
4685
  * </ul>
4685
4686
  */
@@ -5088,6 +5088,34 @@ export interface PipelineExperimentConfig {
5088
5088
  */
5089
5089
  TrialName?: string;
5090
5090
  }
5091
+ /**
5092
+ * @public
5093
+ * <p>A step selected to run in selective execution mode.</p>
5094
+ */
5095
+ export interface SelectedStep {
5096
+ /**
5097
+ * <p>The name of the pipeline step.</p>
5098
+ */
5099
+ StepName: string | undefined;
5100
+ }
5101
+ /**
5102
+ * @public
5103
+ * <p>The selective execution configuration applied to the pipeline run.</p>
5104
+ */
5105
+ export interface SelectiveExecutionConfig {
5106
+ /**
5107
+ * <p>The ARN from a reference execution of the current pipeline.
5108
+ * Used to copy input collaterals needed for the selected steps to run.
5109
+ * The execution status of the pipeline can be either <code>Failed</code>
5110
+ * or <code>Success</code>.</p>
5111
+ */
5112
+ SourcePipelineExecutionArn: string | undefined;
5113
+ /**
5114
+ * <p>A list of pipeline steps to run. All step(s) in all path(s) between
5115
+ * two selected steps should be included.</p>
5116
+ */
5117
+ SelectedSteps: SelectedStep[] | undefined;
5118
+ }
5091
5119
  /**
5092
5120
  * @public
5093
5121
  */
@@ -5142,6 +5170,10 @@ export interface DescribePipelineExecutionResponse {
5142
5170
  * <p>The parallelism configuration applied to the pipeline.</p>
5143
5171
  */
5144
5172
  ParallelismConfiguration?: ParallelismConfiguration;
5173
+ /**
5174
+ * <p>The selective execution configuration applied to the pipeline run.</p>
5175
+ */
5176
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
5145
5177
  }
5146
5178
  /**
5147
5179
  * @public
@@ -8859,68 +8891,6 @@ export declare const ImageVersionSortOrder: {
8859
8891
  * @public
8860
8892
  */
8861
8893
  export type ImageVersionSortOrder = (typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
8862
- /**
8863
- * @public
8864
- */
8865
- export interface ImportHubContentRequest {
8866
- /**
8867
- * <p>The name of the hub content to import.</p>
8868
- */
8869
- HubContentName: string | undefined;
8870
- /**
8871
- * <p>The version of the hub content to import.</p>
8872
- */
8873
- HubContentVersion?: string;
8874
- /**
8875
- * <p>The type of hub content to import.</p>
8876
- */
8877
- HubContentType: HubContentType | string | undefined;
8878
- /**
8879
- * <p>The version of the hub content schema to import.</p>
8880
- */
8881
- DocumentSchemaVersion: string | undefined;
8882
- /**
8883
- * <p>The name of the hub to import content into.</p>
8884
- */
8885
- HubName: string | undefined;
8886
- /**
8887
- * <p>The display name of the hub content to import.</p>
8888
- */
8889
- HubContentDisplayName?: string;
8890
- /**
8891
- * <p>A description of the hub content to import.</p>
8892
- */
8893
- HubContentDescription?: string;
8894
- /**
8895
- * <p>A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.</p>
8896
- */
8897
- HubContentMarkdown?: string;
8898
- /**
8899
- * <p>The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.</p>
8900
- */
8901
- HubContentDocument: string | undefined;
8902
- /**
8903
- * <p>The searchable keywords of the hub content.</p>
8904
- */
8905
- HubContentSearchKeywords?: string[];
8906
- /**
8907
- * <p>Any tags associated with the hub content.</p>
8908
- */
8909
- Tags?: Tag[];
8910
- }
8911
- /**
8912
- * @public
8913
- */
8914
- export interface ImportHubContentResponse {
8915
- /**
8916
- * <p>The ARN of the hub that the content was imported into.</p>
8917
- */
8918
- HubArn: string | undefined;
8919
- /**
8920
- * <p>The ARN of the hub content that was imported.</p>
8921
- */
8922
- HubContentArn: string | undefined;
8923
- }
8924
8894
  /**
8925
8895
  * @internal
8926
8896
  */
@@ -1,6 +1,68 @@
1
1
  import { ActionSummary, AdditionalInferenceSpecificationDefinition, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HubContentType, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RecommendationJobType, RetryStrategy, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate } from "./models_1";
3
- import { DeploymentRecommendation, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
3
+ import { DeploymentRecommendation, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface ImportHubContentRequest {
8
+ /**
9
+ * <p>The name of the hub content to import.</p>
10
+ */
11
+ HubContentName: string | undefined;
12
+ /**
13
+ * <p>The version of the hub content to import.</p>
14
+ */
15
+ HubContentVersion?: string;
16
+ /**
17
+ * <p>The type of hub content to import.</p>
18
+ */
19
+ HubContentType: HubContentType | string | undefined;
20
+ /**
21
+ * <p>The version of the hub content schema to import.</p>
22
+ */
23
+ DocumentSchemaVersion: string | undefined;
24
+ /**
25
+ * <p>The name of the hub to import content into.</p>
26
+ */
27
+ HubName: string | undefined;
28
+ /**
29
+ * <p>The display name of the hub content to import.</p>
30
+ */
31
+ HubContentDisplayName?: string;
32
+ /**
33
+ * <p>A description of the hub content to import.</p>
34
+ */
35
+ HubContentDescription?: string;
36
+ /**
37
+ * <p>A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.</p>
38
+ */
39
+ HubContentMarkdown?: string;
40
+ /**
41
+ * <p>The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.</p>
42
+ */
43
+ HubContentDocument: string | undefined;
44
+ /**
45
+ * <p>The searchable keywords of the hub content.</p>
46
+ */
47
+ HubContentSearchKeywords?: string[];
48
+ /**
49
+ * <p>Any tags associated with the hub content.</p>
50
+ */
51
+ Tags?: Tag[];
52
+ }
53
+ /**
54
+ * @public
55
+ */
56
+ export interface ImportHubContentResponse {
57
+ /**
58
+ * <p>The ARN of the hub that the content was imported into.</p>
59
+ */
60
+ HubArn: string | undefined;
61
+ /**
62
+ * <p>The ARN of the hub content that was imported.</p>
63
+ */
64
+ HubContentArn: string | undefined;
65
+ }
4
66
  /**
5
67
  * @public
6
68
  * <p>Lists a summary of properties of an inference experiment.</p>
@@ -4581,6 +4643,16 @@ export interface PipelineExecutionStepMetadata {
4581
4643
  */
4582
4644
  AutoMLJob?: AutoMLJobStepMetadata;
4583
4645
  }
4646
+ /**
4647
+ * @public
4648
+ * <p>The ARN from an execution of the current pipeline.</p>
4649
+ */
4650
+ export interface SelectiveExecutionResult {
4651
+ /**
4652
+ * <p>The ARN from an execution of the current pipeline.</p>
4653
+ */
4654
+ SourcePipelineExecutionArn?: string;
4655
+ }
4584
4656
  /**
4585
4657
  * @public
4586
4658
  * @enum
@@ -4642,6 +4714,11 @@ export interface PipelineExecutionStep {
4642
4714
  * <p>Metadata to run the pipeline step.</p>
4643
4715
  */
4644
4716
  Metadata?: PipelineExecutionStepMetadata;
4717
+ /**
4718
+ * <p>The ARN from an execution of the current pipeline from which
4719
+ * results are reused for this step.</p>
4720
+ */
4721
+ SelectiveExecutionResult?: SelectiveExecutionResult;
4645
4722
  }
4646
4723
  /**
4647
4724
  * @public
@@ -6862,6 +6939,10 @@ export interface PipelineExecution {
6862
6939
  * <p>Contains a list of pipeline parameters. This list can be empty. </p>
6863
6940
  */
6864
6941
  PipelineParameters?: Parameter[];
6942
+ /**
6943
+ * <p>The selective execution configuration applied to the pipeline run.</p>
6944
+ */
6945
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
6865
6946
  }
6866
6947
  /**
6867
6948
  * @public
@@ -8113,6 +8194,10 @@ export interface StartPipelineExecutionRequest {
8113
8194
  * of the parent pipeline for this specific run.</p>
8114
8195
  */
8115
8196
  ParallelismConfiguration?: ParallelismConfiguration;
8197
+ /**
8198
+ * <p>The selective execution configuration applied to the pipeline run.</p>
8199
+ */
8200
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
8116
8201
  }
8117
8202
  /**
8118
8203
  * @public
@@ -8238,33 +8323,6 @@ export interface StopInferenceExperimentResponse {
8238
8323
  */
8239
8324
  InferenceExperimentArn: string | undefined;
8240
8325
  }
8241
- /**
8242
- * @public
8243
- */
8244
- export interface StopInferenceRecommendationsJobRequest {
8245
- /**
8246
- * <p>The name of the job you want to stop.</p>
8247
- */
8248
- JobName: string | undefined;
8249
- }
8250
- /**
8251
- * @public
8252
- */
8253
- export interface StopLabelingJobRequest {
8254
- /**
8255
- * <p>The name of the labeling job to stop.</p>
8256
- */
8257
- LabelingJobName: string | undefined;
8258
- }
8259
- /**
8260
- * @public
8261
- */
8262
- export interface StopMonitoringScheduleRequest {
8263
- /**
8264
- * <p>The name of the schedule to stop.</p>
8265
- */
8266
- MonitoringScheduleName: string | undefined;
8267
- }
8268
8326
  /**
8269
8327
  * @internal
8270
8328
  */
@@ -2,6 +2,33 @@ import { ActionStatus, AdditionalInferenceSpecificationDefinition, AppSecurityGr
2
2
  import { _InstanceType, DeploymentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
3
  import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, ResourceType, Workforce, Workteam } from "./models_2";
4
4
  import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface StopInferenceRecommendationsJobRequest {
9
+ /**
10
+ * <p>The name of the job you want to stop.</p>
11
+ */
12
+ JobName: string | undefined;
13
+ }
14
+ /**
15
+ * @public
16
+ */
17
+ export interface StopLabelingJobRequest {
18
+ /**
19
+ * <p>The name of the labeling job to stop.</p>
20
+ */
21
+ LabelingJobName: string | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface StopMonitoringScheduleRequest {
27
+ /**
28
+ * <p>The name of the schedule to stop.</p>
29
+ */
30
+ MonitoringScheduleName: string | undefined;
31
+ }
5
32
  /**
6
33
  * @public
7
34
  */
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ImportHubContentRequest,
11
11
  ImportHubContentResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopInferenceRecommendationsJobRequest } from "../models/models_3";
9
+ import { StopInferenceRecommendationsJobRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopLabelingJobRequest } from "../models/models_3";
9
+ import { StopLabelingJobRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopMonitoringScheduleRequest } from "../models/models_3";
9
+ import { StopMonitoringScheduleRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -1534,6 +1534,13 @@ export interface PipelineExperimentConfig {
1534
1534
  ExperimentName?: string;
1535
1535
  TrialName?: string;
1536
1536
  }
1537
+ export interface SelectedStep {
1538
+ StepName: string | undefined;
1539
+ }
1540
+ export interface SelectiveExecutionConfig {
1541
+ SourcePipelineExecutionArn: string | undefined;
1542
+ SelectedSteps: SelectedStep[] | undefined;
1543
+ }
1537
1544
  export interface DescribePipelineExecutionResponse {
1538
1545
  PipelineArn?: string;
1539
1546
  PipelineExecutionArn?: string;
@@ -1547,6 +1554,7 @@ export interface DescribePipelineExecutionResponse {
1547
1554
  CreatedBy?: UserContext;
1548
1555
  LastModifiedBy?: UserContext;
1549
1556
  ParallelismConfiguration?: ParallelismConfiguration;
1557
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
1550
1558
  }
1551
1559
  export interface DescribeProcessingJobRequest {
1552
1560
  ProcessingJobName: string | undefined;
@@ -2440,23 +2448,6 @@ export declare const ImageVersionSortOrder: {
2440
2448
  };
2441
2449
  export type ImageVersionSortOrder =
2442
2450
  (typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
2443
- export interface ImportHubContentRequest {
2444
- HubContentName: string | undefined;
2445
- HubContentVersion?: string;
2446
- HubContentType: HubContentType | string | undefined;
2447
- DocumentSchemaVersion: string | undefined;
2448
- HubName: string | undefined;
2449
- HubContentDisplayName?: string;
2450
- HubContentDescription?: string;
2451
- HubContentMarkdown?: string;
2452
- HubContentDocument: string | undefined;
2453
- HubContentSearchKeywords?: string[];
2454
- Tags?: Tag[];
2455
- }
2456
- export interface ImportHubContentResponse {
2457
- HubArn: string | undefined;
2458
- HubContentArn: string | undefined;
2459
- }
2460
2451
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2461
2452
  obj: DescribeModelCardResponse
2462
2453
  ) => any;
@@ -159,6 +159,7 @@ import {
159
159
  ScheduleStatus,
160
160
  SecondaryStatus,
161
161
  SecondaryStatusTransition,
162
+ SelectiveExecutionConfig,
162
163
  ServiceCatalogProvisionedProductDetails,
163
164
  SpaceStatus,
164
165
  SubscribedWorkteam,
@@ -173,6 +174,23 @@ import {
173
174
  Workforce,
174
175
  Workteam,
175
176
  } from "./models_2";
177
+ export interface ImportHubContentRequest {
178
+ HubContentName: string | undefined;
179
+ HubContentVersion?: string;
180
+ HubContentType: HubContentType | string | undefined;
181
+ DocumentSchemaVersion: string | undefined;
182
+ HubName: string | undefined;
183
+ HubContentDisplayName?: string;
184
+ HubContentDescription?: string;
185
+ HubContentMarkdown?: string;
186
+ HubContentDocument: string | undefined;
187
+ HubContentSearchKeywords?: string[];
188
+ Tags?: Tag[];
189
+ }
190
+ export interface ImportHubContentResponse {
191
+ HubArn: string | undefined;
192
+ HubContentArn: string | undefined;
193
+ }
176
194
  export interface InferenceExperimentSummary {
177
195
  Name: string | undefined;
178
196
  Type: InferenceExperimentType | string | undefined;
@@ -1437,6 +1455,9 @@ export interface PipelineExecutionStepMetadata {
1437
1455
  Fail?: FailStepMetadata;
1438
1456
  AutoMLJob?: AutoMLJobStepMetadata;
1439
1457
  }
1458
+ export interface SelectiveExecutionResult {
1459
+ SourcePipelineExecutionArn?: string;
1460
+ }
1440
1461
  export declare const StepStatus: {
1441
1462
  readonly EXECUTING: "Executing";
1442
1463
  readonly FAILED: "Failed";
@@ -1457,6 +1478,7 @@ export interface PipelineExecutionStep {
1457
1478
  AttemptCount?: number;
1458
1479
  FailureReason?: string;
1459
1480
  Metadata?: PipelineExecutionStepMetadata;
1481
+ SelectiveExecutionResult?: SelectiveExecutionResult;
1460
1482
  }
1461
1483
  export interface ListPipelineExecutionStepsResponse {
1462
1484
  PipelineExecutionSteps?: PipelineExecutionStep[];
@@ -2009,6 +2031,7 @@ export interface PipelineExecution {
2009
2031
  LastModifiedBy?: UserContext;
2010
2032
  ParallelismConfiguration?: ParallelismConfiguration;
2011
2033
  PipelineParameters?: Parameter[];
2034
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
2012
2035
  }
2013
2036
  export interface ProcessingJob {
2014
2037
  ProcessingInputs?: ProcessingInput[];
@@ -2277,6 +2300,7 @@ export interface StartPipelineExecutionRequest {
2277
2300
  PipelineExecutionDescription?: string;
2278
2301
  ClientRequestToken?: string;
2279
2302
  ParallelismConfiguration?: ParallelismConfiguration;
2303
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
2280
2304
  }
2281
2305
  export interface StartPipelineExecutionResponse {
2282
2306
  PipelineExecutionArn?: string;
@@ -2307,15 +2331,6 @@ export interface StopInferenceExperimentRequest {
2307
2331
  export interface StopInferenceExperimentResponse {
2308
2332
  InferenceExperimentArn: string | undefined;
2309
2333
  }
2310
- export interface StopInferenceRecommendationsJobRequest {
2311
- JobName: string | undefined;
2312
- }
2313
- export interface StopLabelingJobRequest {
2314
- LabelingJobName: string | undefined;
2315
- }
2316
- export interface StopMonitoringScheduleRequest {
2317
- MonitoringScheduleName: string | undefined;
2318
- }
2319
2334
  export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
2320
2335
  export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
2321
2336
  export declare const SearchResponseFilterSensitiveLog: (
@@ -58,6 +58,15 @@ import {
58
58
  ResourceConfigForUpdate,
59
59
  SearchSortOrder,
60
60
  } from "./models_3";
61
+ export interface StopInferenceRecommendationsJobRequest {
62
+ JobName: string | undefined;
63
+ }
64
+ export interface StopLabelingJobRequest {
65
+ LabelingJobName: string | undefined;
66
+ }
67
+ export interface StopMonitoringScheduleRequest {
68
+ MonitoringScheduleName: string | undefined;
69
+ }
61
70
  export interface StopNotebookInstanceInput {
62
71
  NotebookInstanceName: string | undefined;
63
72
  }
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.344.0",
4
+ "version": "3.347.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,38 +21,38 @@
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.344.0",
25
- "@aws-sdk/config-resolver": "3.342.0",
26
- "@aws-sdk/credential-provider-node": "3.344.0",
27
- "@aws-sdk/fetch-http-handler": "3.342.0",
28
- "@aws-sdk/hash-node": "3.344.0",
29
- "@aws-sdk/invalid-dependency": "3.342.0",
30
- "@aws-sdk/middleware-content-length": "3.342.0",
31
- "@aws-sdk/middleware-endpoint": "3.344.0",
32
- "@aws-sdk/middleware-host-header": "3.342.0",
33
- "@aws-sdk/middleware-logger": "3.342.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.342.0",
35
- "@aws-sdk/middleware-retry": "3.342.0",
36
- "@aws-sdk/middleware-serde": "3.342.0",
37
- "@aws-sdk/middleware-signing": "3.342.0",
38
- "@aws-sdk/middleware-stack": "3.342.0",
39
- "@aws-sdk/middleware-user-agent": "3.342.0",
40
- "@aws-sdk/node-config-provider": "3.342.0",
41
- "@aws-sdk/node-http-handler": "3.344.0",
42
- "@aws-sdk/smithy-client": "3.342.0",
43
- "@aws-sdk/types": "3.342.0",
44
- "@aws-sdk/url-parser": "3.342.0",
24
+ "@aws-sdk/client-sts": "3.347.0",
25
+ "@aws-sdk/config-resolver": "3.347.0",
26
+ "@aws-sdk/credential-provider-node": "3.347.0",
27
+ "@aws-sdk/fetch-http-handler": "3.347.0",
28
+ "@aws-sdk/hash-node": "3.347.0",
29
+ "@aws-sdk/invalid-dependency": "3.347.0",
30
+ "@aws-sdk/middleware-content-length": "3.347.0",
31
+ "@aws-sdk/middleware-endpoint": "3.347.0",
32
+ "@aws-sdk/middleware-host-header": "3.347.0",
33
+ "@aws-sdk/middleware-logger": "3.347.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
35
+ "@aws-sdk/middleware-retry": "3.347.0",
36
+ "@aws-sdk/middleware-serde": "3.347.0",
37
+ "@aws-sdk/middleware-signing": "3.347.0",
38
+ "@aws-sdk/middleware-stack": "3.347.0",
39
+ "@aws-sdk/middleware-user-agent": "3.347.0",
40
+ "@aws-sdk/node-config-provider": "3.347.0",
41
+ "@aws-sdk/node-http-handler": "3.347.0",
42
+ "@aws-sdk/smithy-client": "3.347.0",
43
+ "@aws-sdk/types": "3.347.0",
44
+ "@aws-sdk/url-parser": "3.347.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.342.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.342.0",
50
- "@aws-sdk/util-endpoints": "3.342.0",
51
- "@aws-sdk/util-retry": "3.342.0",
52
- "@aws-sdk/util-user-agent-browser": "3.342.0",
53
- "@aws-sdk/util-user-agent-node": "3.342.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
50
+ "@aws-sdk/util-endpoints": "3.347.0",
51
+ "@aws-sdk/util-retry": "3.347.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
53
+ "@aws-sdk/util-user-agent-node": "3.347.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.342.0",
55
+ "@aws-sdk/util-waiter": "3.347.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "tslib": "^2.5.0",