Module Values_1.DescribeModelPackageInputSource

Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace. If you provided a KMS Key ID when you created your model package, you will see the KMS Decrypt API call in your CloudTrail logs when you use this API. To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.

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

    The name or Amazon Resource Name (ARN) of the model package to describe. 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