sagemaker_list_hub_content_versions: List hub content versions

View source: R/sagemaker_operations.R

sagemaker_list_hub_content_versionsR Documentation

List hub content versions

Description

List hub content versions.

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

Usage

sagemaker_list_hub_content_versions(
  HubName,
  HubContentType,
  HubContentName,
  MinVersion = 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 content versions of.

HubContentType

[required] The type of hub content to list versions of.

HubContentName

[required] The name of the hub content.

MinVersion

The lower bound of the hub content versions to list.

MaxSchemaVersion

The upper bound of the hub content schema version.

CreationTimeBefore

Only list hub content versions that were created before the time specified.

CreationTimeAfter

Only list hub content versions that were created after the time specified.

SortBy

Sort hub content versions by either name or creation time.

SortOrder

Sort hub content versions by ascending or descending order.

MaxResults

The maximum number of hub content versions to list.

NextToken

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


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