public TrainingResource(PredictionService service, Google.Apis.Authentication.IAuthenticator _authenticator)
 {
     this.service        = service;
     this._authenticator = _authenticator;
 }
 public TrainingResource(PredictionService service)
 {
     this.service = service;
 }
 public HostedmodelsResource(PredictionService service, Google.Apis.Authentication.IAuthenticator _authenticator)
 {
     this.service        = service;
     this._authenticator = _authenticator;
 }
 public HostedmodelsResource(PredictionService service)
 {
     this.service = service;
 }