issues
search
justinjm
/
googleCloudVertexAIR
R package for interacting with Google Cloud Vertex AI API
https://code.justinmarciszewski.me/googleCloudVertexAIR/
7
stars
1
forks
source link
Add functions for trainingPipeline operation handling
#13
Open
justinjm
opened
1 year ago
justinjm
commented
1 year ago
to be like python SDK
R code:
https://github.com/justinjm/googleCloudVertexAIR/blob/main/R/training_jobs.R#L128
API:
https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.trainingPipelines#TrainingPipeline
example python code:
https://github.com/statmike/vertex-ai-mlops/blob/main/02%20-%20Vertex%20AI%20AutoML/02b%20-%20Vertex%20AI%20-%20AutoML%20with%20clients%20(code).ipynb
to be like python SDK