Class LogOddsMetric
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.LogOddsMetric
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>
@Generated("software.amazon.awssdk:codegen") public final class LogOddsMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>
The log odds metric details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogOddsMetric.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogOddsMetric.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends LogOddsMetric.Builder>serializableBuilderClass()LogOddsMetric.BuildertoBuilder()StringtoString()Returns a string representation of this object.FloatvariableImportance()The relative importance of the variable.StringvariableName()The name of the variable.StringvariableType()The type of variable.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
variableName
public final String variableName()
The name of the variable.
- Returns:
- The name of the variable.
-
variableType
public final String variableType()
The type of variable.
- Returns:
- The type of variable.
-
variableImportance
public final Float variableImportance()
The relative importance of the variable. For more information, see Model variable importance.
- Returns:
- The relative importance of the variable. For more information, see Model variable importance.
-
toBuilder
public LogOddsMetric.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>
-
builder
public static LogOddsMetric.Builder builder()
-
serializableBuilderClass
public static Class<? extends LogOddsMetric.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-