aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
1,111 lines • 110 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsSagemakerActions = void 0;
/**
* All IAM policy actions for Amazon SageMaker (SAGEMAKER)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html
*
* 2025-02-24T21:49:35.988Z
*/
var AwsSagemakerActions;
(function (AwsSagemakerActions) {
/**
* Grants permission to associate a lineage entity (artifact, context, action, exp
* eriment, experiment-trial-component) to each other
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddAssociation.html
*/
AwsSagemakerActions["AddAssociation"] = "sagemaker:AddAssociation";
/**
* Grants permission to add or overwrite one or more tags for the specified Amazon
* SageMaker resource
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html
*/
AwsSagemakerActions["AddTags"] = "sagemaker:AddTags";
/**
* Grants permission to associate a trial component with a trial
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AssociateTrialComponent.html
*/
AwsSagemakerActions["AssociateTrialComponent"] = "sagemaker:AssociateTrialComponent";
/**
* Grants permission to batch delete SageMaker HyperPod cluster nodes
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_BatchDeleteClusterNodes.html
*/
AwsSagemakerActions["BatchDeleteClusterNodes"] = "sagemaker:BatchDeleteClusterNodes";
/**
* Grants permission to describe one or more ModelPackages
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_BatchDescribeModelPackage.html
*/
AwsSagemakerActions["BatchDescribeModelPackage"] = "sagemaker:BatchDescribeModelPackage";
/**
* Grants permission to retrieve metrics associated with SageMaker Resources such
* as Training Jobs or Trial Components
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/
*/
AwsSagemakerActions["BatchGetMetrics"] = "sagemaker:BatchGetMetrics";
/**
* Grants permission to get a batch of records from one or more feature groups
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_BatchGetRecord.html
*/
AwsSagemakerActions["BatchGetRecord"] = "sagemaker:BatchGetRecord";
/**
* Grants permission to publish metrics associated with a SageMaker Resource such
* as a Training Job or Trial Component
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/
*/
AwsSagemakerActions["BatchPutMetrics"] = "sagemaker:BatchPutMetrics";
/**
* Grants permission for Partner App SDK to access the Partner App for reading or
* writing data use cases
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/partner-apps-onboard.html
*/
AwsSagemakerActions["CallPartnerAppApi"] = "sagemaker:CallPartnerAppApi";
/**
* Grants permission to create an action
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAction.html
*/
AwsSagemakerActions["CreateAction"] = "sagemaker:CreateAction";
/**
* Grants permission to create an algorithm
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAlgorithm.html
*/
AwsSagemakerActions["CreateAlgorithm"] = "sagemaker:CreateAlgorithm";
/**
* Grants permission to create an App for a SageMaker UserProfile or Space
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateApp.html
*/
AwsSagemakerActions["CreateApp"] = "sagemaker:CreateApp";
/**
* Grants permission to create an AppImageConfig
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAppImageConfig.html
*/
AwsSagemakerActions["CreateAppImageConfig"] = "sagemaker:CreateAppImageConfig";
/**
* Grants permission to create an artifact
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateArtifact.html
*/
AwsSagemakerActions["CreateArtifact"] = "sagemaker:CreateArtifact";
/**
* Grants permission to create an AutoML job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html
*/
AwsSagemakerActions["CreateAutoMLJob"] = "sagemaker:CreateAutoMLJob";
/**
* Grants permission to create a V2 AutoML job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html
*/
AwsSagemakerActions["CreateAutoMLJobV2"] = "sagemaker:CreateAutoMLJobV2";
/**
* Grants permission to create a SageMaker HyperPod cluster
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCluster.html
*/
AwsSagemakerActions["CreateCluster"] = "sagemaker:CreateCluster";
/**
* Grants permission to create a cluster scheduler config
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateClusterSchedulerConfig.html
*/
AwsSagemakerActions["CreateClusterSchedulerConfig"] = "sagemaker:CreateClusterSchedulerConfig";
/**
* Grants permission to create a CodeRepository
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCodeRepository.html
*/
AwsSagemakerActions["CreateCodeRepository"] = "sagemaker:CreateCodeRepository";
/**
* Grants permission to create a compilation job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html
*/
AwsSagemakerActions["CreateCompilationJob"] = "sagemaker:CreateCompilationJob";
/**
* Grants permission to create a compute quota
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateComputeQuota.html
*/
AwsSagemakerActions["CreateComputeQuota"] = "sagemaker:CreateComputeQuota";
/**
* Grants permission to create a context
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateContext.html
*/
AwsSagemakerActions["CreateContext"] = "sagemaker:CreateContext";
/**
* Grants permission to create a data quality job definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDataQualityJobDefinition.html
*/
AwsSagemakerActions["CreateDataQualityJobDefinition"] = "sagemaker:CreateDataQualityJobDefinition";
/**
* Grants permission to create a device fleet
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDeviceFleet.html
*/
AwsSagemakerActions["CreateDeviceFleet"] = "sagemaker:CreateDeviceFleet";
/**
* Grants permission to create a Domain for SageMaker Studio
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html
*/
AwsSagemakerActions["CreateDomain"] = "sagemaker:CreateDomain";
/**
* Grants permission to create an edge deployment plan
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEdgeDeploymentPlan.html
*/
AwsSagemakerActions["CreateEdgeDeploymentPlan"] = "sagemaker:CreateEdgeDeploymentPlan";
/**
* Grants permission to create an edge deployment stage
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEdgeDeploymentStage.html
*/
AwsSagemakerActions["CreateEdgeDeploymentStage"] = "sagemaker:CreateEdgeDeploymentStage";
/**
* Grants permission to create an edge packaging job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEdgePackagingJob.html
*/
AwsSagemakerActions["CreateEdgePackagingJob"] = "sagemaker:CreateEdgePackagingJob";
/**
* Grants permission to create an endpoint using the endpoint configuration specif
* ied in the request
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html
*/
AwsSagemakerActions["CreateEndpoint"] = "sagemaker:CreateEndpoint";
/**
* Grants permission to create an endpoint configuration that can be deployed usin
* g Amazon SageMaker hosting services
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html
*/
AwsSagemakerActions["CreateEndpointConfig"] = "sagemaker:CreateEndpointConfig";
/**
* Grants permission to create an experiment
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateExperiment.html
*/
AwsSagemakerActions["CreateExperiment"] = "sagemaker:CreateExperiment";
/**
* Grants permission to create a feature group
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html
*/
AwsSagemakerActions["CreateFeatureGroup"] = "sagemaker:CreateFeatureGroup";
/**
* Grants permission to create a flow definition, which defines settings for a hum
* an workflow
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFlowDefinition.html
*/
AwsSagemakerActions["CreateFlowDefinition"] = "sagemaker:CreateFlowDefinition";
/**
* Grants permission to create a hub
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHub.html
*/
AwsSagemakerActions["CreateHub"] = "sagemaker:CreateHub";
/**
* Grants permission to create hub content reference
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHubContentReference.html
*/
AwsSagemakerActions["CreateHubContentReference"] = "sagemaker:CreateHubContentReference";
/**
* Grants permission to define the settings you will use for the human review work
* flow user interface
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHumanTaskUi.html
*/
AwsSagemakerActions["CreateHumanTaskUi"] = "sagemaker:CreateHumanTaskUi";
/**
* Grants permission to create a hyper parameter tuning job that can be deployed u
* sing Amazon SageMaker
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html
*/
AwsSagemakerActions["CreateHyperParameterTuningJob"] = "sagemaker:CreateHyperParameterTuningJob";
/**
* Grants permission to create a SageMaker Image
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateImage.html
*/
AwsSagemakerActions["CreateImage"] = "sagemaker:CreateImage";
/**
* Grants permission to create a SageMaker ImageVersion
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateImageVersion.html
*/
AwsSagemakerActions["CreateImageVersion"] = "sagemaker:CreateImageVersion";
/**
* Grants permission to create an inference component on an endpoint
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceComponent.html
*/
AwsSagemakerActions["CreateInferenceComponent"] = "sagemaker:CreateInferenceComponent";
/**
* Grants permission to create an inference experiment
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html
*/
AwsSagemakerActions["CreateInferenceExperiment"] = "sagemaker:CreateInferenceExperiment";
/**
* Grants permission to create an inference recommendations job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html
*/
AwsSagemakerActions["CreateInferenceRecommendationsJob"] = "sagemaker:CreateInferenceRecommendationsJob";
/**
* Grants permission to start a labeling job. A labeling job takes unlabeled data
* in and produces labeled data as output, which can be used for training SageMake
* r models
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html
*/
AwsSagemakerActions["CreateLabelingJob"] = "sagemaker:CreateLabelingJob";
/**
* Grants permission to create a lineage group policy
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/Welcome.html
*/
AwsSagemakerActions["CreateLineageGroupPolicy"] = "sagemaker:CreateLineageGroupPolicy";
/**
* Grants permission to create an MLflow tracking server
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateMlflowTrackingServer.html
*/
AwsSagemakerActions["CreateMlflowTrackingServer"] = "sagemaker:CreateMlflowTrackingServer";
/**
* Grants permission to create a model in Amazon SageMaker. In the request, you sp
* ecify a name for the model and describe one or more containers
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html
*/
AwsSagemakerActions["CreateModel"] = "sagemaker:CreateModel";
/**
* Grants permission to create a model bias job definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelBiasJobDefinition.html
*/
AwsSagemakerActions["CreateModelBiasJobDefinition"] = "sagemaker:CreateModelBiasJobDefinition";
/**
* Grants permission to create a model card
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelCard.html
*/
AwsSagemakerActions["CreateModelCard"] = "sagemaker:CreateModelCard";
/**
* Grants permission to create an export job for a model card
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelCardExportJob.html
*/
AwsSagemakerActions["CreateModelCardExportJob"] = "sagemaker:CreateModelCardExportJob";
/**
* Grants permission to create a model explainability job definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelExplainabilityJobDefinition.html
*/
AwsSagemakerActions["CreateModelExplainabilityJobDefinition"] = "sagemaker:CreateModelExplainabilityJobDefinition";
/**
* Grants permission to create a ModelPackage
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html
*/
AwsSagemakerActions["CreateModelPackage"] = "sagemaker:CreateModelPackage";
/**
* Grants permission to create a ModelPackageGroup
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackageGroup.html
*/
AwsSagemakerActions["CreateModelPackageGroup"] = "sagemaker:CreateModelPackageGroup";
/**
* Grants permission to create a model quality job definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelQualityJobDefinition.html
*/
AwsSagemakerActions["CreateModelQualityJobDefinition"] = "sagemaker:CreateModelQualityJobDefinition";
/**
* Grants permission to create a monitoring schedule
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateMonitoringSchedule.html
*/
AwsSagemakerActions["CreateMonitoringSchedule"] = "sagemaker:CreateMonitoringSchedule";
/**
* Grants permission to create an Amazon SageMaker notebook instance. A notebook i
* nstance is an Amazon EC2 instance running on a Jupyter Notebook
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstance.html
*/
AwsSagemakerActions["CreateNotebookInstance"] = "sagemaker:CreateNotebookInstance";
/**
* Grants permission to create a notebook instance lifecycle configuration that ca
* n be deployed using Amazon SageMaker
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html
*/
AwsSagemakerActions["CreateNotebookInstanceLifecycleConfig"] = "sagemaker:CreateNotebookInstanceLifecycleConfig";
/**
* Grants permission to create an optimization job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateOptimizationJob.html
*/
AwsSagemakerActions["CreateOptimizationJob"] = "sagemaker:CreateOptimizationJob";
/**
* Grants permission to create an Amazon SageMaker Partner AI App
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePartnerApp.html
*/
AwsSagemakerActions["CreatePartnerApp"] = "sagemaker:CreatePartnerApp";
/**
* Grants permission to return a URL that you can use from your browser to connect
* to the Amazon SageMaker Partner AI App
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePartnerAppPresignedUrl.html
*/
AwsSagemakerActions["CreatePartnerAppPresignedUrl"] = "sagemaker:CreatePartnerAppPresignedUrl";
/**
* Grants permission to create a pipeline
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePipeline.html
*/
AwsSagemakerActions["CreatePipeline"] = "sagemaker:CreatePipeline";
/**
* Grants permission to return a URL that you can use from your browser to connect
* to the Domain as a specified UserProfile when AuthMode is 'IAM'
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePresignedDomainUrl.html
*/
AwsSagemakerActions["CreatePresignedDomainUrl"] = "sagemaker:CreatePresignedDomainUrl";
/**
* Grants permission to return a URL that you can use from your browser to connect
* to the MLflow tracking server
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePresignedMlflowTrackingServerUrl.html
*/
AwsSagemakerActions["CreatePresignedMlflowTrackingServerUrl"] = "sagemaker:CreatePresignedMlflowTrackingServerUrl";
/**
* Grants permission to create a URL that you can use from your browser to connect
* to the Notebook Instance
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePresignedNotebookInstanceUrl.html
*/
AwsSagemakerActions["CreatePresignedNotebookInstanceUrl"] = "sagemaker:CreatePresignedNotebookInstanceUrl";
/**
* Grants permission to start a processing job. After processing completes, Amazon
* SageMaker saves the resulting artifacts and other optional output to an Amazon
* S3 location that you specify
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html
*/
AwsSagemakerActions["CreateProcessingJob"] = "sagemaker:CreateProcessingJob";
/**
* Grants permission to create a Project
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProject.html
*/
AwsSagemakerActions["CreateProject"] = "sagemaker:CreateProject";
/**
* Grants permission to create a reserved capacity
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateReservedCapacity.html
*/
AwsSagemakerActions["CreateReservedCapacity"] = "sagemaker:CreateReservedCapacity";
/**
* Grants permission to create a shared model in a SageMaker Studio application
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/canvas-collaborate-permissions.html
*/
AwsSagemakerActions["CreateSharedModel"] = "sagemaker:CreateSharedModel";
/**
* Grants permission to create a Space for a SageMaker Domain
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateSpace.html
*/
AwsSagemakerActions["CreateSpace"] = "sagemaker:CreateSpace";
/**
* Grants permission to create a Studio Lifecycle Configuration that can be deploy
* ed using Amazon SageMaker
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateStudioLifecycleConfig.html
*/
AwsSagemakerActions["CreateStudioLifecycleConfig"] = "sagemaker:CreateStudioLifecycleConfig";
/**
* Grants permission to start a model training job. After training completes, Amaz
* on SageMaker saves the resulting model artifacts and other optional output to a
* n Amazon S3 location that you specify
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html
*/
AwsSagemakerActions["CreateTrainingJob"] = "sagemaker:CreateTrainingJob";
/**
* Grants permission to create a training plan that allocates resources for schedu
* ling workloads within a specified time range
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html
*/
AwsSagemakerActions["CreateTrainingPlan"] = "sagemaker:CreateTrainingPlan";
/**
* Grants permission to start a transform job. After the results are obtained, Ama
* zon SageMaker saves them to an Amazon S3 location that you specify
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html
*/
AwsSagemakerActions["CreateTransformJob"] = "sagemaker:CreateTransformJob";
/**
* Grants permission to create a trial
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrial.html
*/
AwsSagemakerActions["CreateTrial"] = "sagemaker:CreateTrial";
/**
* Grants permission to create a trial component
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrialComponent.html
*/
AwsSagemakerActions["CreateTrialComponent"] = "sagemaker:CreateTrialComponent";
/**
* Grants permission to create a UserProfile for a SageMaker Domain
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
*/
AwsSagemakerActions["CreateUserProfile"] = "sagemaker:CreateUserProfile";
/**
* Grants permission to create a workforce
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html
*/
AwsSagemakerActions["CreateWorkforce"] = "sagemaker:CreateWorkforce";
/**
* Grants permission to create a workteam
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkteam.html
*/
AwsSagemakerActions["CreateWorkteam"] = "sagemaker:CreateWorkteam";
/**
* Grants permission to delete an action
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteAction.html
*/
AwsSagemakerActions["DeleteAction"] = "sagemaker:DeleteAction";
/**
* Grants permission to delete an algorithm
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteAlgorithm.html
*/
AwsSagemakerActions["DeleteAlgorithm"] = "sagemaker:DeleteAlgorithm";
/**
* Grants permission to delete an App
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteApp.html
*/
AwsSagemakerActions["DeleteApp"] = "sagemaker:DeleteApp";
/**
* Grants permission to delete an AppImageConfig
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteAppImageConfig.html
*/
AwsSagemakerActions["DeleteAppImageConfig"] = "sagemaker:DeleteAppImageConfig";
/**
* Grants permission to delete an artifact
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteArtifact.html
*/
AwsSagemakerActions["DeleteArtifact"] = "sagemaker:DeleteArtifact";
/**
* Grants permission to delete the association from a lineage entity (artifact, co
* ntext, action, experiment, experiment-trial-component) to another
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteAssociation.html
*/
AwsSagemakerActions["DeleteAssociation"] = "sagemaker:DeleteAssociation";
/**
* Grants permission to delete a SageMaker HyperPod cluster
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteCluster.html
*/
AwsSagemakerActions["DeleteCluster"] = "sagemaker:DeleteCluster";
/**
* Grants permission to delete a cluster scheduler config
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteClusterSchedulerConfig.html
*/
AwsSagemakerActions["DeleteClusterSchedulerConfig"] = "sagemaker:DeleteClusterSchedulerConfig";
/**
* Grants permission to delete a CodeRepository
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteCodeRepository.html
*/
AwsSagemakerActions["DeleteCodeRepository"] = "sagemaker:DeleteCodeRepository";
/**
* Grants permission to delete a compilation job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteCompilationJob.html
*/
AwsSagemakerActions["DeleteCompilationJob"] = "sagemaker:DeleteCompilationJob";
/**
* Grants permission to delete a compute quota
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteComputeQuota.html
*/
AwsSagemakerActions["DeleteComputeQuota"] = "sagemaker:DeleteComputeQuota";
/**
* Grants permission to delete a context
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteContext.html
*/
AwsSagemakerActions["DeleteContext"] = "sagemaker:DeleteContext";
/**
* Grants permission to delete the data quality job definition created using the C
* reateDataQualityJobDefinition API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteDataQualityJobDefinition.html
*/
AwsSagemakerActions["DeleteDataQualityJobDefinition"] = "sagemaker:DeleteDataQualityJobDefinition";
/**
* Grants permission to delete a device fleet
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteDeviceFleet.html
*/
AwsSagemakerActions["DeleteDeviceFleet"] = "sagemaker:DeleteDeviceFleet";
/**
* Grants permission to delete a Domain
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteDomain.html
*/
AwsSagemakerActions["DeleteDomain"] = "sagemaker:DeleteDomain";
/**
* Grants permission to delete an edge deployment plan
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEdgeDeploymentPlan.html
*/
AwsSagemakerActions["DeleteEdgeDeploymentPlan"] = "sagemaker:DeleteEdgeDeploymentPlan";
/**
* Grants permission to delete an edge deployment stage
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEdgeDeploymentStage.html
*/
AwsSagemakerActions["DeleteEdgeDeploymentStage"] = "sagemaker:DeleteEdgeDeploymentStage";
/**
* Grants permission to delete an endpoint. Amazon SageMaker frees up all the reso
* urces that were deployed when the endpoint was created
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html
*/
AwsSagemakerActions["DeleteEndpoint"] = "sagemaker:DeleteEndpoint";
/**
* Grants permission to delete the endpoint configuration created using the Create
* EndpointConfig API. The DeleteEndpointConfig API deletes only the specified con
* figuration. It does not delete any endpoints created using the configuration
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpointConfig.html
*/
AwsSagemakerActions["DeleteEndpointConfig"] = "sagemaker:DeleteEndpointConfig";
/**
* Grants permission to delete an experiment
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteExperiment.html
*/
AwsSagemakerActions["DeleteExperiment"] = "sagemaker:DeleteExperiment";
/**
* Grants permission to delete a feature group
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html
*/
AwsSagemakerActions["DeleteFeatureGroup"] = "sagemaker:DeleteFeatureGroup";
/**
* Grants permission to delete the specified flow definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFlowDefinition.html
*/
AwsSagemakerActions["DeleteFlowDefinition"] = "sagemaker:DeleteFlowDefinition";
/**
* Grants permission to delete hubs
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteHub.html
*/
AwsSagemakerActions["DeleteHub"] = "sagemaker:DeleteHub";
/**
* Grants permission to delete hub content
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteHubContent.html
*/
AwsSagemakerActions["DeleteHubContent"] = "sagemaker:DeleteHubContent";
/**
* Grants permission to delete hub content reference
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteHubContentReference.html
*/
AwsSagemakerActions["DeleteHubContentReference"] = "sagemaker:DeleteHubContentReference";
/**
* Grants permission to delete a specified human loop
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteHumanLoop.html
*/
AwsSagemakerActions["DeleteHumanLoop"] = "sagemaker:DeleteHumanLoop";
/**
* Grants permission to delete the specified human task user interface (worker tas
* k template)
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteHumanTaskUi.html
*/
AwsSagemakerActions["DeleteHumanTaskUi"] = "sagemaker:DeleteHumanTaskUi";
/**
* Grants permission to delete a hyper parameter tuning job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteHyperParameterTuningJob.html
*/
AwsSagemakerActions["DeleteHyperParameterTuningJob"] = "sagemaker:DeleteHyperParameterTuningJob";
/**
* Grants permission to delete a SageMaker Image
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteImage.html
*/
AwsSagemakerActions["DeleteImage"] = "sagemaker:DeleteImage";
/**
* Grants permission to delete a SageMaker ImageVersion
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteImageVersion.html
*/
AwsSagemakerActions["DeleteImageVersion"] = "sagemaker:DeleteImageVersion";
/**
* Grants permission to delete an inference component. Amazon SageMaker frees up t
* he resources that were reserved when the inference component was created
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteInferenceComponent.html
*/
AwsSagemakerActions["DeleteInferenceComponent"] = "sagemaker:DeleteInferenceComponent";
/**
* Grants permission to delete an inference experiment
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteInferenceExperiment.html
*/
AwsSagemakerActions["DeleteInferenceExperiment"] = "sagemaker:DeleteInferenceExperiment";
/**
* Grants permission to delete a lineage group policy
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/Welcome.html
*/
AwsSagemakerActions["DeleteLineageGroupPolicy"] = "sagemaker:DeleteLineageGroupPolicy";
/**
* Grants permission to delete an MLflow tracking server
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteMlflowTrackingServer.html
*/
AwsSagemakerActions["DeleteMlflowTrackingServer"] = "sagemaker:DeleteMlflowTrackingServer";
/**
* Grants permission to delete a model created using the CreateModel API. The Dele
* teModel API deletes only the model entry in Amazon SageMaker that you created b
* y calling the CreateModel API. It does not delete model artifacts, inference co
* de, or the IAM role that you specified when creating the model
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModel.html
*/
AwsSagemakerActions["DeleteModel"] = "sagemaker:DeleteModel";
/**
* Grants permission to delete the model bias job definition created using the Cre
* ateModelBiasJobDefinition API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModelBiasJobDefinition.html
*/
AwsSagemakerActions["DeleteModelBiasJobDefinition"] = "sagemaker:DeleteModelBiasJobDefinition";
/**
* Grants permission to delete a model card
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModelCard.html
*/
AwsSagemakerActions["DeleteModelCard"] = "sagemaker:DeleteModelCard";
/**
* Grants permission to delete the model explainability job definition created usi
* ng the CreateModelExplainabilityJobDefinition API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModelExplainabilityJobDefinition.html
*/
AwsSagemakerActions["DeleteModelExplainabilityJobDefinition"] = "sagemaker:DeleteModelExplainabilityJobDefinition";
/**
* Grants permission to delete a ModelPackage
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModelPackage.html
*/
AwsSagemakerActions["DeleteModelPackage"] = "sagemaker:DeleteModelPackage";
/**
* Grants permission to delete a ModelPackageGroup
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModelPackageGroup.html
*/
AwsSagemakerActions["DeleteModelPackageGroup"] = "sagemaker:DeleteModelPackageGroup";
/**
* Grants permission to delete a ModelPackageGroup policy
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModelPackageGroupPolicy.html
*/
AwsSagemakerActions["DeleteModelPackageGroupPolicy"] = "sagemaker:DeleteModelPackageGroupPolicy";
/**
* Grants permission to delete the model quality job definition created using the
* CreateModelQualityJobDefinition API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteModelQualityJobDefinition.html
*/
AwsSagemakerActions["DeleteModelQualityJobDefinition"] = "sagemaker:DeleteModelQualityJobDefinition";
/**
* Grants permission to delete a monitoring schedule
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteMonitoringSchedule.html
*/
AwsSagemakerActions["DeleteMonitoringSchedule"] = "sagemaker:DeleteMonitoringSchedule";
/**
* Grants permission to delete a Amazon SageMaker notebook instance. Before you ca
* n delete a notebook instance, you must call the StopNotebookInstance API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteNotebookInstance.html
*/
AwsSagemakerActions["DeleteNotebookInstance"] = "sagemaker:DeleteNotebookInstance";
/**
* Grants permission to delete a notebook instance lifecycle configuration
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteNotebookInstanceLifecycleConfig.html
*/
AwsSagemakerActions["DeleteNotebookInstanceLifecycleConfig"] = "sagemaker:DeleteNotebookInstanceLifecycleConfig";
/**
* Grants permission to delete an optimization job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteOptimizationJob.html
*/
AwsSagemakerActions["DeleteOptimizationJob"] = "sagemaker:DeleteOptimizationJob";
/**
* Grants permission to delete an Amazon SageMaker Partner AI App
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeletePartnerApp.html
*/
AwsSagemakerActions["DeletePartnerApp"] = "sagemaker:DeletePartnerApp";
/**
* Grants permission to delete a pipeline
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeletePipeline.html
*/
AwsSagemakerActions["DeletePipeline"] = "sagemaker:DeletePipeline";
/**
* Grants permission to delete a project
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteProject.html
*/
AwsSagemakerActions["DeleteProject"] = "sagemaker:DeleteProject";
/**
* Grants permission to delete a record from a feature group
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html
*/
AwsSagemakerActions["DeleteRecord"] = "sagemaker:DeleteRecord";
/**
* Grants AWS Resource Access Manager permission to delete a resource policy on a
* SageMaker resource that supports cross-account sharing
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteResourcePolicy.html
*/
AwsSagemakerActions["DeleteResourcePolicy"] = "sagemaker:DeleteResourcePolicy";
/**
* Grants permission to delete a Space
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteSpace.html
*/
AwsSagemakerActions["DeleteSpace"] = "sagemaker:DeleteSpace";
/**
* Grants permission to delete a Studio Lifecycle Configuration
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteStudioLifecycleConfig.html
*/
AwsSagemakerActions["DeleteStudioLifecycleConfig"] = "sagemaker:DeleteStudioLifecycleConfig";
/**
* Grants permission to delete the specified set of tags from an Amazon SageMaker
* resource
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTags.html
*/
AwsSagemakerActions["DeleteTags"] = "sagemaker:DeleteTags";
/**
* Grants permission to delete a trial
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTrial.html
*/
AwsSagemakerActions["DeleteTrial"] = "sagemaker:DeleteTrial";
/**
* Grants permission to delete a trial component
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTrialComponent.html
*/
AwsSagemakerActions["DeleteTrialComponent"] = "sagemaker:DeleteTrialComponent";
/**
* Grants permission to delete a UserProfile
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteUserProfile.html
*/
AwsSagemakerActions["DeleteUserProfile"] = "sagemaker:DeleteUserProfile";
/**
* Grants permission to delete a workforce
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkforce.html
*/
AwsSagemakerActions["DeleteWorkforce"] = "sagemaker:DeleteWorkforce";
/**
* Grants permission to delete a workteam
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html
*/
AwsSagemakerActions["DeleteWorkteam"] = "sagemaker:DeleteWorkteam";
/**
* Grants permission to deploy a model in hub to an endpoint
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs-admin-guide.html
*/
AwsSagemakerActions["DeployHubModel"] = "sagemaker:DeployHubModel";
/**
* Grants permission to deregister a set of devices
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeregisterDevices.html
*/
AwsSagemakerActions["DeregisterDevices"] = "sagemaker:DeregisterDevices";
/**
* Grants permission to get information about an action
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAction.html
*/
AwsSagemakerActions["DescribeAction"] = "sagemaker:DescribeAction";
/**
* Grants permission to describe an algorithm
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAlgorithm.html
*/
AwsSagemakerActions["DescribeAlgorithm"] = "sagemaker:DescribeAlgorithm";
/**
* Grants permission to describe an App
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeApp.html
*/
AwsSagemakerActions["DescribeApp"] = "sagemaker:DescribeApp";
/**
* Grants permission to describe an AppImageConfig
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAppImageConfig.html
*/
AwsSagemakerActions["DescribeAppImageConfig"] = "sagemaker:DescribeAppImageConfig";
/**
* Grants permission to get information about an artifact
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeArtifact.html
*/
AwsSagemakerActions["DescribeArtifact"] = "sagemaker:DescribeArtifact";
/**
* Grants permission to describe an AutoML job that was created via the CreateAuto
* MLJob API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html
*/
AwsSagemakerActions["DescribeAutoMLJob"] = "sagemaker:DescribeAutoMLJob";
/**
* Grants permission to describe an AutoML job that was created via the CreateAuto
* MLJobV2 API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html
*/
AwsSagemakerActions["DescribeAutoMLJobV2"] = "sagemaker:DescribeAutoMLJobV2";
/**
* Grants permission to return information about a SageMaker HyperPod cluster
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeCluster.html
*/
AwsSagemakerActions["DescribeCluster"] = "sagemaker:DescribeCluster";
/**
* Grants permission to return information about a SageMaker HyperPod cluster node
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeClusterNode.html
*/
AwsSagemakerActions["DescribeClusterNode"] = "sagemaker:DescribeClusterNode";
/**
* Grants permission to get information about a cluster scheduler config
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeClusterSchedulerConfig.html
*/
AwsSagemakerActions["DescribeClusterSchedulerConfig"] = "sagemaker:DescribeClusterSchedulerConfig";
/**
* Grants permission to describe a CodeRepository
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeCodeRepository.html
*/
AwsSagemakerActions["DescribeCodeRepository"] = "sagemaker:DescribeCodeRepository";
/**
* Grants permission to return information about a compilation job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeCompilationJob.html
*/
AwsSagemakerActions["DescribeCompilationJob"] = "sagemaker:DescribeCompilationJob";
/**
* Grants permission to get information about a compute quota
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeComputeQuota.html
*/
AwsSagemakerActions["DescribeComputeQuota"] = "sagemaker:DescribeComputeQuota";
/**
* Grants permission to get information about a context
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeContext.html
*/
AwsSagemakerActions["DescribeContext"] = "sagemaker:DescribeContext";
/**
* Grants permission to return information about a data quality job definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeDataQualityJobDefinition.html
*/
AwsSagemakerActions["DescribeDataQualityJobDefinition"] = "sagemaker:DescribeDataQualityJobDefinition";
/**
* Grants permission to access information about a device
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeDevice.html
*/
AwsSagemakerActions["DescribeDevice"] = "sagemaker:DescribeDevice";
/**
* Grants permission to access information about a device fleet
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeDeviceFleet.html
*/
AwsSagemakerActions["DescribeDeviceFleet"] = "sagemaker:DescribeDeviceFleet";
/**
* Grants permission to describe a Domain
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeDomain.html
*/
AwsSagemakerActions["DescribeDomain"] = "sagemaker:DescribeDomain";
/**
* Grants permission to access information about an edge deployment plan
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEdgeDeploymentPlan.html
*/
AwsSagemakerActions["DescribeEdgeDeploymentPlan"] = "sagemaker:DescribeEdgeDeploymentPlan";
/**
* Grants permission to access information about an edge packaging job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEdgePackagingJob.html
*/
AwsSagemakerActions["DescribeEdgePackagingJob"] = "sagemaker:DescribeEdgePackagingJob";
/**
* Grants permission to return the description of an endpoint
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html
*/
AwsSagemakerActions["DescribeEndpoint"] = "sagemaker:DescribeEndpoint";
/**
* Grants permission to return the description of an endpoint configuration, which
* was created using the CreateEndpointConfig API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpointConfig.html
*/
AwsSagemakerActions["DescribeEndpointConfig"] = "sagemaker:DescribeEndpointConfig";
/**
* Grants permission to return information about an experiment
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeExperiment.html
*/
AwsSagemakerActions["DescribeExperiment"] = "sagemaker:DescribeExperiment";
/**
* Grants permission to return information about a feature group
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html
*/
AwsSagemakerActions["DescribeFeatureGroup"] = "sagemaker:DescribeFeatureGroup";
/**
* Grants permission to return information about a feature metadata
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureMetadata.html
*/
AwsSagemakerActions["DescribeFeatureMetadata"] = "sagemaker:DescribeFeatureMetadata";
/**
* Grants permission to return information about the specified flow definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFlowDefinition.html
*/
AwsSagemakerActions["DescribeFlowDefinition"] = "sagemaker:DescribeFlowDefinition";
/**
* Grants permission to describe hubs
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeHub.html
*/
AwsSagemakerActions["DescribeHub"] = "sagemaker:DescribeHub";
/**
* Grants permission to describe hub content
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeHubContent.html
*/
AwsSagemakerActions["DescribeHubContent"] = "sagemaker:DescribeHubContent";
/**
* Grants permission to return information about the specified human loop
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeHumanLoop.html
*/
AwsSagemakerActions["DescribeHumanLoop"] = "sagemaker:DescribeHumanLoop";
/**
* Grants permission to return detailed information about the specified human revi
* ew workflow user interface
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeHumanTaskUi.html
*/
AwsSagemakerActions["DescribeHumanTaskUi"] = "sagemaker:DescribeHumanTaskUi";
/**
* Grants permission to describe a hyper parameter tuning job that was created via
* the CreateHyperParameterTuningJob API
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeHyperParameterTuningJob.html
*/
AwsSagemakerActions["DescribeHyperParameterTuningJob"] = "sagemaker:DescribeHyperParameterTuningJob";
/**
* Grants permission to return information about a SageMaker Image
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeImage.html
*/
AwsSagemakerActions["DescribeImage"] = "sagemaker:DescribeImage";
/**
* Grants permission to return information about a SageMaker ImageVersion
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeImageVersion.html
*/
AwsSagemakerActions["DescribeImageVersion"] = "sagemaker:DescribeImageVersion";
/**
* Grants permission to return the description of an inference component
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceComponent.html
*/
AwsSagemakerActions["DescribeInferenceComponent"] = "sagemaker:DescribeInferenceComponent";
/**
* Grants permission to get information about an inference experiment
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html
*/
AwsSagemakerActions["DescribeInferenceExperiment"] = "sagemaker:DescribeInferenceExperiment";
/**
* Grants permission to get information about an inference recommendations job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceRecommendationsJob.html
*/
AwsSagemakerActions["DescribeInferenceRecommendationsJob"] = "sagemaker:DescribeInferenceRecommendationsJob";
/**
* Grants permission to return information about a labeling job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeLabelingJob.html
*/
AwsSagemak