@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceExperimentSchedule extends Object implements Serializable, Cloneable, StructuredPojo
The start and end times of an inference experiment.
The maximum duration that you can set for an inference experiment is 30 days.
Constructor and Description |
---|
InferenceExperimentSchedule() |
Modifier and Type | Method and Description |
---|---|
InferenceExperimentSchedule |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The timestamp at which the inference experiment ended or will end.
|
Date |
getStartTime()
The timestamp at which the inference experiment started or will start.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTime(Date endTime)
The timestamp at which the inference experiment ended or will end.
|
void |
setStartTime(Date startTime)
The timestamp at which the inference experiment started or will start.
|
String |
toString()
Returns a string representation of this object.
|
InferenceExperimentSchedule |
withEndTime(Date endTime)
The timestamp at which the inference experiment ended or will end.
|
InferenceExperimentSchedule |
withStartTime(Date startTime)
The timestamp at which the inference experiment started or will start.
|
public void setStartTime(Date startTime)
The timestamp at which the inference experiment started or will start.
startTime
- The timestamp at which the inference experiment started or will start.public Date getStartTime()
The timestamp at which the inference experiment started or will start.
public InferenceExperimentSchedule withStartTime(Date startTime)
The timestamp at which the inference experiment started or will start.
startTime
- The timestamp at which the inference experiment started or will start.public void setEndTime(Date endTime)
The timestamp at which the inference experiment ended or will end.
endTime
- The timestamp at which the inference experiment ended or will end.public Date getEndTime()
The timestamp at which the inference experiment ended or will end.
public InferenceExperimentSchedule withEndTime(Date endTime)
The timestamp at which the inference experiment ended or will end.
endTime
- The timestamp at which the inference experiment ended or will end.public String toString()
toString
in class Object
Object.toString()
public InferenceExperimentSchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.