Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelVersionSetRequest,GetModelVersionSetResponse> |
DataScienceWaiters.forModelVersionSet(GetModelVersionSetRequest request,
ModelVersionSetLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelVersionSetRequest,GetModelVersionSetResponse> |
DataScienceWaiters.forModelVersionSet(GetModelVersionSetRequest request,
ModelVersionSetLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelVersionSetRequest,GetModelVersionSetResponse> |
DataScienceWaiters.forModelVersionSet(GetModelVersionSetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ModelVersionSetLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ModelVersionSetLifecycleState |
ModelVersionSetLifecycleState.create(String key) |
ModelVersionSetLifecycleState |
ModelVersionSet.getLifecycleState()
The state of the model version set.
|
ModelVersionSetLifecycleState |
ModelVersionSetSummary.getLifecycleState()
The state of the model version set.
|
static ModelVersionSetLifecycleState |
ModelVersionSetLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelVersionSetLifecycleState[] |
ModelVersionSetLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModelVersionSet.Builder |
ModelVersionSet.Builder.lifecycleState(ModelVersionSetLifecycleState lifecycleState)
The state of the model version set.
|
ModelVersionSetSummary.Builder |
ModelVersionSetSummary.Builder.lifecycleState(ModelVersionSetLifecycleState lifecycleState)
The state of the model version set.
|
Constructor and Description |
---|
ModelVersionSet(String id,
String compartmentId,
String projectId,
String name,
String description,
ModelVersionSetLifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String createdBy,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ModelVersionSetSummary(String id,
String compartmentId,
String projectId,
String name,
ModelVersionSetLifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String createdBy,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ModelVersionSetLifecycleState |
ListModelVersionSetsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListModelVersionSetsRequest.Builder |
ListModelVersionSetsRequest.Builder.lifecycleState(ModelVersionSetLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.