@Generated(value="software.amazon.awssdk:codegen") public final class LogOddsMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>
The log odds metric details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogOddsMetric.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogOddsMetric.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogOddsMetric.Builder> |
serializableBuilderClass() |
LogOddsMetric.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
variableImportance()
The relative importance of the variable.
|
String |
variableName()
The name of the variable.
|
String |
variableType()
The type of variable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String variableName()
The name of the variable.
public final String variableType()
The type of variable.
public final Float variableImportance()
The relative importance of the variable. For more information, see Model variable importance.
public LogOddsMetric.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>public static LogOddsMetric.Builder builder()
public static Class<? extends LogOddsMetric.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.