Interface InferenceInputNameConfiguration.Builder

    • Method Detail

      • timestampFormat

        InferenceInputNameConfiguration.Builder timestampFormat​(String timestampFormat)

        The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).

        Parameters:
        timestampFormat - The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentTimestampDelimiter

        InferenceInputNameConfiguration.Builder componentTimestampDelimiter​(String componentTimestampDelimiter)

        Indicates the delimiter character used between items in the data.

        Parameters:
        componentTimestampDelimiter - Indicates the delimiter character used between items in the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.