Uses of Class
com.oracle.bmc.aidocument.model.Model.ModelType
-
Packages that use Model.ModelType Package Description com.oracle.bmc.aidocument.model -
-
Uses of Model.ModelType in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return Model.ModelType Modifier and Type Method Description static Model.ModelType
Model.ModelType. create(String key)
Model.ModelType
CreateModelDetails. getModelType()
The type of the Document model.Model.ModelType
Model. getModelType()
The type of the Document model.Model.ModelType
ModelSummary. getModelType()
The type of the Document model.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.aidocument.model with parameters of type Model.ModelType Modifier and Type Method Description CreateModelDetails.Builder
CreateModelDetails.Builder. modelType(Model.ModelType modelType)
The type of the Document model.Model.Builder
Model.Builder. modelType(Model.ModelType modelType)
The type of the Document model.ModelSummary.Builder
ModelSummary.Builder. modelType(Model.ModelType modelType)
The type of the Document model.Constructors in com.oracle.bmc.aidocument.model with parameters of type Model.ModelType Constructor Description CreateModelDetails(String displayName, String description, String modelVersion, Model.ModelType modelType, String compartmentId, Boolean isQuickMode, Double maxTrainingTimeInHours, Dataset trainingDataset, Dataset testingDataset, Dataset validationDataset, List<ComponentModel> componentModels, String aliasName, 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, String tenancyId, String aliasName, List<String> labels, Boolean isQuickMode, Double maxTrainingTimeInHours, Double trainedTimeInHours, Dataset trainingDataset, Dataset testingDataset, Dataset validationDataset, List<ComponentModel> componentModels, Boolean isComposedModel, String modelVersion, String projectId, Date timeCreated, Date timeUpdated, Model.LifecycleState lifecycleState, String lifecycleDetails, ModelMetrics metrics, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
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, String tenancyId, String aliasName, Dataset trainingDataset, Dataset testingDataset, Dataset validationDataset, List<ComponentModel> componentModels, Boolean isComposedModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.
-