Module Values_1.DescribeModelPackageOutputSource

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.EntityName.t option;
    (*

    The name of the model package being described.

    *)
  2. modelPackageGroupName : Values_0.EntityName.t option;
    (*

    If the model is a versioned model, the name of the model group that the versioned model belongs to.

    *)
  3. modelPackageVersion : Values_0.ModelPackageVersion.t option;
    (*

    The version of the model package.

    *)
  4. modelPackageRegistrationType : Values_0.ModelPackageRegistrationType.t option;
    (*

    The package registration type of the model package output.

    *)
  5. modelPackageArn : Values_0.ModelPackageArn.t option;
    (*

    The Amazon Resource Name (ARN) of the model package.

    *)
  6. modelPackageDescription : Values_0.EntityDescription.t option;
    (*

    A brief summary of the model package.

    *)
  7. creationTime : Values_0.CreationTime.t option;
    (*

    A timestamp specifying when the model package was created.

    *)
  8. inferenceSpecification : Values_0.InferenceSpecification.t option;
    (*

    Details about inference jobs that you can run with models based on this model package.

    *)
  9. sourceAlgorithmSpecification : SourceAlgorithmSpecification.t option;
    (*

    Details about the algorithm that was used to create the model package.

    *)
  10. validationSpecification : ModelPackageValidationSpecification.t option;
    (*

    Configurations for one or more transform jobs that SageMaker runs to test the model package.

    *)
  11. modelPackageStatus : Values_0.ModelPackageStatus.t option;
    (*

    The current status of the model package.

    *)
  12. modelPackageStatusDetails : ModelPackageStatusDetails.t option;
    (*

    Details about the current status of the model package.

    *)
  13. certifyForMarketplace : Values_0.CertifyForMarketplace.t option;
    (*

    Whether the model package is certified for listing on Amazon Web Services Marketplace.

    *)
  14. modelApprovalStatus : Values_0.ModelApprovalStatus.t option;
    (*

    The approval status of the model package.

    *)
  15. createdBy : Values_0.UserContext.t option;
  16. metadataProperties : Values_0.MetadataProperties.t option;
  17. modelMetrics : ModelMetrics.t option;
    (*

    Metrics for the model.

    *)
  18. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The last time that the model package was modified.

    *)
  19. lastModifiedBy : Values_0.UserContext.t option;
  20. approvalDescription : Values_0.ApprovalDescription.t option;
    (*

    A description provided for the model approval.

    *)
  21. domain : Values_0.String_.t option;
    (*

    The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.

    *)
  22. task : Values_0.String_.t option;
    (*

    The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.

    *)
  23. samplePayloadUrl : Values_0.String_.t option;
    (*

    The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored. This path points to a single gzip compressed tar archive (.tar.gz suffix).

    *)
  24. customerMetadataProperties : CustomerMetadataMap.t option;
    (*

    The metadata properties associated with the model package versions.

    *)
  25. driftCheckBaselines : DriftCheckBaselines.t option;
    (*

    Represents the drift check baselines that can be used when the model monitor is set using the model package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.

    *)
  26. additionalInferenceSpecifications : Values_0.AdditionalInferenceSpecifications.t option;
    (*

    An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

    *)
  27. skipModelValidation : SkipModelValidation.t option;
    (*

    Indicates if you want to skip model validation.

    *)
  28. sourceUri : ModelPackageSourceUri.t option;
    (*

    The URI of the source for the model package.

    *)
  29. securityConfig : ModelPackageSecurityConfig.t option;
    (*

    The KMS Key ID (KMSKeyId) used for encryption of model package information.

    *)
  30. modelCard : ModelPackageModelCard.t option;
    (*

    The model card associated with the model package. Since ModelPackageModelCard is tied to a model package, it is a specific usage of a model card and its schema is simplified compared to the schema of ModelCard. The ModelPackageModelCard schema does not include model_package_details, and model_overview is composed of the model_creator and model_artifact properties. For more information about the model package model card schema, see Model package model card schema. For more information about the model card associated with the model package, see View the Details of a Model Version.

    *)
  31. modelLifeCycle : ModelLifeCycle.t option;
    (*

    A structure describing the current state of the model in its life cycle.

    *)
  32. managedStorageType : ManagedStorageType.t option;
    (*

    The storage type of the model package.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?modelPackageName:??? -> ?modelPackageGroupName:??? -> ?modelPackageVersion:??? -> ?modelPackageRegistrationType:??? -> ?modelPackageArn:??? -> ?modelPackageDescription:??? -> ?creationTime:??? -> ?inferenceSpecification:??? -> ?sourceAlgorithmSpecification:??? -> ?validationSpecification:??? -> ?modelPackageStatus:??? -> ?modelPackageStatusDetails:??? -> ?certifyForMarketplace:??? -> ?modelApprovalStatus:??? -> ?createdBy:??? -> ?metadataProperties:??? -> ?modelMetrics:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?approvalDescription:??? -> ?domain:??? -> ?task:??? -> ?samplePayloadUrl:??? -> ?customerMetadataProperties:??? -> ?driftCheckBaselines:??? -> ?additionalInferenceSpecifications:??? -> ?skipModelValidation:??? -> ?sourceUri:??? -> ?securityConfig:??? -> ?modelCard:??? -> ?modelLifeCycle:??? -> ?managedStorageType:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.CertifyForMarketplace.t | `Enum of string | `Integer of Values_0.ModelPackageVersion.t | `List of [> `Structure of (string * [> `List of [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ]) list ] list | `String of string ]) list ] list | `Map of ([> `String of CustomerMetadataKey.t ] * [> `String of CustomerMetadataValue.t ]) list | `String of Values_0.EntityName.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) list ] list | `String of Values_0.RoleArn.t | `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list | `Timestamp of Values_0.CreationTime.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