Values_2.UpdateHubContentReferenceRequestSourceUpdates 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.
type nonrec t = {hubName : Values_0.HubNameOrArn.t;The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.
*)hubContentName : Values_0.HubContentName.t;The name of the hub content resource that you want to update.
*)hubContentType : Values_0.HubContentType.t;The content type of the resource that you want to update. Only specify a ModelReference resource for this API. To update a Model or Notebook resource, use the UpdateHubContent API instead.
*)minVersion : Values_0.HubContentVersion.t option;The minimum hub content version of the referenced model that you want to use. The minimum version must be older than the latest available version of the referenced model. To support all versions of a model, set the value to 1.0.0.
*)}val make :
?minVersion:??? ->
hubName:Values_0.HubNameOrArn.t ->
hubContentName:Values_0.HubContentName.t ->
hubContentType:Values_0.HubContentType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.HubNameOrArn.t ])
list ]