Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CaptureContentTypeHeader.Builder
-
Packages that use CaptureContentTypeHeader.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CaptureContentTypeHeader.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CaptureContentTypeHeader.Builder Modifier and Type Method Description static CaptureContentTypeHeader.BuilderCaptureContentTypeHeader. builder()CaptureContentTypeHeader.BuilderCaptureContentTypeHeader.Builder. csvContentTypes(String... csvContentTypes)The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.CaptureContentTypeHeader.BuilderCaptureContentTypeHeader.Builder. csvContentTypes(Collection<String> csvContentTypes)The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.CaptureContentTypeHeader.BuilderCaptureContentTypeHeader.Builder. jsonContentTypes(String... jsonContentTypes)The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.CaptureContentTypeHeader.BuilderCaptureContentTypeHeader.Builder. jsonContentTypes(Collection<String> jsonContentTypes)The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.CaptureContentTypeHeader.BuilderCaptureContentTypeHeader. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CaptureContentTypeHeader.Builder Modifier and Type Method Description static Class<? extends CaptureContentTypeHeader.Builder>CaptureContentTypeHeader. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CaptureContentTypeHeader.Builder Modifier and Type Method Description default DataCaptureConfig.BuilderDataCaptureConfig.Builder. captureContentTypeHeader(Consumer<CaptureContentTypeHeader.Builder> captureContentTypeHeader)Configuration specifying how to treat different headers.default InferenceExperimentDataStorageConfig.BuilderInferenceExperimentDataStorageConfig.Builder. contentType(Consumer<CaptureContentTypeHeader.Builder> contentType)Sets the value of the ContentType property for this object.
-