Class: Aws::DataZone::Types::RejectChoice
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RejectChoice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the automatically generated business metadata that is rejected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prediction_choices ⇒ Array<Integer>
Specifies the the automatically generated business metadata that can be rejected.
-
#prediction_target ⇒ String
Specifies the target (for example, a column name) where a prediction can be rejected.
Instance Attribute Details
#prediction_choices ⇒ Array<Integer>
Specifies the the automatically generated business metadata that can be rejected.
12700 12701 12702 12703 12704 12705 |
# File 'lib/aws-sdk-datazone/types.rb', line 12700 class RejectChoice < Struct.new( :prediction_choices, :prediction_target) SENSITIVE = [] include Aws::Structure end |
#prediction_target ⇒ String
Specifies the target (for example, a column name) where a prediction can be rejected.
12700 12701 12702 12703 12704 12705 |
# File 'lib/aws-sdk-datazone/types.rb', line 12700 class RejectChoice < Struct.new( :prediction_choices, :prediction_target) SENSITIVE = [] include Aws::Structure end |