class Aws::BedrockAgent::Client
def create_knowledge_base(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_knowledge_base(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/CreateKnowledgeBase - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateKnowledgeBaseResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:tags
(Hash
) -- -
:storage_configuration
(required, Types::StorageConfiguration
) -- -
:knowledge_base_configuration
(required, Types::KnowledgeBaseConfiguration
) -- -
:role_arn
(required, String
) -- -
:description
(String
) -- -
:name
(required, String
) -- -
:client_token
(String
) --
def create_knowledge_base(params = {}, options = {}) req = build_request(:create_knowledge_base, params) req.send_request(options) end