Module Values.UpdateModelRequestSource

Updates a model in the account.

Sourcetype nonrec t = {
  1. modelName : ModelName.t;
    (*

    The name of the model to update.

    *)
  2. labelsInputConfiguration : LabelsInputConfiguration.t option;
  3. roleArn : IamRoleArn.t option;
    (*

    The ARN of the model to update.

    *)
  4. modelDiagnosticsOutputConfiguration : ModelDiagnosticsOutputConfiguration.t option;
    (*

    The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the RoleArn request parameter.

    *)
}
Sourceval context_ : string
Sourceval make : ?labelsInputConfiguration:??? -> ?roleArn:??? -> ?modelDiagnosticsOutputConfiguration:??? -> modelName:ModelName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ModelName.t | `Structure of (string * [> `String of LabelGroupName.t | `Structure of (string * [> `String of S3Bucket.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t