BedrockfoundationFunctions

Functions

Link copied to clipboard
suspend fun getModel(argument: GetModelPlainArgs): GetModelResult

Data source for managing an AWS Bedrock Foundation Model.

suspend fun getModel(modelId: String): GetModelResult
suspend fun getModel(argument: suspend GetModelPlainArgsBuilder.() -> Unit): GetModelResult
Link copied to clipboard

Data source for managing AWS Bedrock Foundation Models.

suspend fun getModels(argument: suspend GetModelsPlainArgsBuilder.() -> Unit): GetModelsResult
suspend fun getModels(byCustomizationType: String? = null, byInferenceType: String? = null, byOutputModality: String? = null, byProvider: String? = null): GetModelsResult