Class: Aws::DataZone::Types::RejectChoice

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#prediction_choicesArray<Integer>

Specifies the the automatically generated business metadata that can be rejected.

Returns:

  • (Array<Integer>)


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_targetString

Specifies the target (for example, a column name) where a prediction can be rejected.

Returns:

  • (String)


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