updateHubContent
inline suspend fun SageMakerClient.updateHubContent(crossinline block: UpdateHubContentRequest.Builder.() -> Unit): UpdateHubContentResponse
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.