You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current type for targeting_optimization_types is map<string, int>
Because of that, targeting_optimization_types could not be mapped properly. For example, one issue was reported in python sdk project link
Code Samples & Details
Please provide a code sample, as well as any additional details, to help us track down the issue. If you can provide a link to a test project that allows us to reproduce the issue, this helps us immensely in both the speed and quality of the fix.
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
16.16.0
8.11.0
Goals
What do you want to achieve?
Get correct type for targeting_optimization_types
Expected Results
What do you expect to happen?
According to documentation, targeting_optimization_types has type listKeyValue:string,int32, so type in codegen specs should be list
There are 3 objects that uses this field:
Actual Results
What actually happened?
Current type for targeting_optimization_types is map<string, int>
Because of that, targeting_optimization_types could not be mapped properly. For example, one issue was reported in python sdk project link
Code Samples & Details
Please provide a code sample, as well as any additional details, to help us track down the issue. If you can provide a link to a test project that allows us to reproduce the issue, this helps us immensely in both the speed and quality of the fix.
should be changed to:
The text was updated successfully, but these errors were encountered: