@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceInputNameConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
Constructor and Description |
---|
InferenceInputNameConfiguration() |
Modifier and Type | Method and Description |
---|---|
InferenceInputNameConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getComponentTimestampDelimiter()
Indicates the delimiter character used between items in the data.
|
String |
getTimestampFormat()
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComponentTimestampDelimiter(String componentTimestampDelimiter)
Indicates the delimiter character used between items in the data.
|
void |
setTimestampFormat(String timestampFormat)
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
|
String |
toString()
Returns a string representation of this object.
|
InferenceInputNameConfiguration |
withComponentTimestampDelimiter(String componentTimestampDelimiter)
Indicates the delimiter character used between items in the data.
|
InferenceInputNameConfiguration |
withTimestampFormat(String timestampFormat)
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
|
public void setTimestampFormat(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 (-).public String getTimestampFormat()
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
public InferenceInputNameConfiguration withTimestampFormat(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 (-).public void setComponentTimestampDelimiter(String componentTimestampDelimiter)
Indicates the delimiter character used between items in the data.
componentTimestampDelimiter
- Indicates the delimiter character used between items in the data.public String getComponentTimestampDelimiter()
Indicates the delimiter character used between items in the data.
public InferenceInputNameConfiguration withComponentTimestampDelimiter(String componentTimestampDelimiter)
Indicates the delimiter character used between items in the data.
componentTimestampDelimiter
- Indicates the delimiter character used between items in the data.public String toString()
toString
in class Object
Object.toString()
public InferenceInputNameConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.