Uses of Class
com.oracle.bmc.datascience.model.ModelCategory
-
Packages that use ModelCategory Package Description com.oracle.bmc.datascience.model -
-
Uses of ModelCategory in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelCategory Modifier and Type Method Description static ModelCategoryModelCategory. create(String key)ModelCategoryModel. getCategory()The category of the model.ModelCategoryModelGroupModelSummary. getCategory()The category of the model.ModelCategoryModelSummary. getCategory()The category of the model.static ModelCategoryModelCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelCategory[]ModelCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type ModelCategory Modifier and Type Method Description Model.BuilderModel.Builder. category(ModelCategory category)The category of the model.ModelGroupModelSummary.BuilderModelGroupModelSummary.Builder. category(ModelCategory category)The category of the model.ModelSummary.BuilderModelSummary.Builder. category(ModelCategory category)The category of the model.Constructors in com.oracle.bmc.datascience.model with parameters of type ModelCategory Constructor Description Model(String id, String compartmentId, String projectId, String displayName, String description, ModelLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String createdBy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Metadata> customMetadataList, List<Metadata> definedMetadataList, String inputSchema, String outputSchema, String modelVersionSetId, String modelVersionSetName, Long versionId, String versionLabel, ModelCategory category, Boolean isModelByReference, RetentionSetting retentionSetting, BackupSetting backupSetting, RetentionOperationDetails retentionOperationDetails, BackupOperationDetails backupOperationDetails)Deprecated.ModelGroupModelSummary(String id, String modelId, String compartmentId, String projectId, String displayName, String createdBy, Date timeCreated, Date timeUpdated, ModelLifecycleState lifecycleState, String lifecycleDetails, ModelCategory category, Boolean isModelByReference, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ModelSummary(String compartmentId, String projectId, String id, String displayName, String createdBy, Date timeCreated, ModelLifecycleState lifecycleState, String lifecycleDetails, String modelVersionSetId, String modelVersionSetName, Long versionId, String versionLabel, ModelCategory category, Boolean isModelByReference, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-