Builder

public abstract class Builder

Builder for ComputationBasedMetricSpec.

Constructors

Functions

Link copied to clipboard
Link copied to clipboard
@CanIgnoreReturnValue()
public ComputationBasedMetricSpec.Builder clearParameters()
Clears the value of parameters field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ComputationBasedMetricSpec.Builder clearType()
Clears the value of type field.
Link copied to clipboard
Setter for parameters.
Link copied to clipboard
Setter for type.
Setter for type given a known enum.
@CanIgnoreReturnValue()
public ComputationBasedMetricSpec.Builder type(String type)
Setter for type given a string.