interface EmbeddingsAwsBedrockNodeParameters {
authentication?: "iam" | "assumeRole";
model?: string;
}
Properties§
§
§
readonly authentication?: "iam" | "assumeRole"
readonly model?: string
The model which will generate the completion. Learn more. Type options: {"loadOptions":{"routing":{"request":{"method":"GET","url":"/foundation-models?byInferenceType=ON_DEMAND&byOutputModality=EMBEDDING"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"modelSummaries"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.modelName}}","description":"={{$responseItem.modelArn}}","value":"={{$responseItem.modelId}}"}},{"type":"sort","properties":{"key":"name"}}]}}}}
Default: "iam"