@Stability(value=Stable)
public static interface CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getS3Uri()
The address of the Amazon S3 location of the ground truth labels.
|
@Stability(value=Stable) @NotNull String getS3Uri()
@Stability(value=Stable) static CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty.Builder builder()
Copyright © 2022. All rights reserved.