Uses of Class
software.amazon.awssdk.services.machinelearning.model.DetailsAttributes
-
Packages that use DetailsAttributes Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of DetailsAttributes in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return DetailsAttributes Modifier and Type Method Description static DetailsAttributesDetailsAttributes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DetailsAttributesDetailsAttributes. valueOf(String name)Returns the enum constant of this type with the specified name.static DetailsAttributes[]DetailsAttributes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type DetailsAttributes Modifier and Type Method Description Map<DetailsAttributes,String>Prediction. details()Returns the value of the Details property for this object.static Set<DetailsAttributes>DetailsAttributes. knownValues()Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type DetailsAttributes Modifier and Type Method Description Prediction.BuilderPrediction.Builder. details(Map<DetailsAttributes,String> details)Sets the value of the Details property for this object.
-