| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBase |
KnowledgeBase.clone() |
KnowledgeBase |
UpdateKnowledgeBaseResult.getKnowledgeBase()
Contains details about the knowledge base.
|
KnowledgeBase |
GetKnowledgeBaseResult.getKnowledgeBase()
Contains details about the knowledge base.
|
KnowledgeBase |
CreateKnowledgeBaseResult.getKnowledgeBase()
Contains details about the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withCreatedAt(Date createdAt)
The time at which the knowledge base was created.
|
KnowledgeBase |
KnowledgeBase.withDescription(String description)
The description of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withFailureReasons(Collection<String> failureReasons)
A list of reasons that the API operation on the knowledge base failed.
|
KnowledgeBase |
KnowledgeBase.withFailureReasons(String... failureReasons)
A list of reasons that the API operation on the knowledge base failed.
|
KnowledgeBase |
KnowledgeBase.withKnowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Contains details about the embeddings configuration of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withName(String name)
The name of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withStatus(KnowledgeBaseStatus status)
The status of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withStatus(String status)
The status of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withStorageConfiguration(StorageConfiguration storageConfiguration)
Contains details about the storage configuration of the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withUpdatedAt(Date updatedAt)
The time at which the knowledge base was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateKnowledgeBaseResult.setKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
void |
GetKnowledgeBaseResult.setKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
void |
CreateKnowledgeBaseResult.setKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
UpdateKnowledgeBaseResult |
UpdateKnowledgeBaseResult.withKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
GetKnowledgeBaseResult |
GetKnowledgeBaseResult.withKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
CreateKnowledgeBaseResult |
CreateKnowledgeBaseResult.withKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
Copyright © 2025. All rights reserved.