SageMaker / Client / delete_flow_definition
delete_flow_definition¶
- SageMaker.Client.delete_flow_definition(**kwargs)¶
- Deletes the specified flow definition. - See also: AWS API Documentation - Request Syntax- response = client.delete_flow_definition( FlowDefinitionName='string' ) - Parameters:
- FlowDefinitionName (string) – - [REQUIRED] - The name of the flow definition you are deleting. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- SageMaker.Client.exceptions.ResourceNotFound
- SageMaker.Client.exceptions.ResourceInUse