/// <summary>Constructs a new Update request.</summary>
 public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Prediction.v1_2.Data.Update body, string data)
     : base(service)
 {
     Data = data;
     Body = body;
     InitParameters();
 }
 /// <summary>Add new data to a trained model</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="data">mybucket/mydata resource in Google Storage</param>
 public virtual UpdateRequest Update(Google.Apis.Prediction.v1_2.Data.Update body, string data)
 {
     return(new UpdateRequest(service, body, data));
 }
 public UpdateRequest(Google.Apis.Discovery.IRequestProvider service, Google.Apis.Prediction.v1_2.Data.Update body, string data) :
     base(service)
 {
     this.Body  = body;
     this._data = data;
 }