| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
RetrievalResultLocation |
RetrievalResultLocation.clone() |
RetrievalResultLocation |
RetrievedReference.getLocation()
Contains information about the location of the data source.
|
RetrievalResultLocation |
KnowledgeBaseRetrievalResult.getLocation()
Contains information about the location of the data source.
|
RetrievalResultLocation |
RetrievalResultLocation.withS3Location(RetrievalResultS3Location s3Location)
Contains the S3 location of the data source.
|
RetrievalResultLocation |
RetrievalResultLocation.withType(RetrievalResultLocationType type)
The type of the location of the data source.
|
RetrievalResultLocation |
RetrievalResultLocation.withType(String type)
The type of the location of the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetrievedReference.setLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
void |
KnowledgeBaseRetrievalResult.setLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
RetrievedReference |
RetrievedReference.withLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
KnowledgeBaseRetrievalResult |
KnowledgeBaseRetrievalResult.withLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
Copyright © 2024. All rights reserved.