Package | Description |
---|---|
com.oracle.bmc.aianomalydetection | |
com.oracle.bmc.aianomalydetection.model | |
com.oracle.bmc.aianomalydetection.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelRequest,GetModelResponse> |
AnomalyDetectionWaiters.forModel(GetModelRequest request,
Model.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelRequest,GetModelResponse> |
AnomalyDetectionWaiters.forModel(GetModelRequest request,
Model.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelRequest,GetModelResponse> |
AnomalyDetectionWaiters.forModel(GetModelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Model.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Model.LifecycleState |
Model.LifecycleState.create(String key) |
Model.LifecycleState |
ModelSummary.getLifecycleState()
The state of the model.
|
Model.LifecycleState |
Model.getLifecycleState()
The state of the model.
|
static Model.LifecycleState |
Model.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.LifecycleState[] |
Model.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModelSummary.Builder |
ModelSummary.Builder.lifecycleState(Model.LifecycleState lifecycleState)
The state of the model.
|
Model.Builder |
Model.Builder.lifecycleState(Model.LifecycleState lifecycleState)
The state of the model.
|
Constructor and Description |
---|
Model(String id,
String displayName,
String compartmentId,
ModelTrainingDetails modelTrainingDetails,
ModelTrainingResults modelTrainingResults,
String projectId,
String description,
Date timeCreated,
Date timeUpdated,
Model.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Object> systemTags)
Deprecated.
|
ModelSummary(String id,
String displayName,
String description,
String compartmentId,
ModelTrainingDetails modelTrainingDetails,
ModelTrainingResults modelTrainingResults,
Date timeCreated,
Model.LifecycleState lifecycleState,
String projectId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Object> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Model.LifecycleState |
ListModelsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListModelsRequest.Builder |
ListModelsRequest.Builder.lifecycleState(Model.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.