Valid GES-C01 Dumps shared by ExamDiscuss.com for Helping Passing GES-C01 Exam! ExamDiscuss.com now offer the newest GES-C01 exam dumps, the ExamDiscuss.com GES-C01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com GES-C01 dumps with Test Engine here:
A data scientist has successfully deployed a Hugging Face sentence transformer model to Snowpark Container Services (SPCS) for GPU-powered inference, making it accessible via an HTTP endpoint. To ensure secure and proper programmatic access to this service from an external application, which of the following statements correctly describe the authentication and access control considerations for calling this public endpoint?
Correct Answer: B,D
When using a model deployed to SPCS via its public HTTP endpoint, applications authenticate requests using key pair authentication to generate a JSON Web Token (JWT), then exchange the JWT for an OAuth token, which is subsequently used for authentication. An example shows generating headers including authorization using a session token, formatted as 'Authorization: Snowflake Token=""'. Therefore, options B and D are correct. Option A is incorrect because public endpoints still require authentication. Option C describes internal access via the Snowpark Python API, not external HTTP endpoint authentication. Option E, while relevant for Snowflake Cortex LLM functions accessed via the REST API generally, is not the primary mechanism for authenticating to a SPCS public HTTP endpoint, which uses tokens derived from key pair authentication or session tokens.