Class: Aws::SageMaker::Types::DescribeModelQualityJobDefinitionRequest

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 job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Returns:

  • (String)


16410
16411
16412
16413
16414
# File 'lib/aws-sdk-sagemaker/types.rb', line 16410

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