Uses of Class
software.amazon.awssdk.services.sagemaker.model.DataCaptureConfig
-
Packages that use DataCaptureConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DataCaptureConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DataCaptureConfig Modifier and Type Method Description DataCaptureConfigCreateEndpointConfigRequest. dataCaptureConfig()Returns the value of the DataCaptureConfig property for this object.DataCaptureConfigDescribeEndpointConfigResponse. dataCaptureConfig()Returns the value of the DataCaptureConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DataCaptureConfig Modifier and Type Method Description CreateEndpointConfigRequest.BuilderCreateEndpointConfigRequest.Builder. dataCaptureConfig(DataCaptureConfig dataCaptureConfig)Sets the value of the DataCaptureConfig property for this object.DescribeEndpointConfigResponse.BuilderDescribeEndpointConfigResponse.Builder. dataCaptureConfig(DataCaptureConfig dataCaptureConfig)Sets the value of the DataCaptureConfig property for this object.
-