public static interface InferenceInputNameConfiguration.Builder extends SdkPojo, CopyableBuilder<InferenceInputNameConfiguration.Builder,InferenceInputNameConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InferenceInputNameConfiguration.Builder |
componentTimestampDelimiter(String componentTimestampDelimiter)
Indicates the delimiter character used between items in the data.
|
InferenceInputNameConfiguration.Builder |
timestampFormat(String timestampFormat)
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceInputNameConfiguration.Builder timestampFormat(String timestampFormat)
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
timestampFormat - The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).InferenceInputNameConfiguration.Builder componentTimestampDelimiter(String componentTimestampDelimiter)
Indicates the delimiter character used between items in the data.
componentTimestampDelimiter - Indicates the delimiter character used between items in the data.Copyright © 2022. All rights reserved.