Uses of Class
com.oracle.bmc.aidocument.model.ComponentModel
-
Packages that use ComponentModel Package Description com.oracle.bmc.aidocument.model -
-
Uses of ComponentModel in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return ComponentModel Modifier and Type Method Description ComponentModel
ComponentModel.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type ComponentModel Modifier and Type Method Description List<ComponentModel>
CreateModelDetails. getComponentModels()
The OCID list of active custom Key Value models that need to be composed.List<ComponentModel>
Model. getComponentModels()
The OCID collection of active custom Key Value models that need to be composed.List<ComponentModel>
ModelSummary. getComponentModels()
The OCID list of active custom Key Value models that need to be composed.Methods in com.oracle.bmc.aidocument.model with parameters of type ComponentModel Modifier and Type Method Description ComponentModel.Builder
ComponentModel.Builder. copy(ComponentModel model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type ComponentModel Modifier and Type Method Description CreateModelDetails.Builder
CreateModelDetails.Builder. componentModels(List<ComponentModel> componentModels)
The OCID list of active custom Key Value models that need to be composed.Model.Builder
Model.Builder. componentModels(List<ComponentModel> componentModels)
The OCID collection of active custom Key Value models that need to be composed.ModelSummary.Builder
ModelSummary.Builder. componentModels(List<ComponentModel> componentModels)
The OCID list of active custom Key Value models that need to be composed.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type ComponentModel 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.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.
-