Interface CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty.Jsii$Proxy
- Enclosing class:
CfnModelBiasJobDefinition
@Stability(Stable)
public static interface CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty
extends software.amazon.jsii.JsiiSerializable
The ground truth labels for the dataset used for the monitoring job.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Uri
The address of the Amazon S3 location of the ground truth labels.- See Also:
-
builder
@Stability(Stable) static CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty.Builder builder()
-