sagemaker_create_model_package_group: Creates a model group

View source: R/sagemaker_operations.R

sagemaker_create_model_package_groupR Documentation

Creates a model group

Description

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

See https://www.paws-r-sdk.com/docs/sagemaker_create_model_package_group/ for full documentation.

Usage

sagemaker_create_model_package_group(
  ModelPackageGroupName,
  ModelPackageGroupDescription = NULL,
  Tags = NULL
)

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 Amazon Web Services resources in the Amazon Web Services General Reference Guide.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.