public static interface CfnEndpointConfig.CaptureOptionProperty
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() |
java.lang.String |
getCaptureMode()
Specifies whether the endpoint captures input data or output data.
|
java.lang.String getCaptureMode()
static CfnEndpointConfig.CaptureOptionProperty.Builder builder()