Interface TrainingProgressInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TrainingProgressInfo.Builder,,TrainingProgressInfo> SdkBuilder<TrainingProgressInfo.Builder,,TrainingProgressInfo> SdkPojo
- Enclosing class:
TrainingProgressInfo
@Mutable
@NotThreadSafe
public static interface TrainingProgressInfo.Builder
extends SdkPojo, CopyableBuilder<TrainingProgressInfo.Builder,TrainingProgressInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentEpoch(Long currentEpoch) The current epoch number.currentStep(Long currentStep) The current step number.The maximum number of epochs for this job.totalStepCountPerEpoch(Long totalStepCountPerEpoch) The total step count per epoch.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, sdkFieldNameToField, sdkFields
-
Method Details
-
totalStepCountPerEpoch
The total step count per epoch.
- Parameters:
totalStepCountPerEpoch- The total step count per epoch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentStep
The current step number.
- Parameters:
currentStep- The current step number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentEpoch
The current epoch number.
- Parameters:
currentEpoch- The current epoch number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxEpoch
The maximum number of epochs for this job.
- Parameters:
maxEpoch- The maximum number of epochs for this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-