Module Values.DeleteEndpointRequestSource

Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.

Sourcetype nonrec t = {
  1. endpointArn : ComprehendEndpointArn.t;
    (*

    The Amazon Resource Number (ARN) of the endpoint being deleted.

    *)
}
Sourceval context_ : string
Sourceval make : endpointArn:ComprehendEndpointArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ComprehendEndpointArn.t ]) 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