@Stability(value=Stable)
public static interface CfnModelBiasJobDefinition.MonitoringOutputProperty
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.*;
MonitoringOutputProperty monitoringOutputProperty = MonitoringOutputProperty.builder()
.s3Output(S3OutputProperty.builder()
.localPath("localPath")
.s3Uri("s3Uri")
// the properties below are optional
.s3UploadMode("s3UploadMode")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelBiasJobDefinition.MonitoringOutputProperty.Builder
A builder for
CfnModelBiasJobDefinition.MonitoringOutputProperty |
static class |
CfnModelBiasJobDefinition.MonitoringOutputProperty.Jsii$Proxy
An implementation for
CfnModelBiasJobDefinition.MonitoringOutputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelBiasJobDefinition.MonitoringOutputProperty.Builder |
builder() |
Object |
getS3Output()
The Amazon S3 storage location where the results of a monitoring job are saved.
|
@Stability(value=Stable) @NotNull Object getS3Output()
@Stability(value=Stable) static CfnModelBiasJobDefinition.MonitoringOutputProperty.Builder builder()
Copyright © 2022. All rights reserved.