Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.Dataset.LifecycleSubstate
-
Packages that use Dataset.LifecycleSubstate Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of Dataset.LifecycleSubstate in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return Dataset.LifecycleSubstate Modifier and Type Method 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.Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Dataset.LifecycleSubstate Modifier and Type Method Description Dataset.Builder
Dataset.Builder. lifecycleSubstate(Dataset.LifecycleSubstate lifecycleSubstate)
The sub-state of the dataset.Constructors in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Dataset.LifecycleSubstate Constructor 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.
-