@aws-sdk/client-sagemaker 3.843.0 → 3.845.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +223 -44
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/ListPipelineVersionsCommand.js +22 -0
  5. package/dist-es/commands/SearchCommand.js +1 -1
  6. package/dist-es/commands/UpdatePipelineVersionCommand.js +22 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/models_0.js +0 -5
  9. package/dist-es/models/models_1.js +5 -4
  10. package/dist-es/models/models_2.js +4 -0
  11. package/dist-es/models/models_3.js +1 -10
  12. package/dist-es/models/models_4.js +10 -11
  13. package/dist-es/models/models_5.js +12 -0
  14. package/dist-es/pagination/ListPipelineVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/protocols/Aws_json1_1.js +140 -0
  17. package/dist-types/SageMaker.d.ts +14 -0
  18. package/dist-types/SageMakerClient.d.ts +4 -2
  19. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateClusterCommand.d.ts +55 -0
  21. package/dist-types/commands/DescribeClusterCommand.d.ts +59 -0
  22. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribePipelineCommand.d.ts +3 -0
  26. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -0
  27. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListPipelineVersionsCommand.d.ts +90 -0
  31. package/dist-types/commands/SearchCommand.d.ts +17 -3
  32. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +1 -1
  33. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -2
  34. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
  35. package/dist-types/commands/UpdateClusterCommand.d.ts +55 -0
  36. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -0
  37. package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +82 -0
  38. package/dist-types/commands/index.d.ts +2 -0
  39. package/dist-types/models/models_0.d.ts +183 -130
  40. package/dist-types/models/models_1.d.ts +133 -87
  41. package/dist-types/models/models_2.d.ts +104 -164
  42. package/dist-types/models/models_3.d.ts +191 -120
  43. package/dist-types/models/models_4.d.ts +274 -394
  44. package/dist-types/models/models_5.d.ts +442 -4
  45. package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  48. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  49. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  50. package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListPipelineVersionsCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  56. package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +41 -34
  61. package/dist-types/ts3.4/models/models_1.d.ts +40 -27
  62. package/dist-types/ts3.4/models/models_2.d.ts +36 -44
  63. package/dist-types/ts3.4/models/models_3.d.ts +48 -39
  64. package/dist-types/ts3.4/models/models_4.d.ts +74 -100
  65. package/dist-types/ts3.4/models/models_5.d.ts +131 -2
  66. package/dist-types/ts3.4/pagination/ListPipelineVersionsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  69. package/package.json +14 -14
@@ -1,7 +1,108 @@
1
- import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AppType, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ComputeQuotaSummary, FeatureStatus, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, ResourceConfig, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, ConditionStepMetadata, ContainerDefinition, ContextSummary, DriftCheckBaselines, HubContentType, InferenceExecutionConfig, InferenceExperimentType, MetadataProperties, ModelCardSecurityConfig, ModelCardStatus, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, RetryStrategy, SkipModelValidation, SourceAlgorithmSpecification, TtlDuration, UiTemplate } from "./models_1";
3
- import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ModelArtifacts, ModelClientConfig, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ServiceCatalogProvisioningDetails, SharingType, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_2";
4
- import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointSortKey, EndpointStepMetadata, 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, InferenceComponentSortKey, InferenceComponentStatus, InferenceComponentSummary, InferenceExperimentStatus, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, IsTrackingServerActive, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortAssociationsBy, SortOrder, SpaceStatus, SubscribedWorkteam, TemplateProviderDetail, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
1
+ import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppDetails, AppSpecification, AppType, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, FeatureStatus, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, ResourceConfig, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, ComputeQuotaSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, DriftCheckBaselines, HubContentType, InferenceExecutionConfig, InferenceExperimentType, MetadataProperties, ModelCardSecurityConfig, ModelCardStatus, ModelLifeCycle, ModelPackageModelCard, RetryStrategy, TtlDuration, UiTemplate } from "./models_1";
3
+ import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageSecurityConfig, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ServiceCatalogProvisioningDetails, SharingType, SkipModelValidation, SourceAlgorithmSpecification, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentStatus } from "./models_2";
4
+ import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointSortKey, EndpointStepMetadata, EndpointSummary, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceComponentSortKey, InferenceComponentStatus, InferenceComponentSummary, InferenceExperimentStatus, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, IsTrackingServerActive, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortOrder, SpaceStatus, SubscribedWorkteam, TemplateProviderDetail, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface ListAppsResponse {
9
+ /**
10
+ * <p>The list of apps.</p>
11
+ * @public
12
+ */
13
+ Apps?: AppDetails[] | undefined;
14
+ /**
15
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
16
+ * @public
17
+ */
18
+ NextToken?: string | undefined;
19
+ }
20
+ /**
21
+ * @public
22
+ * @enum
23
+ */
24
+ export declare const SortArtifactsBy: {
25
+ readonly CREATION_TIME: "CreationTime";
26
+ };
27
+ /**
28
+ * @public
29
+ */
30
+ export type SortArtifactsBy = (typeof SortArtifactsBy)[keyof typeof SortArtifactsBy];
31
+ /**
32
+ * @public
33
+ */
34
+ export interface ListArtifactsRequest {
35
+ /**
36
+ * <p>A filter that returns only artifacts with the specified source URI.</p>
37
+ * @public
38
+ */
39
+ SourceUri?: string | undefined;
40
+ /**
41
+ * <p>A filter that returns only artifacts of the specified type.</p>
42
+ * @public
43
+ */
44
+ ArtifactType?: string | undefined;
45
+ /**
46
+ * <p>A filter that returns only artifacts created on or after the specified time.</p>
47
+ * @public
48
+ */
49
+ CreatedAfter?: Date | undefined;
50
+ /**
51
+ * <p>A filter that returns only artifacts created on or before the specified time.</p>
52
+ * @public
53
+ */
54
+ CreatedBefore?: Date | undefined;
55
+ /**
56
+ * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
57
+ * @public
58
+ */
59
+ SortBy?: SortArtifactsBy | undefined;
60
+ /**
61
+ * <p>The sort order. The default value is <code>Descending</code>.</p>
62
+ * @public
63
+ */
64
+ SortOrder?: SortOrder | undefined;
65
+ /**
66
+ * <p>If the previous call to <code>ListArtifacts</code> didn't return the full set of artifacts, the call returns a token for getting the next set of artifacts.</p>
67
+ * @public
68
+ */
69
+ NextToken?: string | undefined;
70
+ /**
71
+ * <p>The maximum number of artifacts to return in the response. The default value is 10.</p>
72
+ * @public
73
+ */
74
+ MaxResults?: number | undefined;
75
+ }
76
+ /**
77
+ * @public
78
+ */
79
+ export interface ListArtifactsResponse {
80
+ /**
81
+ * <p>A list of artifacts and their properties.</p>
82
+ * @public
83
+ */
84
+ ArtifactSummaries?: ArtifactSummary[] | undefined;
85
+ /**
86
+ * <p>A token for getting the next set of artifacts, if there are any.</p>
87
+ * @public
88
+ */
89
+ NextToken?: string | undefined;
90
+ }
91
+ /**
92
+ * @public
93
+ * @enum
94
+ */
95
+ export declare const SortAssociationsBy: {
96
+ readonly CREATION_TIME: "CreationTime";
97
+ readonly DESTINATION_ARN: "DestinationArn";
98
+ readonly DESTINATION_TYPE: "DestinationType";
99
+ readonly SOURCE_ARN: "SourceArn";
100
+ readonly SOURCE_TYPE: "SourceType";
101
+ };
102
+ /**
103
+ * @public
104
+ */
105
+ export type SortAssociationsBy = (typeof SortAssociationsBy)[keyof typeof SortAssociationsBy];
5
106
  /**
6
107
  * @public
7
108
  */
