interface HyperParameterTuningJobObjectiveProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnAlgorithm.HyperParameterTuningJobObjectiveProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnAlgorithm_HyperParameterTuningJobObjectiveProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnAlgorithm.HyperParameterTuningJobObjectiveProperty |
Python | aws_cdk.aws_sagemaker.CfnAlgorithm.HyperParameterTuningJobObjectiveProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnAlgorithm » 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-lib';
const hyperParameterTuningJobObjectiveProperty: sagemaker.CfnAlgorithm.HyperParameterTuningJobObjectiveProperty = {
metricName: 'metricName',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| metric | string | |
| type | string |
metricName
Type:
string
type
Type:
string

.NET
Go
Java
Python
TypeScript