Class: Aws::DataZone::Types::RejectRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Specifies the rule and the threshold under which a prediction can be rejected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ruleString

Specifies whether you want to reject the top prediction for all targets or none.

Returns:

  • (String)


8929
8930
8931
8932
8933
8934
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8929

class RejectRule < Struct.new(
  :rule,
  :threshold)
  SENSITIVE = []
  include Aws::Structure
end

#thresholdFloat

The confidence score that specifies the condition at which a prediction can be rejected.

Returns:

  • (Float)


8929
8930
8931
8932
8933
8934
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8929

class RejectRule < Struct.new(
  :rule,
  :threshold)
  SENSITIVE = []
  include Aws::Structure
end