Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainedModelExportFileType
-
Packages that use TrainedModelExportFileType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainedModelExportFileType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainedModelExportFileType Modifier and Type Method Description static TrainedModelExportFileTypeTrainedModelExportFileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TrainedModelExportFileTypeTrainedModelExportFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainedModelExportFileType[]TrainedModelExportFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type TrainedModelExportFileType Modifier and Type Method Description List<TrainedModelExportFileType>TrainedModelExportsConfigurationPolicy. filesToExport()The files that are exported during the trained model export job.static Set<TrainedModelExportFileType>TrainedModelExportFileType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainedModelExportFileType Modifier and Type Method Description TrainedModelExportsConfigurationPolicy.BuilderTrainedModelExportsConfigurationPolicy.Builder. filesToExport(TrainedModelExportFileType... filesToExport)The files that are exported during the trained model export job.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type TrainedModelExportFileType Modifier and Type Method Description TrainedModelExportsConfigurationPolicy.BuilderTrainedModelExportsConfigurationPolicy.Builder. filesToExport(Collection<TrainedModelExportFileType> filesToExport)The files that are exported during the trained model export job.
-