Class: Aws::SageMaker::Types::DescribeModelBiasJobDefinitionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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 bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Returns:

  • (String)


14667
14668
14669
14670
14671
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14667

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