Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.InferenceDataImportStrategy
-
Packages that use InferenceDataImportStrategy Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of InferenceDataImportStrategy in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return InferenceDataImportStrategy Modifier and Type Method Description static InferenceDataImportStrategyInferenceDataImportStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceDataImportStrategyImportModelVersionRequest. inferenceDataImportStrategy()Indicates how to import the accumulated inference data when a model version is imported.static InferenceDataImportStrategyInferenceDataImportStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceDataImportStrategy[]InferenceDataImportStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type InferenceDataImportStrategy Modifier and Type Method Description static Set<InferenceDataImportStrategy>InferenceDataImportStrategy. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type InferenceDataImportStrategy Modifier and Type Method Description ImportModelVersionRequest.BuilderImportModelVersionRequest.Builder. inferenceDataImportStrategy(InferenceDataImportStrategy inferenceDataImportStrategy)Indicates how to import the accumulated inference data when a model version is imported.
-