Interface LogOddsMetric.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>,SdkBuilder<LogOddsMetric.Builder,LogOddsMetric>,SdkPojo
- Enclosing class:
- LogOddsMetric
public static interface LogOddsMetric.Builder extends SdkPojo, CopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogOddsMetric.BuildervariableImportance(Float variableImportance)The relative importance of the variable.LogOddsMetric.BuildervariableName(String variableName)The name of the variable.LogOddsMetric.BuildervariableType(String variableType)The type of variable.-
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
-
variableName
LogOddsMetric.Builder variableName(String variableName)
The name of the variable.
- Parameters:
variableName- The name of the variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variableType
LogOddsMetric.Builder variableType(String variableType)
The type of variable.
- Parameters:
variableType- The type of variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variableImportance
LogOddsMetric.Builder variableImportance(Float variableImportance)
The relative importance of the variable. For more information, see Model variable importance.
- Parameters:
variableImportance- The relative importance of the variable. For more information, see Model variable importance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-