Uses of Class
com.oracle.bmc.generativeai.model.ImportedModelCapability
-
Packages that use ImportedModelCapability Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of ImportedModelCapability in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ImportedModelCapability Modifier and Type Method Description static ImportedModelCapabilityImportedModelCapability. create(String key)static ImportedModelCapabilityImportedModelCapability. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportedModelCapability[]ImportedModelCapability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model that return types with arguments of type ImportedModelCapability Modifier and Type Method Description List<ImportedModelCapability>CreateImportedModelDetails. getCapabilities()Specifies the intended use or supported capabilities of the imported model.List<ImportedModelCapability>ImportedModel. getCapabilities()Specifies the intended use or supported capabilities of the imported model.List<ImportedModelCapability>ImportedModelSummary. getCapabilities()Specifies the intended use or supported capabilities of the imported model.Method parameters in com.oracle.bmc.generativeai.model with type arguments of type ImportedModelCapability Modifier and Type Method Description CreateImportedModelDetails.BuilderCreateImportedModelDetails.Builder. capabilities(List<ImportedModelCapability> capabilities)Specifies the intended use or supported capabilities of the imported model.ImportedModel.BuilderImportedModel.Builder. capabilities(List<ImportedModelCapability> capabilities)Specifies the intended use or supported capabilities of the imported model.ImportedModelSummary.BuilderImportedModelSummary.Builder. capabilities(List<ImportedModelCapability> capabilities)Specifies the intended use or supported capabilities of the imported model.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type ImportedModelCapability Constructor Description CreateImportedModelDetails(String displayName, String description, String compartmentId, String vendor, String version, ModelDataSource dataSource, List<ImportedModelCapability> capabilities, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.ImportedModel(String id, String displayName, String description, String compartmentId, List<ImportedModelCapability> capabilities, ImportedModel.LifecycleState lifecycleState, String lifecycleDetails, String vendor, String version, ModelDataSource dataSource, Date timeCreated, Date timeUpdated, ImportedModel previousState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ImportedModelSummary(String id, String displayName, String description, String compartmentId, List<ImportedModelCapability> capabilities, ImportedModel.LifecycleState lifecycleState, String lifecycleDetails, String vendor, String version, ModelDataSource dataSource, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ImportedModelCapability in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return types with arguments of type ImportedModelCapability Modifier and Type Method Description List<ImportedModelCapability>ListImportedModelsRequest. getCapability()A filter to return only resources their capability matches the given capability.Methods in com.oracle.bmc.generativeai.requests with parameters of type ImportedModelCapability Modifier and Type Method Description ListImportedModelsRequest.BuilderListImportedModelsRequest.Builder. capability(ImportedModelCapability singularValue)Singular setter.Method parameters in com.oracle.bmc.generativeai.requests with type arguments of type ImportedModelCapability Modifier and Type Method Description ListImportedModelsRequest.BuilderListImportedModelsRequest.Builder. capability(List<ImportedModelCapability> capability)A filter to return only resources their capability matches the given capability.
-