Class: Aws::SageMaker::Types::StopAIRecommendationJobRequest

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 stop.

Returns:

  • (String)


50480
50481
50482
50483
50484
# File 'lib/aws-sdk-sagemaker/types.rb', line 50480

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