Skip to content
Discussion options

You must be logged in to vote

However, as mentioned in my problem explanation, I suspect that the Rust SDK does not currently cover the Vertex AI API fully. Specifically, I expected the SDK to include TextEmbeddingPredictionInstance since it is a part of the Vertex AI API See this part from above (* it has wrong link to REST docs but the same type definition exists in gRPC docs)

I missed that part of your question. I read your question again, and I do not think I missed anything else, let me know if I did.

Speaking in terms of Rust SDK, this is how I would expect it to look like:

        use google_cloud_aiplatform_v1 as vertexai;

        let endpoint = "https://europe-west4-aiplatform.googleapis.com";
        let…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mshytikov
Comment options

@coryan
Comment options

Answer selected by coryan
@mshytikov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants