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