@aws-sdk/client-sagemaker 3.299.0 → 3.301.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/dist-types/SageMaker.d.ts +9 -3
- package/dist-types/commands/AddAssociationCommand.d.ts +5 -0
- package/dist-types/commands/AddTagsCommand.d.ts +9 -0
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +4 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/CreateActionCommand.d.ts +26 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +201 -0
- package/dist-types/commands/CreateAppCommand.d.ts +19 -0
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +22 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +28 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +73 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +73 -2
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +14 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +40 -0
- package/dist-types/commands/CreateContextCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +103 -0
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +18 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +143 -0
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +32 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +19 -0
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +20 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +35 -0
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +124 -0
- package/dist-types/commands/CreateExperimentCommand.d.ts +11 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +39 -0
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +41 -0
- package/dist-types/commands/CreateHubCommand.d.ts +17 -0
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +12 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +346 -0
- package/dist-types/commands/CreateImageCommand.d.ts +12 -0
- package/dist-types/commands/CreateImageVersionCommand.d.ts +15 -0
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +52 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +93 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +96 -0
- package/dist-types/commands/CreateModelCardCommand.d.ts +14 -0
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +8 -0
- package/dist-types/commands/CreateModelCommand.d.ts +64 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +93 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +205 -0
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +104 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +114 -0
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +31 -0
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +22 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +7 -0
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -0
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +108 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +21 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +46 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +170 -0
- package/dist-types/commands/CreateTransformJobCommand.d.ts +58 -0
- package/dist-types/commands/CreateTrialCommand.d.ts +17 -0
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +40 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +90 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +37 -0
- package/dist-types/commands/CreateWorkteamCommand.d.ts +28 -0
- package/dist-types/commands/DeleteActionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteArtifactCommand.d.ts +12 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +3 -0
- package/dist-types/commands/DeleteContextCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +3 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +3 -0
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelCardCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrialCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeArtifactCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeContextCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDeviceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeImageCommand.d.ts +3 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelCardCommand.d.ts +4 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrialCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +4 -0
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +3 -0
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +8 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +20 -0
- package/dist-types/commands/ListActionsCommand.d.ts +10 -0
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +9 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +7 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppsCommand.d.ts +9 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +10 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +9 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +11 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListContextsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +7 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +12 -0
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +9 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +12 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +8 -0
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +7 -0
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +12 -0
- package/dist-types/commands/ListHubsCommand.d.ts +11 -0
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +7 -0
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListImageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +13 -0
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +10 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +8 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +12 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +9 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +12 -0
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelsCommand.d.ts +9 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +5 -0
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +15 -0
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +15 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +6 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +9 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +5 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +9 -0
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +8 -0
- package/dist-types/commands/ListStageDevicesCommand.d.ts +7 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +12 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsCommand.d.ts +5 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +8 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListTrialsCommand.d.ts +10 -0
- package/dist-types/commands/ListUserProfilesCommand.d.ts +8 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +7 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +7 -0
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +25 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +10 -0
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +7 -0
- package/dist-types/commands/SearchCommand.d.ts +50 -0
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +5 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +10 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +15 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +3 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +3 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +3 -0
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +21 -0
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +3 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopProcessingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopTransformJobCommand.d.ts +3 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +10 -0
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +12 -0
- package/dist-types/commands/UpdateDevicesCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +129 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +36 -0
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +10 -0
- package/dist-types/commands/UpdateExperimentCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +14 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +8 -0
- package/dist-types/commands/UpdateImageCommand.d.ts +9 -0
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +18 -0
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +42 -0
- package/dist-types/commands/UpdateModelCardCommand.d.ts +5 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +47 -0
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +108 -0
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +22 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +15 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +8 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +19 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +40 -0
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +27 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +82 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +27 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +21 -0
- package/dist-types/models/models_0.d.ts +73 -37
- package/dist-types/models/models_1.d.ts +4 -2
- package/dist-types/models/models_2.d.ts +4 -3
- package/package.json +8 -8
|
@@ -429,7 +429,9 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
429
429
|
/**
|
|
430
430
|
* @public
|
|
431
431
|
* <p>Creates an Autopilot job.</p>
|
|
432
|
-
* <p>Find the best-performing model after you run an Autopilot job by calling
|
|
432
|
+
* <p>Find the best-performing model after you run an Autopilot job by calling <code>
|
|
433
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a>
|
|
434
|
+
* </code>.</p>
|
|
433
435
|
* <p>For information about how to use Autopilot, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">Automate Model
|
|
434
436
|
* Development with Amazon SageMaker Autopilot</a>.</p>
|
|
435
437
|
*/
|
|
@@ -440,8 +442,12 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
440
442
|
* @public
|
|
441
443
|
* <p>Creates an Amazon SageMaker AutoML job that uses non-tabular data such as images or text for
|
|
442
444
|
* Computer Vision or Natural Language Processing problems.</p>
|
|
443
|
-
* <p>Find the resulting model after you run an AutoML job V2 by calling
|
|
444
|
-
*
|
|
445
|
+
* <p>Find the resulting model after you run an AutoML job V2 by calling <code>
|
|
446
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a>
|
|
447
|
+
* </code>.</p>
|
|
448
|
+
* <p>To create an <code>AutoMLJob</code> using tabular data, see <code>
|
|
449
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>
|
|
450
|
+
* </code>.</p>
|
|
445
451
|
* <note>
|
|
446
452
|
* <p>This API action is callable through SageMaker Canvas only. Calling it directly from the CLI
|
|
447
453
|
* or an SDK results in an error.</p>
|
|
@@ -30,6 +30,11 @@ export interface AddAssociationCommandOutput extends AddAssociationResponse, __M
|
|
|
30
30
|
* import { SageMakerClient, AddAssociationCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
31
31
|
* // const { SageMakerClient, AddAssociationCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
32
32
|
* const client = new SageMakerClient(config);
|
|
33
|
+
* const input = { // AddAssociationRequest
|
|
34
|
+
* SourceArn: "STRING_VALUE", // required
|
|
35
|
+
* DestinationArn: "STRING_VALUE", // required
|
|
36
|
+
* AssociationType: "ContributedTo" || "AssociatedWith" || "DerivedFrom" || "Produced",
|
|
37
|
+
* };
|
|
33
38
|
* const command = new AddAssociationCommand(input);
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
@@ -50,6 +50,15 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
50
50
|
* import { SageMakerClient, AddTagsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
51
51
|
* // const { SageMakerClient, AddTagsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
52
52
|
* const client = new SageMakerClient(config);
|
|
53
|
+
* const input = { // AddTagsInput
|
|
54
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
55
|
+
* Tags: [ // TagList // required
|
|
56
|
+
* { // Tag
|
|
57
|
+
* Key: "STRING_VALUE", // required
|
|
58
|
+
* Value: "STRING_VALUE", // required
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* };
|
|
53
62
|
* const command = new AddTagsCommand(input);
|
|
54
63
|
* const response = await client.send(command);
|
|
55
64
|
* ```
|
|
@@ -27,6 +27,10 @@ export interface AssociateTrialComponentCommandOutput extends AssociateTrialComp
|
|
|
27
27
|
* import { SageMakerClient, AssociateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, AssociateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // AssociateTrialComponentRequest
|
|
31
|
+
* TrialComponentName: "STRING_VALUE", // required
|
|
32
|
+
* TrialName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new AssociateTrialComponentCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeMod
|
|
|
26
26
|
* import { SageMakerClient, BatchDescribeModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, BatchDescribeModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // BatchDescribeModelPackageInput
|
|
30
|
+
* ModelPackageArnList: [ // ModelPackageArnList // required
|
|
31
|
+
* "STRING_VALUE",
|
|
32
|
+
* ],
|
|
33
|
+
* };
|
|
29
34
|
* const command = new BatchDescribeModelPackageCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -30,6 +30,32 @@ export interface CreateActionCommandOutput extends CreateActionResponse, __Metad
|
|
|
30
30
|
* import { SageMakerClient, CreateActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
31
31
|
* // const { SageMakerClient, CreateActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
32
32
|
* const client = new SageMakerClient(config);
|
|
33
|
+
* const input = { // CreateActionRequest
|
|
34
|
+
* ActionName: "STRING_VALUE", // required
|
|
35
|
+
* Source: { // ActionSource
|
|
36
|
+
* SourceUri: "STRING_VALUE", // required
|
|
37
|
+
* SourceType: "STRING_VALUE",
|
|
38
|
+
* SourceId: "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* ActionType: "STRING_VALUE", // required
|
|
41
|
+
* Description: "STRING_VALUE",
|
|
42
|
+
* Status: "Unknown" || "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
|
|
43
|
+
* Properties: { // LineageEntityParameters
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* MetadataProperties: { // MetadataProperties
|
|
47
|
+
* CommitId: "STRING_VALUE",
|
|
48
|
+
* Repository: "STRING_VALUE",
|
|
49
|
+
* GeneratedBy: "STRING_VALUE",
|
|
50
|
+
* ProjectId: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* Tags: [ // TagList
|
|
53
|
+
* { // Tag
|
|
54
|
+
* Key: "STRING_VALUE", // required
|
|
55
|
+
* Value: "STRING_VALUE", // required
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* };
|
|
33
59
|
* const command = new CreateActionCommand(input);
|
|
34
60
|
* const response = await client.send(command);
|
|
35
61
|
* ```
|
|
@@ -26,6 +26,207 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
|
|
|
26
26
|
* import { SageMakerClient, CreateAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, CreateAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // CreateAlgorithmInput
|
|
30
|
+
* AlgorithmName: "STRING_VALUE", // required
|
|
31
|
+
* AlgorithmDescription: "STRING_VALUE",
|
|
32
|
+
* TrainingSpecification: { // TrainingSpecification
|
|
33
|
+
* TrainingImage: "STRING_VALUE", // required
|
|
34
|
+
* TrainingImageDigest: "STRING_VALUE",
|
|
35
|
+
* SupportedHyperParameters: [ // HyperParameterSpecifications
|
|
36
|
+
* { // HyperParameterSpecification
|
|
37
|
+
* Name: "STRING_VALUE", // required
|
|
38
|
+
* Description: "STRING_VALUE",
|
|
39
|
+
* Type: "Integer" || "Continuous" || "Categorical" || "FreeText", // required
|
|
40
|
+
* Range: { // ParameterRange
|
|
41
|
+
* IntegerParameterRangeSpecification: { // IntegerParameterRangeSpecification
|
|
42
|
+
* MinValue: "STRING_VALUE", // required
|
|
43
|
+
* MaxValue: "STRING_VALUE", // required
|
|
44
|
+
* },
|
|
45
|
+
* ContinuousParameterRangeSpecification: { // ContinuousParameterRangeSpecification
|
|
46
|
+
* MinValue: "STRING_VALUE", // required
|
|
47
|
+
* MaxValue: "STRING_VALUE", // required
|
|
48
|
+
* },
|
|
49
|
+
* CategoricalParameterRangeSpecification: { // CategoricalParameterRangeSpecification
|
|
50
|
+
* Values: [ // ParameterValues // required
|
|
51
|
+
* "STRING_VALUE",
|
|
52
|
+
* ],
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
55
|
+
* IsTunable: true || false,
|
|
56
|
+
* IsRequired: true || false,
|
|
57
|
+
* DefaultValue: "STRING_VALUE",
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* SupportedTrainingInstanceTypes: [ // TrainingInstanceTypes // required
|
|
61
|
+
* "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "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.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge",
|
|
62
|
+
* ],
|
|
63
|
+
* SupportsDistributedTraining: true || false,
|
|
64
|
+
* MetricDefinitions: [ // MetricDefinitionList
|
|
65
|
+
* { // MetricDefinition
|
|
66
|
+
* Name: "STRING_VALUE", // required
|
|
67
|
+
* Regex: "STRING_VALUE", // required
|
|
68
|
+
* },
|
|
69
|
+
* ],
|
|
70
|
+
* TrainingChannels: [ // ChannelSpecifications // required
|
|
71
|
+
* { // ChannelSpecification
|
|
72
|
+
* Name: "STRING_VALUE", // required
|
|
73
|
+
* Description: "STRING_VALUE",
|
|
74
|
+
* IsRequired: true || false,
|
|
75
|
+
* SupportedContentTypes: [ // ContentTypes // required
|
|
76
|
+
* "STRING_VALUE",
|
|
77
|
+
* ],
|
|
78
|
+
* SupportedCompressionTypes: [ // CompressionTypes
|
|
79
|
+
* "None" || "Gzip",
|
|
80
|
+
* ],
|
|
81
|
+
* SupportedInputModes: [ // InputModes // required
|
|
82
|
+
* "Pipe" || "File" || "FastFile",
|
|
83
|
+
* ],
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* SupportedTuningJobObjectiveMetrics: [ // HyperParameterTuningJobObjectives
|
|
87
|
+
* { // HyperParameterTuningJobObjective
|
|
88
|
+
* Type: "Maximize" || "Minimize", // required
|
|
89
|
+
* MetricName: "STRING_VALUE", // required
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* },
|
|
93
|
+
* InferenceSpecification: { // InferenceSpecification
|
|
94
|
+
* Containers: [ // ModelPackageContainerDefinitionList // required
|
|
95
|
+
* { // ModelPackageContainerDefinition
|
|
96
|
+
* ContainerHostname: "STRING_VALUE",
|
|
97
|
+
* Image: "STRING_VALUE", // required
|
|
98
|
+
* ImageDigest: "STRING_VALUE",
|
|
99
|
+
* ModelDataUrl: "STRING_VALUE",
|
|
100
|
+
* ProductId: "STRING_VALUE",
|
|
101
|
+
* Environment: { // EnvironmentMap
|
|
102
|
+
* "<keys>": "STRING_VALUE",
|
|
103
|
+
* },
|
|
104
|
+
* ModelInput: { // ModelInput
|
|
105
|
+
* DataInputConfig: "STRING_VALUE", // required
|
|
106
|
+
* },
|
|
107
|
+
* Framework: "STRING_VALUE",
|
|
108
|
+
* FrameworkVersion: "STRING_VALUE",
|
|
109
|
+
* NearestModelName: "STRING_VALUE",
|
|
110
|
+
* },
|
|
111
|
+
* ],
|
|
112
|
+
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
113
|
+
* "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "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.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge",
|
|
114
|
+
* ],
|
|
115
|
+
* SupportedRealtimeInferenceInstanceTypes: [ // RealtimeInferenceInstanceTypes
|
|
116
|
+
* "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",
|
|
117
|
+
* ],
|
|
118
|
+
* SupportedContentTypes: [ // required
|
|
119
|
+
* "STRING_VALUE",
|
|
120
|
+
* ],
|
|
121
|
+
* SupportedResponseMIMETypes: [ // ResponseMIMETypes // required
|
|
122
|
+
* "STRING_VALUE",
|
|
123
|
+
* ],
|
|
124
|
+
* },
|
|
125
|
+
* ValidationSpecification: { // AlgorithmValidationSpecification
|
|
126
|
+
* ValidationRole: "STRING_VALUE", // required
|
|
127
|
+
* ValidationProfiles: [ // AlgorithmValidationProfiles // required
|
|
128
|
+
* { // AlgorithmValidationProfile
|
|
129
|
+
* ProfileName: "STRING_VALUE", // required
|
|
130
|
+
* TrainingJobDefinition: { // TrainingJobDefinition
|
|
131
|
+
* TrainingInputMode: "Pipe" || "File" || "FastFile", // required
|
|
132
|
+
* HyperParameters: { // HyperParameters
|
|
133
|
+
* "<keys>": "STRING_VALUE",
|
|
134
|
+
* },
|
|
135
|
+
* InputDataConfig: [ // InputDataConfig // required
|
|
136
|
+
* { // Channel
|
|
137
|
+
* ChannelName: "STRING_VALUE", // required
|
|
138
|
+
* DataSource: { // DataSource
|
|
139
|
+
* S3DataSource: { // S3DataSource
|
|
140
|
+
* S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
|
|
141
|
+
* S3Uri: "STRING_VALUE", // required
|
|
142
|
+
* S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
143
|
+
* AttributeNames: [ // AttributeNames
|
|
144
|
+
* "STRING_VALUE",
|
|
145
|
+
* ],
|
|
146
|
+
* InstanceGroupNames: [ // InstanceGroupNames
|
|
147
|
+
* "STRING_VALUE",
|
|
148
|
+
* ],
|
|
149
|
+
* },
|
|
150
|
+
* FileSystemDataSource: { // FileSystemDataSource
|
|
151
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
152
|
+
* FileSystemAccessMode: "rw" || "ro", // required
|
|
153
|
+
* FileSystemType: "EFS" || "FSxLustre", // required
|
|
154
|
+
* DirectoryPath: "STRING_VALUE", // required
|
|
155
|
+
* },
|
|
156
|
+
* },
|
|
157
|
+
* ContentType: "STRING_VALUE",
|
|
158
|
+
* CompressionType: "None" || "Gzip",
|
|
159
|
+
* RecordWrapperType: "None" || "RecordIO",
|
|
160
|
+
* InputMode: "Pipe" || "File" || "FastFile",
|
|
161
|
+
* ShuffleConfig: { // ShuffleConfig
|
|
162
|
+
* Seed: Number("long"), // required
|
|
163
|
+
* },
|
|
164
|
+
* },
|
|
165
|
+
* ],
|
|
166
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
167
|
+
* KmsKeyId: "STRING_VALUE",
|
|
168
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
169
|
+
* },
|
|
170
|
+
* ResourceConfig: { // ResourceConfig
|
|
171
|
+
* InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "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.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge",
|
|
172
|
+
* InstanceCount: Number("int"),
|
|
173
|
+
* VolumeSizeInGB: Number("int"), // required
|
|
174
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
175
|
+
* InstanceGroups: [ // InstanceGroups
|
|
176
|
+
* { // InstanceGroup
|
|
177
|
+
* InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "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.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge", // required
|
|
178
|
+
* InstanceCount: Number("int"), // required
|
|
179
|
+
* InstanceGroupName: "STRING_VALUE", // required
|
|
180
|
+
* },
|
|
181
|
+
* ],
|
|
182
|
+
* KeepAlivePeriodInSeconds: Number("int"),
|
|
183
|
+
* },
|
|
184
|
+
* StoppingCondition: { // StoppingCondition
|
|
185
|
+
* MaxRuntimeInSeconds: Number("int"),
|
|
186
|
+
* MaxWaitTimeInSeconds: Number("int"),
|
|
187
|
+
* },
|
|
188
|
+
* },
|
|
189
|
+
* TransformJobDefinition: { // TransformJobDefinition
|
|
190
|
+
* MaxConcurrentTransforms: Number("int"),
|
|
191
|
+
* MaxPayloadInMB: Number("int"),
|
|
192
|
+
* BatchStrategy: "MultiRecord" || "SingleRecord",
|
|
193
|
+
* Environment: { // TransformEnvironmentMap
|
|
194
|
+
* "<keys>": "STRING_VALUE",
|
|
195
|
+
* },
|
|
196
|
+
* TransformInput: { // TransformInput
|
|
197
|
+
* DataSource: { // TransformDataSource
|
|
198
|
+
* S3DataSource: { // TransformS3DataSource
|
|
199
|
+
* S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
|
|
200
|
+
* S3Uri: "STRING_VALUE", // required
|
|
201
|
+
* },
|
|
202
|
+
* },
|
|
203
|
+
* ContentType: "STRING_VALUE",
|
|
204
|
+
* CompressionType: "None" || "Gzip",
|
|
205
|
+
* SplitType: "None" || "Line" || "RecordIO" || "TFRecord",
|
|
206
|
+
* },
|
|
207
|
+
* TransformOutput: { // TransformOutput
|
|
208
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
209
|
+
* Accept: "STRING_VALUE",
|
|
210
|
+
* AssembleWith: "None" || "Line",
|
|
211
|
+
* KmsKeyId: "STRING_VALUE",
|
|
212
|
+
* },
|
|
213
|
+
* TransformResources: { // TransformResources
|
|
214
|
+
* InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "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.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge", // required
|
|
215
|
+
* InstanceCount: Number("int"), // required
|
|
216
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
217
|
+
* },
|
|
218
|
+
* },
|
|
219
|
+
* },
|
|
220
|
+
* ],
|
|
221
|
+
* },
|
|
222
|
+
* CertifyForMarketplace: true || false,
|
|
223
|
+
* Tags: [ // TagList
|
|
224
|
+
* { // Tag
|
|
225
|
+
* Key: "STRING_VALUE", // required
|
|
226
|
+
* Value: "STRING_VALUE", // required
|
|
227
|
+
* },
|
|
228
|
+
* ],
|
|
229
|
+
* };
|
|
29
230
|
* const command = new CreateAlgorithmCommand(input);
|
|
30
231
|
* const response = await client.send(command);
|
|
31
232
|
* ```
|
|
@@ -28,6 +28,25 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
|
|
|
28
28
|
* import { SageMakerClient, CreateAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, CreateAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // CreateAppRequest
|
|
32
|
+
* DomainId: "STRING_VALUE", // required
|
|
33
|
+
* UserProfileName: "STRING_VALUE",
|
|
34
|
+
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway", // required
|
|
35
|
+
* AppName: "STRING_VALUE", // required
|
|
36
|
+
* Tags: [ // TagList
|
|
37
|
+
* { // Tag
|
|
38
|
+
* Key: "STRING_VALUE", // required
|
|
39
|
+
* Value: "STRING_VALUE", // required
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* ResourceSpec: { // ResourceSpec
|
|
43
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
44
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
45
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "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.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
|
|
46
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* SpaceName: "STRING_VALUE",
|
|
49
|
+
* };
|
|
31
50
|
* const command = new CreateAppCommand(input);
|
|
32
51
|
* const response = await client.send(command);
|
|
33
52
|
* ```
|
|
@@ -28,6 +28,28 @@ export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigR
|
|
|
28
28
|
* import { SageMakerClient, CreateAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, CreateAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // CreateAppImageConfigRequest
|
|
32
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
33
|
+
* Tags: [ // TagList
|
|
34
|
+
* { // Tag
|
|
35
|
+
* Key: "STRING_VALUE", // required
|
|
36
|
+
* Value: "STRING_VALUE", // required
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* KernelGatewayImageConfig: { // KernelGatewayImageConfig
|
|
40
|
+
* KernelSpecs: [ // KernelSpecs // required
|
|
41
|
+
* { // KernelSpec
|
|
42
|
+
* Name: "STRING_VALUE", // required
|
|
43
|
+
* DisplayName: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* FileSystemConfig: { // FileSystemConfig
|
|
47
|
+
* MountPath: "STRING_VALUE",
|
|
48
|
+
* DefaultUid: Number("int"),
|
|
49
|
+
* DefaultGid: Number("int"),
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
52
|
+
* };
|
|
31
53
|
* const command = new CreateAppImageConfigCommand(input);
|
|
32
54
|
* const response = await client.send(command);
|
|
33
55
|
* ```
|
|
@@ -30,6 +30,34 @@ export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __M
|
|
|
30
30
|
* import { SageMakerClient, CreateArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
31
31
|
* // const { SageMakerClient, CreateArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
32
32
|
* const client = new SageMakerClient(config);
|
|
33
|
+
* const input = { // CreateArtifactRequest
|
|
34
|
+
* ArtifactName: "STRING_VALUE",
|
|
35
|
+
* Source: { // ArtifactSource
|
|
36
|
+
* SourceUri: "STRING_VALUE", // required
|
|
37
|
+
* SourceTypes: [ // ArtifactSourceTypes
|
|
38
|
+
* { // ArtifactSourceType
|
|
39
|
+
* SourceIdType: "MD5Hash" || "S3ETag" || "S3Version" || "Custom", // required
|
|
40
|
+
* Value: "STRING_VALUE", // required
|
|
41
|
+
* },
|
|
42
|
+
* ],
|
|
43
|
+
* },
|
|
44
|
+
* ArtifactType: "STRING_VALUE", // required
|
|
45
|
+
* Properties: { // LineageEntityParameters
|
|
46
|
+
* "<keys>": "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* MetadataProperties: { // MetadataProperties
|
|
49
|
+
* CommitId: "STRING_VALUE",
|
|
50
|
+
* Repository: "STRING_VALUE",
|
|
51
|
+
* GeneratedBy: "STRING_VALUE",
|
|
52
|
+
* ProjectId: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* Tags: [ // TagList
|
|
55
|
+
* { // Tag
|
|
56
|
+
* Key: "STRING_VALUE", // required
|
|
57
|
+
* Value: "STRING_VALUE", // required
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* };
|
|
33
61
|
* const command = new CreateArtifactCommand(input);
|
|
34
62
|
* const response = await client.send(command);
|
|
35
63
|
* ```
|
|
@@ -20,7 +20,9 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Creates an Autopilot job.</p>
|
|
23
|
-
* <p>Find the best-performing model after you run an Autopilot job by calling
|
|
23
|
+
* <p>Find the best-performing model after you run an Autopilot job by calling <code>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a>
|
|
25
|
+
* </code>.</p>
|
|
24
26
|
* <p>For information about how to use Autopilot, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">Automate Model
|
|
25
27
|
* Development with Amazon SageMaker Autopilot</a>.</p>
|
|
26
28
|
* @example
|
|
@@ -29,6 +31,76 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
|
|
|
29
31
|
* import { SageMakerClient, CreateAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
32
|
* // const { SageMakerClient, CreateAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
33
|
* const client = new SageMakerClient(config);
|
|
34
|
+
* const input = { // CreateAutoMLJobRequest
|
|
35
|
+
* AutoMLJobName: "STRING_VALUE", // required
|
|
36
|
+
* InputDataConfig: [ // AutoMLInputDataConfig // required
|
|
37
|
+
* { // AutoMLChannel
|
|
38
|
+
* DataSource: { // AutoMLDataSource
|
|
39
|
+
* S3DataSource: { // AutoMLS3DataSource
|
|
40
|
+
* S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
|
|
41
|
+
* S3Uri: "STRING_VALUE", // required
|
|
42
|
+
* },
|
|
43
|
+
* },
|
|
44
|
+
* CompressionType: "None" || "Gzip",
|
|
45
|
+
* TargetAttributeName: "STRING_VALUE", // required
|
|
46
|
+
* ContentType: "STRING_VALUE",
|
|
47
|
+
* ChannelType: "training" || "validation",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* OutputDataConfig: { // AutoMLOutputDataConfig
|
|
51
|
+
* KmsKeyId: "STRING_VALUE",
|
|
52
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* ProblemType: "BinaryClassification" || "MulticlassClassification" || "Regression",
|
|
55
|
+
* AutoMLJobObjective: { // AutoMLJobObjective
|
|
56
|
+
* MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro", // required
|
|
57
|
+
* },
|
|
58
|
+
* AutoMLJobConfig: { // AutoMLJobConfig
|
|
59
|
+
* CompletionCriteria: { // AutoMLJobCompletionCriteria
|
|
60
|
+
* MaxCandidates: Number("int"),
|
|
61
|
+
* MaxRuntimePerTrainingJobInSeconds: Number("int"),
|
|
62
|
+
* MaxAutoMLJobRuntimeInSeconds: Number("int"),
|
|
63
|
+
* },
|
|
64
|
+
* SecurityConfig: { // AutoMLSecurityConfig
|
|
65
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
66
|
+
* EnableInterContainerTrafficEncryption: true || false,
|
|
67
|
+
* VpcConfig: { // VpcConfig
|
|
68
|
+
* SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* Subnets: [ // Subnets // required
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
76
|
+
* DataSplitConfig: { // AutoMLDataSplitConfig
|
|
77
|
+
* ValidationFraction: Number("float"),
|
|
78
|
+
* },
|
|
79
|
+
* CandidateGenerationConfig: { // AutoMLCandidateGenerationConfig
|
|
80
|
+
* FeatureSpecificationS3Uri: "STRING_VALUE",
|
|
81
|
+
* AlgorithmsConfig: [ // AutoMLAlgorithmsConfig
|
|
82
|
+
* { // AutoMLAlgorithmConfig
|
|
83
|
+
* AutoMLAlgorithms: [ // AutoMLAlgorithms // required
|
|
84
|
+
* "xgboost" || "linear-learner" || "mlp" || "lightgbm" || "catboost" || "randomforest" || "extra-trees" || "nn-torch" || "fastai",
|
|
85
|
+
* ],
|
|
86
|
+
* },
|
|
87
|
+
* ],
|
|
88
|
+
* },
|
|
89
|
+
* Mode: "AUTO" || "ENSEMBLING" || "HYPERPARAMETER_TUNING",
|
|
90
|
+
* },
|
|
91
|
+
* RoleArn: "STRING_VALUE", // required
|
|
92
|
+
* GenerateCandidateDefinitionsOnly: true || false,
|
|
93
|
+
* Tags: [ // TagList
|
|
94
|
+
* { // Tag
|
|
95
|
+
* Key: "STRING_VALUE", // required
|
|
96
|
+
* Value: "STRING_VALUE", // required
|
|
97
|
+
* },
|
|
98
|
+
* ],
|
|
99
|
+
* ModelDeployConfig: { // ModelDeployConfig
|
|
100
|
+
* AutoGenerateEndpointName: true || false,
|
|
101
|
+
* EndpointName: "STRING_VALUE",
|
|
102
|
+
* },
|
|
103
|
+
* };
|
|
32
104
|
* const command = new CreateAutoMLJobCommand(input);
|
|
33
105
|
* const response = await client.send(command);
|
|
34
106
|
* ```
|
|
@@ -21,8 +21,12 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
|
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Creates an Amazon SageMaker AutoML job that uses non-tabular data such as images or text for
|
|
23
23
|
* Computer Vision or Natural Language Processing problems.</p>
|
|
24
|
-
* <p>Find the resulting model after you run an AutoML job V2 by calling
|
|
25
|
-
*
|
|
24
|
+
* <p>Find the resulting model after you run an AutoML job V2 by calling <code>
|
|
25
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a>
|
|
26
|
+
* </code>.</p>
|
|
27
|
+
* <p>To create an <code>AutoMLJob</code> using tabular data, see <code>
|
|
28
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>
|
|
29
|
+
* </code>.</p>
|
|
26
30
|
* <note>
|
|
27
31
|
* <p>This API action is callable through SageMaker Canvas only. Calling it directly from the CLI
|
|
28
32
|
* or an SDK results in an error.</p>
|
|
@@ -33,6 +37,73 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
|
|
|
33
37
|
* import { SageMakerClient, CreateAutoMLJobV2Command } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
34
38
|
* // const { SageMakerClient, CreateAutoMLJobV2Command } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
35
39
|
* const client = new SageMakerClient(config);
|
|
40
|
+
* const input = { // CreateAutoMLJobV2Request
|
|
41
|
+
* AutoMLJobName: "STRING_VALUE", // required
|
|
42
|
+
* AutoMLJobInputDataConfig: [ // AutoMLJobInputDataConfig // required
|
|
43
|
+
* { // AutoMLJobChannel
|
|
44
|
+
* ChannelType: "training" || "validation",
|
|
45
|
+
* ContentType: "STRING_VALUE",
|
|
46
|
+
* CompressionType: "None" || "Gzip",
|
|
47
|
+
* DataSource: { // AutoMLDataSource
|
|
48
|
+
* S3DataSource: { // AutoMLS3DataSource
|
|
49
|
+
* S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
|
|
50
|
+
* S3Uri: "STRING_VALUE", // required
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* OutputDataConfig: { // AutoMLOutputDataConfig
|
|
56
|
+
* KmsKeyId: "STRING_VALUE",
|
|
57
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
58
|
+
* },
|
|
59
|
+
* AutoMLProblemTypeConfig: { // AutoMLProblemTypeConfig Union: only one key present
|
|
60
|
+
* ImageClassificationJobConfig: { // ImageClassificationJobConfig
|
|
61
|
+
* CompletionCriteria: { // AutoMLJobCompletionCriteria
|
|
62
|
+
* MaxCandidates: Number("int"),
|
|
63
|
+
* MaxRuntimePerTrainingJobInSeconds: Number("int"),
|
|
64
|
+
* MaxAutoMLJobRuntimeInSeconds: Number("int"),
|
|
65
|
+
* },
|
|
66
|
+
* },
|
|
67
|
+
* TextClassificationJobConfig: { // TextClassificationJobConfig
|
|
68
|
+
* CompletionCriteria: {
|
|
69
|
+
* MaxCandidates: Number("int"),
|
|
70
|
+
* MaxRuntimePerTrainingJobInSeconds: Number("int"),
|
|
71
|
+
* MaxAutoMLJobRuntimeInSeconds: Number("int"),
|
|
72
|
+
* },
|
|
73
|
+
* ContentColumn: "STRING_VALUE",
|
|
74
|
+
* TargetLabelColumn: "STRING_VALUE",
|
|
75
|
+
* },
|
|
76
|
+
* },
|
|
77
|
+
* RoleArn: "STRING_VALUE", // required
|
|
78
|
+
* Tags: [ // TagList
|
|
79
|
+
* { // Tag
|
|
80
|
+
* Key: "STRING_VALUE", // required
|
|
81
|
+
* Value: "STRING_VALUE", // required
|
|
82
|
+
* },
|
|
83
|
+
* ],
|
|
84
|
+
* SecurityConfig: { // AutoMLSecurityConfig
|
|
85
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
86
|
+
* EnableInterContainerTrafficEncryption: true || false,
|
|
87
|
+
* VpcConfig: { // VpcConfig
|
|
88
|
+
* SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
89
|
+
* "STRING_VALUE",
|
|
90
|
+
* ],
|
|
91
|
+
* Subnets: [ // Subnets // required
|
|
92
|
+
* "STRING_VALUE",
|
|
93
|
+
* ],
|
|
94
|
+
* },
|
|
95
|
+
* },
|
|
96
|
+
* AutoMLJobObjective: { // AutoMLJobObjective
|
|
97
|
+
* MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro", // required
|
|
98
|
+
* },
|
|
99
|
+
* ModelDeployConfig: { // ModelDeployConfig
|
|
100
|
+
* AutoGenerateEndpointName: true || false,
|
|
101
|
+
* EndpointName: "STRING_VALUE",
|
|
102
|
+
* },
|
|
103
|
+
* DataSplitConfig: { // AutoMLDataSplitConfig
|
|
104
|
+
* ValidationFraction: Number("float"),
|
|
105
|
+
* },
|
|
106
|
+
* };
|
|
36
107
|
* const command = new CreateAutoMLJobV2Command(input);
|
|
37
108
|
* const response = await client.send(command);
|
|
38
109
|
* ```
|
|
@@ -32,6 +32,20 @@ export interface CreateCodeRepositoryCommandOutput extends CreateCodeRepositoryO
|
|
|
32
32
|
* import { SageMakerClient, CreateCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
33
33
|
* // const { SageMakerClient, CreateCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
34
34
|
* const client = new SageMakerClient(config);
|
|
35
|
+
* const input = { // CreateCodeRepositoryInput
|
|
36
|
+
* CodeRepositoryName: "STRING_VALUE", // required
|
|
37
|
+
* GitConfig: { // GitConfig
|
|
38
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
39
|
+
* Branch: "STRING_VALUE",
|
|
40
|
+
* SecretArn: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* Tags: [ // TagList
|
|
43
|
+
* { // Tag
|
|
44
|
+
* Key: "STRING_VALUE", // required
|
|
45
|
+
* Value: "STRING_VALUE", // required
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* };
|
|
35
49
|
* const command = new CreateCodeRepositoryCommand(input);
|
|
36
50
|
* const response = await client.send(command);
|
|
37
51
|
* ```
|