Interface InferenceInputNameConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InferenceInputNameConfiguration.Builder,InferenceInputNameConfiguration>, SdkBuilder<InferenceInputNameConfiguration.Builder,InferenceInputNameConfiguration>, SdkPojo
Enclosing class:
InferenceInputNameConfiguration

public static interface InferenceInputNameConfiguration.Builder extends SdkPojo, CopyableBuilder<InferenceInputNameConfiguration.Builder,InferenceInputNameConfiguration>
  • Method Details

    • 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.