Module Values_2.UpdateHubContentResponseSource

Updates 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.

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