| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CaptureOption |
CaptureOption.clone() |
CaptureOption |
CaptureOption.withCaptureMode(CaptureMode captureMode)
Specify the boundary of data to capture.
|
CaptureOption |
CaptureOption.withCaptureMode(String captureMode)
Specify the boundary of data to capture.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptureOption> |
DataCaptureConfig.getCaptureOptions()
Specifies data Model Monitor will capture.
|
| Modifier and Type | Method and Description |
|---|---|
DataCaptureConfig |
DataCaptureConfig.withCaptureOptions(CaptureOption... captureOptions)
Specifies data Model Monitor will capture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataCaptureConfig.setCaptureOptions(Collection<CaptureOption> captureOptions)
Specifies data Model Monitor will capture.
|
DataCaptureConfig |
DataCaptureConfig.withCaptureOptions(Collection<CaptureOption> captureOptions)
Specifies data Model Monitor will capture.
|
Copyright © 2025. All rights reserved.