Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list-custom-model does not filter by base or foundation model #8929

Open
collimilo opened this issue Sep 18, 2024 · 0 comments
Open

list-custom-model does not filter by base or foundation model #8929

collimilo opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
bedrock bug This issue is a bug. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue

Comments

@collimilo
Copy link

Describe the bug

Passing the --foundation-model-arn-equals or --base-model-arn-equals filters do not restrict the output of list-custom-model as stated by the documentation. It seems the filters are ignored.
I see the same behavior in a Java application with the Java AWS sdk.

Expected Behavior

The --foundation-model-arn-equals or --base-model-arn-equals filters should behave as documented.

Current Behavior

The --foundation-model-arn-equals or --base-model-arn-equals filters do not restrict the output of list-custom-model to custom models with the matching base/foundation model. No error is reported.

Reproduction Steps

Assuming the output of aws bedrock list-custom-models is not empty:

  • issue a aws bedrock list-custom-models --foundation-model-arn-equals or aws bedrock list-custom-models --base-model-arn-equals` request
  • observe that the filters do not restrict the result

Possible Solution

No response

Additional Information/Context

No response

CLI version used

aws-cli/2.17.53 Python/3.11.10 Darwin/23.6.0 source/x86_64

Environment details (OS name and version, etc.)

osx 14.6.1

@collimilo collimilo added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Sep 18, 2024
@adev-code adev-code self-assigned this Sep 19, 2024
@adev-code adev-code added investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue bedrock and removed needs-triage This issue or PR still needs to be triaged. labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bedrock bug This issue is a bug. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

2 participants