@aws-sdk/client-sagemaker 3.1006.0 → 3.1008.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/README.md +14 -0
- package/dist-cjs/index.js +32 -0
- package/dist-cjs/schemas/schemas_0.js +92 -33
- package/dist-es/SageMaker.js +6 -0
- package/dist-es/commands/DescribeTrainingPlanExtensionHistoryCommand.js +16 -0
- package/dist-es/commands/ExtendTrainingPlanCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/pagination/DescribeTrainingPlanExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +65 -6
- package/dist-types/SageMaker.d.ts +21 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/DescribeTrainingPlanExtensionHistoryCommand.d.ts +94 -0
- package/dist-types/commands/ExtendTrainingPlanCommand.d.ts +91 -0
- package/dist-types/commands/ListPipelineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -2
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +14 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_3.d.ts +116 -156
- package/dist-types/models/models_4.d.ts +218 -1
- package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/SageMaker.d.ts +47 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeTrainingPlanExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExtendTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPipelineVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_3.d.ts +28 -36
- package/dist-types/ts3.4/models/models_4.d.ts +50 -0
- package/dist-types/ts3.4/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +3 -3
|
@@ -2,7 +2,163 @@ import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, App
|
|
|
2
2
|
import { type AlgorithmSpecification, type AppSpecification, type BatchDataCaptureConfig, type BatchTransformInput, type CfnUpdateTemplateProvider, type CheckpointConfig, type ClusterAutoScalingConfig, type ClusterOrchestrator, type ClusterTieredStorageConfig, type CodeEditorAppImageConfig, type ComputeQuotaConfig, type ComputeQuotaTarget, type DeploymentConfiguration, type InferenceSpecification, type JupyterLabAppImageConfig, type KernelGatewayImageConfig, type MetadataProperties, type OutputDataConfig, type ResourceConfig, type SchedulerConfig, type StoppingCondition, type TransformInput, type TransformOutput, type TransformResources, type UserContext, type VpcConfig, AdditionalInferenceSpecificationDefinition, Channel, ClusterInstanceGroupSpecification, ClusterRestrictedInstanceGroupSpecification, ContainerDefinition, OutputParameter, Tag } from "./models_0";
|
|
3
3
|
import { type DefaultSpaceSettings, type DeploymentConfig, type DriftCheckBaselines, type EdgeOutputConfig, type ExperimentConfig, type InferenceComponentRuntimeConfig, type InferenceComponentSpecification, type InferenceExecutionConfig, type InferenceExperimentDataStorageConfig, type InferenceExperimentSchedule, type InstanceMetadataServiceConfiguration, type ModelCardSecurityConfig, type ModelLifeCycle, type ModelMetrics, type ModelPackageModelCard, type ModelPackageSecurityConfig, type ModelPackageValidationSpecification, type MonitoringScheduleConfig, type NetworkConfig, type ParallelismConfiguration, type PartnerAppConfig, type PartnerAppMaintenanceConfig, type PipelineDefinitionS3Location, type ProcessingOutputConfig, type ProcessingResources, type ProcessingStoppingCondition, type RetryStrategy, type ServiceCatalogProvisioningDetails, type ShadowModeConfig, type SourceAlgorithmSpecification, type TtlDuration, type UiTemplate, type UserSettings, FeatureDefinition, ModelVariantConfig, NotebookInstanceLifecycleHook, ProcessingInput, ProvisioningParameter } from "./models_1";
|
|
4
4
|
import { type DataProcessing, type DebugHookConfig, type DeploymentRecommendation, type InferenceComponentDeploymentConfig, type ModelArtifacts, type ModelClientConfig, type ModelPackageConfig, type ModelPackageStatusDetails, type MonitoringExecutionSummary, type NotificationConfiguration, type OidcConfig, type PipelineExperimentConfig, type ProfilerConfig, type SourceIpConfig, type SpaceSettings, type SpaceStorageSettings, type TensorBoardOutputConfig, type TrialComponentStatus, type WorkerAccessConfiguration, type WorkforceVpcConfigRequest, DebugRuleConfiguration, DebugRuleEvaluationStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ProfilerRuleConfiguration, TrialComponentArtifact, TrialComponentParameterValue } from "./models_2";
|
|
5
|
-
import { type DomainSettingsForUpdate, type Endpoint, type Experiment, type FeatureGroup, type FeatureMetadata, type GitConfigForUpdate, type HyperParameterTuningJobSearchEntity, type SelectiveExecutionConfig, type ServiceCatalogProvisionedProductDetails, type TrialComponentSource, type TrialSource, type WarmPoolStatus, DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Edge, Filter, MetricData, MonitoringAlertSummary, Parameter, ReservedCapacitySummary, SecondaryStatusTransition, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, Workforce, Workteam } from "./models_3";
|
|
5
|
+
import { type DomainSettingsForUpdate, type Endpoint, type Experiment, type FeatureGroup, type FeatureMetadata, type GitConfigForUpdate, type HyperParameterTuningJobSearchEntity, type SelectiveExecutionConfig, type ServiceCatalogProvisionedProductDetails, type TrialComponentSource, type TrialSource, type WarmPoolStatus, DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Edge, Filter, MetricData, MonitoringAlertSummary, Parameter, PipelineSummary, ReservedCapacitySummary, SecondaryStatusTransition, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, Workforce, Workteam } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ListPipelinesResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>Contains a sorted list of <code>PipelineSummary</code> objects matching the specified filters. Each <code>PipelineSummary</code> consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty. </p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
PipelineSummaries?: PipelineSummary[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>If the result of the previous <code>ListPipelines</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
NextToken?: string | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface ListPipelineVersionsRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
PipelineName: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>A filter that returns the pipeline versions that were created after a specified time.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
CreatedAfter?: Date | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>A filter that returns the pipeline versions that were created before a specified time.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
CreatedBefore?: Date | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The sort order for the results.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
SortOrder?: SortOrder | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <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>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
NextToken?: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The maximum number of pipeline versions to return in the response.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
MaxResults?: number | undefined;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* <p>The summary of the pipeline version.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export interface PipelineVersionSummary {
|
|
61
|
+
/**
|
|
62
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
PipelineArn?: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The ID of the pipeline version.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
PipelineVersionId?: number | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The creation time of the pipeline version.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
CreationTime?: Date | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The description of the pipeline version.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
PipelineVersionDescription?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The display name of the pipeline version.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
PipelineVersionDisplayName?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
LastExecutionPipelineExecutionArn?: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export interface ListPipelineVersionsResponse {
|
|
96
|
+
/**
|
|
97
|
+
* <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>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
PipelineVersionSummaries?: PipelineVersionSummary[] | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <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>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
NextToken?: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export interface ListProcessingJobsRequest {
|
|
111
|
+
/**
|
|
112
|
+
* <p>A filter that returns only processing jobs created after the specified time.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
CreationTimeAfter?: Date | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>A filter that returns only processing jobs created after the specified time.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
CreationTimeBefore?: Date | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>A filter that returns only processing jobs modified after the specified time.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>A filter that returns only processing jobs modified before the specified time.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
NameContains?: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* <p>A filter that retrieves only processing jobs with a specific status.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
StatusEquals?: ProcessingJobStatus | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
SortBy?: SortBy | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
SortOrder?: SortOrder | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>If the result of the previous <code>ListProcessingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of processing jobs, use the token in the next request.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
NextToken?: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* <p>The maximum number of processing jobs to return in the response.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
MaxResults?: number | undefined;
|
|
161
|
+
}
|
|
6
162
|
/**
|
|
7
163
|
* <p>Summary of information about a processing job.</p>
|
|
8
164
|
* @public
|
|
@@ -2962,6 +3118,16 @@ export interface ReservedCapacityOffering {
|
|
|
2962
3118
|
* @public
|
|
2963
3119
|
*/
|
|
2964
3120
|
EndTime?: Date | undefined;
|
|
3121
|
+
/**
|
|
3122
|
+
* <p>The start time of the extension for the reserved capacity offering.</p>
|
|
3123
|
+
* @public
|
|
3124
|
+
*/
|
|
3125
|
+
ExtensionStartTime?: Date | undefined;
|
|
3126
|
+
/**
|
|
3127
|
+
* <p>The end time of the extension for the reserved capacity offering.</p>
|
|
3128
|
+
* @public
|
|
3129
|
+
*/
|
|
3130
|
+
ExtensionEndTime?: Date | undefined;
|
|
2965
3131
|
}
|
|
2966
3132
|
/**
|
|
2967
3133
|
* <p>The <code>ResourceConfig</code> to update <code>KeepAlivePeriodInSeconds</code>. Other fields in the <code>ResourceConfig</code> cannot be updated.</p>
|
|
@@ -3626,6 +3792,52 @@ export interface SearchTrainingPlanOfferingsRequest {
|
|
|
3626
3792
|
* @public
|
|
3627
3793
|
*/
|
|
3628
3794
|
TargetResources?: SageMakerResourceName[] | undefined;
|
|
3795
|
+
/**
|
|
3796
|
+
* <p>The Amazon Resource Name (ARN); of an existing training plan to search for extension offerings. When specified, the API returns extension offerings that can be used to extend the specified training plan.</p>
|
|
3797
|
+
* @public
|
|
3798
|
+
*/
|
|
3799
|
+
TrainingPlanArn?: string | undefined;
|
|
3800
|
+
}
|
|
3801
|
+
/**
|
|
3802
|
+
* <p>Details about an available extension offering for a training plan. Use the offering ID with the <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ExtendTrainingPlan.html">ExtendTrainingPlan</a> </code> API to extend a training plan.</p>
|
|
3803
|
+
* @public
|
|
3804
|
+
*/
|
|
3805
|
+
export interface TrainingPlanExtensionOffering {
|
|
3806
|
+
/**
|
|
3807
|
+
* <p>The unique identifier for this extension offering.</p>
|
|
3808
|
+
* @public
|
|
3809
|
+
*/
|
|
3810
|
+
TrainingPlanExtensionOfferingId: string | undefined;
|
|
3811
|
+
/**
|
|
3812
|
+
* <p>The Availability Zone for this extension offering.</p>
|
|
3813
|
+
* @public
|
|
3814
|
+
*/
|
|
3815
|
+
AvailabilityZone?: string | undefined;
|
|
3816
|
+
/**
|
|
3817
|
+
* <p>The start date of this extension offering.</p>
|
|
3818
|
+
* @public
|
|
3819
|
+
*/
|
|
3820
|
+
StartDate?: Date | undefined;
|
|
3821
|
+
/**
|
|
3822
|
+
* <p>The end date of this extension offering.</p>
|
|
3823
|
+
* @public
|
|
3824
|
+
*/
|
|
3825
|
+
EndDate?: Date | undefined;
|
|
3826
|
+
/**
|
|
3827
|
+
* <p>The duration of this extension offering in hours.</p>
|
|
3828
|
+
* @public
|
|
3829
|
+
*/
|
|
3830
|
+
DurationHours?: number | undefined;
|
|
3831
|
+
/**
|
|
3832
|
+
* <p>The upfront fee for this extension offering.</p>
|
|
3833
|
+
* @public
|
|
3834
|
+
*/
|
|
3835
|
+
UpfrontFee?: string | undefined;
|
|
3836
|
+
/**
|
|
3837
|
+
* <p>The currency code for the upfront fee (e.g., USD).</p>
|
|
3838
|
+
* @public
|
|
3839
|
+
*/
|
|
3840
|
+
CurrencyCode?: string | undefined;
|
|
3629
3841
|
}
|
|
3630
3842
|
/**
|
|
3631
3843
|
* <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>
|
|
@@ -3687,6 +3899,11 @@ export interface SearchTrainingPlanOfferingsResponse {
|
|
|
3687
3899
|
* @public
|
|
3688
3900
|
*/
|
|
3689
3901
|
TrainingPlanOfferings: TrainingPlanOffering[] | undefined;
|
|
3902
|
+
/**
|
|
3903
|
+
* <p>A list of extension offerings available for the specified training plan. These offerings can be used with the <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ExtendTrainingPlan.html">ExtendTrainingPlan</a> </code> API to extend an existing training plan.</p>
|
|
3904
|
+
* @public
|
|
3905
|
+
*/
|
|
3906
|
+
TrainingPlanExtensionOfferings?: TrainingPlanExtensionOffering[] | undefined;
|
|
3690
3907
|
}
|
|
3691
3908
|
/**
|
|
3692
3909
|
* @public
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeTrainingPlanExtensionHistoryCommandInput, DescribeTrainingPlanExtensionHistoryCommandOutput } from "../commands/DescribeTrainingPlanExtensionHistoryCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeTrainingPlanExtensionHistory: (config: SageMakerPaginationConfiguration, input: DescribeTrainingPlanExtensionHistoryCommandInput, ...rest: any[]) => Paginator<DescribeTrainingPlanExtensionHistoryCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./CreateHubContentPresignedUrlsPaginator";
|
|
3
|
+
export * from "./DescribeTrainingPlanExtensionHistoryPaginator";
|
|
3
4
|
export * from "./ListActionsPaginator";
|
|
4
5
|
export * from "./ListAlgorithmsPaginator";
|
|
5
6
|
export * from "./ListAliasesPaginator";
|
|
@@ -554,6 +554,8 @@ export declare var DescribeSubscribedWorkteamRequest$: StaticStructureSchema;
|
|
|
554
554
|
export declare var DescribeSubscribedWorkteamResponse$: StaticStructureSchema;
|
|
555
555
|
export declare var DescribeTrainingJobRequest$: StaticStructureSchema;
|
|
556
556
|
export declare var DescribeTrainingJobResponse$: StaticStructureSchema;
|
|
557
|
+
export declare var DescribeTrainingPlanExtensionHistoryRequest$: StaticStructureSchema;
|
|
558
|
+
export declare var DescribeTrainingPlanExtensionHistoryResponse$: StaticStructureSchema;
|
|
557
559
|
export declare var DescribeTrainingPlanRequest$: StaticStructureSchema;
|
|
558
560
|
export declare var DescribeTrainingPlanResponse$: StaticStructureSchema;
|
|
559
561
|
export declare var DescribeTransformJobRequest$: StaticStructureSchema;
|
|
@@ -636,6 +638,8 @@ export declare var ExperimentSource$: StaticStructureSchema;
|
|
|
636
638
|
export declare var ExperimentSummary$: StaticStructureSchema;
|
|
637
639
|
export declare var Explainability$: StaticStructureSchema;
|
|
638
640
|
export declare var ExplainerConfig$: StaticStructureSchema;
|
|
641
|
+
export declare var ExtendTrainingPlanRequest$: StaticStructureSchema;
|
|
642
|
+
export declare var ExtendTrainingPlanResponse$: StaticStructureSchema;
|
|
639
643
|
export declare var FailStepMetadata$: StaticStructureSchema;
|
|
640
644
|
export declare var FeatureDefinition$: StaticStructureSchema;
|
|
641
645
|
export declare var FeatureGroup$: StaticStructureSchema;
|
|
@@ -1283,6 +1287,8 @@ export declare var TrainingJobDefinition$: StaticStructureSchema;
|
|
|
1283
1287
|
export declare var TrainingJobStatusCounters$: StaticStructureSchema;
|
|
1284
1288
|
export declare var TrainingJobStepMetadata$: StaticStructureSchema;
|
|
1285
1289
|
export declare var TrainingJobSummary$: StaticStructureSchema;
|
|
1290
|
+
export declare var TrainingPlanExtension$: StaticStructureSchema;
|
|
1291
|
+
export declare var TrainingPlanExtensionOffering$: StaticStructureSchema;
|
|
1286
1292
|
export declare var TrainingPlanFilter$: StaticStructureSchema;
|
|
1287
1293
|
export declare var TrainingPlanOffering$: StaticStructureSchema;
|
|
1288
1294
|
export declare var TrainingPlanSummary$: StaticStructureSchema;
|
|
@@ -1636,6 +1642,7 @@ export declare var DescribeStudioLifecycleConfig$: StaticOperationSchema;
|
|
|
1636
1642
|
export declare var DescribeSubscribedWorkteam$: StaticOperationSchema;
|
|
1637
1643
|
export declare var DescribeTrainingJob$: StaticOperationSchema;
|
|
1638
1644
|
export declare var DescribeTrainingPlan$: StaticOperationSchema;
|
|
1645
|
+
export declare var DescribeTrainingPlanExtensionHistory$: StaticOperationSchema;
|
|
1639
1646
|
export declare var DescribeTransformJob$: StaticOperationSchema;
|
|
1640
1647
|
export declare var DescribeTrial$: StaticOperationSchema;
|
|
1641
1648
|
export declare var DescribeTrialComponent$: StaticOperationSchema;
|
|
@@ -1646,6 +1653,7 @@ export declare var DetachClusterNodeVolume$: StaticOperationSchema;
|
|
|
1646
1653
|
export declare var DisableSagemakerServicecatalogPortfolio$: StaticOperationSchema;
|
|
1647
1654
|
export declare var DisassociateTrialComponent$: StaticOperationSchema;
|
|
1648
1655
|
export declare var EnableSagemakerServicecatalogPortfolio$: StaticOperationSchema;
|
|
1656
|
+
export declare var ExtendTrainingPlan$: StaticOperationSchema;
|
|
1649
1657
|
export declare var GetDeviceFleetReport$: StaticOperationSchema;
|
|
1650
1658
|
export declare var GetLineageGroupPolicy$: StaticOperationSchema;
|
|
1651
1659
|
export declare var GetModelPackageGroupPolicy$: StaticOperationSchema;
|
|
@@ -805,6 +805,10 @@ import {
|
|
|
805
805
|
DescribeTrainingPlanCommandInput,
|
|
806
806
|
DescribeTrainingPlanCommandOutput,
|
|
807
807
|
} from "./commands/DescribeTrainingPlanCommand";
|
|
808
|
+
import {
|
|
809
|
+
DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
810
|
+
DescribeTrainingPlanExtensionHistoryCommandOutput,
|
|
811
|
+
} from "./commands/DescribeTrainingPlanExtensionHistoryCommand";
|
|
808
812
|
import {
|
|
809
813
|
DescribeTransformJobCommandInput,
|
|
810
814
|
DescribeTransformJobCommandOutput,
|
|
@@ -845,6 +849,10 @@ import {
|
|
|
845
849
|
EnableSagemakerServicecatalogPortfolioCommandInput,
|
|
846
850
|
EnableSagemakerServicecatalogPortfolioCommandOutput,
|
|
847
851
|
} from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
|
|
852
|
+
import {
|
|
853
|
+
ExtendTrainingPlanCommandInput,
|
|
854
|
+
ExtendTrainingPlanCommandOutput,
|
|
855
|
+
} from "./commands/ExtendTrainingPlanCommand";
|
|
848
856
|
import {
|
|
849
857
|
GetDeviceFleetReportCommandInput,
|
|
850
858
|
GetDeviceFleetReportCommandOutput,
|
|
@@ -4197,6 +4205,25 @@ export interface SageMaker {
|
|
|
4197
4205
|
options: __HttpHandlerOptions,
|
|
4198
4206
|
cb: (err: any, data?: DescribeTrainingPlanCommandOutput) => void
|
|
4199
4207
|
): void;
|
|
4208
|
+
describeTrainingPlanExtensionHistory(
|
|
4209
|
+
args: DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
4210
|
+
options?: __HttpHandlerOptions
|
|
4211
|
+
): Promise<DescribeTrainingPlanExtensionHistoryCommandOutput>;
|
|
4212
|
+
describeTrainingPlanExtensionHistory(
|
|
4213
|
+
args: DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
4214
|
+
cb: (
|
|
4215
|
+
err: any,
|
|
4216
|
+
data?: DescribeTrainingPlanExtensionHistoryCommandOutput
|
|
4217
|
+
) => void
|
|
4218
|
+
): void;
|
|
4219
|
+
describeTrainingPlanExtensionHistory(
|
|
4220
|
+
args: DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
4221
|
+
options: __HttpHandlerOptions,
|
|
4222
|
+
cb: (
|
|
4223
|
+
err: any,
|
|
4224
|
+
data?: DescribeTrainingPlanExtensionHistoryCommandOutput
|
|
4225
|
+
) => void
|
|
4226
|
+
): void;
|
|
4200
4227
|
describeTransformJob(
|
|
4201
4228
|
args: DescribeTransformJobCommandInput,
|
|
4202
4229
|
options?: __HttpHandlerOptions
|
|
@@ -4341,6 +4368,19 @@ export interface SageMaker {
|
|
|
4341
4368
|
data?: EnableSagemakerServicecatalogPortfolioCommandOutput
|
|
4342
4369
|
) => void
|
|
4343
4370
|
): void;
|
|
4371
|
+
extendTrainingPlan(
|
|
4372
|
+
args: ExtendTrainingPlanCommandInput,
|
|
4373
|
+
options?: __HttpHandlerOptions
|
|
4374
|
+
): Promise<ExtendTrainingPlanCommandOutput>;
|
|
4375
|
+
extendTrainingPlan(
|
|
4376
|
+
args: ExtendTrainingPlanCommandInput,
|
|
4377
|
+
cb: (err: any, data?: ExtendTrainingPlanCommandOutput) => void
|
|
4378
|
+
): void;
|
|
4379
|
+
extendTrainingPlan(
|
|
4380
|
+
args: ExtendTrainingPlanCommandInput,
|
|
4381
|
+
options: __HttpHandlerOptions,
|
|
4382
|
+
cb: (err: any, data?: ExtendTrainingPlanCommandOutput) => void
|
|
4383
|
+
): void;
|
|
4344
4384
|
getDeviceFleetReport(
|
|
4345
4385
|
args: GetDeviceFleetReportCommandInput,
|
|
4346
4386
|
options?: __HttpHandlerOptions
|
|
@@ -6680,6 +6720,13 @@ export interface SageMaker {
|
|
|
6680
6720
|
Exclude<keyof PaginationConfiguration, "client">
|
|
6681
6721
|
>
|
|
6682
6722
|
): Paginator<CreateHubContentPresignedUrlsCommandOutput>;
|
|
6723
|
+
paginateDescribeTrainingPlanExtensionHistory(
|
|
6724
|
+
args: DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
6725
|
+
paginationConfig?: Pick<
|
|
6726
|
+
PaginationConfiguration,
|
|
6727
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6728
|
+
>
|
|
6729
|
+
): Paginator<DescribeTrainingPlanExtensionHistoryCommandOutput>;
|
|
6683
6730
|
paginateListActions(
|
|
6684
6731
|
args?: ListActionsCommandInput,
|
|
6685
6732
|
paginationConfig?: Pick<
|
|
@@ -845,6 +845,10 @@ import {
|
|
|
845
845
|
DescribeTrainingPlanCommandInput,
|
|
846
846
|
DescribeTrainingPlanCommandOutput,
|
|
847
847
|
} from "./commands/DescribeTrainingPlanCommand";
|
|
848
|
+
import {
|
|
849
|
+
DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
850
|
+
DescribeTrainingPlanExtensionHistoryCommandOutput,
|
|
851
|
+
} from "./commands/DescribeTrainingPlanExtensionHistoryCommand";
|
|
848
852
|
import {
|
|
849
853
|
DescribeTransformJobCommandInput,
|
|
850
854
|
DescribeTransformJobCommandOutput,
|
|
@@ -885,6 +889,10 @@ import {
|
|
|
885
889
|
EnableSagemakerServicecatalogPortfolioCommandInput,
|
|
886
890
|
EnableSagemakerServicecatalogPortfolioCommandOutput,
|
|
887
891
|
} from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
|
|
892
|
+
import {
|
|
893
|
+
ExtendTrainingPlanCommandInput,
|
|
894
|
+
ExtendTrainingPlanCommandOutput,
|
|
895
|
+
} from "./commands/ExtendTrainingPlanCommand";
|
|
888
896
|
import {
|
|
889
897
|
GetDeviceFleetReportCommandInput,
|
|
890
898
|
GetDeviceFleetReportCommandOutput,
|
|
@@ -1769,6 +1777,7 @@ export type ServiceInputTypes =
|
|
|
1769
1777
|
| DescribeSubscribedWorkteamCommandInput
|
|
1770
1778
|
| DescribeTrainingJobCommandInput
|
|
1771
1779
|
| DescribeTrainingPlanCommandInput
|
|
1780
|
+
| DescribeTrainingPlanExtensionHistoryCommandInput
|
|
1772
1781
|
| DescribeTransformJobCommandInput
|
|
1773
1782
|
| DescribeTrialCommandInput
|
|
1774
1783
|
| DescribeTrialComponentCommandInput
|
|
@@ -1779,6 +1788,7 @@ export type ServiceInputTypes =
|
|
|
1779
1788
|
| DisableSagemakerServicecatalogPortfolioCommandInput
|
|
1780
1789
|
| DisassociateTrialComponentCommandInput
|
|
1781
1790
|
| EnableSagemakerServicecatalogPortfolioCommandInput
|
|
1791
|
+
| ExtendTrainingPlanCommandInput
|
|
1782
1792
|
| GetDeviceFleetReportCommandInput
|
|
1783
1793
|
| GetLineageGroupPolicyCommandInput
|
|
1784
1794
|
| GetModelPackageGroupPolicyCommandInput
|
|
@@ -2149,6 +2159,7 @@ export type ServiceOutputTypes =
|
|
|
2149
2159
|
| DescribeSubscribedWorkteamCommandOutput
|
|
2150
2160
|
| DescribeTrainingJobCommandOutput
|
|
2151
2161
|
| DescribeTrainingPlanCommandOutput
|
|
2162
|
+
| DescribeTrainingPlanExtensionHistoryCommandOutput
|
|
2152
2163
|
| DescribeTransformJobCommandOutput
|
|
2153
2164
|
| DescribeTrialCommandOutput
|
|
2154
2165
|
| DescribeTrialComponentCommandOutput
|
|
@@ -2159,6 +2170,7 @@ export type ServiceOutputTypes =
|
|
|
2159
2170
|
| DisableSagemakerServicecatalogPortfolioCommandOutput
|
|
2160
2171
|
| DisassociateTrialComponentCommandOutput
|
|
2161
2172
|
| EnableSagemakerServicecatalogPortfolioCommandOutput
|
|
2173
|
+
| ExtendTrainingPlanCommandOutput
|
|
2162
2174
|
| GetDeviceFleetReportCommandOutput
|
|
2163
2175
|
| GetLineageGroupPolicyCommandOutput
|
|
2164
2176
|
| GetModelPackageGroupPolicyCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeTrainingPlanExtensionHistoryRequest,
|
|
5
|
+
DescribeTrainingPlanExtensionHistoryResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeTrainingPlanExtensionHistoryCommandInput
|
|
15
|
+
extends DescribeTrainingPlanExtensionHistoryRequest {}
|
|
16
|
+
export interface DescribeTrainingPlanExtensionHistoryCommandOutput
|
|
17
|
+
extends DescribeTrainingPlanExtensionHistoryResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeTrainingPlanExtensionHistoryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeTrainingPlanExtensionHistoryCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
24
|
+
DescribeTrainingPlanExtensionHistoryCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeTrainingPlanExtensionHistoryCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeTrainingPlanExtensionHistoryCommandInput,
|
|
33
|
+
DescribeTrainingPlanExtensionHistoryCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeTrainingPlanExtensionHistoryCommand extends DescribeTrainingPlanExtensionHistoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTrainingPlanExtensionHistoryRequest;
|
|
44
|
+
output: DescribeTrainingPlanExtensionHistoryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTrainingPlanExtensionHistoryCommandInput;
|
|
48
|
+
output: DescribeTrainingPlanExtensionHistoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ExtendTrainingPlanRequest,
|
|
5
|
+
ExtendTrainingPlanResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ExtendTrainingPlanCommandInput
|
|
15
|
+
extends ExtendTrainingPlanRequest {}
|
|
16
|
+
export interface ExtendTrainingPlanCommandOutput
|
|
17
|
+
extends ExtendTrainingPlanResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ExtendTrainingPlanCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ExtendTrainingPlanCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ExtendTrainingPlanCommandInput,
|
|
24
|
+
ExtendTrainingPlanCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ExtendTrainingPlanCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ExtendTrainingPlanCommandInput,
|
|
33
|
+
ExtendTrainingPlanCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ExtendTrainingPlanCommand extends ExtendTrainingPlanCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExtendTrainingPlanRequest;
|
|
44
|
+
output: ExtendTrainingPlanResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExtendTrainingPlanCommandInput;
|
|
48
|
+
output: ExtendTrainingPlanCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListPipelineVersionsRequest,
|
|
5
5
|
ListPipelineVersionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListPipelinesResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListPipelinesRequest } from "../models/models_3";
|
|
4
|
+
import { ListPipelinesResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListProcessingJobsRequest,
|
|
5
|
+
ListProcessingJobsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -198,6 +198,7 @@ export * from "./DescribeStudioLifecycleConfigCommand";
|
|
|
198
198
|
export * from "./DescribeSubscribedWorkteamCommand";
|
|
199
199
|
export * from "./DescribeTrainingJobCommand";
|
|
200
200
|
export * from "./DescribeTrainingPlanCommand";
|
|
201
|
+
export * from "./DescribeTrainingPlanExtensionHistoryCommand";
|
|
201
202
|
export * from "./DescribeTransformJobCommand";
|
|
202
203
|
export * from "./DescribeTrialCommand";
|
|
203
204
|
export * from "./DescribeTrialComponentCommand";
|
|
@@ -208,6 +209,7 @@ export * from "./DetachClusterNodeVolumeCommand";
|
|
|
208
209
|
export * from "./DisableSagemakerServicecatalogPortfolioCommand";
|
|
209
210
|
export * from "./DisassociateTrialComponentCommand";
|
|
210
211
|
export * from "./EnableSagemakerServicecatalogPortfolioCommand";
|
|
212
|
+
export * from "./ExtendTrainingPlanCommand";
|
|
211
213
|
export * from "./GetDeviceFleetReportCommand";
|
|
212
214
|
export * from "./GetLineageGroupPolicyCommand";
|
|
213
215
|
export * from "./GetModelPackageGroupPolicyCommand";
|