Package | Description |
---|---|
com.oracle.bmc.generativeai.model | |
com.oracle.bmc.generativeai.requests |
Modifier and Type | Method and Description |
---|---|
static ModelCapability |
ModelCapability.create(String key) |
static ModelCapability |
ModelCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCapability[] |
ModelCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ModelCapability> |
ModelSummary.getCapabilities()
Describes what this model can be used for.
|
List<ModelCapability> |
Model.getCapabilities()
Describes what this model can be used for.
|
Modifier and Type | Method and Description |
---|---|
ModelSummary.Builder |
ModelSummary.Builder.capabilities(List<ModelCapability> capabilities)
Describes what this model can be used for.
|
Model.Builder |
Model.Builder.capabilities(List<ModelCapability> capabilities)
Describes what this model can be used for.
|
Constructor and Description |
---|
Model(String id,
String description,
String compartmentId,
List<ModelCapability> capabilities,
Model.LifecycleState lifecycleState,
String lifecycleDetails,
String vendor,
String version,
String displayName,
Date timeCreated,
Date timeUpdated,
String baseModelId,
Model.Type type,
FineTuneDetails fineTuneDetails,
ModelMetrics modelMetrics,
Boolean isLongTermSupported,
Date timeDeprecated,
Model previousState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ModelSummary(String id,
String compartmentId,
List<ModelCapability> capabilities,
Model.LifecycleState lifecycleState,
String lifecycleDetails,
String displayName,
String vendor,
String version,
Date timeCreated,
String baseModelId,
Model.Type type,
FineTuneDetails fineTuneDetails,
ModelMetrics modelMetrics,
Boolean isLongTermSupported,
Date timeDeprecated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ModelCapability> |
ListModelsRequest.getCapability()
A filter to return only resources their capability matches the given capability.
|
Modifier and Type | Method and Description |
---|---|
ListModelsRequest.Builder |
ListModelsRequest.Builder.capability(ModelCapability singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListModelsRequest.Builder |
ListModelsRequest.Builder.capability(List<ModelCapability> capability)
A filter to return only resources their capability matches the given capability.
|
Copyright © 2016–2024. All rights reserved.