Class: Aws::SageMaker::Types::DeleteAIRecommendationJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_recommendation_job_nameString

The name of the AI recommendation job to delete.

Returns:

  • (String)


15286
15287
15288
15289
15290
# File 'lib/aws-sdk-sagemaker/types.rb', line 15286

class DeleteAIRecommendationJobRequest < Struct.new(
  :ai_recommendation_job_name)
  SENSITIVE = []
  include Aws::Structure
end