Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.Annotation.LifecycleState
-
-
Uses of Annotation.LifecycleState in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type Annotation.LifecycleState Modifier and Type Method Description Waiter<GetAnnotationRequest,GetAnnotationResponse>
DataLabelingWaiters. forAnnotation(GetAnnotationRequest request, Annotation.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAnnotationRequest,GetAnnotationResponse>
DataLabelingWaiters. forAnnotation(GetAnnotationRequest request, Annotation.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAnnotationRequest,GetAnnotationResponse>
DataLabelingWaiters. forAnnotation(GetAnnotationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Annotation.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Annotation.LifecycleState in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return Annotation.LifecycleState Modifier and Type Method Description static Annotation.LifecycleState
Annotation.LifecycleState. create(String key)
Annotation.LifecycleState
Annotation. getLifecycleState()
The lifecycle state of an annotation.Annotation.LifecycleState
AnnotationAnalyticsAggregation. getLifecycleState()
Describes the lifecycle state.Annotation.LifecycleState
AnnotationSummary. getLifecycleState()
Describes the lifecycle state.static Annotation.LifecycleState
Annotation.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Annotation.LifecycleState[]
Annotation.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 Annotation.LifecycleState Modifier and Type Method Description Annotation.Builder
Annotation.Builder. lifecycleState(Annotation.LifecycleState lifecycleState)
The lifecycle state of an annotation.AnnotationAnalyticsAggregation.Builder
AnnotationAnalyticsAggregation.Builder. lifecycleState(Annotation.LifecycleState lifecycleState)
Describes the lifecycle state.AnnotationSummary.Builder
AnnotationSummary.Builder. lifecycleState(Annotation.LifecycleState lifecycleState)
Describes the lifecycle state.Constructors in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Annotation.LifecycleState Constructor Description Annotation(String id, Date timeCreated, Date timeUpdated, String createdBy, String updatedBy, String recordId, List<Entity> entities, String compartmentId, Annotation.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.AnnotationAnalyticsAggregation(BigDecimal count, String datasetId, AnnotationAggregationDimensions dimensions, String updatedBy, String compartmentId, Annotation.LifecycleState lifecycleState)
Deprecated.AnnotationSummary(String id, Date timeCreated, Date timeUpdated, String recordId, String compartmentId, Annotation.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Annotation.LifecycleState in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return Annotation.LifecycleState Modifier and Type Method Description Annotation.LifecycleState
ListAnnotationsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Annotation.LifecycleState
SummarizeAnnotationAnalyticsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type Annotation.LifecycleState Modifier and Type Method Description ListAnnotationsRequest.Builder
ListAnnotationsRequest.Builder. lifecycleState(Annotation.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.SummarizeAnnotationAnalyticsRequest.Builder
SummarizeAnnotationAnalyticsRequest.Builder. lifecycleState(Annotation.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-