justinjm / googleCloudVertexAIR

R package for interacting with Google Cloud Vertex AI API
https://code.justinmarciszewski.me/googleCloudVertexAIR/
7 stars 1 forks source link

Improve model name handling from output of `trainingPipeline job()` #28

Closed justinjm closed 1 year ago

justinjm commented 1 year ago

handle this within functions instead of having to do:

After model completes training, extract modelName to a variable for batch prediction

modelName <- trainingPipelineJob$modelToUpload$name
modelName 

vingettes:

R

related: #24