Documentation specifies defaults but they are not actually used #1113
Labels
documentation
This is a problem with documentation
needs-triage
This issue or PR still needs to be triaged.
Describe the issue
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
The text was updated successfully, but these errors were encountered: