Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_describe_project

Describes the details of a project


Description

Describes the details of a project.

Usage

sagemaker_describe_project(ProjectName)

Arguments

ProjectName

[required] The name of the project to describe.

Value

A list with the following syntax:

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"
  )
)

Request syntax

svc$describe_project(
  ProjectName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.