Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
static Model.ModelType |
Model.ModelType.create(String key) |
Model.ModelType |
CreateModelDetails.getModelType()
The type of the Document model.
|
Model.ModelType |
ModelSummary.getModelType()
The type of the Document model.
|
Model.ModelType |
Model.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.
|
Modifier and Type | Method and Description |
---|---|
CreateModelDetails.Builder |
CreateModelDetails.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.
|
Model.Builder |
Model.Builder.modelType(Model.ModelType modelType)
The type of the Document model.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.