Values_2.UpdateHubContentResponseSourceUpdates SageMaker hub content (either a Model or Notebook resource). You can update the metadata that describes the resource. In addition to the required request fields, specify at least one of the following fields to update: HubContentDescription HubContentDisplayName HubContentMarkdown HubContentSearchKeywords SupportStatus For more information about hubs, see Private curated hubs for foundation model access control in JumpStart. If you want to update a ModelReference resource in your hub, use the UpdateHubContentResource API instead.
type nonrec t = {hubArn : Values_0.HubArn.t option;The ARN of the private model hub that contains the updated hub content.
*)hubContentArn : Values_0.HubContentArn.t option;The ARN of the hub content resource that was updated.
*)}type nonrec error = [ | `ResourceInUse of Values_0.ResourceInUse.t| `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]