Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
ResourceLock |
ResourceLock.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResourceLock> |
Project.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
ModelSummary.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
Model.getLocks()
Locks associated with this resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceLock.Builder |
ResourceLock.Builder.copy(ResourceLock model) |
Modifier and Type | Method and Description |
---|---|
Project.Builder |
Project.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
ModelSummary.Builder |
ModelSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Model.Builder |
Model.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Constructor and Description |
---|
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.
|
Project(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Project.LifecycleState lifecycleState,
String lifecycleDetails,
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.