public static interface InferenceExperimentSchedule.Builder extends SdkPojo, CopyableBuilder<InferenceExperimentSchedule.Builder,InferenceExperimentSchedule>
| Modifier and Type | Method and Description |
|---|---|
InferenceExperimentSchedule.Builder |
endTime(Instant endTime)
The timestamp at which the inference experiment ended or will end.
|
InferenceExperimentSchedule.Builder |
startTime(Instant startTime)
The timestamp at which the inference experiment started or will start.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceExperimentSchedule.Builder startTime(Instant startTime)
The timestamp at which the inference experiment started or will start.
startTime - The timestamp at which the inference experiment started or will start.InferenceExperimentSchedule.Builder endTime(Instant endTime)
The timestamp at which the inference experiment ended or will end.
endTime - The timestamp at which the inference experiment ended or will end.Copyright © 2023. All rights reserved.