Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse> |
DataScienceWaiters.forModelDeployment(GetModelDeploymentRequest request,
ModelDeploymentLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse> |
DataScienceWaiters.forModelDeployment(GetModelDeploymentRequest request,
ModelDeploymentLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse> |
DataScienceWaiters.forModelDeployment(GetModelDeploymentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ModelDeploymentLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ModelDeploymentLifecycleState |
ModelDeploymentLifecycleState.create(String key) |
ModelDeploymentLifecycleState |
ModelDeployment.getLifecycleState()
The state of the model deployment.
|
ModelDeploymentLifecycleState |
ModelDeploymentSummary.getLifecycleState()
The state of the model deployment.
|
static ModelDeploymentLifecycleState |
ModelDeploymentLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelDeploymentLifecycleState[] |
ModelDeploymentLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModelDeployment.Builder |
ModelDeployment.Builder.lifecycleState(ModelDeploymentLifecycleState lifecycleState)
The state of the model deployment.
|
ModelDeploymentSummary.Builder |
ModelDeploymentSummary.Builder.lifecycleState(ModelDeploymentLifecycleState lifecycleState)
The state of the model deployment.
|
Constructor and Description |
---|
ModelDeployment(String id,
Date timeCreated,
String displayName,
String description,
String projectId,
String createdBy,
String compartmentId,
ModelDeploymentConfigurationDetails modelDeploymentConfigurationDetails,
CategoryLogDetails categoryLogDetails,
String modelDeploymentUrl,
ModelDeploymentSystemData modelDeploymentSystemData,
ModelDeploymentLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ModelDeploymentSummary(String id,
Date timeCreated,
String displayName,
String description,
String projectId,
String createdBy,
String compartmentId,
ModelDeploymentConfigurationDetails modelDeploymentConfigurationDetails,
CategoryLogDetails categoryLogDetails,
String modelDeploymentUrl,
ModelDeploymentLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ModelDeploymentLifecycleState |
ListModelDeploymentsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListModelDeploymentsRequest.Builder |
ListModelDeploymentsRequest.Builder.lifecycleState(ModelDeploymentLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.