interface MetricDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CleanRoomsML.CfnConfiguredModelAlgorithm.MetricDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanroomsml#CfnConfiguredModelAlgorithm_MetricDefinitionProperty |
Java | software.amazon.awscdk.services.cleanroomsml.CfnConfiguredModelAlgorithm.MetricDefinitionProperty |
Python | aws_cdk.aws_cleanroomsml.CfnConfiguredModelAlgorithm.MetricDefinitionProperty |
TypeScript | aws-cdk-lib » aws_cleanroomsml » CfnConfiguredModelAlgorithm » 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-lib';
const metricDefinitionProperty: cleanroomsml.CfnConfiguredModelAlgorithm.MetricDefinitionProperty = {
name: 'name',
regex: 'regex',
};
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| regex | string |
name
Type:
string
regex
Type:
string

.NET
Go
Java
Python
TypeScript