Uses of Class
software.amazon.awssdk.services.sagemaker.model.CaptureOption
-
Packages that use CaptureOption Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CaptureOption in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CaptureOption Modifier and Type Method Description List<CaptureOption>DataCaptureConfig. captureOptions()Specifies data Model Monitor will capture.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CaptureOption Modifier and Type Method Description DataCaptureConfig.BuilderDataCaptureConfig.Builder. captureOptions(CaptureOption... captureOptions)Specifies data Model Monitor will capture.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CaptureOption Modifier and Type Method Description DataCaptureConfig.BuilderDataCaptureConfig.Builder. captureOptions(Collection<CaptureOption> captureOptions)Specifies data Model Monitor will capture.
-