Uses of Class
software.amazon.awssdk.services.sagemaker.model.CaptureContentTypeHeader
-
Packages that use CaptureContentTypeHeader Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CaptureContentTypeHeader in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CaptureContentTypeHeader Modifier and Type Method Description CaptureContentTypeHeaderDataCaptureConfig. captureContentTypeHeader()Configuration specifying how to treat different headers.CaptureContentTypeHeaderInferenceExperimentDataStorageConfig. contentType()Returns the value of the ContentType property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CaptureContentTypeHeader Modifier and Type Method Description DataCaptureConfig.BuilderDataCaptureConfig.Builder. captureContentTypeHeader(CaptureContentTypeHeader captureContentTypeHeader)Configuration specifying how to treat different headers.InferenceExperimentDataStorageConfig.BuilderInferenceExperimentDataStorageConfig.Builder. contentType(CaptureContentTypeHeader contentType)Sets the value of the ContentType property for this object.
-