Get Retriever Result
data class GetRetrieverResult(val configuration: Either<RetrieverConfiguration0Properties, RetrieverConfiguration1Properties>? = null, val createdAt: String? = null, val displayName: String? = null, val retrieverArn: String? = null, val retrieverId: String? = null, val roleArn: String? = null, val status: RetrieverStatus? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
constructor(configuration: Either<RetrieverConfiguration0Properties, RetrieverConfiguration1Properties>? = null, createdAt: String? = null, displayName: String? = null, retrieverArn: String? = null, retrieverId: String? = null, roleArn: String? = null, status: RetrieverStatus? = null, tags: List<Tag>? = null, updatedAt: String? = null)
Properties
Link copied to clipboard
val configuration: Either<RetrieverConfiguration0Properties, RetrieverConfiguration1Properties>? = null
Provides information on how the retriever used for your Amazon Q Business application is configured.
Link copied to clipboard
The name of your retriever.
Link copied to clipboard
The Amazon Resource Name (ARN) of the IAM role associated with the retriever.
Link copied to clipboard
The identifier of the retriever used by your Amazon Q Business application.
Link copied to clipboard
The status of your retriever.
Link copied to clipboard