public static interface CfnModelBiasJobDefinition.ConstraintsResourceProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; ConstraintsResourceProperty constraintsResourceProperty = ConstraintsResourceProperty.builder() .s3Uri("s3Uri") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelBiasJobDefinition.ConstraintsResourceProperty.Builder
A builder for
CfnModelBiasJobDefinition.ConstraintsResourceProperty |
static class |
CfnModelBiasJobDefinition.ConstraintsResourceProperty.Jsii$Proxy
An implementation for
CfnModelBiasJobDefinition.ConstraintsResourceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelBiasJobDefinition.ConstraintsResourceProperty.Builder |
builder() |
default java.lang.String |
getS3Uri()
The Amazon S3 URI for the constraints resource.
|