Skip to content

Delete Ai Recommendation Job

sagemaker_delete_ai_recommendation_job R Documentation

Deletes the specified AI recommendation job

Description

Deletes the specified AI recommendation job.

Usage

sagemaker_delete_ai_recommendation_job(AIRecommendationJobName)

Arguments

AIRecommendationJobName

[required] The name of the AI recommendation job to delete.

Value

A list with the following syntax:

list(
  AIRecommendationJobArn = "string"
)

Request syntax

svc$delete_ai_recommendation_job(
  AIRecommendationJobName = "string"
)