@@ -5056,6 +5157,92 @@ export interface ListPipelinesResponse {
5056
5157
  */
5057
5158
  NextToken?: string | undefined;
5058
5159
  }
5160
+ /**
5161
+ * @public
5162
+ */
5163
+ export interface ListPipelineVersionsRequest {
5164
+ /**
5165
+ * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
5166
+ * @public
5167
+ */
5168
+ PipelineName: string | undefined;
5169
+ /**
5170
+ * <p>A filter that returns the pipeline versions that were created after a specified time.</p>
5171
+ * @public
5172
+ */
5173
+ CreatedAfter?: Date | undefined;
5174
+ /**
5175
+ * <p>A filter that returns the pipeline versions that were created before a specified time.</p>
5176
+ * @public
5177
+ */
5178
+ CreatedBefore?: Date | undefined;
5179
+ /**
5180
+ * <p>The sort order for the results.</p>
5181
+ * @public
5182
+ */
5183
+ SortOrder?: SortOrder | undefined;
5184
+ /**
5185
+ * <p>If the result of the previous <code>ListPipelineVersions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline versions, use this token in your next request.</p>
5186
+ * @public
5187
+ */
5188
+ NextToken?: string | undefined;
5189
+ /**
5190
+ * <p>The maximum number of pipeline versions to return in the response.</p>
5191
+ * @public
5192
+ */
5193
+ MaxResults?: number | undefined;
5194
+ }
5195
+ /**
5196
+ * <p>The summary of the pipeline version.</p>
5197
+ * @public
5198
+ */
5199
+ export interface PipelineVersionSummary {
5200
+ /**
5201
+ * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
5202
+ * @public
5203
+ */
5204
+ PipelineArn?: string | undefined;
5205
+ /**
5206
+ * <p>The ID of the pipeline version.</p>
5207
+ * @public
5208
+ */
5209
+ PipelineVersionId?: number | undefined;
5210
+ /**
5211
+ * <p>The creation time of the pipeline version.</p>
5212
+ * @public
5213
+ */
5214
+ CreationTime?: Date | undefined;
5215
+ /**
5216
+ * <p>The description of the pipeline version.</p>
5217
+ * @public
5218
+ */
5219
+ PipelineVersionDescription?: string | undefined;
5220
+ /**
5221
+ * <p>The display name of the pipeline version.</p>
5222
+ * @public
5223
+ */
5224
+ PipelineVersionDisplayName?: string | undefined;
5225
+ /**
5226
+ * <p>The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.</p>
5227
+ * @public
5228
+ */
5229
+ LastExecutionPipelineExecutionArn?: string | undefined;
5230
+ }
5231
+ /**
5232
+ * @public
5233
+ */
5234
+ export interface ListPipelineVersionsResponse {
5235
+ /**
5236
+ * <p>Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.</p>
5237
+ * @public
5238
+ */
5239
+ PipelineVersionSummaries?: PipelineVersionSummary[] | undefined;
5240
+ /**
5241
+ * <p>If the result of the previous <code>ListPipelineVersions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline versions, use this token in your next request.</p>
5242
+ * @public
5243
+ */
5244
+ NextToken?: string | undefined;
5245
+ }
5059
5246
  /**
5060
5247
  * @public
5061
5248
  */
