Skip to content

Commit 1665749

Browse files
authored
Update amazon-bedrock.md - sync models description updated
1 parent 4c5f542 commit 1665749

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules/aws

content/en/docs/appstore/use-content/platform-supported-content/modules/aws/amazon-bedrock.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,21 +602,21 @@ Currently, there are operations available to sync metadata about:
602602
The syncing process works the same for all of these operations.
603603

604604
1. The information about models / knowledge bases / agents is persistent in the mendix app's database on the initial sync.
605-
2. An association to the `AmazonBedrockRegion` object, that represents the AWS region used when syncing, is stored.
605+
2. An association to the `AmazonBedrockRegion` object, that represents the AWS region used when syncing, is stored (this is only the case for knowledge bases and agents).
606606
3. On a subsequent syncing process the available data is extended and updated. No data will be removed from the app's database - even if it is no longer available on AWS. The reason is that existing usages of the object in the running application should not be removed.
607607

608608
The available operations are described in the following sections.
609609

610610
#### Sync Models {#sync-models}
611611

612612
The `Sync Models` activity allows you to retrieve and store metadata about available models on Amazon Bedrock in your app's database.
613-
The model information is persistent in the `AmazonBedrockModel` entity.
613+
The model information is persistent in the `BedrockDeployedModel` entity.
614614

615-
Information about the models output and input modalities are stored as associations to the `ModelModality` entity.
615+
Information about the model's input modalities are stored as associations to the `InputModality` entity and its output modality is stored to the `OutputModality` attribute.
616616
The input modality describes which form of data can be sent to the model.
617617
The output modality describes which form of data the model will return.
618618

619-
Information about the models inference type is stored as association to the `ModelInferenceType` entity.
619+
Information about the model's inference type is stored as association to the `ModelInferenceType` entity.
620620
The inference type describes how the model can be accessed. *ON Demand* models are accessible by default and charged by usage.
621621

622622
The input and output for this service are shown in the table below:

0 commit comments

Comments
 (0)