@Stability(value=Stable)
public static interface CfnEndpointConfig.CaptureOptionProperty
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.*;
CaptureOptionProperty captureOptionProperty = CaptureOptionProperty.builder()
.captureMode("captureMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.CaptureOptionProperty.Builder
A builder for
CfnEndpointConfig.CaptureOptionProperty |
static class |
CfnEndpointConfig.CaptureOptionProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.CaptureOptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.CaptureOptionProperty.Builder |
builder() |
String |
getCaptureMode()
Specifies whether the endpoint captures input data or output data.
|
@Stability(value=Stable) @NotNull String getCaptureMode()
@Stability(value=Stable) static CfnEndpointConfig.CaptureOptionProperty.Builder builder()
Copyright © 2022. All rights reserved.