aws-cdk-lib.aws_personalize.CfnSolution.HpoObjectiveProperty
interface HpoObjectiveProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Personalize.CfnSolution.HpoObjectiveProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspersonalize#CfnSolution_HpoObjectiveProperty |
![]() | software.amazon.awscdk.services.personalize.CfnSolution.HpoObjectiveProperty |
![]() | aws_cdk.aws_personalize.CfnSolution.HpoObjectiveProperty |
![]() | aws-cdk-lib » 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 { aws_personalize as personalize } from 'aws-cdk-lib';
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
.