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

sagemaker_create_project

Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model


Description

Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.

Usage

sagemaker_create_project(ProjectName, ProjectDescription,
  ServiceCatalogProvisioningDetails, Tags)

Arguments

ProjectName

[required] The name of the project.

ProjectDescription

A description for the project.

ServiceCatalogProvisioningDetails

[required] The product ID and provisioning artifact ID to provision a service catalog. For information, see What is AWS Service Catalog.

Tags

An array of key-value pairs that you want to use to organize and track your AWS resource costs. For more information, see Tagging AWS resources in the AWS General Reference Guide.

Value

A list with the following syntax:

list(
  ProjectArn = "string",
  ProjectId = "string"
)

Request syntax

svc$create_project(
  ProjectName = "string",
  ProjectDescription = "string",
  ServiceCatalogProvisioningDetails = list(
    ProductId = "string",
    ProvisioningArtifactId = "string",
    PathId = "string",
    ProvisioningParameters = list(
      list(
        Key = "string",
        Value = "string"
      )
    )
  ),
  Tags = list(
    list(
      Key = "string",
      Value = "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.