interface ModelBiasAppSpecificationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelBiasJobDefinition_ModelBiasAppSpecificationProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnModelBiasJobDefinition » ModelBiasAppSpecificationProperty |
Docker container image configuration object for the model bias job.
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 modelBiasAppSpecificationProperty: sagemaker.CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty = {
configUri: 'configUri',
imageUri: 'imageUri',
// the properties below are optional
environment: {
environmentKey: 'environment',
},
};
Properties
Name | Type | Description |
---|---|---|
config | string | JSON formatted S3 file that defines bias parameters. |
image | string | The container image to be run by the model bias job. |
environment? | { [string]: string } | IResolvable | Sets the environment variables in the Docker container. |
configUri
Type:
string
JSON formatted S3 file that defines bias parameters.
For more information on this JSON configuration file, see Configure bias parameters .
imageUri
Type:
string
The container image to be run by the model bias job.
environment?
Type:
{ [string]: string } |
IResolvable
(optional)
Sets the environment variables in the Docker container.