interface HyperParameterTuningJobObjectiveProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnAlgorithmPropsMixin_HyperParameterTuningJobObjectiveProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnAlgorithmPropsMixin » HyperParameterTuningJobObjectiveProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const hyperParameterTuningJobObjectiveProperty: sagemaker.CfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty = {
metricName: 'metricName',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| metric | string | |
| type? | string |
metricName?
Type:
string
(optional)
type?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript