public static interface CaptureContentTypeHeader.Builder extends SdkPojo, CopyableBuilder<CaptureContentTypeHeader.Builder,CaptureContentTypeHeader>
| Modifier and Type | Method and Description |
|---|---|
CaptureContentTypeHeader.Builder |
csvContentTypes(Collection<String> csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
CaptureContentTypeHeader.Builder |
csvContentTypes(String... csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
CaptureContentTypeHeader.Builder |
jsonContentTypes(Collection<String> jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
|
CaptureContentTypeHeader.Builder |
jsonContentTypes(String... jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCaptureContentTypeHeader.Builder csvContentTypes(Collection<String> csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
csvContentTypes - The list of all content type headers that SageMaker will treat as CSV and capture accordingly.CaptureContentTypeHeader.Builder csvContentTypes(String... csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
csvContentTypes - The list of all content type headers that SageMaker will treat as CSV and capture accordingly.CaptureContentTypeHeader.Builder jsonContentTypes(Collection<String> jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
jsonContentTypes - The list of all content type headers that SageMaker will treat as JSON and capture accordingly.CaptureContentTypeHeader.Builder jsonContentTypes(String... jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
jsonContentTypes - The list of all content type headers that SageMaker will treat as JSON and capture accordingly.Copyright © 2023. All rights reserved.