AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateDatasetGroup operation. Creates an empty dataset group. A dataset group is a container for Amazon Personalize resources. A dataset group can contain at most three datasets, one for each type of dataset:

A dataset group can be a Domain dataset group, where you specify a domain and use pre-configured resources like recommenders, or a Custom dataset group, where you use custom resources, such as a solution with a solution version, that you deploy with a campaign. If you start with a Domain dataset group, you can still add custom resources such as solutions and solution versions trained with recipes for custom use cases and deployed with campaigns.

A dataset group can be in one of the following states:

To get the status of the dataset group, call DescribeDatasetGroup. If the status shows as CREATE FAILED, the response includes a failureReason key, which describes why the creation failed.

You must wait until the status of the dataset group is ACTIVE before adding a dataset to the group.

You can specify an Key Management Service (KMS) key to encrypt the datasets in the group. If you specify a KMS key, you must also include an Identity and Access Management (IAM) role that has permission to access the key.

APIs that require a dataset group ARN in the request

Related APIs

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Personalize.AmazonPersonalizeRequest
      Amazon.Personalize.Model.CreateDatasetGroupRequest

Namespace: Amazon.Personalize.Model
Assembly: AWSSDK.Personalize.dll
Version: 3.x.y.z

Syntax

C#
public class CreateDatasetGroupRequest : AmazonPersonalizeRequest
         IAmazonWebServiceRequest

The CreateDatasetGroupRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDatasetGroupRequest()

Properties

NameTypeDescription
Public Property Domain Amazon.Personalize.Domain

Gets and sets the property Domain.

The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.

Public Property KmsKeyArn System.String

Gets and sets the property KmsKeyArn.

The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.

Public Property Name System.String

Gets and sets the property Name.

The name for the new dataset group.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.

Public Property Tags System.Collections.Generic.List<Amazon.Personalize.Model.Tag>

Gets and sets the property Tags.

A list of tags to apply to the dataset group.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5