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)


10101
10102
10103
10104
10105
# File 'lib/aws-sdk-sagemaker/types.rb', line 10101

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