@aws-sdk/client-sagemaker 3.325.0 → 3.327.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-cjs/models/models_0.js +6 -0
- package/dist-es/models/models_0.js +6 -0
- package/dist-types/commands/AddAssociationCommand.d.ts +7 -0
- package/dist-types/commands/AddTagsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +7 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +54 -0
- package/dist-types/commands/CreateActionCommand.d.ts +6 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +7 -1
- package/dist-types/commands/CreateAppCommand.d.ts +6 -0
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +6 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +6 -0
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateContextCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +7 -0
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +6 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +6 -0
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +8 -2
- package/dist-types/commands/CreateExperimentCommand.d.ts +6 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateHubCommand.d.ts +6 -0
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +6 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/CreateImageVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +7 -1
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelCardCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +8 -2
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +6 -0
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +6 -0
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +6 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +6 -0
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +6 -0
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +7 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateTransformJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateTrialCommand.d.ts +6 -0
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +6 -0
- package/dist-types/commands/CreateWorkteamCommand.d.ts +6 -0
- package/dist-types/commands/DeleteActionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteArtifactCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContextCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelCardCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrialCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +47 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +218 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +22 -0
- package/dist-types/commands/DescribeArtifactCommand.d.ts +49 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +154 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +135 -0
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +14 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +51 -0
- package/dist-types/commands/DescribeContextCommand.d.ts +40 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +102 -0
- package/dist-types/commands/DescribeDeviceCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +154 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +44 -0
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +222 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +127 -0
- package/dist-types/commands/DescribeExperimentCommand.d.ts +35 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +51 -0
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +42 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +19 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +28 -0
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +13 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +408 -0
- package/dist-types/commands/DescribeImageCommand.d.ts +14 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +21 -0
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +61 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +131 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +98 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +31 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +95 -0
- package/dist-types/commands/DescribeModelCardCommand.d.ts +36 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +19 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +63 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +243 -0
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +20 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +103 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +130 -0
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +35 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +19 -0
- package/dist-types/commands/DescribePipelineCommand.d.ts +38 -0
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +7 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +40 -0
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +116 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +47 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +49 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +12 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +222 -0
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +63 -0
- package/dist-types/commands/DescribeTrialCommand.d.ts +41 -0
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +84 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +97 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +42 -0
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +34 -0
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +7 -0
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +35 -0
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +10 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +7 -0
- package/dist-types/commands/ListActionsCommand.d.ts +21 -0
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +15 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +9 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +27 -0
- package/dist-types/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +24 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +28 -0
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +23 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +64 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +19 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +21 -0
- package/dist-types/commands/ListContextsCommand.d.ts +20 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +14 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +24 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +17 -0
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +18 -0
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +18 -0
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +15 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +19 -0
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +18 -0
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +15 -0
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +22 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +22 -0
- package/dist-types/commands/ListHubsCommand.d.ts +20 -0
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +13 -0
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +34 -0
- package/dist-types/commands/ListImageVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListImagesCommand.d.ts +18 -0
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +23 -0
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +45 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +20 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +45 -0
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +20 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +15 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +15 -0
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +15 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +15 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +18 -0
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListModelsCommand.d.ts +13 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +14 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +21 -0
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +20 -0
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +18 -0
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +22 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +97 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +12 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +18 -0
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +18 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
- package/dist-types/commands/ListStageDevicesCommand.d.ts +21 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +15 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsCommand.d.ts +12 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +21 -0
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +28 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +45 -0
- package/dist-types/commands/ListTrialsCommand.d.ts +19 -0
- package/dist-types/commands/ListUserProfilesCommand.d.ts +15 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +45 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +37 -0
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +20 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +4 -0
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +12 -0
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/SearchCommand.d.ts +1819 -0
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +6 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +6 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +4 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +4 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +4 -0
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +4 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StopProcessingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopTrainingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopTransformJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +6 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDevicesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateExperimentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +6 -0
- package/dist-types/commands/UpdateImageCommand.d.ts +6 -0
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateModelCardCommand.d.ts +6 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +7 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +7 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +42 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +34 -0
- package/dist-types/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +7 -7
|
@@ -31,6 +31,134 @@ export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitor
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeMonitoringScheduleCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeMonitoringScheduleResponse
|
|
35
|
+
* // MonitoringScheduleArn: "STRING_VALUE", // required
|
|
36
|
+
* // MonitoringScheduleName: "STRING_VALUE", // required
|
|
37
|
+
* // MonitoringScheduleStatus: "Pending" || "Failed" || "Scheduled" || "Stopped", // required
|
|
38
|
+
* // MonitoringType: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
|
|
39
|
+
* // FailureReason: "STRING_VALUE",
|
|
40
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
41
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
42
|
+
* // MonitoringScheduleConfig: { // MonitoringScheduleConfig
|
|
43
|
+
* // ScheduleConfig: { // ScheduleConfig
|
|
44
|
+
* // ScheduleExpression: "STRING_VALUE", // required
|
|
45
|
+
* // },
|
|
46
|
+
* // MonitoringJobDefinition: { // MonitoringJobDefinition
|
|
47
|
+
* // BaselineConfig: { // MonitoringBaselineConfig
|
|
48
|
+
* // BaseliningJobName: "STRING_VALUE",
|
|
49
|
+
* // ConstraintsResource: { // MonitoringConstraintsResource
|
|
50
|
+
* // S3Uri: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // StatisticsResource: { // MonitoringStatisticsResource
|
|
53
|
+
* // S3Uri: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // MonitoringInputs: [ // MonitoringInputs // required
|
|
57
|
+
* // { // MonitoringInput
|
|
58
|
+
* // EndpointInput: { // EndpointInput
|
|
59
|
+
* // EndpointName: "STRING_VALUE", // required
|
|
60
|
+
* // LocalPath: "STRING_VALUE", // required
|
|
61
|
+
* // S3InputMode: "Pipe" || "File",
|
|
62
|
+
* // S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
63
|
+
* // FeaturesAttribute: "STRING_VALUE",
|
|
64
|
+
* // InferenceAttribute: "STRING_VALUE",
|
|
65
|
+
* // ProbabilityAttribute: "STRING_VALUE",
|
|
66
|
+
* // ProbabilityThresholdAttribute: Number("double"),
|
|
67
|
+
* // StartTimeOffset: "STRING_VALUE",
|
|
68
|
+
* // EndTimeOffset: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // BatchTransformInput: { // BatchTransformInput
|
|
71
|
+
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
72
|
+
* // DatasetFormat: { // MonitoringDatasetFormat
|
|
73
|
+
* // Csv: { // MonitoringCsvDatasetFormat
|
|
74
|
+
* // Header: true || false,
|
|
75
|
+
* // },
|
|
76
|
+
* // Json: { // MonitoringJsonDatasetFormat
|
|
77
|
+
* // Line: true || false,
|
|
78
|
+
* // },
|
|
79
|
+
* // Parquet: {},
|
|
80
|
+
* // },
|
|
81
|
+
* // LocalPath: "STRING_VALUE", // required
|
|
82
|
+
* // S3InputMode: "Pipe" || "File",
|
|
83
|
+
* // S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
84
|
+
* // FeaturesAttribute: "STRING_VALUE",
|
|
85
|
+
* // InferenceAttribute: "STRING_VALUE",
|
|
86
|
+
* // ProbabilityAttribute: "STRING_VALUE",
|
|
87
|
+
* // ProbabilityThresholdAttribute: Number("double"),
|
|
88
|
+
* // StartTimeOffset: "STRING_VALUE",
|
|
89
|
+
* // EndTimeOffset: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // MonitoringOutputConfig: { // MonitoringOutputConfig
|
|
94
|
+
* // MonitoringOutputs: [ // MonitoringOutputs // required
|
|
95
|
+
* // { // MonitoringOutput
|
|
96
|
+
* // S3Output: { // MonitoringS3Output
|
|
97
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
98
|
+
* // LocalPath: "STRING_VALUE", // required
|
|
99
|
+
* // S3UploadMode: "Continuous" || "EndOfJob",
|
|
100
|
+
* // },
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // MonitoringResources: { // MonitoringResources
|
|
106
|
+
* // ClusterConfig: { // MonitoringClusterConfig
|
|
107
|
+
* // InstanceCount: Number("int"), // required
|
|
108
|
+
* // InstanceType: "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "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.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge", // required
|
|
109
|
+
* // VolumeSizeInGB: Number("int"), // required
|
|
110
|
+
* // VolumeKmsKeyId: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // },
|
|
113
|
+
* // MonitoringAppSpecification: { // MonitoringAppSpecification
|
|
114
|
+
* // ImageUri: "STRING_VALUE", // required
|
|
115
|
+
* // ContainerEntrypoint: [ // ContainerEntrypoint
|
|
116
|
+
* // "STRING_VALUE",
|
|
117
|
+
* // ],
|
|
118
|
+
* // ContainerArguments: [ // MonitoringContainerArguments
|
|
119
|
+
* // "STRING_VALUE",
|
|
120
|
+
* // ],
|
|
121
|
+
* // RecordPreprocessorSourceUri: "STRING_VALUE",
|
|
122
|
+
* // PostAnalyticsProcessorSourceUri: "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // StoppingCondition: { // MonitoringStoppingCondition
|
|
125
|
+
* // MaxRuntimeInSeconds: Number("int"), // required
|
|
126
|
+
* // },
|
|
127
|
+
* // Environment: { // MonitoringEnvironmentMap
|
|
128
|
+
* // "<keys>": "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // NetworkConfig: { // NetworkConfig
|
|
131
|
+
* // EnableInterContainerTrafficEncryption: true || false,
|
|
132
|
+
* // EnableNetworkIsolation: true || false,
|
|
133
|
+
* // VpcConfig: { // VpcConfig
|
|
134
|
+
* // SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // Subnets: [ // Subnets // required
|
|
138
|
+
* // "STRING_VALUE",
|
|
139
|
+
* // ],
|
|
140
|
+
* // },
|
|
141
|
+
* // },
|
|
142
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // MonitoringJobDefinitionName: "STRING_VALUE",
|
|
145
|
+
* // MonitoringType: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
|
|
146
|
+
* // },
|
|
147
|
+
* // EndpointName: "STRING_VALUE",
|
|
148
|
+
* // LastMonitoringExecutionSummary: { // MonitoringExecutionSummary
|
|
149
|
+
* // MonitoringScheduleName: "STRING_VALUE", // required
|
|
150
|
+
* // ScheduledTime: new Date("TIMESTAMP"), // required
|
|
151
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
152
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
153
|
+
* // MonitoringExecutionStatus: "Pending" || "Completed" || "CompletedWithViolations" || "InProgress" || "Failed" || "Stopping" || "Stopped", // required
|
|
154
|
+
* // ProcessingJobArn: "STRING_VALUE",
|
|
155
|
+
* // EndpointName: "STRING_VALUE",
|
|
156
|
+
* // FailureReason: "STRING_VALUE",
|
|
157
|
+
* // MonitoringJobDefinitionName: "STRING_VALUE",
|
|
158
|
+
* // MonitoringType: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
|
|
159
|
+
* // },
|
|
160
|
+
* // };
|
|
161
|
+
*
|
|
34
162
|
* ```
|
|
35
163
|
*
|
|
36
164
|
* @param DescribeMonitoringScheduleCommandInput - {@link DescribeMonitoringScheduleCommandInput}
|
|
@@ -42,6 +170,8 @@ export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitor
|
|
|
42
170
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
171
|
* <p>Resource being access is not found.</p>
|
|
44
172
|
*
|
|
173
|
+
* @throws {@link SageMakerServiceException}
|
|
174
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
175
|
*
|
|
46
176
|
*/
|
|
47
177
|
export declare class DescribeMonitoringScheduleCommand extends $Command<DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,39 @@ export interface DescribeNotebookInstanceCommandOutput extends DescribeNotebookI
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeNotebookInstanceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeNotebookInstanceOutput
|
|
35
|
+
* // NotebookInstanceArn: "STRING_VALUE",
|
|
36
|
+
* // NotebookInstanceName: "STRING_VALUE",
|
|
37
|
+
* // NotebookInstanceStatus: "Pending" || "InService" || "Stopping" || "Stopped" || "Failed" || "Deleting" || "Updating",
|
|
38
|
+
* // FailureReason: "STRING_VALUE",
|
|
39
|
+
* // Url: "STRING_VALUE",
|
|
40
|
+
* // InstanceType: "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "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.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "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",
|
|
41
|
+
* // SubnetId: "STRING_VALUE",
|
|
42
|
+
* // SecurityGroups: [ // SecurityGroupIds
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // RoleArn: "STRING_VALUE",
|
|
46
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
47
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
48
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // NotebookInstanceLifecycleConfigName: "STRING_VALUE",
|
|
51
|
+
* // DirectInternetAccess: "Enabled" || "Disabled",
|
|
52
|
+
* // VolumeSizeInGB: Number("int"),
|
|
53
|
+
* // AcceleratorTypes: [ // NotebookInstanceAcceleratorTypes
|
|
54
|
+
* // "ml.eia1.medium" || "ml.eia1.large" || "ml.eia1.xlarge" || "ml.eia2.medium" || "ml.eia2.large" || "ml.eia2.xlarge",
|
|
55
|
+
* // ],
|
|
56
|
+
* // DefaultCodeRepository: "STRING_VALUE",
|
|
57
|
+
* // AdditionalCodeRepositories: [ // AdditionalCodeRepositoryNamesOrUrls
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // RootAccess: "Enabled" || "Disabled",
|
|
61
|
+
* // PlatformIdentifier: "STRING_VALUE",
|
|
62
|
+
* // InstanceMetadataServiceConfiguration: { // InstanceMetadataServiceConfiguration
|
|
63
|
+
* // MinimumInstanceMetadataServiceVersion: "STRING_VALUE", // required
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
34
67
|
* ```
|
|
35
68
|
*
|
|
36
69
|
* @param DescribeNotebookInstanceCommandInput - {@link DescribeNotebookInstanceCommandInput}
|
|
@@ -39,6 +72,8 @@ export interface DescribeNotebookInstanceCommandOutput extends DescribeNotebookI
|
|
|
39
72
|
* @see {@link DescribeNotebookInstanceCommandOutput} for command's `response` shape.
|
|
40
73
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
41
74
|
*
|
|
75
|
+
* @throws {@link SageMakerServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
42
77
|
*
|
|
43
78
|
*/
|
|
44
79
|
export declare class DescribeNotebookInstanceCommand extends $Command<DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -33,6 +33,23 @@ export interface DescribeNotebookInstanceLifecycleConfigCommandOutput extends De
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeNotebookInstanceLifecycleConfigCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeNotebookInstanceLifecycleConfigOutput
|
|
37
|
+
* // NotebookInstanceLifecycleConfigArn: "STRING_VALUE",
|
|
38
|
+
* // NotebookInstanceLifecycleConfigName: "STRING_VALUE",
|
|
39
|
+
* // OnCreate: [ // NotebookInstanceLifecycleConfigList
|
|
40
|
+
* // { // NotebookInstanceLifecycleHook
|
|
41
|
+
* // Content: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // OnStart: [
|
|
45
|
+
* // {
|
|
46
|
+
* // Content: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
36
53
|
* ```
|
|
37
54
|
*
|
|
38
55
|
* @param DescribeNotebookInstanceLifecycleConfigCommandInput - {@link DescribeNotebookInstanceLifecycleConfigCommandInput}
|
|
@@ -41,6 +58,8 @@ export interface DescribeNotebookInstanceLifecycleConfigCommandOutput extends De
|
|
|
41
58
|
* @see {@link DescribeNotebookInstanceLifecycleConfigCommandOutput} for command's `response` shape.
|
|
42
59
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
43
60
|
*
|
|
61
|
+
* @throws {@link SageMakerServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
44
63
|
*
|
|
45
64
|
*/
|
|
46
65
|
export declare class DescribeNotebookInstanceLifecycleConfigCommand extends $Command<DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,42 @@ export interface DescribePipelineCommandOutput extends DescribePipelineResponse,
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePipelineCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribePipelineResponse
|
|
35
|
+
* // PipelineArn: "STRING_VALUE",
|
|
36
|
+
* // PipelineName: "STRING_VALUE",
|
|
37
|
+
* // PipelineDisplayName: "STRING_VALUE",
|
|
38
|
+
* // PipelineDefinition: "STRING_VALUE",
|
|
39
|
+
* // PipelineDescription: "STRING_VALUE",
|
|
40
|
+
* // RoleArn: "STRING_VALUE",
|
|
41
|
+
* // PipelineStatus: "Active",
|
|
42
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // LastRunTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // CreatedBy: { // UserContext
|
|
46
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
47
|
+
* // UserProfileName: "STRING_VALUE",
|
|
48
|
+
* // DomainId: "STRING_VALUE",
|
|
49
|
+
* // IamIdentity: { // IamIdentity
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // PrincipalId: "STRING_VALUE",
|
|
52
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // LastModifiedBy: {
|
|
56
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
57
|
+
* // UserProfileName: "STRING_VALUE",
|
|
58
|
+
* // DomainId: "STRING_VALUE",
|
|
59
|
+
* // IamIdentity: {
|
|
60
|
+
* // Arn: "STRING_VALUE",
|
|
61
|
+
* // PrincipalId: "STRING_VALUE",
|
|
62
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // ParallelismConfiguration: { // ParallelismConfiguration
|
|
66
|
+
* // MaxParallelExecutionSteps: Number("int"), // required
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
34
70
|
* ```
|
|
35
71
|
*
|
|
36
72
|
* @param DescribePipelineCommandInput - {@link DescribePipelineCommandInput}
|
|
@@ -42,6 +78,8 @@ export interface DescribePipelineCommandOutput extends DescribePipelineResponse,
|
|
|
42
78
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
79
|
* <p>Resource being access is not found.</p>
|
|
44
80
|
*
|
|
81
|
+
* @throws {@link SageMakerServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
83
|
*
|
|
46
84
|
*/
|
|
47
85
|
export declare class DescribePipelineCommand extends $Command<DescribePipelineCommandInput, DescribePipelineCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,11 @@ export interface DescribePipelineDefinitionForExecutionCommandOutput extends Des
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePipelineDefinitionForExecutionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribePipelineDefinitionForExecutionResponse
|
|
35
|
+
* // PipelineDefinition: "STRING_VALUE",
|
|
36
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
36
41
|
* @param DescribePipelineDefinitionForExecutionCommandInput - {@link DescribePipelineDefinitionForExecutionCommandInput}
|
|
@@ -42,6 +47,8 @@ export interface DescribePipelineDefinitionForExecutionCommandOutput extends Des
|
|
|
42
47
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
48
|
* <p>Resource being access is not found.</p>
|
|
44
49
|
*
|
|
50
|
+
* @throws {@link SageMakerServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
52
|
*
|
|
46
53
|
*/
|
|
47
54
|
export declare class DescribePipelineDefinitionForExecutionCommand extends $Command<DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,44 @@ export interface DescribePipelineExecutionCommandOutput extends DescribePipeline
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePipelineExecutionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribePipelineExecutionResponse
|
|
35
|
+
* // PipelineArn: "STRING_VALUE",
|
|
36
|
+
* // PipelineExecutionArn: "STRING_VALUE",
|
|
37
|
+
* // PipelineExecutionDisplayName: "STRING_VALUE",
|
|
38
|
+
* // PipelineExecutionStatus: "Executing" || "Stopping" || "Stopped" || "Failed" || "Succeeded",
|
|
39
|
+
* // PipelineExecutionDescription: "STRING_VALUE",
|
|
40
|
+
* // PipelineExperimentConfig: { // PipelineExperimentConfig
|
|
41
|
+
* // ExperimentName: "STRING_VALUE",
|
|
42
|
+
* // TrialName: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // FailureReason: "STRING_VALUE",
|
|
45
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // CreatedBy: { // UserContext
|
|
48
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
49
|
+
* // UserProfileName: "STRING_VALUE",
|
|
50
|
+
* // DomainId: "STRING_VALUE",
|
|
51
|
+
* // IamIdentity: { // IamIdentity
|
|
52
|
+
* // Arn: "STRING_VALUE",
|
|
53
|
+
* // PrincipalId: "STRING_VALUE",
|
|
54
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // LastModifiedBy: {
|
|
58
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
59
|
+
* // UserProfileName: "STRING_VALUE",
|
|
60
|
+
* // DomainId: "STRING_VALUE",
|
|
61
|
+
* // IamIdentity: {
|
|
62
|
+
* // Arn: "STRING_VALUE",
|
|
63
|
+
* // PrincipalId: "STRING_VALUE",
|
|
64
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // ParallelismConfiguration: { // ParallelismConfiguration
|
|
68
|
+
* // MaxParallelExecutionSteps: Number("int"), // required
|
|
69
|
+
* // },
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
34
72
|
* ```
|
|
35
73
|
*
|
|
36
74
|
* @param DescribePipelineExecutionCommandInput - {@link DescribePipelineExecutionCommandInput}
|
|
@@ -42,6 +80,8 @@ export interface DescribePipelineExecutionCommandOutput extends DescribePipeline
|
|
|
42
80
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
81
|
* <p>Resource being access is not found.</p>
|
|
44
82
|
*
|
|
83
|
+
* @throws {@link SageMakerServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
85
|
*
|
|
46
86
|
*/
|
|
47
87
|
export declare class DescribePipelineExecutionCommand extends $Command<DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,120 @@ export interface DescribeProcessingJobCommandOutput extends DescribeProcessingJo
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeProcessingJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeProcessingJobResponse
|
|
35
|
+
* // ProcessingInputs: [ // ProcessingInputs
|
|
36
|
+
* // { // ProcessingInput
|
|
37
|
+
* // InputName: "STRING_VALUE", // required
|
|
38
|
+
* // AppManaged: true || false,
|
|
39
|
+
* // S3Input: { // ProcessingS3Input
|
|
40
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
41
|
+
* // LocalPath: "STRING_VALUE",
|
|
42
|
+
* // S3DataType: "ManifestFile" || "S3Prefix", // required
|
|
43
|
+
* // S3InputMode: "Pipe" || "File",
|
|
44
|
+
* // S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
45
|
+
* // S3CompressionType: "None" || "Gzip",
|
|
46
|
+
* // },
|
|
47
|
+
* // DatasetDefinition: { // DatasetDefinition
|
|
48
|
+
* // AthenaDatasetDefinition: { // AthenaDatasetDefinition
|
|
49
|
+
* // Catalog: "STRING_VALUE", // required
|
|
50
|
+
* // Database: "STRING_VALUE", // required
|
|
51
|
+
* // QueryString: "STRING_VALUE", // required
|
|
52
|
+
* // WorkGroup: "STRING_VALUE",
|
|
53
|
+
* // OutputS3Uri: "STRING_VALUE", // required
|
|
54
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
55
|
+
* // OutputFormat: "PARQUET" || "ORC" || "AVRO" || "JSON" || "TEXTFILE", // required
|
|
56
|
+
* // OutputCompression: "GZIP" || "SNAPPY" || "ZLIB",
|
|
57
|
+
* // },
|
|
58
|
+
* // RedshiftDatasetDefinition: { // RedshiftDatasetDefinition
|
|
59
|
+
* // ClusterId: "STRING_VALUE", // required
|
|
60
|
+
* // Database: "STRING_VALUE", // required
|
|
61
|
+
* // DbUser: "STRING_VALUE", // required
|
|
62
|
+
* // QueryString: "STRING_VALUE", // required
|
|
63
|
+
* // ClusterRoleArn: "STRING_VALUE", // required
|
|
64
|
+
* // OutputS3Uri: "STRING_VALUE", // required
|
|
65
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
66
|
+
* // OutputFormat: "PARQUET" || "CSV", // required
|
|
67
|
+
* // OutputCompression: "None" || "GZIP" || "BZIP2" || "ZSTD" || "SNAPPY",
|
|
68
|
+
* // },
|
|
69
|
+
* // LocalPath: "STRING_VALUE",
|
|
70
|
+
* // DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
71
|
+
* // InputMode: "Pipe" || "File",
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // ProcessingOutputConfig: { // ProcessingOutputConfig
|
|
76
|
+
* // Outputs: [ // ProcessingOutputs // required
|
|
77
|
+
* // { // ProcessingOutput
|
|
78
|
+
* // OutputName: "STRING_VALUE", // required
|
|
79
|
+
* // S3Output: { // ProcessingS3Output
|
|
80
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
81
|
+
* // LocalPath: "STRING_VALUE", // required
|
|
82
|
+
* // S3UploadMode: "Continuous" || "EndOfJob", // required
|
|
83
|
+
* // },
|
|
84
|
+
* // FeatureStoreOutput: { // ProcessingFeatureStoreOutput
|
|
85
|
+
* // FeatureGroupName: "STRING_VALUE", // required
|
|
86
|
+
* // },
|
|
87
|
+
* // AppManaged: true || false,
|
|
88
|
+
* // },
|
|
89
|
+
* // ],
|
|
90
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // ProcessingJobName: "STRING_VALUE", // required
|
|
93
|
+
* // ProcessingResources: { // ProcessingResources
|
|
94
|
+
* // ClusterConfig: { // ProcessingClusterConfig
|
|
95
|
+
* // InstanceCount: Number("int"), // required
|
|
96
|
+
* // InstanceType: "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "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.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge", // required
|
|
97
|
+
* // VolumeSizeInGB: Number("int"), // required
|
|
98
|
+
* // VolumeKmsKeyId: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // },
|
|
101
|
+
* // StoppingCondition: { // ProcessingStoppingCondition
|
|
102
|
+
* // MaxRuntimeInSeconds: Number("int"), // required
|
|
103
|
+
* // },
|
|
104
|
+
* // AppSpecification: { // AppSpecification
|
|
105
|
+
* // ImageUri: "STRING_VALUE", // required
|
|
106
|
+
* // ContainerEntrypoint: [ // ContainerEntrypoint
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
109
|
+
* // ContainerArguments: [ // ContainerArguments
|
|
110
|
+
* // "STRING_VALUE",
|
|
111
|
+
* // ],
|
|
112
|
+
* // },
|
|
113
|
+
* // Environment: { // ProcessingEnvironmentMap
|
|
114
|
+
* // "<keys>": "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // NetworkConfig: { // NetworkConfig
|
|
117
|
+
* // EnableInterContainerTrafficEncryption: true || false,
|
|
118
|
+
* // EnableNetworkIsolation: true || false,
|
|
119
|
+
* // VpcConfig: { // VpcConfig
|
|
120
|
+
* // SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
121
|
+
* // "STRING_VALUE",
|
|
122
|
+
* // ],
|
|
123
|
+
* // Subnets: [ // Subnets // required
|
|
124
|
+
* // "STRING_VALUE",
|
|
125
|
+
* // ],
|
|
126
|
+
* // },
|
|
127
|
+
* // },
|
|
128
|
+
* // RoleArn: "STRING_VALUE",
|
|
129
|
+
* // ExperimentConfig: { // ExperimentConfig
|
|
130
|
+
* // ExperimentName: "STRING_VALUE",
|
|
131
|
+
* // TrialName: "STRING_VALUE",
|
|
132
|
+
* // TrialComponentDisplayName: "STRING_VALUE",
|
|
133
|
+
* // RunName: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // ProcessingJobArn: "STRING_VALUE", // required
|
|
136
|
+
* // ProcessingJobStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped", // required
|
|
137
|
+
* // ExitMessage: "STRING_VALUE",
|
|
138
|
+
* // FailureReason: "STRING_VALUE",
|
|
139
|
+
* // ProcessingEndTime: new Date("TIMESTAMP"),
|
|
140
|
+
* // ProcessingStartTime: new Date("TIMESTAMP"),
|
|
141
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
142
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
143
|
+
* // MonitoringScheduleArn: "STRING_VALUE",
|
|
144
|
+
* // AutoMLJobArn: "STRING_VALUE",
|
|
145
|
+
* // TrainingJobArn: "STRING_VALUE",
|
|
146
|
+
* // };
|
|
147
|
+
*
|
|
34
148
|
* ```
|
|
35
149
|
*
|
|
36
150
|
* @param DescribeProcessingJobCommandInput - {@link DescribeProcessingJobCommandInput}
|
|
@@ -42,6 +156,8 @@ export interface DescribeProcessingJobCommandOutput extends DescribeProcessingJo
|
|
|
42
156
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
157
|
* <p>Resource being access is not found.</p>
|
|
44
158
|
*
|
|
159
|
+
* @throws {@link SageMakerServiceException}
|
|
160
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
161
|
*
|
|
46
162
|
*/
|
|
47
163
|
export declare class DescribeProcessingJobCommand extends $Command<DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,51 @@ export interface DescribeProjectCommandOutput extends DescribeProjectOutput, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeProjectCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeProjectOutput
|
|
35
|
+
* // ProjectArn: "STRING_VALUE", // required
|
|
36
|
+
* // ProjectName: "STRING_VALUE", // required
|
|
37
|
+
* // ProjectId: "STRING_VALUE", // required
|
|
38
|
+
* // ProjectDescription: "STRING_VALUE",
|
|
39
|
+
* // ServiceCatalogProvisioningDetails: { // ServiceCatalogProvisioningDetails
|
|
40
|
+
* // ProductId: "STRING_VALUE", // required
|
|
41
|
+
* // ProvisioningArtifactId: "STRING_VALUE",
|
|
42
|
+
* // PathId: "STRING_VALUE",
|
|
43
|
+
* // ProvisioningParameters: [ // ProvisioningParameters
|
|
44
|
+
* // { // ProvisioningParameter
|
|
45
|
+
* // Key: "STRING_VALUE",
|
|
46
|
+
* // Value: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // },
|
|
50
|
+
* // ServiceCatalogProvisionedProductDetails: { // ServiceCatalogProvisionedProductDetails
|
|
51
|
+
* // ProvisionedProductId: "STRING_VALUE",
|
|
52
|
+
* // ProvisionedProductStatusMessage: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ProjectStatus: "Pending" || "CreateInProgress" || "CreateCompleted" || "CreateFailed" || "DeleteInProgress" || "DeleteFailed" || "DeleteCompleted" || "UpdateInProgress" || "UpdateCompleted" || "UpdateFailed", // required
|
|
55
|
+
* // CreatedBy: { // UserContext
|
|
56
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
57
|
+
* // UserProfileName: "STRING_VALUE",
|
|
58
|
+
* // DomainId: "STRING_VALUE",
|
|
59
|
+
* // IamIdentity: { // IamIdentity
|
|
60
|
+
* // Arn: "STRING_VALUE",
|
|
61
|
+
* // PrincipalId: "STRING_VALUE",
|
|
62
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
66
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // LastModifiedBy: {
|
|
68
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
69
|
+
* // UserProfileName: "STRING_VALUE",
|
|
70
|
+
* // DomainId: "STRING_VALUE",
|
|
71
|
+
* // IamIdentity: {
|
|
72
|
+
* // Arn: "STRING_VALUE",
|
|
73
|
+
* // PrincipalId: "STRING_VALUE",
|
|
74
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
34
79
|
* ```
|
|
35
80
|
*
|
|
36
81
|
* @param DescribeProjectCommandInput - {@link DescribeProjectCommandInput}
|
|
@@ -39,6 +84,8 @@ export interface DescribeProjectCommandOutput extends DescribeProjectOutput, __M
|
|
|
39
84
|
* @see {@link DescribeProjectCommandOutput} for command's `response` shape.
|
|
40
85
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
41
86
|
*
|
|
87
|
+
* @throws {@link SageMakerServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
42
89
|
*
|
|
43
90
|
*/
|
|
44
91
|
export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -32,6 +32,53 @@ export interface DescribeSpaceCommandOutput extends DescribeSpaceResponse, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeSpaceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeSpaceResponse
|
|
36
|
+
* // DomainId: "STRING_VALUE",
|
|
37
|
+
* // SpaceArn: "STRING_VALUE",
|
|
38
|
+
* // SpaceName: "STRING_VALUE",
|
|
39
|
+
* // HomeEfsFileSystemUid: "STRING_VALUE",
|
|
40
|
+
* // Status: "Deleting" || "Failed" || "InService" || "Pending" || "Updating" || "Update_Failed" || "Delete_Failed",
|
|
41
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // FailureReason: "STRING_VALUE",
|
|
44
|
+
* // SpaceSettings: { // SpaceSettings
|
|
45
|
+
* // JupyterServerAppSettings: { // JupyterServerAppSettings
|
|
46
|
+
* // DefaultResourceSpec: { // ResourceSpec
|
|
47
|
+
* // SageMakerImageArn: "STRING_VALUE",
|
|
48
|
+
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
49
|
+
* // 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" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge",
|
|
50
|
+
* // LifecycleConfigArn: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // LifecycleConfigArns: [ // LifecycleConfigArns
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // CodeRepositories: [ // CodeRepositories
|
|
56
|
+
* // { // CodeRepository
|
|
57
|
+
* // RepositoryUrl: "STRING_VALUE", // required
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // KernelGatewayAppSettings: { // KernelGatewayAppSettings
|
|
62
|
+
* // DefaultResourceSpec: {
|
|
63
|
+
* // SageMakerImageArn: "STRING_VALUE",
|
|
64
|
+
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
65
|
+
* // 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" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge",
|
|
66
|
+
* // LifecycleConfigArn: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // CustomImages: [ // CustomImages
|
|
69
|
+
* // { // CustomImage
|
|
70
|
+
* // ImageName: "STRING_VALUE", // required
|
|
71
|
+
* // ImageVersionNumber: Number("int"),
|
|
72
|
+
* // AppImageConfigName: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // LifecycleConfigArns: [
|
|
76
|
+
* // "STRING_VALUE",
|
|
77
|
+
* // ],
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
35
82
|
* ```
|
|
36
83
|
*
|
|
37
84
|
* @param DescribeSpaceCommandInput - {@link DescribeSpaceCommandInput}
|
|
@@ -43,6 +90,8 @@ export interface DescribeSpaceCommandOutput extends DescribeSpaceResponse, __Met
|
|
|
43
90
|
* @throws {@link ResourceNotFound} (client fault)
|
|
44
91
|
* <p>Resource being access is not found.</p>
|
|
45
92
|
*
|
|
93
|
+
* @throws {@link SageMakerServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
46
95
|
*
|
|
47
96
|
*/
|
|
48
97
|
export declare class DescribeSpaceCommand extends $Command<DescribeSpaceCommandInput, DescribeSpaceCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,15 @@ export interface DescribeStudioLifecycleConfigCommandOutput extends DescribeStud
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeStudioLifecycleConfigCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeStudioLifecycleConfigResponse
|
|
35
|
+
* // StudioLifecycleConfigArn: "STRING_VALUE",
|
|
36
|
+
* // StudioLifecycleConfigName: "STRING_VALUE",
|
|
37
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
38
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
39
|
+
* // StudioLifecycleConfigContent: "STRING_VALUE",
|
|
40
|
+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
34
43
|
* ```
|
|
35
44
|
*
|
|
36
45
|
* @param DescribeStudioLifecycleConfigCommandInput - {@link DescribeStudioLifecycleConfigCommandInput}
|
|
@@ -42,6 +51,8 @@ export interface DescribeStudioLifecycleConfigCommandOutput extends DescribeStud
|
|
|
42
51
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
52
|
* <p>Resource being access is not found.</p>
|
|
44
53
|
*
|
|
54
|
+
* @throws {@link SageMakerServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
56
|
*
|
|
46
57
|
*/
|
|
47
58
|
export declare class DescribeStudioLifecycleConfigCommand extends $Command<DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|