Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane | |
com.oracle.bmc.datalabelingservicedataplane.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDatasetRequest,GetDatasetResponse> |
DataLabelingWaiters.forDataset(GetDatasetRequest request,
Dataset.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDatasetRequest,GetDatasetResponse> |
DataLabelingWaiters.forDataset(GetDatasetRequest request,
Dataset.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDatasetRequest,GetDatasetResponse> |
DataLabelingWaiters.forDataset(GetDatasetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Dataset.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Dataset.LifecycleState |
Dataset.LifecycleState.create(String key) |
Dataset.LifecycleState |
Dataset.getLifecycleState()
The state of a dataset.
|
static Dataset.LifecycleState |
Dataset.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dataset.LifecycleState[] |
Dataset.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Dataset.Builder |
Dataset.Builder.lifecycleState(Dataset.LifecycleState lifecycleState)
The state of a dataset.
|
Constructor and Description |
---|
Dataset(String id,
String displayName,
String compartmentId,
String description,
Date timeCreated,
Date timeUpdated,
Dataset.LifecycleState lifecycleState,
String lifecycleDetails,
String annotationFormat,
Integer lifetimeLogicalClock,
DatasetSourceDetails datasetSourceDetails,
DatasetFormatDetails datasetFormatDetails,
LabelSet labelSet,
InitialRecordGenerationConfiguration initialRecordGenerationConfiguration,
String labelingInstructions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.