Class: Aws::SageMaker::Types::DeleteModelBiasJobDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteModelBiasJobDefinitionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_definition_name ⇒ String
The name of the model bias job definition to delete.
Instance Attribute Details
#job_definition_name ⇒ String
The name of the model bias job definition to delete.
10762 10763 10764 10765 10766 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10762 class DeleteModelBiasJobDefinitionRequest < Struct.new( :job_definition_name) SENSITIVE = [] include Aws::Structure end |