Lists Amazon Bedrock foundation models that you can use
Source:R/bedrock_operations.R
bedrock_list_foundation_models.RdLists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see Foundation models in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrock_list_foundation_models/ for full documentation.
Usage
bedrock_list_foundation_models(
byProvider = NULL,
byCustomizationType = NULL,
byOutputModality = NULL,
byInferenceType = NULL
)Arguments
- byProvider
Return models belonging to the model provider that you specify.
- byCustomizationType
Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.
- byOutputModality
Return models that support the output modality that you specify.
- byInferenceType
Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.