VertexRagDataService constructor
VertexRagDataService({
- required Client client,
Creates a VertexRagDataService using client for transport.
The provided http.Client must be configured to provide whatever
authentication is required by VertexRagDataService. You can do that using
package:googleapis_auth.
Implementation
VertexRagDataService({required http.Client client})
: _client = ServiceClient(client: client);