Modifier and Type | Method and Description |
---|---|
Waiter<GetRecordRequest,GetRecordResponse> |
DataLabelingWaiters.forRecord(GetRecordRequest request,
Record.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRecordRequest,GetRecordResponse> |
DataLabelingWaiters.forRecord(GetRecordRequest request,
Record.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRecordRequest,GetRecordResponse> |
DataLabelingWaiters.forRecord(GetRecordRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Record.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Record.LifecycleState |
Record.LifecycleState.create(String key) |
Record.LifecycleState |
Record.getLifecycleState()
The lifecycle state of the record.
|
Record.LifecycleState |
RecordSummary.getLifecycleState()
Describes the lifecycle state.
|
Record.LifecycleState |
RecordAnalyticsAggregation.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.
|
Modifier and Type | Method and Description |
---|---|
Record.Builder |
Record.Builder.lifecycleState(Record.LifecycleState lifecycleState)
The lifecycle state of the record.
|
RecordSummary.Builder |
RecordSummary.Builder.lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.
|
RecordAnalyticsAggregation.Builder |
RecordAnalyticsAggregation.Builder.lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Record.LifecycleState |
SummarizeRecordAnalyticsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Record.LifecycleState |
ListRecordsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
SummarizeRecordAnalyticsRequest.Builder |
SummarizeRecordAnalyticsRequest.Builder.lifecycleState(Record.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
ListRecordsRequest.Builder |
ListRecordsRequest.Builder.lifecycleState(Record.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.