sagemaker_list_hub_contents: List the contents of a hub

View source: R/sagemaker_operations.R

sagemaker_list_hub_contentsR Documentation

List the contents of a hub

Description

List the contents of a hub.

See https://www.paws-r-sdk.com/docs/sagemaker_list_hub_contents/ for full documentation.

Usage

sagemaker_list_hub_contents(
  HubName,
  HubContentType,
  NameContains = NULL,
  MaxSchemaVersion = NULL,
  CreationTimeBefore = NULL,
  CreationTimeAfter = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

HubName

[required] The name of the hub to list the contents of.

HubContentType

[required] The type of hub content to list.

NameContains

Only list hub content if the name contains the specified string.

MaxSchemaVersion

The upper bound of the hub content schema verion.

CreationTimeBefore

Only list hub content that was created before the time specified.

CreationTimeAfter

Only list hub content that was created after the time specified.

SortBy

Sort hub content versions by either name or creation time.

SortOrder

Sort hubs by ascending or descending order.

MaxResults

The maximum amount of hub content to list.

NextToken

If the response to a previous list_hub_contents request was truncated, the response includes a NextToken. To retrieve the next set of hub content, use the token in the next request.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.