Documentation specifies defaults but they are not actually used #1114
Labels
bug
This issue is a bug.
documentation
This is a problem with documentation
p2
This is a standard priority issue
Describe the bug
Documentation explicitly specifies that the following fields have defaults:
But they are actually not applied. If the builder doesn't explicitly specify them, they will instead be explicitly be set to
None
This makes the request fail with error:
Setting those explicitly on
InvokeModelFluentBuilder
avoids the error:Links
https://docs.rs/aws-sdk-bedrockruntime/1.18.0/aws_sdk_bedrockruntime/operation/invoke_model/builders/struct.InvokeModelFluentBuilder.html
https://docs.rs/aws-sdk-bedrockruntime/1.18.0/aws_sdk_bedrockruntime/operation/invoke_model/struct.InvokeModelInput.html
Version
The text was updated successfully, but these errors were encountered: