Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
static Model.ModelType |
Model.ModelType.create(String key) |
Model.ModelType |
CreateModelDetails.getModelType()
Which type of Vision model this is.
|
Model.ModelType |
ModelSummary.getModelType()
What type of Vision model this is.
|
Model.ModelType |
Model.getModelType()
What type of Vision model this is.
|
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)
Which type of Vision model this is.
|
ModelSummary.Builder |
ModelSummary.Builder.modelType(Model.ModelType modelType)
What type of Vision model this is.
|
Model.Builder |
Model.Builder.modelType(Model.ModelType modelType)
What type of Vision model this is.
|
Constructor and Description |
---|
CreateModelDetails(String displayName,
String description,
String modelVersion,
Model.ModelType modelType,
String compartmentId,
Boolean isQuickMode,
Double maxTrainingDurationInHours,
Dataset trainingDataset,
Dataset testingDataset,
Dataset validationDataset,
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,
Boolean isQuickMode,
Double maxTrainingDurationInHours,
Double trainedDurationInHours,
Dataset trainingDataset,
Dataset testingDataset,
Dataset validationDataset,
String modelVersion,
String projectId,
Date timeCreated,
Date timeUpdated,
Model.LifecycleState lifecycleState,
String lifecycleDetails,
Float precision,
Float recall,
Float averagePrecision,
Float confidenceThreshold,
Integer totalImageCount,
Integer testImageCount,
String metrics,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
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,
Dataset trainingDataset,
Dataset testingDataset,
Dataset validationDataset,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.