@Stability(value=Stable)
public static interface CfnModelExplainabilityJobDefinition.S3OutputProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
S3OutputProperty s3OutputProperty = S3OutputProperty.builder()
.localPath("localPath")
.s3Uri("s3Uri")
// the properties below are optional
.s3UploadMode("s3UploadMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder
A builder for
CfnModelExplainabilityJobDefinition.S3OutputProperty |
static class |
CfnModelExplainabilityJobDefinition.S3OutputProperty.Jsii$Proxy
An implementation for
CfnModelExplainabilityJobDefinition.S3OutputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder |
builder() |
String |
getLocalPath()
`CfnModelExplainabilityJobDefinition.S3OutputProperty.LocalPath`.
|
default String |
getS3UploadMode()
`CfnModelExplainabilityJobDefinition.S3OutputProperty.S3UploadMode`.
|
String |
getS3Uri()
`CfnModelExplainabilityJobDefinition.S3OutputProperty.S3Uri`.
|
@Stability(value=Stable) @NotNull String getLocalPath()
@Stability(value=Stable) @Nullable default String getS3UploadMode()
@Stability(value=Stable) @NotNull String getS3Uri()
@Stability(value=Stable) static CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder builder()
Copyright © 2021. All rights reserved.