Interface CaptureContentTypeHeader.Builder

    • Method Detail

      • csvContentTypes

        CaptureContentTypeHeader.Builder csvContentTypes​(Collection<String> csvContentTypes)

        The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.

        Parameters:
        csvContentTypes - The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • csvContentTypes

        CaptureContentTypeHeader.Builder csvContentTypes​(String... csvContentTypes)

        The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.

        Parameters:
        csvContentTypes - The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jsonContentTypes

        CaptureContentTypeHeader.Builder jsonContentTypes​(Collection<String> jsonContentTypes)

        The list of all content type headers that SageMaker will treat as JSON and capture accordingly.

        Parameters:
        jsonContentTypes - The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jsonContentTypes

        CaptureContentTypeHeader.Builder jsonContentTypes​(String... jsonContentTypes)

        The list of all content type headers that SageMaker will treat as JSON and capture accordingly.

        Parameters:
        jsonContentTypes - The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.