Struct aws_sdk_sagemaker::types::CaptureContentTypeHeader
source · #[non_exhaustive]pub struct CaptureContentTypeHeader { /* private fields */ }
Expand description
Configuration specifying how to treat different headers. If no headers are specified SageMaker will by default base64 encode when capturing the data.
Implementations§
source§impl CaptureContentTypeHeader
impl CaptureContentTypeHeader
sourcepub fn csv_content_types(&self) -> Option<&[String]>
pub fn csv_content_types(&self) -> Option<&[String]>
The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
sourcepub fn json_content_types(&self) -> Option<&[String]>
pub fn json_content_types(&self) -> Option<&[String]>
The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
source§impl CaptureContentTypeHeader
impl CaptureContentTypeHeader
sourcepub fn builder() -> CaptureContentTypeHeaderBuilder
pub fn builder() -> CaptureContentTypeHeaderBuilder
Creates a new builder-style object to manufacture CaptureContentTypeHeader
.
Trait Implementations§
source§impl Clone for CaptureContentTypeHeader
impl Clone for CaptureContentTypeHeader
source§fn clone(&self) -> CaptureContentTypeHeader
fn clone(&self) -> CaptureContentTypeHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CaptureContentTypeHeader
impl Debug for CaptureContentTypeHeader
source§impl PartialEq<CaptureContentTypeHeader> for CaptureContentTypeHeader
impl PartialEq<CaptureContentTypeHeader> for CaptureContentTypeHeader
source§fn eq(&self, other: &CaptureContentTypeHeader) -> bool
fn eq(&self, other: &CaptureContentTypeHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.