justinjm / googleCloudVertexAIR

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

build basic set of featurestores functions #4

Open justinjm opened 2 years ago

justinjm commented 2 years ago

Emulate Python SDK functions here: https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/feature_store/gapic-feature-store.ipynb

Docs: https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featurestores.entityTypes.features

justinjm commented 2 years ago

Notebook preserved since contains seemingly raw Python code. Might help with R function design: https://github.com/justinjm/vertex-ai-samples/blob/dev-featurestore-gcva/notebooks/official/feature_store/gapic-feature-store.ipynb