| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CaptureContentTypeHeader |
CaptureContentTypeHeader.clone() |
CaptureContentTypeHeader |
DataCaptureConfig.getCaptureContentTypeHeader()
Configuration specifying how to treat different headers.
|
CaptureContentTypeHeader |
InferenceExperimentDataStorageConfig.getContentType() |
CaptureContentTypeHeader |
CaptureContentTypeHeader.withCsvContentTypes(Collection<String> csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
CaptureContentTypeHeader |
CaptureContentTypeHeader.withCsvContentTypes(String... csvContentTypes)
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
CaptureContentTypeHeader |
CaptureContentTypeHeader.withJsonContentTypes(Collection<String> jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
|
CaptureContentTypeHeader |
CaptureContentTypeHeader.withJsonContentTypes(String... jsonContentTypes)
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataCaptureConfig.setCaptureContentTypeHeader(CaptureContentTypeHeader captureContentTypeHeader)
Configuration specifying how to treat different headers.
|
void |
InferenceExperimentDataStorageConfig.setContentType(CaptureContentTypeHeader contentType) |
DataCaptureConfig |
DataCaptureConfig.withCaptureContentTypeHeader(CaptureContentTypeHeader captureContentTypeHeader)
Configuration specifying how to treat different headers.
|
InferenceExperimentDataStorageConfig |
InferenceExperimentDataStorageConfig.withContentType(CaptureContentTypeHeader contentType) |
Copyright © 2023. All rights reserved.