sagemaker_describe_hub_content {paws.machine.learning} | R Documentation |
Describe the content of a hub
Description
Describe the content of a hub.
See https://www.paws-r-sdk.com/docs/sagemaker_describe_hub_content/ for full documentation.
Usage
sagemaker_describe_hub_content(
HubName,
HubContentType,
HubContentName,
HubContentVersion = NULL
)
Arguments
HubName |
[required] The name of the hub that contains the content to describe. |
HubContentType |
[required] The type of content in the hub. |
HubContentName |
[required] The name of the content to describe. |
HubContentVersion |
The version of the content to describe. |
[Package paws.machine.learning version 0.9.0 Index]