interface ObjectiveFunctionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelCard.ObjectiveFunctionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_ObjectiveFunctionProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelCard.ObjectiveFunctionProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelCard.ObjectiveFunctionProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnModelCard » ObjectiveFunctionProperty |
The function that is optimized during model training.
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 objectiveFunctionProperty: sagemaker.CfnModelCard.ObjectiveFunctionProperty = {
function: {
condition: 'condition',
facet: 'facet',
function: 'function',
},
notes: 'notes',
};
Properties
Name | Type | Description |
---|---|---|
function? | IResolvable | Function | A function object that details optimization direction, metric, and additional descriptions. |
notes? | string | Notes about the object function, including other considerations for possible objective functions. |
function?
Type:
IResolvable
|
Function
(optional)
A function object that details optimization direction, metric, and additional descriptions.
notes?
Type:
string
(optional)
Notes about the object function, including other considerations for possible objective functions.