aws-cdk-lib.aws_sagemaker.CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty

interface ConstraintsResourceProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelExplainabilityJobDefinition_ConstraintsResourceProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty
Pythonaws_cdk.aws_sagemaker.CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelExplainabilityJobDefinition » ConstraintsResourceProperty

Input object for the endpoint.

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 constraintsResourceProperty: sagemaker.CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty = {
  s3Uri: 's3Uri',
};

Properties

NameTypeDescription
s3Uri?stringThe Amazon S3 URI for the constraints resource.

s3Uri?

Type: string (optional)

The Amazon S3 URI for the constraints resource.