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

sagemaker_create_model_package_group

Creates a model group


Description

Creates a model group. A model group contains a group of model versions.

Usage

sagemaker_create_model_package_group(ModelPackageGroupName,
  ModelPackageGroupDescription, Tags)

Arguments

ModelPackageGroupName

[required] The name of the model group.

ModelPackageGroupDescription

A description for the model group.

Tags

A list of key value pairs associated with the model group. For more information, see Tagging AWS resources in the AWS General Reference Guide.

Value

A list with the following syntax:

list(
  ModelPackageGroupArn = "string"
)

Request syntax

svc$create_model_package_group(
  ModelPackageGroupName = "string",
  ModelPackageGroupDescription = "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.