sagemaker_delete_compilation_job {paws.machine.learning} | R Documentation |
Deletes the specified compilation job
Description
Deletes the specified compilation job. This action deletes only the compilation job resource in Amazon SageMaker AI. It doesn't delete other resources that are related to that job, such as the model artifacts that the job creates, the compilation logs in CloudWatch, the compiled model, or the IAM role.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_compilation_job/ for full documentation.
Usage
sagemaker_delete_compilation_job(CompilationJobName)
Arguments
CompilationJobName |
[required] The name of the compilation job to delete. |
[Package paws.machine.learning version 0.9.0 Index]