Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane.model |
Modifier and Type | Method and Description |
---|---|
static Dataset.LifecycleSubstate |
Dataset.LifecycleSubstate.create(String key) |
Dataset.LifecycleSubstate |
Dataset.getLifecycleSubstate()
The sub-state of the dataset.
|
static Dataset.LifecycleSubstate |
Dataset.LifecycleSubstate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dataset.LifecycleSubstate[] |
Dataset.LifecycleSubstate.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.lifecycleSubstate(Dataset.LifecycleSubstate lifecycleSubstate)
The sub-state of the dataset.
|
Constructor and Description |
---|
Dataset(String id,
String displayName,
String compartmentId,
String description,
Date timeCreated,
Date timeUpdated,
Dataset.LifecycleState lifecycleState,
String lifecycleDetails,
Dataset.LifecycleSubstate lifecycleSubstate,
String annotationFormat,
DatasetSourceDetails datasetSourceDetails,
DatasetFormatDetails datasetFormatDetails,
LabelSet labelSet,
InitialRecordGenerationConfiguration initialRecordGenerationConfiguration,
InitialImportDatasetConfiguration initialImportDatasetConfiguration,
String labelingInstructions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Map<String,String> additionalProperties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.