@aws-sdk/client-sagemaker 3.121.0 → 3.128.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/CHANGELOG.md +27 -0
- package/dist-cjs/commands/CreateImageCommand.js +1 -2
- package/dist-cjs/models/models_0.js +12 -12
- package/dist-cjs/models/models_1.js +12 -12
- package/dist-cjs/models/models_2.js +12 -11
- package/dist-cjs/models/models_3.js +8 -3
- package/dist-cjs/protocols/Aws_json1_1.js +2827 -4275
- package/dist-es/commands/CreateImageCommand.js +1 -2
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +4 -5
- package/dist-es/models/models_3.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +1939 -3393
- package/dist-types/commands/CreateImageCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +36 -30
- package/dist-types/models/models_1.d.ts +28 -27
- package/dist-types/models/models_2.d.ts +28 -5
- package/dist-types/models/models_3.d.ts +5 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +18 -17
- package/dist-types/ts3.4/models/models_1.d.ts +16 -15
- package/dist-types/ts3.4/models/models_2.d.ts +16 -5
- package/dist-types/ts3.4/models/models_3.d.ts +5 -1
- package/package.json +27 -27
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateImageRequest } from "../models/
|
|
4
|
-
import { CreateImageResponse } from "../models/models_1";
|
|
3
|
+
import { CreateImageRequest, CreateImageResponse } from "../models/models_1";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface CreateImageCommandInput extends CreateImageRequest {
|
|
7
6
|
}
|
|
@@ -873,6 +873,11 @@ export interface S3DataSource {
|
|
|
873
873
|
* manifest file.</p>
|
|
874
874
|
*/
|
|
875
875
|
AttributeNames?: string[];
|
|
876
|
+
/**
|
|
877
|
+
* <p>A list of names of instance groups that get data
|
|
878
|
+
* from the S3 data source.</p>
|
|
879
|
+
*/
|
|
880
|
+
InstanceGroupNames?: string[];
|
|
876
881
|
}
|
|
877
882
|
export declare namespace S3DataSource {
|
|
878
883
|
/**
|
|
@@ -1115,6 +1120,31 @@ export declare enum TrainingInstanceType {
|
|
|
1115
1120
|
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
1116
1121
|
ML_P4D_24XLARGE = "ml.p4d.24xlarge"
|
|
1117
1122
|
}
|
|
1123
|
+
/**
|
|
1124
|
+
* <p>Defines an instance group for heterogeneous cluster training.
|
|
1125
|
+
* When requesting a training job using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API,
|
|
1126
|
+
* you can configure up to 5 different ML training instance groups.</p>
|
|
1127
|
+
*/
|
|
1128
|
+
export interface InstanceGroup {
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>Specifies the instance type of the instance group.</p>
|
|
1131
|
+
*/
|
|
1132
|
+
InstanceType: TrainingInstanceType | string | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>Specifies the number of instances of the instance group.</p>
|
|
1135
|
+
*/
|
|
1136
|
+
InstanceCount: number | undefined;
|
|
1137
|
+
/**
|
|
1138
|
+
* <p>Specifies the name of the instance group.</p>
|
|
1139
|
+
*/
|
|
1140
|
+
InstanceGroupName: string | undefined;
|
|
1141
|
+
}
|
|
1142
|
+
export declare namespace InstanceGroup {
|
|
1143
|
+
/**
|
|
1144
|
+
* @internal
|
|
1145
|
+
*/
|
|
1146
|
+
const filterSensitiveLog: (obj: InstanceGroup) => any;
|
|
1147
|
+
}
|
|
1118
1148
|
/**
|
|
1119
1149
|
* <p>Describes the resources, including ML compute instances and ML storage volumes, to
|
|
1120
1150
|
* use for model training. </p>
|
|
@@ -1123,12 +1153,12 @@ export interface ResourceConfig {
|
|
|
1123
1153
|
/**
|
|
1124
1154
|
* <p>The ML compute instance type. </p>
|
|
1125
1155
|
*/
|
|
1126
|
-
InstanceType
|
|
1156
|
+
InstanceType?: TrainingInstanceType | string;
|
|
1127
1157
|
/**
|
|
1128
1158
|
* <p>The number of ML compute instances to use. For distributed training, provide a
|
|
1129
1159
|
* value greater than 1. </p>
|
|
1130
1160
|
*/
|
|
1131
|
-
InstanceCount
|
|
1161
|
+
InstanceCount?: number;
|
|
1132
1162
|
/**
|
|
1133
1163
|
* <p>The size of the ML storage volume that you want to provision. </p>
|
|
1134
1164
|
* <p>ML storage volumes store model artifacts and incremental states. Training
|
|
@@ -1180,6 +1210,10 @@ export interface ResourceConfig {
|
|
|
1180
1210
|
* </ul>
|
|
1181
1211
|
*/
|
|
1182
1212
|
VolumeKmsKeyId?: string;
|
|
1213
|
+
/**
|
|
1214
|
+
* <p>The configuration of a heterogeneous cluster in JSON format.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
InstanceGroups?: InstanceGroup[];
|
|
1183
1217
|
}
|
|
1184
1218
|
export declare namespace ResourceConfig {
|
|
1185
1219
|
/**
|
|
@@ -10512,31 +10546,3 @@ export declare namespace CreateHyperParameterTuningJobResponse {
|
|
|
10512
10546
|
*/
|
|
10513
10547
|
const filterSensitiveLog: (obj: CreateHyperParameterTuningJobResponse) => any;
|
|
10514
10548
|
}
|
|
10515
|
-
export interface CreateImageRequest {
|
|
10516
|
-
/**
|
|
10517
|
-
* <p>The description of the image.</p>
|
|
10518
|
-
*/
|
|
10519
|
-
Description?: string;
|
|
10520
|
-
/**
|
|
10521
|
-
* <p>The display name of the image. If not provided, <code>ImageName</code> is displayed.</p>
|
|
10522
|
-
*/
|
|
10523
|
-
DisplayName?: string;
|
|
10524
|
-
/**
|
|
10525
|
-
* <p>The name of the image. Must be unique to your account.</p>
|
|
10526
|
-
*/
|
|
10527
|
-
ImageName: string | undefined;
|
|
10528
|
-
/**
|
|
10529
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
|
|
10530
|
-
*/
|
|
10531
|
-
RoleArn: string | undefined;
|
|
10532
|
-
/**
|
|
10533
|
-
* <p>A list of tags to apply to the image.</p>
|
|
10534
|
-
*/
|
|
10535
|
-
Tags?: Tag[];
|
|
10536
|
-
}
|
|
10537
|
-
export declare namespace CreateImageRequest {
|
|
10538
|
-
/**
|
|
10539
|
-
* @internal
|
|
10540
|
-
*/
|
|
10541
|
-
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
10542
|
-
}
|
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
export interface CreateImageRequest {
|
|
3
|
+
/**
|
|
4
|
+
* <p>The description of the image.</p>
|
|
5
|
+
*/
|
|
6
|
+
Description?: string;
|
|
7
|
+
/**
|
|
8
|
+
* <p>The display name of the image. If not provided, <code>ImageName</code> is displayed.</p>
|
|
9
|
+
*/
|
|
10
|
+
DisplayName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The name of the image. Must be unique to your account.</p>
|
|
13
|
+
*/
|
|
14
|
+
ImageName: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
|
|
17
|
+
*/
|
|
18
|
+
RoleArn: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>A list of tags to apply to the image.</p>
|
|
21
|
+
*/
|
|
22
|
+
Tags?: Tag[];
|
|
23
|
+
}
|
|
24
|
+
export declare namespace CreateImageRequest {
|
|
25
|
+
/**
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
29
|
+
}
|
|
2
30
|
export interface CreateImageResponse {
|
|
3
31
|
/**
|
|
4
32
|
* <p>The Amazon Resource Name (ARN) of the image.</p>
|
|
@@ -9417,30 +9445,3 @@ export declare namespace EndpointOutputConfiguration {
|
|
|
9417
9445
|
*/
|
|
9418
9446
|
const filterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
|
|
9419
9447
|
}
|
|
9420
|
-
/**
|
|
9421
|
-
* <p>The metrics of recommendations.</p>
|
|
9422
|
-
*/
|
|
9423
|
-
export interface RecommendationMetrics {
|
|
9424
|
-
/**
|
|
9425
|
-
* <p>Defines the cost per hour for the instance. </p>
|
|
9426
|
-
*/
|
|
9427
|
-
CostPerHour: number | undefined;
|
|
9428
|
-
/**
|
|
9429
|
-
* <p>Defines the cost per inference for the instance .</p>
|
|
9430
|
-
*/
|
|
9431
|
-
CostPerInference: number | undefined;
|
|
9432
|
-
/**
|
|
9433
|
-
* <p>The expected maximum number of requests per minute for the instance.</p>
|
|
9434
|
-
*/
|
|
9435
|
-
MaxInvocations: number | undefined;
|
|
9436
|
-
/**
|
|
9437
|
-
* <p>The expected model latency at maximum invocation per minute for the instance.</p>
|
|
9438
|
-
*/
|
|
9439
|
-
ModelLatency: number | undefined;
|
|
9440
|
-
}
|
|
9441
|
-
export declare namespace RecommendationMetrics {
|
|
9442
|
-
/**
|
|
9443
|
-
* @internal
|
|
9444
|
-
*/
|
|
9445
|
-
const filterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
9446
|
-
}
|
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, EdgeOutputConfig, FeatureDefinition, FeatureType, HyperParameterTuningJobStrategyType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ResourceConfig, ResourceLimits, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType,
|
|
2
|
+
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The metrics of recommendations.</p>
|
|
5
|
+
*/
|
|
6
|
+
export interface RecommendationMetrics {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Defines the cost per hour for the instance. </p>
|
|
9
|
+
*/
|
|
10
|
+
CostPerHour: number | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* <p>Defines the cost per inference for the instance .</p>
|
|
13
|
+
*/
|
|
14
|
+
CostPerInference: number | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The expected maximum number of requests per minute for the instance.</p>
|
|
17
|
+
*/
|
|
18
|
+
MaxInvocations: number | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The expected model latency at maximum invocation per minute for the instance.</p>
|
|
21
|
+
*/
|
|
22
|
+
ModelLatency: number | undefined;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace RecommendationMetrics {
|
|
25
|
+
/**
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
const filterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
29
|
+
}
|
|
3
30
|
/**
|
|
4
31
|
* <p>A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.</p>
|
|
5
32
|
*/
|
|
@@ -8808,7 +8835,3 @@ export declare namespace ListProcessingJobsResponse {
|
|
|
8808
8835
|
*/
|
|
8809
8836
|
const filterSensitiveLog: (obj: ListProcessingJobsResponse) => any;
|
|
8810
8837
|
}
|
|
8811
|
-
export declare enum ProjectSortBy {
|
|
8812
|
-
CREATION_TIME = "CreationTime",
|
|
8813
|
-
NAME = "Name"
|
|
8814
|
-
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, FeatureParameter, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus,
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
export declare enum ProjectSortBy {
|
|
5
|
+
CREATION_TIME = "CreationTime",
|
|
6
|
+
NAME = "Name"
|
|
7
|
+
}
|
|
4
8
|
export declare enum ProjectSortOrder {
|
|
5
9
|
ASCENDING = "Ascending",
|
|
6
10
|
DESCENDING = "Descending"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateImageRequest } from "../models/
|
|
4
|
-
import { CreateImageResponse } from "../models/models_1";
|
|
3
|
+
import { CreateImageRequest, CreateImageResponse } from "../models/models_1";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface CreateImageCommandInput extends CreateImageRequest {
|
|
7
6
|
}
|
|
@@ -431,6 +431,8 @@ export interface S3DataSource {
|
|
|
431
431
|
S3DataDistributionType?: S3DataDistribution | string;
|
|
432
432
|
|
|
433
433
|
AttributeNames?: string[];
|
|
434
|
+
|
|
435
|
+
InstanceGroupNames?: string[];
|
|
434
436
|
}
|
|
435
437
|
export declare namespace S3DataSource {
|
|
436
438
|
|
|
@@ -542,15 +544,30 @@ export declare enum TrainingInstanceType {
|
|
|
542
544
|
ML_P4D_24XLARGE = "ml.p4d.24xlarge"
|
|
543
545
|
}
|
|
544
546
|
|
|
545
|
-
export interface
|
|
547
|
+
export interface InstanceGroup {
|
|
546
548
|
|
|
547
549
|
InstanceType: TrainingInstanceType | string | undefined;
|
|
548
550
|
|
|
549
551
|
InstanceCount: number | undefined;
|
|
550
552
|
|
|
553
|
+
InstanceGroupName: string | undefined;
|
|
554
|
+
}
|
|
555
|
+
export declare namespace InstanceGroup {
|
|
556
|
+
|
|
557
|
+
const filterSensitiveLog: (obj: InstanceGroup) => any;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
export interface ResourceConfig {
|
|
561
|
+
|
|
562
|
+
InstanceType?: TrainingInstanceType | string;
|
|
563
|
+
|
|
564
|
+
InstanceCount?: number;
|
|
565
|
+
|
|
551
566
|
VolumeSizeInGB: number | undefined;
|
|
552
567
|
|
|
553
568
|
VolumeKmsKeyId?: string;
|
|
569
|
+
|
|
570
|
+
InstanceGroups?: InstanceGroup[];
|
|
554
571
|
}
|
|
555
572
|
export declare namespace ResourceConfig {
|
|
556
573
|
|
|
@@ -3621,19 +3638,3 @@ export declare namespace CreateHyperParameterTuningJobResponse {
|
|
|
3621
3638
|
|
|
3622
3639
|
const filterSensitiveLog: (obj: CreateHyperParameterTuningJobResponse) => any;
|
|
3623
3640
|
}
|
|
3624
|
-
export interface CreateImageRequest {
|
|
3625
|
-
|
|
3626
|
-
Description?: string;
|
|
3627
|
-
|
|
3628
|
-
DisplayName?: string;
|
|
3629
|
-
|
|
3630
|
-
ImageName: string | undefined;
|
|
3631
|
-
|
|
3632
|
-
RoleArn: string | undefined;
|
|
3633
|
-
|
|
3634
|
-
Tags?: Tag[];
|
|
3635
|
-
}
|
|
3636
|
-
export declare namespace CreateImageRequest {
|
|
3637
|
-
|
|
3638
|
-
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
3639
|
-
}
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
export interface CreateImageRequest {
|
|
3
|
+
|
|
4
|
+
Description?: string;
|
|
5
|
+
|
|
6
|
+
DisplayName?: string;
|
|
7
|
+
|
|
8
|
+
ImageName: string | undefined;
|
|
9
|
+
|
|
10
|
+
RoleArn: string | undefined;
|
|
11
|
+
|
|
12
|
+
Tags?: Tag[];
|
|
13
|
+
}
|
|
14
|
+
export declare namespace CreateImageRequest {
|
|
15
|
+
|
|
16
|
+
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
17
|
+
}
|
|
2
18
|
export interface CreateImageResponse {
|
|
3
19
|
|
|
4
20
|
ImageArn?: string;
|
|
@@ -3839,18 +3855,3 @@ export declare namespace EndpointOutputConfiguration {
|
|
|
3839
3855
|
|
|
3840
3856
|
const filterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
|
|
3841
3857
|
}
|
|
3842
|
-
|
|
3843
|
-
export interface RecommendationMetrics {
|
|
3844
|
-
|
|
3845
|
-
CostPerHour: number | undefined;
|
|
3846
|
-
|
|
3847
|
-
CostPerInference: number | undefined;
|
|
3848
|
-
|
|
3849
|
-
MaxInvocations: number | undefined;
|
|
3850
|
-
|
|
3851
|
-
ModelLatency: number | undefined;
|
|
3852
|
-
}
|
|
3853
|
-
export declare namespace RecommendationMetrics {
|
|
3854
|
-
|
|
3855
|
-
const filterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
3856
|
-
}
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, EdgeOutputConfig, FeatureDefinition, FeatureType, HyperParameterTuningJobStrategyType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ResourceConfig, ResourceLimits, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType,
|
|
2
|
+
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
|
|
4
|
+
export interface RecommendationMetrics {
|
|
5
|
+
|
|
6
|
+
CostPerHour: number | undefined;
|
|
7
|
+
|
|
8
|
+
CostPerInference: number | undefined;
|
|
9
|
+
|
|
10
|
+
MaxInvocations: number | undefined;
|
|
11
|
+
|
|
12
|
+
ModelLatency: number | undefined;
|
|
13
|
+
}
|
|
14
|
+
export declare namespace RecommendationMetrics {
|
|
15
|
+
|
|
16
|
+
const filterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
17
|
+
}
|
|
3
18
|
|
|
4
19
|
export interface EnvironmentParameter {
|
|
5
20
|
|
|
@@ -4339,7 +4354,3 @@ export declare namespace ListProcessingJobsResponse {
|
|
|
4339
4354
|
|
|
4340
4355
|
const filterSensitiveLog: (obj: ListProcessingJobsResponse) => any;
|
|
4341
4356
|
}
|
|
4342
|
-
export declare enum ProjectSortBy {
|
|
4343
|
-
CREATION_TIME = "CreationTime",
|
|
4344
|
-
NAME = "Name"
|
|
4345
|
-
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, FeatureParameter, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus,
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
export declare enum ProjectSortBy {
|
|
5
|
+
CREATION_TIME = "CreationTime",
|
|
6
|
+
NAME = "Name"
|
|
7
|
+
}
|
|
4
8
|
export declare enum ProjectSortOrder {
|
|
5
9
|
ASCENDING = "Ascending",
|
|
6
10
|
DESCENDING = "Descending"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.128.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",
|
|
@@ -18,38 +18,38 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.128.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.128.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.128.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.128.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.128.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.127.0",
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
54
|
"uuid": "^8.3.2"
|
|
55
55
|
},
|