Interface InferenceExperimentSchedule.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InferenceExperimentSchedule.Builder,,InferenceExperimentSchedule> SdkBuilder<InferenceExperimentSchedule.Builder,,InferenceExperimentSchedule> SdkPojo
- Enclosing class:
 InferenceExperimentSchedule
public static interface InferenceExperimentSchedule.Builder
extends SdkPojo, CopyableBuilder<InferenceExperimentSchedule.Builder,InferenceExperimentSchedule> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe timestamp at which the inference experiment ended or will end.The timestamp at which the inference experiment started or will start.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
startTime
The timestamp at which the inference experiment started or will start.
- Parameters:
 startTime- The timestamp at which the inference experiment started or will start.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
endTime
The timestamp at which the inference experiment ended or will end.
- Parameters:
 endTime- The timestamp at which the inference experiment ended or will end.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -