Class: Aws::QBusiness::Types::ScoreAttributes

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

Overview

Provides information about the relevance score of content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#score_confidenceString

The confidence level of the relevance score.

Returns:

  • (String)


7970
7971
7972
7973
7974
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7970

class ScoreAttributes < Struct.new(
  :score_confidence)
  SENSITIVE = []
  include Aws::Structure
end