@aws-sdk/client-sagemaker 3.474.0 → 3.475.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 +8 -0
- package/dist-cjs/SageMaker.js +2 -0
- package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -2
- package/dist-cjs/models/models_1.js +3 -0
- package/dist-cjs/models/models_2.js +5 -0
- package/dist-cjs/models/models_3.js +3 -0
- package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +144 -42
- package/dist-es/SageMaker.js +2 -0
- package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +65 -2
- package/dist-es/models/models_1.js +3 -0
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/models/models_3.js +3 -0
- package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +130 -30
- package/dist-types/SageMaker.d.ts +7 -0
- package/dist-types/SageMakerClient.d.ts +3 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/CreateAppCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
- package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
- package/dist-types/commands/CreateModelCommand.d.ts +16 -16
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
- package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
- package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
- package/dist-types/commands/ListAppsCommand.d.ts +2 -2
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +98 -98
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
- package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +172 -99
- package/dist-types/models/models_1.d.ts +76 -69
- package/dist-types/models/models_2.d.ts +103 -115
- package/dist-types/models/models_3.d.ts +59 -36
- package/dist-types/models/models_4.d.ts +44 -33
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SageMaker.d.ts +17 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +91 -26
- package/dist-types/ts3.4/models/models_1.d.ts +19 -16
- package/dist-types/ts3.4/models/models_2.d.ts +25 -24
- package/dist-types/ts3.4/models/models_3.d.ts +17 -10
- package/dist-types/ts3.4/models/models_4.d.ts +10 -8
- package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +1 -1
|
@@ -50,7 +50,7 @@ export interface ListAutoMLJobsCommandOutput extends ListAutoMLJobsResponse, __M
|
|
|
50
50
|
* // AutoMLJobName: "STRING_VALUE", // required
|
|
51
51
|
* // AutoMLJobArn: "STRING_VALUE", // required
|
|
52
52
|
* // AutoMLJobStatus: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping", // required
|
|
53
|
-
* // AutoMLJobSecondaryStatus: "Starting" || "
|
|
53
|
+
* // AutoMLJobSecondaryStatus: "Starting" || "MaxCandidatesReached" || "Failed" || "Stopped" || "MaxAutoMLJobRuntimeReached" || "Stopping" || "CandidateDefinitionsGenerated" || "Completed" || "ExplainabilityError" || "DeployingModel" || "ModelDeploymentError" || "GeneratingModelInsightsReport" || "ModelInsightsError" || "AnalyzingData" || "FeatureEngineering" || "ModelTuning" || "GeneratingExplainabilityReport" || "TrainingModels" || "PreTraining", // required
|
|
54
54
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
55
55
|
* // EndTime: new Date("TIMESTAMP"),
|
|
56
56
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
@@ -47,9 +47,9 @@ export interface ListCandidatesForAutoMLJobCommandOutput extends ListCandidatesF
|
|
|
47
47
|
* // CandidateName: "STRING_VALUE", // required
|
|
48
48
|
* // FinalAutoMLJobObjectiveMetric: { // FinalAutoMLJobObjectiveMetric
|
|
49
49
|
* // Type: "Maximize" || "Minimize",
|
|
50
|
-
* // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "
|
|
50
|
+
* // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "BalancedAccuracy" || "R2" || "Recall" || "RecallMacro" || "Precision" || "PrecisionMacro" || "MAE" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss", // required
|
|
51
51
|
* // Value: Number("float"), // required
|
|
52
|
-
* // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "
|
|
52
|
+
* // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "BalancedAccuracy" || "R2" || "Recall" || "RecallMacro" || "Precision" || "PrecisionMacro" || "MAE" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss",
|
|
53
53
|
* // },
|
|
54
54
|
* // ObjectiveStatus: "Succeeded" || "Pending" || "Failed", // required
|
|
55
55
|
* // CandidateSteps: [ // CandidateSteps // required
|
|
@@ -81,10 +81,10 @@ export interface ListCandidatesForAutoMLJobCommandOutput extends ListCandidatesF
|
|
|
81
81
|
* // },
|
|
82
82
|
* // CandidateMetrics: [ // MetricDataList
|
|
83
83
|
* // { // MetricDatum
|
|
84
|
-
* // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "
|
|
84
|
+
* // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "BalancedAccuracy" || "R2" || "Recall" || "RecallMacro" || "Precision" || "PrecisionMacro" || "MAE" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss",
|
|
85
|
+
* // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "LogLoss" || "InferenceLatency" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" || "Rouge1" || "Rouge2" || "RougeL" || "RougeLSum" || "Perplexity" || "ValidationLoss" || "TrainingLoss",
|
|
85
86
|
* // Value: Number("float"),
|
|
86
87
|
* // Set: "Train" || "Validation" || "Test",
|
|
87
|
-
* // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "LogLoss" || "InferenceLatency" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" || "Rouge1" || "Rouge2" || "RougeL" || "RougeLSum" || "Perplexity" || "ValidationLoss" || "TrainingLoss",
|
|
88
88
|
* // },
|
|
89
89
|
* // ],
|
|
90
90
|
* // },
|
|
@@ -54,7 +54,7 @@ export interface ListCompilationJobsCommandOutput extends ListCompilationJobsRes
|
|
|
54
54
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
55
55
|
* // CompilationStartTime: new Date("TIMESTAMP"),
|
|
56
56
|
* // CompilationEndTime: new Date("TIMESTAMP"),
|
|
57
|
-
* // CompilationTargetDevice: "lambda" || "ml_m4" || "ml_m5" || "ml_c4" || "ml_c5" || "ml_p2" || "ml_p3" || "ml_g4dn" || "ml_inf1" || "ml_inf2" || "ml_trn1" || "ml_eia2" || "jetson_tx1" || "jetson_tx2" || "jetson_nano" || "jetson_xavier" || "rasp3b" || "imx8qm" || "deeplens" || "rk3399" || "rk3288" || "aisage" || "sbe_c" || "qcs605" || "qcs603" || "sitara_am57x" || "amba_cv2" || "amba_cv22" || "amba_cv25" || "x86_win32" || "x86_win64" || "coreml" || "jacinto_tda4vm" || "imx8mplus",
|
|
57
|
+
* // CompilationTargetDevice: "lambda" || "ml_m4" || "ml_m5" || "ml_m6g" || "ml_c4" || "ml_c5" || "ml_c6g" || "ml_p2" || "ml_p3" || "ml_g4dn" || "ml_inf1" || "ml_inf2" || "ml_trn1" || "ml_eia2" || "jetson_tx1" || "jetson_tx2" || "jetson_nano" || "jetson_xavier" || "rasp3b" || "rasp4b" || "imx8qm" || "deeplens" || "rk3399" || "rk3288" || "aisage" || "sbe_c" || "qcs605" || "qcs603" || "sitara_am57x" || "amba_cv2" || "amba_cv22" || "amba_cv25" || "x86_win32" || "x86_win64" || "coreml" || "jacinto_tda4vm" || "imx8mplus",
|
|
58
58
|
* // CompilationTargetPlatformOs: "ANDROID" || "LINUX",
|
|
59
59
|
* // CompilationTargetPlatformArch: "X86_64" || "X86" || "ARM64" || "ARM_EABI" || "ARM_EABIHF",
|
|
60
60
|
* // CompilationTargetPlatformAccelerator: "INTEL_GRAPHICS" || "MALI" || "NVIDIA" || "NNA",
|
|
@@ -42,7 +42,7 @@ export interface ListHyperParameterTuningJobsCommandOutput extends ListHyperPara
|
|
|
42
42
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
43
43
|
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
44
44
|
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
45
|
-
* StatusEquals: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping",
|
|
45
|
+
* StatusEquals: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping" || "Deleting" || "DeleteFailed",
|
|
46
46
|
* };
|
|
47
47
|
* const command = new ListHyperParameterTuningJobsCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
@@ -51,7 +51,7 @@ export interface ListHyperParameterTuningJobsCommandOutput extends ListHyperPara
|
|
|
51
51
|
* // { // HyperParameterTuningJobSummary
|
|
52
52
|
* // HyperParameterTuningJobName: "STRING_VALUE", // required
|
|
53
53
|
* // HyperParameterTuningJobArn: "STRING_VALUE", // required
|
|
54
|
-
* // HyperParameterTuningJobStatus: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping", // required
|
|
54
|
+
* // HyperParameterTuningJobStatus: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping" || "Deleting" || "DeleteFailed", // required
|
|
55
55
|
* // Strategy: "Bayesian" || "Random" || "Hyperband" || "Grid", // required
|
|
56
56
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
57
57
|
* // HyperParameterTuningEndTime: new Date("TIMESTAMP"),
|
|
@@ -33,7 +33,7 @@ export interface ListInferenceRecommendationsJobStepsCommandOutput extends ListI
|
|
|
33
33
|
* const client = new SageMakerClient(config);
|
|
34
34
|
* const input = { // ListInferenceRecommendationsJobStepsRequest
|
|
35
35
|
* JobName: "STRING_VALUE", // required
|
|
36
|
-
* Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED",
|
|
36
|
+
* Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED" || "DELETING" || "DELETED",
|
|
37
37
|
* StepType: "BENCHMARK",
|
|
38
38
|
* MaxResults: Number("int"),
|
|
39
39
|
* NextToken: "STRING_VALUE",
|
|
@@ -45,7 +45,7 @@ export interface ListInferenceRecommendationsJobStepsCommandOutput extends ListI
|
|
|
45
45
|
* // { // InferenceRecommendationsJobStep
|
|
46
46
|
* // StepType: "BENCHMARK", // required
|
|
47
47
|
* // JobName: "STRING_VALUE", // required
|
|
48
|
-
* // Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED", // required
|
|
48
|
+
* // Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED" || "DELETING" || "DELETED", // required
|
|
49
49
|
* // InferenceBenchmark: { // RecommendationJobInferenceBenchmark
|
|
50
50
|
* // Metrics: { // RecommendationMetrics
|
|
51
51
|
* // CostPerHour: Number("float"), // required
|
|
@@ -56,10 +56,14 @@ export interface ListInferenceRecommendationsJobStepsCommandOutput extends ListI
|
|
|
56
56
|
* // MemoryUtilization: Number("float"),
|
|
57
57
|
* // ModelSetupTime: Number("int"),
|
|
58
58
|
* // },
|
|
59
|
+
* // EndpointMetrics: { // InferenceMetrics
|
|
60
|
+
* // MaxInvocations: Number("int"), // required
|
|
61
|
+
* // ModelLatency: Number("int"), // required
|
|
62
|
+
* // },
|
|
59
63
|
* // EndpointConfiguration: { // EndpointOutputConfiguration
|
|
60
64
|
* // EndpointName: "STRING_VALUE", // required
|
|
61
65
|
* // VariantName: "STRING_VALUE", // required
|
|
62
|
-
* // InstanceType: "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.p5.48xlarge",
|
|
66
|
+
* // InstanceType: "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.dl1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.p5.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge",
|
|
63
67
|
* // InitialInstanceCount: Number("int"),
|
|
64
68
|
* // ServerlessConfig: { // ProductionVariantServerlessConfig
|
|
65
69
|
* // MemorySizeInMB: Number("int"), // required
|
|
@@ -79,10 +83,6 @@ export interface ListInferenceRecommendationsJobStepsCommandOutput extends ListI
|
|
|
79
83
|
* // CompilationJobName: "STRING_VALUE",
|
|
80
84
|
* // },
|
|
81
85
|
* // FailureReason: "STRING_VALUE",
|
|
82
|
-
* // EndpointMetrics: { // InferenceMetrics
|
|
83
|
-
* // MaxInvocations: Number("int"), // required
|
|
84
|
-
* // ModelLatency: Number("int"), // required
|
|
85
|
-
* // },
|
|
86
86
|
* // InvocationEndTime: new Date("TIMESTAMP"),
|
|
87
87
|
* // InvocationStartTime: new Date("TIMESTAMP"),
|
|
88
88
|
* // },
|
|
@@ -36,7 +36,7 @@ export interface ListInferenceRecommendationsJobsCommandOutput extends ListInfer
|
|
|
36
36
|
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
37
37
|
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
38
38
|
* NameContains: "STRING_VALUE",
|
|
39
|
-
* StatusEquals: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED",
|
|
39
|
+
* StatusEquals: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED" || "DELETING" || "DELETED",
|
|
40
40
|
* SortBy: "Name" || "CreationTime" || "Status",
|
|
41
41
|
* SortOrder: "Ascending" || "Descending",
|
|
42
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -53,7 +53,7 @@ export interface ListInferenceRecommendationsJobsCommandOutput extends ListInfer
|
|
|
53
53
|
* // JobDescription: "STRING_VALUE", // required
|
|
54
54
|
* // JobType: "Default" || "Advanced", // required
|
|
55
55
|
* // JobArn: "STRING_VALUE", // required
|
|
56
|
-
* // Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED", // required
|
|
56
|
+
* // Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED" || "DELETING" || "DELETED", // required
|
|
57
57
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
58
58
|
* // CompletionTime: new Date("TIMESTAMP"),
|
|
59
59
|
* // RoleArn: "STRING_VALUE", // required
|
|
@@ -51,7 +51,6 @@ export interface ListPipelineExecutionStepsCommandOutput extends ListPipelineExe
|
|
|
51
51
|
* // CacheHitResult: { // CacheHitResult
|
|
52
52
|
* // SourcePipelineExecutionArn: "STRING_VALUE",
|
|
53
53
|
* // },
|
|
54
|
-
* // AttemptCount: Number("int"),
|
|
55
54
|
* // FailureReason: "STRING_VALUE",
|
|
56
55
|
* // Metadata: { // PipelineExecutionStepMetadata
|
|
57
56
|
* // TrainingJob: { // TrainingJobStepMetadata
|
|
@@ -94,6 +93,12 @@ export interface ListPipelineExecutionStepsCommandOutput extends ListPipelineExe
|
|
|
94
93
|
* // },
|
|
95
94
|
* // ],
|
|
96
95
|
* // },
|
|
96
|
+
* // EMR: { // EMRStepMetadata
|
|
97
|
+
* // ClusterId: "STRING_VALUE",
|
|
98
|
+
* // StepId: "STRING_VALUE",
|
|
99
|
+
* // StepName: "STRING_VALUE",
|
|
100
|
+
* // LogFilePath: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
97
102
|
* // QualityCheck: { // QualityCheckStepMetadata
|
|
98
103
|
* // CheckType: "STRING_VALUE",
|
|
99
104
|
* // BaselineUsedForDriftCheckStatistics: "STRING_VALUE",
|
|
@@ -116,12 +121,6 @@ export interface ListPipelineExecutionStepsCommandOutput extends ListPipelineExe
|
|
|
116
121
|
* // SkipCheck: true || false,
|
|
117
122
|
* // RegisterNewBaseline: true || false,
|
|
118
123
|
* // },
|
|
119
|
-
* // EMR: { // EMRStepMetadata
|
|
120
|
-
* // ClusterId: "STRING_VALUE",
|
|
121
|
-
* // StepId: "STRING_VALUE",
|
|
122
|
-
* // StepName: "STRING_VALUE",
|
|
123
|
-
* // LogFilePath: "STRING_VALUE",
|
|
124
|
-
* // },
|
|
125
124
|
* // Fail: { // FailStepMetadata
|
|
126
125
|
* // ErrorMessage: "STRING_VALUE",
|
|
127
126
|
* // },
|
|
@@ -129,6 +128,7 @@ export interface ListPipelineExecutionStepsCommandOutput extends ListPipelineExe
|
|
|
129
128
|
* // Arn: "STRING_VALUE",
|
|
130
129
|
* // },
|
|
131
130
|
* // },
|
|
131
|
+
* // AttemptCount: Number("int"),
|
|
132
132
|
* // SelectiveExecutionResult: { // SelectiveExecutionResult
|
|
133
133
|
* // SourcePipelineExecutionArn: "STRING_VALUE",
|
|
134
134
|
* // },
|
|
@@ -48,9 +48,8 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
|
|
|
48
48
|
* // Status: "Deleting" || "Failed" || "InService" || "Pending" || "Updating" || "Update_Failed" || "Delete_Failed",
|
|
49
49
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
50
50
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
51
|
-
* // SpaceDisplayName: "STRING_VALUE",
|
|
52
51
|
* // SpaceSettingsSummary: { // SpaceSettingsSummary
|
|
53
|
-
* // AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "
|
|
52
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
|
|
54
53
|
* // SpaceStorageSettings: { // SpaceStorageSettings
|
|
55
54
|
* // EbsStorageSettings: { // EbsStorageSettings
|
|
56
55
|
* // EbsVolumeSizeInGb: Number("int"), // required
|
|
@@ -63,6 +62,7 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
|
|
|
63
62
|
* // OwnershipSettingsSummary: { // OwnershipSettingsSummary
|
|
64
63
|
* // OwnerUserProfileName: "STRING_VALUE",
|
|
65
64
|
* // },
|
|
65
|
+
* // SpaceDisplayName: "STRING_VALUE",
|
|
66
66
|
* // },
|
|
67
67
|
* // ],
|
|
68
68
|
* // NextToken: "STRING_VALUE",
|
|
@@ -34,7 +34,7 @@ export interface ListStudioLifecycleConfigsCommandOutput extends ListStudioLifec
|
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
36
36
|
* NameContains: "STRING_VALUE",
|
|
37
|
-
* AppTypeEquals: "JupyterServer" || "KernelGateway" || "
|
|
37
|
+
* AppTypeEquals: "JupyterServer" || "KernelGateway" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab",
|
|
38
38
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
39
39
|
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
40
40
|
* ModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -52,7 +52,7 @@ export interface ListStudioLifecycleConfigsCommandOutput extends ListStudioLifec
|
|
|
52
52
|
* // StudioLifecycleConfigName: "STRING_VALUE",
|
|
53
53
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
54
54
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
55
|
-
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "
|
|
55
|
+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab",
|
|
56
56
|
* // },
|
|
57
57
|
* // ],
|
|
58
58
|
* // };
|
|
@@ -53,7 +53,7 @@ export interface ListWorkteamsCommandOutput extends ListWorkteamsResponse, __Met
|
|
|
53
53
|
* // ClientId: "STRING_VALUE", // required
|
|
54
54
|
* // },
|
|
55
55
|
* // OidcMemberDefinition: { // OidcMemberDefinition
|
|
56
|
-
* // Groups: [ // Groups
|
|
56
|
+
* // Groups: [ // Groups
|
|
57
57
|
* // "STRING_VALUE",
|
|
58
58
|
* // ],
|
|
59
59
|
* // },
|
|
@@ -50,6 +50,10 @@ export interface PutModelPackageGroupPolicyCommandOutput extends PutModelPackage
|
|
|
50
50
|
* @see {@link PutModelPackageGroupPolicyCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link ConflictException} (client fault)
|
|
54
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
55
|
+
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
56
|
+
*
|
|
53
57
|
* @throws {@link SageMakerServiceException}
|
|
54
58
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
55
59
|
*
|
|
@@ -71,7 +71,7 @@ export interface QueryLineageCommandOutput extends QueryLineageResponse, __Metad
|
|
|
71
71
|
* // { // Edge
|
|
72
72
|
* // SourceArn: "STRING_VALUE",
|
|
73
73
|
* // DestinationArn: "STRING_VALUE",
|
|
74
|
-
* // AssociationType: "ContributedTo" || "AssociatedWith" || "DerivedFrom" || "Produced",
|
|
74
|
+
* // AssociationType: "ContributedTo" || "AssociatedWith" || "DerivedFrom" || "Produced" || "SameAs",
|
|
75
75
|
* // },
|
|
76
76
|
* // ],
|
|
77
77
|
* // NextToken: "STRING_VALUE",
|