Builder

public abstract class Builder

Builder for TuningJobMetadata.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract TuningJobMetadata build()
Link copied to clipboard
@CanIgnoreReturnValue()
public TuningJobMetadata.Builder clearCompletedEpochCount()
Clears the value of completedEpochCount field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TuningJobMetadata.Builder clearCompletedStepCount()
Clears the value of completedStepCount field.
Link copied to clipboard
public abstract TuningJobMetadata.Builder completedEpochCount(Long completedEpochCount)
Setter for completedEpochCount.
Link copied to clipboard
public abstract TuningJobMetadata.Builder completedStepCount(Long completedStepCount)
Setter for completedStepCount.