@aws-sdk/client-sagemaker 3.806.0 → 3.810.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 +1 -16
- package/dist-cjs/index.js +26 -26
- package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
- package/dist-es/waiters/waitForEndpointInService.js +2 -2
- package/dist-es/waiters/waitForImageCreated.js +2 -2
- package/dist-es/waiters/waitForImageDeleted.js +2 -2
- package/dist-es/waiters/waitForImageUpdated.js +2 -2
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceInService.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +2 -2
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
- package/dist-types/SageMaker.d.ts +1 -16
- package/dist-types/SageMakerClient.d.ts +1 -16
- package/dist-types/commands/AddAssociationCommand.d.ts +2 -7
- package/dist-types/commands/AddTagsCommand.d.ts +1 -26
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +2 -4
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -17
- package/dist-types/commands/CreateActionCommand.d.ts +2 -7
- package/dist-types/commands/CreateAppCommand.d.ts +2 -6
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -3
- package/dist-types/commands/CreateArtifactCommand.d.ts +2 -7
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -26
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -33
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -6
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -7
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -7
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -33
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -7
- package/dist-types/commands/CreateContextCommand.d.ts +2 -7
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -5
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -46
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +2 -4
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +1 -2
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +2 -77
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -33
- package/dist-types/commands/CreateExperimentCommand.d.ts +2 -22
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +2 -20
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateHubCommand.d.ts +1 -2
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +1 -2
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -2
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +2 -18
- package/dist-types/commands/CreateImageCommand.d.ts +2 -5
- package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -4
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -10
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -17
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +2 -4
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +2 -40
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +2 -5
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelCardCommand.d.ts +3 -6
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -4
- package/dist-types/commands/CreateModelCommand.d.ts +2 -19
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -24
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -5
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +2 -38
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +2 -16
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -8
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +2 -4
- package/dist-types/commands/CreatePipelineCommand.d.ts +2 -4
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -26
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -2
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -18
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -4
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -88
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +2 -63
- package/dist-types/commands/CreateTransformJobCommand.d.ts +2 -37
- package/dist-types/commands/CreateTrialCommand.d.ts +2 -13
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +2 -12
- package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -9
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -18
- package/dist-types/commands/CreateWorkteamCommand.d.ts +2 -6
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -2
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -4
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -11
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -9
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -3
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -8
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -5
- package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +1 -4
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -2
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +2 -9
- package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -2
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -4
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -6
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -6
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/DeletePipelineCommand.d.ts +2 -6
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -2
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -12
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -3
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -3
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -12
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -5
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -3
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -3
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -3
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -8
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -3
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -7
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -6
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -3
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -6
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -4
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -2
- package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +1 -2
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -4
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -2
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -3
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -2
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -3
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesCommand.d.ts +1 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -3
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -2
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -2
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -3
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -22
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -2
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -20
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -5
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -3
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -6
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -3
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -2
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/commands/SearchCommand.d.ts +1 -10
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -17
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -7
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -7
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -2
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -5
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -6
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -7
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -7
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +1 -2
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -8
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -25
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -7
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -6
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -4
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +2 -4
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +2 -9
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -22
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +2 -7
- package/dist-types/commands/UpdateExperimentCommand.d.ts +2 -4
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -17
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -36
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -14
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +2 -7
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +2 -4
- package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +2 -5
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +2 -3
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -10
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -6
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +2 -4
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -28
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -16
- package/dist-types/models/models_0.d.ts +370 -4018
- package/dist-types/models/models_1.d.ts +532 -5722
- package/dist-types/models/models_2.d.ts +328 -1436
- package/dist-types/models/models_3.d.ts +364 -2021
- package/dist-types/models/models_4.d.ts +462 -1693
- package/dist-types/models/models_5.d.ts +90 -441
- package/package.json +17 -17
|
@@ -27,11 +27,7 @@ declare const UpdateEndpointWeightsAndCapacitiesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates variant weight of one or more variants associated with an existing
|
|
31
|
-
* endpoint, or capacity of one variant associated with an existing endpoint. When it
|
|
32
|
-
* receives the request, SageMaker sets the endpoint status to <code>Updating</code>. After
|
|
33
|
-
* updating the endpoint, it sets the status to <code>InService</code>. To check the status
|
|
34
|
-
* of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API. </p>
|
|
30
|
+
* <p>Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, SageMaker sets the endpoint status to <code>Updating</code>. After updating the endpoint, it sets the status to <code>InService</code>. To check the status of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API. </p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -67,8 +63,7 @@ declare const UpdateEndpointWeightsAndCapacitiesCommand_base: {
|
|
|
67
63
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
70
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
71
|
-
* training jobs created. </p>
|
|
66
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link SageMakerServiceException}
|
|
74
69
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,8 +27,7 @@ declare const UpdateExperimentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds, updates, or removes the description of an experiment. Updates the display name of an
|
|
31
|
-
* experiment.</p>
|
|
30
|
+
* <p>Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -55,8 +54,7 @@ declare const UpdateExperimentCommand_base: {
|
|
|
55
54
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
59
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
57
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link ResourceNotFound} (client fault)
|
|
62
60
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,21 +27,7 @@ declare const UpdateFeatureGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the feature group by either adding features or updating the online store
|
|
31
|
-
* configuration. Use one of the following request parameters at a time while using the
|
|
32
|
-
* <code>UpdateFeatureGroup</code> API.</p>
|
|
33
|
-
* <p>You can add features for your feature group using the <code>FeatureAdditions</code>
|
|
34
|
-
* request parameter. Features cannot be removed from a feature group.</p>
|
|
35
|
-
* <p>You can update the online store configuration by using the
|
|
36
|
-
* <code>OnlineStoreConfig</code> request parameter. If a <code>TtlDuration</code> is
|
|
37
|
-
* specified, the default <code>TtlDuration</code> applies for all records added to the
|
|
38
|
-
* feature group <i>after the feature group is updated</i>. If a record level
|
|
39
|
-
* <code>TtlDuration</code> exists from using the <code>PutRecord</code> API, the record
|
|
40
|
-
* level <code>TtlDuration</code> applies to that record instead of the default
|
|
41
|
-
* <code>TtlDuration</code>. To remove the default <code>TtlDuration</code> from an
|
|
42
|
-
* existing feature group, use the <code>UpdateFeatureGroup</code> API and set the
|
|
43
|
-
* <code>TtlDuration</code>
|
|
44
|
-
* <code>Unit</code> and <code>Value</code> to <code>null</code>.</p>
|
|
30
|
+
* <p>Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the <code>UpdateFeatureGroup</code> API.</p> <p>You can add features for your feature group using the <code>FeatureAdditions</code> request parameter. Features cannot be removed from a feature group.</p> <p>You can update the online store configuration by using the <code>OnlineStoreConfig</code> request parameter. If a <code>TtlDuration</code> is specified, the default <code>TtlDuration</code> applies for all records added to the feature group <i>after the feature group is updated</i>. If a record level <code>TtlDuration</code> exists from using the <code>PutRecord</code> API, the record level <code>TtlDuration</code> applies to that record instead of the default <code>TtlDuration</code>. To remove the default <code>TtlDuration</code> from an existing feature group, use the <code>UpdateFeatureGroup</code> API and set the <code>TtlDuration</code> <code>Unit</code> and <code>Value</code> to <code>null</code>.</p>
|
|
45
31
|
* @example
|
|
46
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
33
|
* ```javascript
|
|
@@ -89,8 +75,7 @@ declare const UpdateFeatureGroupCommand_base: {
|
|
|
89
75
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
90
76
|
*
|
|
91
77
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
92
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
93
|
-
* training jobs created. </p>
|
|
78
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
94
79
|
*
|
|
95
80
|
* @throws {@link ResourceNotFound} (client fault)
|
|
96
81
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,42 +27,7 @@ declare const UpdateHubContentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates SageMaker hub content (either a <code>Model</code> or <code>Notebook</code>
|
|
31
|
-
* resource).</p>
|
|
32
|
-
* <p>You can update the metadata that describes the resource. In addition to the required request
|
|
33
|
-
* fields, specify at least one of the following fields to update:</p>
|
|
34
|
-
* <ul>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>
|
|
37
|
-
* <code>HubContentDescription</code>
|
|
38
|
-
* </p>
|
|
39
|
-
* </li>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>
|
|
42
|
-
* <code>HubContentDisplayName</code>
|
|
43
|
-
* </p>
|
|
44
|
-
* </li>
|
|
45
|
-
* <li>
|
|
46
|
-
* <p>
|
|
47
|
-
* <code>HubContentMarkdown</code>
|
|
48
|
-
* </p>
|
|
49
|
-
* </li>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>
|
|
52
|
-
* <code>HubContentSearchKeywords</code>
|
|
53
|
-
* </p>
|
|
54
|
-
* </li>
|
|
55
|
-
* <li>
|
|
56
|
-
* <p>
|
|
57
|
-
* <code>SupportStatus</code>
|
|
58
|
-
* </p>
|
|
59
|
-
* </li>
|
|
60
|
-
* </ul>
|
|
61
|
-
* <p>For more information about hubs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs.html">Private curated hubs for foundation model access control in JumpStart</a>.</p>
|
|
62
|
-
* <note>
|
|
63
|
-
* <p>If you want to update a <code>ModelReference</code> resource in your hub, use the
|
|
64
|
-
* <code>UpdateHubContentResource</code> API instead.</p>
|
|
65
|
-
* </note>
|
|
30
|
+
* <p>Updates SageMaker hub content (either a <code>Model</code> or <code>Notebook</code> resource).</p> <p>You can update the metadata that describes the resource. In addition to the required request fields, specify at least one of the following fields to update:</p> <ul> <li> <p> <code>HubContentDescription</code> </p> </li> <li> <p> <code>HubContentDisplayName</code> </p> </li> <li> <p> <code>HubContentMarkdown</code> </p> </li> <li> <p> <code>HubContentSearchKeywords</code> </p> </li> <li> <p> <code>SupportStatus</code> </p> </li> </ul> <p>For more information about hubs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs.html">Private curated hubs for foundation model access control in JumpStart</a>.</p> <note> <p>If you want to update a <code>ModelReference</code> resource in your hub, use the <code>UpdateHubContentResource</code> API instead.</p> </note>
|
|
66
31
|
* @example
|
|
67
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
68
33
|
* ```javascript
|
|
@@ -27,20 +27,7 @@ declare const UpdateHubContentReferenceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the contents of a SageMaker hub for a <code>ModelReference</code> resource.
|
|
31
|
-
* A <code>ModelReference</code> allows you to access public SageMaker JumpStart
|
|
32
|
-
* models from within your private hub.</p>
|
|
33
|
-
* <p>When using this API, you can update the
|
|
34
|
-
* <code>MinVersion</code> field for additional flexibility in the model version. You shouldn't update
|
|
35
|
-
* any additional fields when using this API, because the metadata in your private hub
|
|
36
|
-
* should match the public JumpStart model's metadata.</p>
|
|
37
|
-
* <note>
|
|
38
|
-
* <p>If you want to update a <code>Model</code> or <code>Notebook</code>
|
|
39
|
-
* resource in your hub, use the <code>UpdateHubContent</code> API instead.</p>
|
|
40
|
-
* </note>
|
|
41
|
-
* <p>For more information about adding model references to your hub, see
|
|
42
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs-admin-guide-add-models.html">
|
|
43
|
-
* Add models to a private hub</a>.</p>
|
|
30
|
+
* <p>Updates the contents of a SageMaker hub for a <code>ModelReference</code> resource. A <code>ModelReference</code> allows you to access public SageMaker JumpStart models from within your private hub.</p> <p>When using this API, you can update the <code>MinVersion</code> field for additional flexibility in the model version. You shouldn't update any additional fields when using this API, because the metadata in your private hub should match the public JumpStart model's metadata.</p> <note> <p>If you want to update a <code>Model</code> or <code>Notebook</code> resource in your hub, use the <code>UpdateHubContent</code> API instead.</p> </note> <p>For more information about adding model references to your hub, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs-admin-guide-add-models.html"> Add models to a private hub</a>.</p>
|
|
44
31
|
* @example
|
|
45
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
46
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UpdateImageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the properties of a SageMaker AI image. To change the image's tags, use the
|
|
31
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html">AddTags</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTags.html">DeleteTags</a> APIs.</p>
|
|
30
|
+
* <p>Updates the properties of a SageMaker AI image. To change the image's tags, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html">AddTags</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTags.html">DeleteTags</a> APIs.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -97,8 +97,7 @@ declare const UpdateInferenceComponentCommand_base: {
|
|
|
97
97
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
100
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
101
|
-
* training jobs created. </p>
|
|
100
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
102
101
|
*
|
|
103
102
|
* @throws {@link SageMakerServiceException}
|
|
104
103
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -55,8 +55,7 @@ declare const UpdateInferenceComponentRuntimeConfigCommand_base: {
|
|
|
55
55
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
58
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
59
|
-
* training jobs created. </p>
|
|
58
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link SageMakerServiceException}
|
|
62
61
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,11 +27,7 @@ declare const UpdateInferenceExperimentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Updates an inference experiment that you created. The status of the inference experiment has to be either
|
|
32
|
-
* <code>Created</code>, <code>Running</code>. For more information on the status of an inference experiment,
|
|
33
|
-
* see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>.
|
|
34
|
-
* </p>
|
|
30
|
+
* <p> Updates an inference experiment that you created. The status of the inference experiment has to be either <code>Created</code>, <code>Running</code>. For more information on the status of an inference experiment, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>. </p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -95,8 +91,7 @@ declare const UpdateInferenceExperimentCommand_base: {
|
|
|
95
91
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
96
92
|
*
|
|
97
93
|
* @throws {@link ConflictException} (client fault)
|
|
98
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
99
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
94
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
100
95
|
*
|
|
101
96
|
* @throws {@link ResourceNotFound} (client fault)
|
|
102
97
|
* <p>Resource being access is not found.</p>
|
|
@@ -56,12 +56,10 @@ declare const UpdateMlflowTrackingServerCommand_base: {
|
|
|
56
56
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
60
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
59
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
63
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
64
|
-
* training jobs created. </p>
|
|
62
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
65
63
|
*
|
|
66
64
|
* @throws {@link ResourceNotFound} (client fault)
|
|
67
65
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,10 +27,7 @@ declare const UpdateModelCardCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Update an Amazon SageMaker Model Card.</p>
|
|
31
|
-
* <important>
|
|
32
|
-
* <p>You cannot update both model card content and model card status in a single call.</p>
|
|
33
|
-
* </important>
|
|
30
|
+
* <p>Update an Amazon SageMaker Model Card.</p> <important> <p>You cannot update both model card content and model card status in a single call.</p> </important>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -57,12 +54,10 @@ declare const UpdateModelCardCommand_base: {
|
|
|
57
54
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
58
55
|
*
|
|
59
56
|
* @throws {@link ConflictException} (client fault)
|
|
60
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
61
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
57
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
62
58
|
*
|
|
63
59
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
64
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
65
|
-
* training jobs created. </p>
|
|
60
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
66
61
|
*
|
|
67
62
|
* @throws {@link ResourceNotFound} (client fault)
|
|
68
63
|
* <p>Resource being access is not found.</p>
|
|
@@ -185,8 +185,7 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
185
185
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
186
186
|
*
|
|
187
187
|
* @throws {@link ConflictException} (client fault)
|
|
188
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
189
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
188
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
190
189
|
*
|
|
191
190
|
* @throws {@link SageMakerServiceException}
|
|
192
191
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -56,8 +56,7 @@ declare const UpdateMonitoringAlertCommand_base: {
|
|
|
56
56
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
59
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
60
|
-
* training jobs created. </p>
|
|
59
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link ResourceNotFound} (client fault)
|
|
63
62
|
* <p>Resource being access is not found.</p>
|
|
@@ -161,8 +161,7 @@ declare const UpdateMonitoringScheduleCommand_base: {
|
|
|
161
161
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
162
162
|
*
|
|
163
163
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
164
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
165
|
-
* training jobs created. </p>
|
|
164
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
166
165
|
*
|
|
167
166
|
* @throws {@link ResourceNotFound} (client fault)
|
|
168
167
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,9 +27,7 @@ declare const UpdateNotebookInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a notebook instance. NotebookInstance updates include upgrading or
|
|
31
|
-
* downgrading the ML compute instance used for your notebook instance to accommodate
|
|
32
|
-
* changes in your workload requirements.</p>
|
|
30
|
+
* <p>Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -71,8 +69,7 @@ declare const UpdateNotebookInstanceCommand_base: {
|
|
|
71
69
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
72
70
|
*
|
|
73
71
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
74
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
75
|
-
* training jobs created. </p>
|
|
72
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
76
73
|
*
|
|
77
74
|
* @throws {@link SageMakerServiceException}
|
|
78
75
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -60,8 +60,7 @@ declare const UpdateNotebookInstanceLifecycleConfigCommand_base: {
|
|
|
60
60
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
63
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
64
|
-
* training jobs created. </p>
|
|
63
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link SageMakerServiceException}
|
|
67
66
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UpdatePartnerAppCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates
|
|
30
|
+
* <p>Updates all of the SageMaker Partner AI Apps in an account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -72,8 +72,7 @@ declare const UpdatePartnerAppCommand_base: {
|
|
|
72
72
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ConflictException} (client fault)
|
|
75
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
76
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
75
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
77
76
|
*
|
|
78
77
|
* @throws {@link ResourceNotFound} (client fault)
|
|
79
78
|
* <p>Resource being access is not found.</p>
|
|
@@ -64,8 +64,7 @@ declare const UpdatePipelineCommand_base: {
|
|
|
64
64
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ConflictException} (client fault)
|
|
67
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
68
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
67
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link ResourceNotFound} (client fault)
|
|
71
70
|
* <p>Resource being access is not found.</p>
|
|
@@ -57,8 +57,7 @@ declare const UpdatePipelineExecutionCommand_base: {
|
|
|
57
57
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ConflictException} (client fault)
|
|
60
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
61
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
60
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link ResourceNotFound} (client fault)
|
|
64
63
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,14 +27,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a machine learning (ML) project that is created from a template that
|
|
31
|
-
* sets up an ML pipeline from training to deploying an approved model.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>You must not update a project that is in use. If you update the
|
|
34
|
-
* <code>ServiceCatalogProvisioningUpdateDetails</code> of a project that is active
|
|
35
|
-
* or being created, or updated, you may lose resources already created by the
|
|
36
|
-
* project.</p>
|
|
37
|
-
* </note>
|
|
30
|
+
* <p>Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model.</p> <note> <p>You must not update a project that is in use. If you update the <code>ServiceCatalogProvisioningUpdateDetails</code> of a project that is active or being created, or updated, you may lose resources already created by the project.</p> </note>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -75,8 +68,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
75
68
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
76
69
|
*
|
|
77
70
|
* @throws {@link ConflictException} (client fault)
|
|
78
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
79
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
71
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
80
72
|
*
|
|
81
73
|
* @throws {@link SageMakerServiceException}
|
|
82
74
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,10 +27,7 @@ declare const UpdateSpaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the settings of a space.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>You can't edit the app type of a space in the <code>SpaceSettings</code>.</p>
|
|
33
|
-
* </note>
|
|
30
|
+
* <p>Updates the settings of a space.</p> <note> <p>You can't edit the app type of a space in the <code>SpaceSettings</code>.</p> </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -148,8 +145,7 @@ declare const UpdateSpaceCommand_base: {
|
|
|
148
145
|
* <p>Resource being accessed is in use.</p>
|
|
149
146
|
*
|
|
150
147
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
151
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
152
|
-
* training jobs created. </p>
|
|
148
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
153
149
|
*
|
|
154
150
|
* @throws {@link ResourceNotFound} (client fault)
|
|
155
151
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,8 +27,7 @@ declare const UpdateTrainingJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Update a model training job to request a new Debugger profiling configuration or to
|
|
31
|
-
* change warm pool retention length.</p>
|
|
30
|
+
* <p>Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -80,8 +79,7 @@ declare const UpdateTrainingJobCommand_base: {
|
|
|
80
79
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
81
80
|
*
|
|
82
81
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
83
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
84
|
-
* training jobs created. </p>
|
|
82
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
85
83
|
*
|
|
86
84
|
* @throws {@link ResourceNotFound} (client fault)
|
|
87
85
|
* <p>Resource being access is not found.</p>
|
|
@@ -53,8 +53,7 @@ declare const UpdateTrialCommand_base: {
|
|
|
53
53
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link ConflictException} (client fault)
|
|
56
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
57
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
56
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
58
57
|
*
|
|
59
58
|
* @throws {@link ResourceNotFound} (client fault)
|
|
60
59
|
* <p>Resource being access is not found.</p>
|
|
@@ -86,8 +86,7 @@ declare const UpdateTrialComponentCommand_base: {
|
|
|
86
86
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link ConflictException} (client fault)
|
|
89
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
90
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
89
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
91
90
|
*
|
|
92
91
|
* @throws {@link ResourceNotFound} (client fault)
|
|
93
92
|
* <p>Resource being access is not found.</p>
|
|
@@ -273,8 +273,7 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
273
273
|
* <p>Resource being accessed is in use.</p>
|
|
274
274
|
*
|
|
275
275
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
276
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
277
|
-
* training jobs created. </p>
|
|
276
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
278
277
|
*
|
|
279
278
|
* @throws {@link ResourceNotFound} (client fault)
|
|
280
279
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,32 +27,7 @@ declare const UpdateWorkforceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use this operation to update your workforce. You can use this operation to
|
|
31
|
-
* require that workers use specific IP addresses to work on tasks
|
|
32
|
-
* and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.</p>
|
|
33
|
-
* <p>The worker portal is now supported in VPC and public internet.</p>
|
|
34
|
-
* <p> Use <code>SourceIpConfig</code> to restrict worker access to tasks to a specific range of IP addresses.
|
|
35
|
-
* You specify allowed IP addresses by creating a list of up to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>.
|
|
36
|
-
* By default, a workforce isn't restricted to specific IP addresses. If you specify a
|
|
37
|
-
* range of IP addresses, workers who attempt to access tasks using any IP address outside
|
|
38
|
-
* the specified range are denied and get a <code>Not Found</code> error message on
|
|
39
|
-
* the worker portal.</p>
|
|
40
|
-
* <p>To restrict access to all the workers in public internet, add the <code>SourceIpConfig</code> CIDR value as "10.0.0.0/16".</p>
|
|
41
|
-
* <important>
|
|
42
|
-
* <p>Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.</p>
|
|
43
|
-
* </important>
|
|
44
|
-
* <p>Use <code>OidcConfig</code> to update the configuration of a workforce created using
|
|
45
|
-
* your own OIDC IdP. </p>
|
|
46
|
-
* <important>
|
|
47
|
-
* <p>You can only update your OIDC IdP configuration when there are no work teams
|
|
48
|
-
* associated with your workforce. You can delete work teams using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a> operation.</p>
|
|
49
|
-
* </important>
|
|
50
|
-
* <p>After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you
|
|
51
|
-
* can view details about your update workforce using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeWorkforce.html">DescribeWorkforce</a>
|
|
52
|
-
* operation.</p>
|
|
53
|
-
* <important>
|
|
54
|
-
* <p>This operation only applies to private workforces.</p>
|
|
55
|
-
* </important>
|
|
30
|
+
* <p>Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.</p> <p>The worker portal is now supported in VPC and public internet.</p> <p> Use <code>SourceIpConfig</code> to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>. By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a <code>Not Found</code> error message on the worker portal.</p> <p>To restrict access to all the workers in public internet, add the <code>SourceIpConfig</code> CIDR value as "10.0.0.0/16".</p> <important> <p>Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.</p> </important> <p>Use <code>OidcConfig</code> to update the configuration of a workforce created using your own OIDC IdP. </p> <important> <p>You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a> operation.</p> </important> <p>After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeWorkforce.html">DescribeWorkforce</a> operation.</p> <important> <p>This operation only applies to private workforces.</p> </important>
|
|
56
31
|
* @example
|
|
57
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
58
33
|
* ```javascript
|
|
@@ -145,8 +120,7 @@ declare const UpdateWorkforceCommand_base: {
|
|
|
145
120
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
146
121
|
*
|
|
147
122
|
* @throws {@link ConflictException} (client fault)
|
|
148
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
149
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
123
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
150
124
|
*
|
|
151
125
|
* @throws {@link SageMakerServiceException}
|
|
152
126
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -114,8 +114,7 @@ declare const UpdateWorkteamCommand_base: {
|
|
|
114
114
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
115
115
|
*
|
|
116
116
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
117
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
118
|
-
* training jobs created. </p>
|
|
117
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
119
118
|
*
|
|
120
119
|
* @throws {@link SageMakerServiceException}
|
|
121
120
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,20 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Provides APIs for creating and managing SageMaker resources. </p>
|
|
3
|
-
* <p>Other Resources:</p>
|
|
4
|
-
* <ul>
|
|
5
|
-
* <li>
|
|
6
|
-
* <p>
|
|
7
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer
|
|
8
|
-
* Guide</a>
|
|
9
|
-
* </p>
|
|
10
|
-
* </li>
|
|
11
|
-
* <li>
|
|
12
|
-
* <p>
|
|
13
|
-
* <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI
|
|
14
|
-
* Runtime API Reference</a>
|
|
15
|
-
* </p>
|
|
16
|
-
* </li>
|
|
17
|
-
* </ul>
|
|
2
|
+
* <p>Provides APIs for creating and managing SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer Guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>
|
|
18
3
|
*
|
|
19
4
|
* @packageDocumentation
|
|
20
5
|
*/
|