sagemaker_list_hubs: List all existing hubs

View source: R/sagemaker_operations.R

sagemaker_list_hubsR Documentation

List all existing hubs

Description

List all existing hubs.

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

Usage

sagemaker_list_hubs(
  NameContains = NULL,
  CreationTimeBefore = NULL,
  CreationTimeAfter = NULL,
  LastModifiedTimeBefore = NULL,
  LastModifiedTimeAfter = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

NameContains

Only list hubs with names that contain the specified string.

CreationTimeBefore

Only list hubs that were created before the time specified.

CreationTimeAfter

Only list hubs that were created after the time specified.

LastModifiedTimeBefore

Only list hubs that were last modified before the time specified.

LastModifiedTimeAfter

Only list hubs that were last modified after the time specified.

SortBy

Sort hubs by either name or creation time.

SortOrder

Sort hubs by ascending or descending order.

MaxResults

The maximum number of hubs to list.

NextToken

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


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