Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
ModelLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
ModelLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ModelLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ModelLifecycleState |
ModelLifecycleState.create(String key) |
ModelLifecycleState |
ModelSummary.getLifecycleState()
The state of the model.
|
ModelLifecycleState |
Model.getLifecycleState()
The state of the model.
|
static ModelLifecycleState |
ModelLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelLifecycleState[] |
ModelLifecycleState.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(ModelLifecycleState lifecycleState)
The state of the model.
|
Model.Builder |
Model.Builder.lifecycleState(ModelLifecycleState lifecycleState)
The state of the model.
|
Constructor and Description |
---|
Model(String id,
String compartmentId,
String projectId,
String displayName,
String description,
ModelLifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
String createdBy,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Metadata> customMetadataList,
List<Metadata> definedMetadataList,
String inputSchema,
String outputSchema,
String modelVersionSetId,
String modelVersionSetName,
Long versionId,
String versionLabel,
RetentionSetting retentionSetting,
BackupSetting backupSetting,
RetentionOperationDetails retentionOperationDetails,
BackupOperationDetails backupOperationDetails)
Deprecated.
|
ModelSummary(String compartmentId,
String projectId,
String id,
String displayName,
String createdBy,
Date timeCreated,
ModelLifecycleState lifecycleState,
String lifecycleDetails,
String modelVersionSetId,
String modelVersionSetName,
Long versionId,
String versionLabel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ModelLifecycleState |
ListModelsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListModelsRequest.Builder |
ListModelsRequest.Builder.lifecycleState(ModelLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.