Class: Aws::Types::KnowledgeBaseRetrievalResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content, :location, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::RetrievalResultContent

Returns the value of attribute content.



1682
1683
1684
# File 'sig/types.rbs', line 1682

def content
  @content
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def document_id
  @document_id
end

#locationTypes::RetrievalResultLocation

Returns the value of attribute location.



1684
1685
1686
# File 'sig/types.rbs', line 1684

def location
  @location
end

#metadata::Hash[::String, untyped]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, untyped])


1685
1686
1687
# File 'sig/types.rbs', line 1685

def 
  @metadata
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def score
  @score
end