ModelMonitoringService constructor

ModelMonitoringService({
  1. required Client client,
})

Creates a ModelMonitoringService using client for transport.

The provided http.Client must be configured to provide whatever authentication is required by ModelMonitoringService. You can do that using package:googleapis_auth.

Implementation

ModelMonitoringService({required http.Client client})
  : _client = ServiceClient(client: client);