interface HpoObjectiveProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Personalize.CfnSolution.HpoObjectiveProperty |
Java | software.amazon.awscdk.services.personalize.CfnSolution.HpoObjectiveProperty |
Python | aws_cdk.aws_personalize.CfnSolution.HpoObjectiveProperty |
TypeScript | @aws-cdk/aws-personalize » CfnSolution » HpoObjectiveProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as personalize from '@aws-cdk/aws-personalize';
const hpoObjectiveProperty: personalize.CfnSolution.HpoObjectiveProperty = {
metricName: 'metricName',
metricRegex: 'metricRegex',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
metric | string | CfnSolution.HpoObjectiveProperty.MetricName . |
metric | string | CfnSolution.HpoObjectiveProperty.MetricRegex . |
type? | string | CfnSolution.HpoObjectiveProperty.Type . |
metricName?
Type:
string
(optional)
CfnSolution.HpoObjectiveProperty.MetricName
.
metricRegex?
Type:
string
(optional)
CfnSolution.HpoObjectiveProperty.MetricRegex
.
type?
Type:
string
(optional)
CfnSolution.HpoObjectiveProperty.Type
.