Class: Aws::DataZone::Types::RejectChoice
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RejectChoice
- Defined in:
- gems/aws-sdk-datazone/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.
15524 15525 15526 15527 15528 15529 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15524 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.
15524 15525 15526 15527 15528 15529 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15524 class RejectChoice < Struct.new( :prediction_choices, :prediction_target) SENSITIVE = [] include Aws::Structure end |