interface FunctionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelCard.FunctionProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelCard.FunctionProperty |
Python | aws_cdk.aws_sagemaker.CfnModelCard.FunctionProperty |
TypeScript | @aws-cdk/aws-sagemaker » CfnModelCard » FunctionProperty |
Function details.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker from '@aws-cdk/aws-sagemaker';
const functionProperty: sagemaker.CfnModelCard.FunctionProperty = {
condition: 'condition',
facet: 'facet',
function: 'function',
};
Properties
Name | Type | Description |
---|---|---|
condition? | string | An optional description of any conditions of your objective function metric. |
facet? | string | The metric of the model's objective function. |
function? | string | The optimization direction of the model's objective function. You must specify one of the following values:. |
condition?
Type:
string
(optional)
An optional description of any conditions of your objective function metric.
facet?
Type:
string
(optional)
The metric of the model's objective function.
For example, loss or rmse . The following list shows examples of the values that you can specify for the metric:
ACCURACY
AUC
LOSS
MAE
RMSE
function?
Type:
string
(optional)
The optimization direction of the model's objective function. You must specify one of the following values:.
Maximize
Minimize