
com.pulumi.aws.bedrock.kotlin.outputs.AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.bedrock.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property embeddingModelArn ARN of the model used to create vector embeddings for the knowledge base.
*/
public data class AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration(
public val embeddingModelArn: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.bedrock.outputs.AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration): AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration =
AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration(
embeddingModelArn = javaType.embeddingModelArn(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy