Class: Aws::SageMaker::Types::DeleteModelQualityJobDefinitionRequest

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

#job_definition_nameString

The name of the model quality monitoring job definition to delete.

Returns:

  • (String)


11589
11590
11591
11592
11593
# File 'lib/aws-sdk-sagemaker/types.rb', line 11589

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