Model Experiments log_image Permission Denied Error

Hey trying to log_image on model experiment. Log_metric works fine, but image leads to this error:

transforms.external.systems._redact_credentials_in_output.ConjureHTTPError: 403 Client Error: Forbidden for url: https://waypoint-envoy.rubix-system.svc.cluster.local:8443/compute/a82899/foundry/models-api/models/api/experiments/ri.models.main.experiment.ea91a388-8c97-4ac3-92f1-0f0806d8c422/log/image?seriesName=Sparsity+Matrix&step=1&timestamp=1751951227556. ErrorCode: ‘PERMISSION_DENIED’. ErrorName: ‘MediaSet:CannotReadMediaSetBranch’. ErrorInstanceId: ‘11148a85-03cb-453e-bddc-0901eb21ca13’. TraceId: ‘039a3d597198233a’. Parameters: {}

I tried setting the step specifically, but there is some kind of restriction or block on making the MediaSet. Any ideas?

Hey @shah! Thanks for reporting this.

I was able to reproduce this myself, I am working on a fix for this right now and will update when it is released.

Just to update here - Fix has been released, may take up to 30mins to an hour before you see the issue resolved.

Hi Tucker, this works, did we check that it would work for the plots too, while you’re at it? Haven’t tried that yet. But thanks much for the quick response

Plots should not run into this issue as they are stored differently than images. Are you seeing issues with plots?

it says log_plot not recognized part of Experiment.

What version of palantir_models are you using? log_plot was only added to palantir_models in recent-ish versions. Could you try upgrading to the latest available version (using the libraries sidebar)

it was an older version, but even after upgrading to .180, the latest, it says same thing…

could you please share a snippet of the code you are running that contains the error and the full error message you are seeing