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
Modifier and TypeMethodDescriptionvariableImportance(Float variableImportance) The relative importance of the variable.variableName(String variableName) The name of the variable.variableType(String variableType) The type of variable.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, sdkFields 
- 
Method Details
- 
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
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
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.
 
 
 -