public static interface CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty
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.*; MonitoringGroundTruthS3InputProperty monitoringGroundTruthS3InputProperty = MonitoringGroundTruthS3InputProperty.builder() .s3Uri("s3Uri") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty.Builder
|
static class |
CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty.Jsii$Proxy
An implementation for
CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty.Builder |
builder() |
java.lang.String |
getS3Uri()
The address of the Amazon S3 location of the ground truth labels.
|