Description Usage Arguments Value Request syntax
View source: R/sagemaker_operations.R
Gets details about the specified Git repository.
1 | sagemaker_describe_code_repository(CodeRepositoryName)
|
CodeRepositoryName |
[required] The name of the Git repository to describe. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | list(
CodeRepositoryName = "string",
CodeRepositoryArn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
GitConfig = list(
RepositoryUrl = "string",
Branch = "string",
SecretArn = "string"
)
)
|
1 2 3 | svc$describe_code_repository(
CodeRepositoryName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.