@@ -6825,7 +7012,7 @@ export interface ModelCard {
6825
7012
  */
6826
7013
  CreationTime?: Date | undefined;
6827
7014
  /**
6828
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7015
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
6829
7016
  * @public
6830
7017
  */
6831
7018
  CreatedBy?: UserContext | undefined;
@@ -6835,7 +7022,7 @@ export interface ModelCard {
6835
7022
  */
6836
7023
  LastModifiedTime?: Date | undefined;
6837
7024
  /**
6838
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7025
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
6839
7026
  * @public
6840
7027
  */
6841
7028
  LastModifiedBy?: UserContext | undefined;
@@ -7043,7 +7230,7 @@ export interface ModelDashboardModelCard {
7043
7230
  */
7044
7231
  CreationTime?: Date | undefined;
7045
7232
  /**
7046
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7233
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7047
7234
  * @public
7048
7235
  */
7049
7236
  CreatedBy?: UserContext | undefined;
@@ -7053,7 +7240,7 @@ export interface ModelDashboardModelCard {
7053
7240
  */
7054
7241
  LastModifiedTime?: Date | undefined;
7055
7242
  /**
7056
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7243
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7057
7244
  * @public
7058
7245
  */
7059
7246
  LastModifiedBy?: UserContext | undefined;
@@ -7357,7 +7544,7 @@ export interface ModelPackageGroup {
7357
7544
  */
7358
7545
  CreationTime?: Date | undefined;
7359
7546
  /**
7360
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7547
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7361
7548
  * @public
7362
7549
  */
7363
7550
  CreatedBy?: UserContext | undefined;
@@ -7479,12 +7666,12 @@ export interface Pipeline {
7479
7666
  */
7480
7667
  LastRunTime?: Date | undefined;
7481
7668
  /**
7482
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7669
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7483
7670
  * @public
7484
7671
  */
7485
7672
  CreatedBy?: UserContext | undefined;
7486
7673
  /**
7487
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7674
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7488
7675
  * @public
7489
7676
  */
7490
7677
  LastModifiedBy?: UserContext | undefined;
@@ -7550,12 +7737,12 @@ export interface PipelineExecution {
7550
7737
  */
7551
7738
  LastModifiedTime?: Date | undefined;
7552
7739
  /**
7553
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7740
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7554
7741
  * @public
7555
7742
  */
7556
7743
  CreatedBy?: UserContext | undefined;
7557
7744
  /**
7558
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7745
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7559
7746
  * @public
7560
7747
  */
7561
7748
  LastModifiedBy?: UserContext | undefined;
@@ -7574,6 +7761,77 @@ export interface PipelineExecution {
7574
7761
  * @public
7575
7762
  */
7576
7763
  PipelineParameters?: Parameter[] | undefined;
7764
+ /**
7765
+ * <p>The ID of the pipeline version that started this execution.</p>
7766
+ * @public
7767
+ */
7768
+ PipelineVersionId?: number | undefined;
7769
+ /**
7770
+ * <p>The display name of the pipeline version that started this execution.</p>
7771
+ * @public
7772
+ */
7773
+ PipelineVersionDisplayName?: string | undefined;
7774
+ }
7775
+ /**
7776
+ * <p>The version of the pipeline.</p>
7777
+ * @public
7778
+ */
7779
+ export interface PipelineVersion {
7780
+ /**
7781
+ * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
7782
+ * @public
7783
+ */
7784
+ PipelineArn?: string | undefined;
7785
+ /**
7786
+ * <p>The ID of the pipeline version.</p>
7787
+ * @public
7788
+ */
7789
+ PipelineVersionId?: number | undefined;
7790
+ /**
7791
+ * <p>The display name of the pipeline version.</p>
7792
+ * @public
7793
+ */
7794
+ PipelineVersionDisplayName?: string | undefined;
7795
+ /**
7796
+ * <p>The description of the pipeline version.</p>
7797
+ * @public
7798
+ */
7799
+ PipelineVersionDescription?: string | undefined;
7800
+ /**
7801
+ * <p>The creation time of the pipeline version.</p>
7802
+ * @public
7803
+ */
7804
+ CreationTime?: Date | undefined;
7805
+ /**
7806
+ * <p>The time when the pipeline version was last modified.</p>
7807
+ * @public
7808
+ */
7809
+ LastModifiedTime?: Date | undefined;
7810
+ /**
7811
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7812
+ * @public
7813
+ */
7814
+ CreatedBy?: UserContext | undefined;
7815
+ /**
7816
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7817
+ * @public
7818
+ */
7819
+ LastModifiedBy?: UserContext | undefined;
7820
+ /**
7821
+ * <p>The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.</p>
7822
+ * @public
7823
+ */
7824
+ LastExecutedPipelineExecutionArn?: string | undefined;
7825
+ /**
7826
+ * <p>The display name of the most recent pipeline execution created from this pipeline version.</p>
7827
+ * @public
7828
+ */
7829
+ LastExecutedPipelineExecutionDisplayName?: string | undefined;
7830
+ /**
7831
+ * <p>The status of the most recent pipeline execution created from this pipeline version.</p>
7832
+ * @public
7833
+ */
7834
+ LastExecutedPipelineExecutionStatus?: PipelineExecutionStatus | undefined;
7577
7835
  }
7578
7836
  /**
7579
7837
  * <p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html">Process Data and Evaluate Models</a>.</p>
@@ -7783,7 +8041,7 @@ export interface Project {
7783
8041
  */
7784
8042
  LastModifiedTime?: Date | undefined;
7785
8043
  /**
7786
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
8044
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
7787
8045
  * @public
7788
8046
  */
7789
8047
  LastModifiedBy?: UserContext | undefined;
@@ -8377,7 +8635,7 @@ export interface TrialComponentSimpleSummary {
8377
8635
  */
8378
8636
  CreationTime?: Date | undefined;
8379
8637
  /**
8380
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
8638
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
8381
8639
  * @public
8382
8640
  */
8383
8641
  CreatedBy?: UserContext | undefined;
@@ -8428,7 +8686,7 @@ export interface Trial {
8428
8686
  */
8429
8687
  LastModifiedTime?: Date | undefined;
8430
8688
  /**
8431
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
8689
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
8432
8690
  * @public
8433
8691
  */
8434
8692
  LastModifiedBy?: UserContext | undefined;
@@ -8448,376 +8706,6 @@ export interface Trial {
8448
8706
  */
8449
8707
  TrialComponentSummaries?: TrialComponentSimpleSummary[] | undefined;
8450
8708
  }
8451
- /**
8452
- * <p>Detailed information about the source of a trial component. Either <code>ProcessingJob</code> or <code>TrainingJob</code> is returned.</p>
8453
- * @public
8454
- */
8455
- export interface TrialComponentSourceDetail {
8456
- /**
8457
- * <p>The Amazon Resource Name (ARN) of the source.</p>
8458
- * @public
8459
- */
8460
- SourceArn?: string | undefined;
8461
- /**
8462
- * <p>Information about a training job that's the source of a trial component.</p>
8463
- * @public
8464
- */
8465
- TrainingJob?: TrainingJob | undefined;
8466
- /**
8467
- * <p>Information about a processing job that's the source of a trial component.</p>
8468
- * @public
8469
- */
8470
- ProcessingJob?: ProcessingJob | undefined;
8471
- /**
8472
- * <p>Information about a transform job that's the source of a trial component.</p>
8473
- * @public
8474
- */
8475
- TransformJob?: TransformJob | undefined;
8476
- }
8477
- /**
8478
- * <p>The properties of a trial component as returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p>
8479
- * @public
8480
- */
8481
- export interface TrialComponent {
8482
- /**
8483
- * <p>The name of the trial component.</p>
8484
- * @public
8485
- */
8486
- TrialComponentName?: string | undefined;
8487
- /**
8488
- * <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>
8489
- * @public
8490
- */
8491
- DisplayName?: string | undefined;
8492
- /**
8493
- * <p>The Amazon Resource Name (ARN) of the trial component.</p>
8494
- * @public
8495
- */
8496
- TrialComponentArn?: string | undefined;
8497
- /**
8498
- * <p>The Amazon Resource Name (ARN) and job type of the source of the component.</p>
8499
- * @public
8500
- */
8501
- Source?: TrialComponentSource | undefined;
8502
- /**
8503
- * <p>The status of the trial component.</p>
8504
- * @public
8505
- */
8506
- Status?: TrialComponentStatus | undefined;
8507
- /**
8508
- * <p>When the component started.</p>
8509
- * @public
8510
- */
8511
- StartTime?: Date | undefined;
8512
- /**
8513
- * <p>When the component ended.</p>
8514
- * @public
8515
- */
8516
- EndTime?: Date | undefined;
8517
- /**
8518
- * <p>When the component was created.</p>
8519
- * @public
8520
- */
8521
- CreationTime?: Date | undefined;
8522
- /**
8523
- * <p>Who created the trial component.</p>
8524
- * @public
8525
- */
8526
- CreatedBy?: UserContext | undefined;
8527
- /**
8528
- * <p>When the component was last modified.</p>
8529
- * @public
8530
- */
8531
- LastModifiedTime?: Date | undefined;
8532
- /**
8533
- * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
8534
- * @public
8535
- */
8536
- LastModifiedBy?: UserContext | undefined;
8537
- /**
8538
- * <p>The hyperparameters of the component.</p>
8539
- * @public
8540
- */
8541
- Parameters?: Record<string, TrialComponentParameterValue> | undefined;
8542
- /**
8543
- * <p>The input artifacts of the component.</p>
8544
- * @public
8545
- */
8546
- InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
8547
- /**
8548
- * <p>The output artifacts of the component.</p>
8549
- * @public
8550
- */
8551
- OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
8552
- /**
8553
- * <p>The metrics for the component.</p>
8554
- * @public
8555
- */
8556
- Metrics?: TrialComponentMetricSummary[] | undefined;
8557
- /**
8558
- * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
8559
- * @public
8560
- */
8561
- MetadataProperties?: MetadataProperties | undefined;
8562
- /**
8563
- * <p>Details of the source of the component.</p>
8564
- * @public
8565
- */
8566
- SourceDetail?: TrialComponentSourceDetail | undefined;
8567
- /**
8568
- * <p>The Amazon Resource Name (ARN) of the lineage group resource.</p>
8569
- * @public
8570
- */
8571
- LineageGroupArn?: string | undefined;
8572
- /**
8573
- * <p>The list of tags that are associated with the component. You can use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API to search on the tags.</p>
8574
- * @public
8575
- */
8576
- Tags?: Tag[] | undefined;
8577
- /**
8578
- * <p>An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.</p>
8579
- * @public
8580
- */
8581
- Parents?: Parent[] | undefined;
8582
- /**
8583
- * <p>The name of the experiment run.</p>
8584
- * @public
8585
- */
8586
- RunName?: string | undefined;
8587
- }
8588
- /**
8589
- * <p>A single resource returned as part of the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API response.</p>
8590
- * @public
8591
- */
8592
- export interface SearchRecord {
8593
- /**
8594
- * <p>The properties of a training job.</p>
8595
- * @public
8596
- */
8597
- TrainingJob?: TrainingJob | undefined;
8598
- /**
8599
- * <p>The properties of an experiment.</p>
8600
- * @public
8601
- */
8602
- Experiment?: Experiment | undefined;
8603
- /**
8604
- * <p>The properties of a trial.</p>
8605
- * @public
8606
- */
8607
- Trial?: Trial | undefined;
8608
- /**
8609
- * <p>The properties of a trial component.</p>
8610
- * @public
8611
- */
8612
- TrialComponent?: TrialComponent | undefined;
8613
- /**
8614
- * <p>A hosted endpoint for real-time inference.</p>
8615
- * @public
8616
- */
8617
- Endpoint?: Endpoint | undefined;
8618
- /**
8619
- * <p>A container for your trained model that can be deployed for SageMaker inference. This can include inference code, artifacts, and metadata. The model package type can be one of the following.</p> <ul> <li> <p>Versioned model: A part of a model package group in Model Registry.</p> </li> <li> <p>Unversioned model: Not part of a model package group and used in Amazon Web Services Marketplace.</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html"> <code>CreateModelPackage</code> </a>.</p>
8620
- * @public
8621
- */
8622
- ModelPackage?: ModelPackage | undefined;
8623
- /**
8624
- * <p>A group of versioned models in the Model Registry.</p>
8625
- * @public
8626
- */
8627
- ModelPackageGroup?: ModelPackageGroup | undefined;
8628
- /**
8629
- * <p>A SageMaker Model Building Pipeline instance.</p>
8630
- * @public
8631
- */
8632
- Pipeline?: Pipeline | undefined;
8633
- /**
8634
- * <p>An execution of a pipeline.</p>
8635
- * @public
8636
- */
8637
- PipelineExecution?: PipelineExecution | undefined;
8638
- /**
8639
- * <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.</p>
8640
- * @public
8641
- */
8642
- FeatureGroup?: FeatureGroup | undefined;
8643
- /**
8644
- * <p>The feature metadata used to search through the features.</p>
8645
- * @public
8646
- */
8647
- FeatureMetadata?: FeatureMetadata | undefined;
8648
- /**
8649
- * <p>The properties of a project.</p>
8650
- * @public
8651
- */
8652
- Project?: Project | undefined;
8653
- /**
8654
- * <p>The properties of a hyperparameter tuning job.</p>
8655
- * @public
8656
- */
8657
- HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity | undefined;
8658
- /**
8659
- * <p>An Amazon SageMaker Model Card that documents details about a machine learning model.</p>
8660
- * @public
8661
- */
8662
- ModelCard?: ModelCard | undefined;
8663
- /**
8664
- * <p>A model displayed in the Amazon SageMaker Model Dashboard.</p>
8665
- * @public
8666
- */
8667
- Model?: ModelDashboardModel | undefined;
8668
- }
8669
- /**
8670
- * <p>Represents the total number of matching results and indicates how accurate that count is.</p> <p>The <code>Value</code> field provides the count, which may be exact or estimated. The <code>Relation</code> field indicates whether it's an exact figure or a lower bound. This helps understand the full scope of search results, especially when dealing with large result sets.</p>
8671
- * @public
8672
- */
8673
- export interface TotalHits {
8674
- /**
8675
- * <p>The total number of matching results. This value may be exact or an estimate, depending on the <code>Relation</code> field.</p>
8676
- * @public
8677
- */
8678
- Value?: number | undefined;
8679
- /**
8680
- * <p>Indicates the relationship between the returned <code>Value</code> and the actual total number of matching results. Possible values are:</p> <ul> <li> <p> <code>EqualTo</code>: The <code>Value</code> is the exact count of matching results.</p> </li> <li> <p> <code>GreaterThanOrEqualTo</code>: The <code>Value</code> is a lower bound of the actual count of matching results.</p> </li> </ul>
8681
- * @public
8682
- */
8683
- Relation?: Relation | undefined;
8684
- }
8685
- /**
8686
- * @public
8687
- */
8688
- export interface SearchResponse {
8689
- /**
8690
- * <p>A list of <code>SearchRecord</code> objects.</p>
8691
- * @public
8692
- */
8693
- Results?: SearchRecord[] | undefined;
8694
- /**
8695
- * <p>If the result of the previous <code>Search</code> request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.</p>
8696
- * @public
8697
- */
8698
- NextToken?: string | undefined;
8699
- /**
8700
- * <p>The total number of matching results.</p>
8701
- * @public
8702
- */
8703
- TotalHits?: TotalHits | undefined;
8704
- }
8705
- /**
8706
- * @public
8707
- */
8708
- export interface SearchTrainingPlanOfferingsRequest {
8709
- /**
8710
- * <p>The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.</p>
8711
- * @public
8712
- */
8713
- InstanceType?: ReservedCapacityInstanceType | undefined;
8714
- /**
8715
- * <p>The number of instances you want to reserve in the training plan offerings. This allows you to specify the quantity of compute resources needed for your SageMaker training jobs or SageMaker HyperPod clusters, helping you find reserved capacity offerings that match your requirements.</p>
8716
- * @public
8717
- */
8718
- InstanceCount?: number | undefined;
8719
- /**
8720
- * <p>A filter to search for training plan offerings with a start time after a specified date.</p>
8721
- * @public
8722
- */
8723
- StartTimeAfter?: Date | undefined;
8724
- /**
8725
- * <p>A filter to search for reserved capacity offerings with an end time before a specified date.</p>
8726
- * @public
8727
- */
8728
- EndTimeBefore?: Date | undefined;
8729
- /**
8730
- * <p>The desired duration in hours for the training plan offerings.</p>
8731
- * @public
8732
- */
8733
- DurationHours: number | undefined;
8734
- /**
8735
- * <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
8736
- * @public
8737
- */
8738
- TargetResources: SageMakerResourceName[] | undefined;
8739
- }
8740
- /**
8741
- * <p>Details about a training plan offering.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
8742
- * @public
8743
- */
8744
- export interface TrainingPlanOffering {
8745
- /**
8746
- * <p>The unique identifier for this training plan offering.</p>
8747
- * @public
8748
- */
8749
- TrainingPlanOfferingId: string | undefined;
8750
- /**
8751
- * <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) for this training plan offering.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
8752
- * @public
8753
- */
8754
- TargetResources: SageMakerResourceName[] | undefined;
8755
- /**
8756
- * <p>The requested start time that the user specified when searching for the training plan offering.</p>
8757
- * @public
8758
- */
8759
- RequestedStartTimeAfter?: Date | undefined;
8760
- /**
8761
- * <p>The requested end time that the user specified when searching for the training plan offering.</p>
8762
- * @public
8763
- */
8764
- RequestedEndTimeBefore?: Date | undefined;
8765
- /**
8766
- * <p>The number of whole hours in the total duration for this training plan offering.</p>
8767
- * @public
8768
- */
8769
- DurationHours?: number | undefined;
8770
- /**
8771
- * <p>The additional minutes beyond whole hours in the total duration for this training plan offering.</p>
8772
- * @public
8773
- */
8774
- DurationMinutes?: number | undefined;
8775
- /**
8776
- * <p>The upfront fee for this training plan offering.</p>
8777
- * @public
8778
- */
8779
- UpfrontFee?: string | undefined;
8780
- /**
8781
- * <p>The currency code for the upfront fee (e.g., USD).</p>
8782
- * @public
8783
- */
8784
- CurrencyCode?: string | undefined;
8785
- /**
8786
- * <p>A list of reserved capacity offerings associated with this training plan offering.</p>
8787
- * @public
8788
- */
8789
- ReservedCapacityOfferings?: ReservedCapacityOffering[] | undefined;
8790
- }
8791
- /**
8792
- * @public
8793
- */
8794
- export interface SearchTrainingPlanOfferingsResponse {
8795
- /**
8796
- * <p>A list of training plan offerings that match the search criteria.</p>
8797
- * @public
8798
- */
8799
- TrainingPlanOfferings: TrainingPlanOffering[] | undefined;
8800
- }
8801
- /**
8802
- * @public
8803
- */
8804
- export interface SendPipelineExecutionStepFailureRequest {
8805
- /**
8806
- * <p>The pipeline generated token from the Amazon SQS queue.</p>
8807
- * @public
8808
- */
8809
- CallbackToken: string | undefined;
8810
- /**
8811
- * <p>A message describing why the step failed.</p>
8812
- * @public
8813
- */
8814
- FailureReason?: string | undefined;
8815
- /**
8816
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>
8817
- * @public
8818
- */
8819
- ClientRequestToken?: string | undefined;
8820
- }
8821
8709
  /**
8822
8710
  * @internal
8823
8711
  */
@@ -8826,11 +8714,3 @@ export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
8826
8714
  * @internal
8827
8715
  */
8828
8716
  export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
8829
- /**
8830
- * @internal
8831
- */
8832
- export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
8833
- /**
8834
- * @internal
8835
- */
8836
- export declare const SearchResponseFilterSensitiveLog: (obj: SearchResponse) => any;