View source: R/sagemaker_operations.R
sagemaker_list_code_repositories | R Documentation |
Gets a list of the Git repositories in your account.
See https://www.paws-r-sdk.com/docs/sagemaker_list_code_repositories/ for full documentation.
sagemaker_list_code_repositories(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
MaxResults = NULL,
NameContains = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)
CreationTimeAfter |
A filter that returns only Git repositories that were created after the specified time. |
CreationTimeBefore |
A filter that returns only Git repositories that were created before the specified time. |
LastModifiedTimeAfter |
A filter that returns only Git repositories that were last modified after the specified time. |
LastModifiedTimeBefore |
A filter that returns only Git repositories that were last modified before the specified time. |
MaxResults |
The maximum number of Git repositories to return in the response. |
NameContains |
A string in the Git repositories name. This filter returns only repositories whose name contains the specified string. |
NextToken |
If the result of a |
SortBy |
The field to sort results by. The default is |
SortOrder |
The sort order for results. The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.