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 newWaiterusing the default configuration.Waiter<GetRecordRequest,GetRecordResponse>DataLabelingWaiters. forRecord(GetRecordRequest request, Record.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetRecordRequest,GetRecordResponse>DataLabelingWaiters. forRecord(GetRecordRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Record.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateRecord.LifecycleState. create(String key)Record.LifecycleStateRecord. getLifecycleState()The lifecycle state of the record.Record.LifecycleStateRecordAnalyticsAggregation. getLifecycleState()Describes the lifecycle state.Record.LifecycleStateRecordSummary. getLifecycleState()Describes the lifecycle state.static Record.LifecycleStateRecord.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.BuilderRecord.Builder. lifecycleState(Record.LifecycleState lifecycleState)The lifecycle state of the record.RecordAnalyticsAggregation.BuilderRecordAnalyticsAggregation.Builder. lifecycleState(Record.LifecycleState lifecycleState)Describes the lifecycle state.RecordSummary.BuilderRecordSummary.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.LifecycleStateListRecordsRequest. getLifecycleState()A filter to return only resources whose lifecycleState matches the given lifecycleState.Record.LifecycleStateSummarizeRecordAnalyticsRequest. 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.BuilderListRecordsRequest.Builder. lifecycleState(Record.LifecycleState lifecycleState)A filter to return only resources whose lifecycleState matches the given lifecycleState.SummarizeRecordAnalyticsRequest.BuilderSummarizeRecordAnalyticsRequest.Builder. lifecycleState(Record.LifecycleState lifecycleState)A filter to return only resources whose lifecycleState matches the given lifecycleState.
-