Values_0.CreateHubContentReferenceResponseSourceCreate a hub content reference in order to add a model in the JumpStart public hub to a private hub.
type nonrec t = {hubArn : HubArn.t option;The ARN of the hub that the hub content reference was added to.
*)hubContentArn : HubContentArn.t option;The ARN of the hub content.
*)}type nonrec error = [ | `ResourceInUse of ResourceInUse.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `ResourceNotFound of ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]