
ListFoundationModels
CertifiedList available Amazon Bedrock foundation models
ListFoundationModels
Certified
List available Amazon Bedrock foundation models
yaml
type: io.kestra.plugin.aws.bedrock.ListFoundationModelsExamples
yaml
id: bedrock_list_models
namespace: company.team
tasks:
- id: list_models
type: io.kestra.plugin.aws.bedrock.ListFoundationModels
region: "{{ secret('AWS_REGION') }}"
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_ACCESS_KEY') }}"
byOutputModality: TEXT
- id: log_models
type: io.kestra.plugin.core.log.Log
message: "Available text models: {{ outputs.list_models.models }}"
Properties
accessKeyId string
byInferenceType string
byOutputModality string
byProvider string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
pluginDefaultsRef Non-dynamicstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
Outputs
models array
SubTypeobject