Module Values_2.UpdateHubContentReferenceResponseSource

Updates the contents of a SageMaker hub for a ModelReference resource. A ModelReference allows you to access public SageMaker JumpStart models from within your private hub. When using this API, you can update the MinVersion field for additional flexibility in the model version. You shouldn't update any additional fields when using this API, because the metadata in your private hub should match the public JumpStart model's metadata. If you want to update a Model or Notebook resource in your hub, use the UpdateHubContent API instead. For more information about adding model references to your hub, see Add models to a private hub.

Sourcetype nonrec t = {
  1. hubArn : Values_0.HubArn.t option;
    (*

    The ARN of the private model hub that contains the updated hub content.

    *)
  2. hubContentArn : Values_0.HubContentArn.t option;
    (*

    The ARN of the hub content resource that was updated.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceInUse of Values_0.ResourceInUse.t
  2. | `ResourceNotFound of Values_0.ResourceNotFound.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?hubArn:??? -> ?hubContentArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceInUse of Values_0.ResourceInUse.t | `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceInUse of Values_0.ResourceInUse.t | `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HubArn.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