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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceExperimentSchedule.BuilderendTime(Instant endTime)The timestamp at which the inference experiment ended or will end.InferenceExperimentSchedule.BuilderstartTime(Instant startTime)The timestamp at which the inference experiment started or will start.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
startTime
InferenceExperimentSchedule.Builder startTime(Instant 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
InferenceExperimentSchedule.Builder endTime(Instant 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.
-
-