Modifier and Type | Method and Description |
---|---|
Waiter<GetAnnotationRequest,GetAnnotationResponse> |
DataLabelingWaiters.forAnnotation(GetAnnotationRequest request,
Annotation.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAnnotationRequest,GetAnnotationResponse> |
DataLabelingWaiters.forAnnotation(GetAnnotationRequest request,
Annotation.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAnnotationRequest,GetAnnotationResponse> |
DataLabelingWaiters.forAnnotation(GetAnnotationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Annotation.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Annotation.LifecycleState |
SummarizeAnnotationAnalyticsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Annotation.LifecycleState |
ListAnnotationsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
SummarizeAnnotationAnalyticsRequest.Builder |
SummarizeAnnotationAnalyticsRequest.Builder.lifecycleState(Annotation.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.lifecycleState(Annotation.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.