1 Answer
- Newest
- Most votes
- Most comments
0
Delete Pipeline (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.delete_pipeline):
client = boto3.client('sagemaker')
response = client.delete_pipeline(
PipelineName='string',
ClientRequestToken='string'
)
Delete Trial (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.delete_trial_component):
response = client.delete_trial_component(
TrialComponentName='string'
)
answered 3 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago

Could you please provide any details related to where do I need to run these scripts?