RetrievalResultLocation¶
Structure Class¶
RetrievalResultLocation
dataclass
¶
Contains information about the data source location.
This data type is used in the following API operations:
-
Retrieve response -- in the
locationfield -
RetrieveAndGenerate response -- in the
locationfield -
InvokeAgent response -- in the
locationfield
Attributes¶
confluence_location
class-attribute
instance-attribute
¶
confluence_location: RetrievalResultConfluenceLocation | None = None
The Confluence data source location.
custom_document_location
class-attribute
instance-attribute
¶
custom_document_location: RetrievalResultCustomDocumentLocation | None = None
Specifies the location of a document in a custom data source.
google_drive_location
class-attribute
instance-attribute
¶
google_drive_location: RetrievalResultGoogleDriveLocation | None = None
The Google Drive data source location.
kendra_document_location
class-attribute
instance-attribute
¶
kendra_document_location: RetrievalResultKendraDocumentLocation | None = None
The location of a document in Amazon Kendra.
one_drive_location
class-attribute
instance-attribute
¶
one_drive_location: RetrievalResultOneDriveLocation | None = None
The Microsoft OneDrive data source location.
s3_location
class-attribute
instance-attribute
¶
s3_location: RetrievalResultS3Location | None = None
The S3 data source location.
salesforce_location
class-attribute
instance-attribute
¶
salesforce_location: RetrievalResultSalesforceLocation | None = None
The Salesforce data source location.
share_point_location
class-attribute
instance-attribute
¶
share_point_location: RetrievalResultSharePointLocation | None = None
The SharePoint data source location.
sql_location
class-attribute
instance-attribute
¶
sql_location: RetrievalResultSqlLocation | None = None
Specifies information about the SQL query used to retrieve the result.
web_location
class-attribute
instance-attribute
¶
web_location: RetrievalResultWebLocation | None = None
The web URL/URLs data source location.