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.



1600
1601
1602
# File 'sig/types.rbs', line 1600

def content
  @content
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def document_id
  @document_id
end

#locationTypes::RetrievalResultLocation

Returns the value of attribute location.



1602
1603
1604
# File 'sig/types.rbs', line 1602

def location
  @location
end

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

Returns the value of attribute metadata.

Returns:

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


1603
1604
1605
# File 'sig/types.rbs', line 1603

def 
  @metadata
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def score
  @score
end