/// <summary>Constructs a new Update request.</summary>
 public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Prediction.v1_4.Data.Update body, string id)
     : base(service)
 {
     Id   = id;
     Body = body;
     InitParameters();
 }
 /// <summary>Add new data to a trained model.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="id">The unique name for the predictive model.</param>
 public virtual UpdateRequest Update(Google.Apis.Prediction.v1_4.Data.Update body, string id)
 {
     return(new UpdateRequest(service, body, id));
 }