Values_0.CreateHubContentReferenceRequestSourceCreate a hub content reference in order to add a model in the JumpStart public hub to a private hub.
type nonrec t = {hubName : HubNameOrArn.t;The name of the hub to add the hub content reference to.
*)sageMakerPublicHubContentArn : SageMakerPublicHubContentArn.t;The ARN of the public hub content to reference.
*)hubContentName : HubContentName.t option;The name of the hub content to reference.
*)minVersion : HubContentVersion.t option;The minimum version of the hub content to reference.
*)}val make :
?hubContentName:??? ->
?minVersion:??? ->
?tags:??? ->
hubName:HubNameOrArn.t ->
sageMakerPublicHubContentArn:SageMakerPublicHubContentArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of HubNameOrArn.t ])
list ]