bedrock_list_foundation_models: Lists Amazon Bedrock foundation models that you can use

View source: R/bedrock_operations.R

bedrock_list_foundation_modelsR Documentation

Lists Amazon Bedrock foundation models that you can use

Description

Lists 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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.