Uses of Class
com.oracle.bmc.aivision.model.Model.ModelType
-
Packages that use Model.ModelType Package Description com.oracle.bmc.aivision.model -
-
Uses of Model.ModelType in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Model.ModelType Modifier and Type Method Description static Model.ModelType
Model.ModelType. create(String key)
Model.ModelType
CreateModelDetails. getModelType()
Which type of Vision model this is.Model.ModelType
Model. getModelType()
What type of Vision model this is.Model.ModelType
ModelSummary. getModelType()
What type of Vision model this is.static Model.ModelType
Model.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model.ModelType[]
Model.ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aivision.model with parameters of type Model.ModelType Modifier and Type Method Description CreateModelDetails.Builder
CreateModelDetails.Builder. modelType(Model.ModelType modelType)
Which type of Vision model this is.Model.Builder
Model.Builder. modelType(Model.ModelType modelType)
What type of Vision model this is.ModelSummary.Builder
ModelSummary.Builder. modelType(Model.ModelType modelType)
What type of Vision model this is.Constructors in com.oracle.bmc.aivision.model with parameters of type Model.ModelType Constructor Description CreateModelDetails(String displayName, String description, String modelVersion, Model.ModelType modelType, String compartmentId, Boolean isQuickMode, Double maxTrainingDurationInHours, Dataset trainingDataset, Dataset testingDataset, Dataset validationDataset, String projectId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Model(String id, String displayName, String description, String compartmentId, Model.ModelType modelType, Boolean isQuickMode, Double maxTrainingDurationInHours, Double trainedDurationInHours, Dataset trainingDataset, Dataset testingDataset, Dataset validationDataset, String modelVersion, String projectId, Date timeCreated, Date timeUpdated, Model.LifecycleState lifecycleState, String lifecycleDetails, Float precision, Float recall, Float averagePrecision, Float confidenceThreshold, Integer totalImageCount, Integer testImageCount, String metrics, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ModelSummary(String id, String displayName, String description, String compartmentId, Model.ModelType modelType, String modelVersion, String projectId, Date timeCreated, Date timeUpdated, Model.LifecycleState lifecycleState, String lifecycleDetails, Float precision, Dataset trainingDataset, Dataset testingDataset, Dataset validationDataset, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-