Package software.amazon.awscdk.services.personalize
package software.amazon.awscdk.services.personalize
AWS::Personalize Construct Library
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.personalize.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
- Search Construct Hub for Personalize construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::Personalize resources directly.
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Personalize.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
-
ClassDescriptionCreates an empty dataset and adds it to the specified dataset group.A fluent builder for
CfnDataset
.Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.A builder forCfnDataset.DatasetImportJobProperty
An implementation forCfnDataset.DatasetImportJobProperty
Describes the data source that contains the data to upload to a dataset, or the list of records to delete from Amazon Personalize.A builder forCfnDataset.DataSourceProperty
An implementation forCfnDataset.DataSourceProperty
A dataset group is a collection of related datasets (Item interactions, Users, Items, Actions, Action interactions).A fluent builder forCfnDatasetGroup
.Properties for defining aCfnDatasetGroup
.A builder forCfnDatasetGroupProps
An implementation forCfnDatasetGroupProps
Properties for defining aCfnDataset
.A builder forCfnDatasetProps
An implementation forCfnDatasetProps
Creates an Amazon Personalize schema from the specified schema string.A fluent builder forCfnSchema
.Properties for defining aCfnSchema
.A builder forCfnSchemaProps
An implementation forCfnSchemaProps
Specifies the hyperparameters and their ranges.A builder forCfnSolution.AlgorithmHyperParameterRangesProperty
An implementation forCfnSolution.AlgorithmHyperParameterRangesProperty
When the solution performs AutoML (performAutoML
is true in CreateSolution ), Amazon Personalize determines which recipe, from the specified list, optimizes the given metric.A builder forCfnSolution.AutoMLConfigProperty
An implementation forCfnSolution.AutoMLConfigProperty
A fluent builder forCfnSolution
.Provides the name and range of a categorical hyperparameter.A builder forCfnSolution.CategoricalHyperParameterRangeProperty
An implementation forCfnSolution.CategoricalHyperParameterRangeProperty
Provides the name and range of a continuous hyperparameter.A builder forCfnSolution.ContinuousHyperParameterRangeProperty
An implementation forCfnSolution.ContinuousHyperParameterRangeProperty
Describes the properties for hyperparameter optimization (HPO).A builder forCfnSolution.HpoConfigProperty
An implementation forCfnSolution.HpoConfigProperty
The metric to optimize during hyperparameter optimization (HPO).A builder forCfnSolution.HpoObjectiveProperty
An implementation forCfnSolution.HpoObjectiveProperty
Describes the resource configuration for hyperparameter optimization (HPO).A builder forCfnSolution.HpoResourceConfigProperty
An implementation forCfnSolution.HpoResourceConfigProperty
Provides the name and range of an integer-valued hyperparameter.A builder forCfnSolution.IntegerHyperParameterRangeProperty
An implementation forCfnSolution.IntegerHyperParameterRangeProperty
Describes the configuration properties for the solution.A builder forCfnSolution.SolutionConfigProperty
An implementation forCfnSolution.SolutionConfigProperty
Properties for defining aCfnSolution
.A builder forCfnSolutionProps
An implementation forCfnSolutionProps