Description Usage Arguments Value Request syntax
View source: R/sagemaker_operations.R
Describes the details of a project.
1 | sagemaker_describe_project(ProjectName)
|
ProjectName |
[required] The name of the project to describe. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | list(
ProjectArn = "string",
ProjectName = "string",
ProjectId = "string",
ProjectDescription = "string",
ServiceCatalogProvisioningDetails = list(
ProductId = "string",
ProvisioningArtifactId = "string",
PathId = "string",
ProvisioningParameters = list(
list(
Key = "string",
Value = "string"
)
)
),
ServiceCatalogProvisionedProductDetails = list(
ProvisionedProductId = "string",
ProvisionedProductStatusMessage = "string"
),
ProjectStatus = "Pending"|"CreateInProgress"|"CreateCompleted"|"CreateFailed"|"DeleteInProgress"|"DeleteFailed"|"DeleteCompleted",
CreatedBy = list(
UserProfileArn = "string",
UserProfileName = "string",
DomainId = "string"
),
CreationTime = as.POSIXct(
"2015-01-01"
)
)
|
1 2 3 | svc$describe_project(
ProjectName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.