Interface CfnInferenceScheduler.InputNameConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInferenceScheduler.InputNameConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnInferenceScheduler
@Stability(Stable)
public static interface CfnInferenceScheduler.InputNameConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lookoutequipment.*;
InputNameConfigurationProperty inputNameConfigurationProperty = InputNameConfigurationProperty.builder()
.componentTimestampDelimiter("componentTimestampDelimiter")
.timestampFormat("timestampFormat")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInferenceScheduler.InputNameConfigurationPropertystatic final classAn implementation forCfnInferenceScheduler.InputNameConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComponentTimestampDelimiter
Indicates the delimiter character used between items in the data.- See Also:
-
getTimestampFormat
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).- See Also:
-
builder
-