| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CaptureContentTypeHeader.Builder |
CaptureContentTypeHeader.builder() |
CaptureContentTypeHeader.Builder |
CaptureContentTypeHeader.Builder.csvContentTypes(Collection<String> csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
CaptureContentTypeHeader.Builder |
CaptureContentTypeHeader.Builder.csvContentTypes(String... csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
CaptureContentTypeHeader.Builder |
CaptureContentTypeHeader.Builder.jsonContentTypes(Collection<String> jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
|
CaptureContentTypeHeader.Builder |
CaptureContentTypeHeader.Builder.jsonContentTypes(String... jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
|
CaptureContentTypeHeader.Builder |
CaptureContentTypeHeader.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaptureContentTypeHeader.Builder> |
CaptureContentTypeHeader.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataCaptureConfig.Builder |
DataCaptureConfig.Builder.captureContentTypeHeader(Consumer<CaptureContentTypeHeader.Builder> captureContentTypeHeader)
Configuration specifying how to treat different headers.
|
Copyright © 2022. All rights reserved.