interface MetricDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRoomsML.CfnConfiguredModelAlgorithmPropsMixin.MetricDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanroomsml#CfnConfiguredModelAlgorithmPropsMixin_MetricDefinitionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml.CfnConfiguredModelAlgorithmPropsMixin.MetricDefinitionProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanroomsml.CfnConfiguredModelAlgorithmPropsMixin.MetricDefinitionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanroomsml » CfnConfiguredModelAlgorithmPropsMixin » MetricDefinitionProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanroomsml as cleanroomsml } from '@aws-cdk/cfn-property-mixins';
const metricDefinitionProperty: cleanroomsml.CfnConfiguredModelAlgorithmPropsMixin.MetricDefinitionProperty = {
name: 'name',
regex: 'regex',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | |
| regex? | string |
name?
Type:
string
(optional)
regex?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript