getSessionEndpoint
inline suspend fun EmrClient.getSessionEndpoint(crossinline block: GetSessionEndpointRequest.Builder.() -> Unit): GetSessionEndpointResponse
Returns the Spark Connect endpoint URL and a time-limited authentication token for the specified session. Use the endpoint and token to connect a PySpark client to the session. Call this operation again when the token expires to obtain a new one.