anon_swe
anon_swe

Reputation: 9345

Google Cloud ML Engine: Create new model version with prediction logging enabled

I have a model on ML engine and it doesn't have logging enabled. I wanted to create a new version of the same pickled model with onlinePredictionLogging=True.

How can I do this through the ML Engine GUI? All docs I've seen (e.g. https://cloud.google.com/sdk/gcloud/reference/ml-engine/models/create) are command-line based.

If I try to create a new version, I don't get to change the ModelResource that has the onlinePredictionLogging field...

Thanks!

Upvotes: 0

Views: 67

Answers (1)

rhaertel80
rhaertel80

Reputation: 8389

It doesn't appear to be possible via Cloud Console (GUI). I will file a feature request.

Upvotes: 1

Related Questions