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

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

Instance Attribute Details

#prediction_choicesArray<Integer>

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

Returns:

  • (Array<Integer>)


8841
8842
8843
8844
8845
8846
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8841

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)


8841
8842
8843
8844
8845
8846
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8841

class RejectChoice < Struct.new(
  :prediction_choices,
  :prediction_target)
  SENSITIVE = []
  include Aws::Structure
end