Module Values_1.DeleteModelPackageInputSource

Deletes a model package. A model package is used to create SageMaker models or list on Amazon Web Services Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

Sourcetype nonrec t = {
  1. modelPackageName : Values_0.VersionedArnOrName.t;
    (*

    The name or Amazon Resource Name (ARN) of the model package to delete. When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

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