Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.Record.LifecycleState
-
-
Uses of Record.LifecycleState in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type Record.LifecycleState Modifier and Type Method Description Waiter<GetRecordRequest,GetRecordResponse>
DataLabelingWaiters. forRecord(GetRecordRequest request, Record.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRecordRequest,GetRecordResponse>
DataLabelingWaiters. forRecord(GetRecordRequest request, Record.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRecordRequest,GetRecordResponse>
DataLabelingWaiters. forRecord(GetRecordRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Record.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Record.LifecycleState in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return Record.LifecycleState Modifier and Type Method Description static Record.LifecycleState
Record.LifecycleState. create(String key)
Record.LifecycleState
Record. getLifecycleState()
The lifecycle state of the record.Record.LifecycleState
RecordAnalyticsAggregation. getLifecycleState()
Describes the lifecycle state.Record.LifecycleState
RecordSummary. getLifecycleState()
Describes the lifecycle state.static Record.LifecycleState
Record.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Record.LifecycleState[]
Record.LifecycleState. 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 Record.LifecycleState Modifier and Type Method Description Record.Builder
Record.Builder. lifecycleState(Record.LifecycleState lifecycleState)
The lifecycle state of the record.RecordAnalyticsAggregation.Builder
RecordAnalyticsAggregation.Builder. lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.RecordSummary.Builder
RecordSummary.Builder. lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.Constructors in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Record.LifecycleState Constructor Description Record(String id, String name, Date timeCreated, Date timeUpdated, String datasetId, String compartmentId, SourceDetails sourceDetails, Boolean isLabeled, Record.LifecycleState lifecycleState, RecordMetadata recordMetadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.RecordAnalyticsAggregation(BigDecimal count, RecordAggregationDimensions dimensions, String datasetId, String compartmentId, Record.LifecycleState lifecycleState)
Deprecated.RecordSummary(String id, String name, Date timeCreated, Date timeUpdated, String datasetId, String compartmentId, Boolean isLabeled, Record.LifecycleState lifecycleState, RecordMetadata recordMetadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Record.LifecycleState in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return Record.LifecycleState Modifier and Type Method Description Record.LifecycleState
ListRecordsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Record.LifecycleState
SummarizeRecordAnalyticsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type Record.LifecycleState Modifier and Type Method Description ListRecordsRequest.Builder
ListRecordsRequest.Builder. lifecycleState(Record.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.SummarizeRecordAnalyticsRequest.Builder
SummarizeRecordAnalyticsRequest.Builder. lifecycleState(Record.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-