Module Values_2.UpdateModelPackageInputSource

Updates a versioned model.

Sourcetype nonrec t = {
  1. modelPackageArn : Values_0.ModelPackageArn.t;
    (*

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

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

    The approval status of the model.

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

    The package registration type of the model package input.

    *)
  4. approvalDescription : Values_0.ApprovalDescription.t option;
    (*

    A description for the approval status of the model.

    *)
  5. customerMetadataProperties : Values_1.CustomerMetadataMap.t option;
    (*

    The metadata properties associated with the model package versions.

    *)
  6. customerMetadataPropertiesToRemove : Values_1.CustomerMetadataKeyList.t option;
    (*

    The metadata properties associated with the model package versions to remove.

    *)
  7. additionalInferenceSpecificationsToAdd : Values_0.AdditionalInferenceSpecifications.t option;
    (*

    An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. 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.

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

    Specifies details about inference jobs that you can run with models based on this model package, including the following information: The Amazon ECR paths of containers that contain the inference code and model artifacts. The instance types that the model package supports for transform jobs and real-time endpoints used for inference. The input and output content formats that the model package supports for inference.

    *)
  9. sourceUri : Values_1.ModelPackageSourceUri.t option;
    (*

    The URI of the source for the model package.

    *)
  10. modelCard : Values_1.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.

    *)
  11. modelLifeCycle : Values_1.ModelLifeCycle.t option;
    (*

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

    *)
  12. clientToken : Values_0.ClientToken.t option;
    (*

    A unique token that guarantees that the call to this API is idempotent.

    *)
}
Sourceval context_ : string
Sourceval make : ?modelApprovalStatus:??? -> ?modelPackageRegistrationType:??? -> ?approvalDescription:??? -> ?customerMetadataProperties:??? -> ?customerMetadataPropertiesToRemove:??? -> ?additionalInferenceSpecificationsToAdd:??? -> ?inferenceSpecification:??? -> ?sourceUri:??? -> ?modelCard:??? -> ?modelLifeCycle:??? -> ?clientToken:??? -> modelPackageArn:Values_0.ModelPackageArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `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 string ] * [> `String of string ]) list | `String of Values_0.ModelPackageArn.t | `Structure of (string * [> `Enum 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 ]
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