Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.model | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
static DataIngestionJob.LifecycleState |
DataIngestionJob.LifecycleState.create(String key) |
DataIngestionJob.LifecycleState |
DataIngestionJob.getLifecycleState()
The current state of the data ingestion job.
|
DataIngestionJob.LifecycleState |
DataIngestionJobSummary.getLifecycleState()
The current state of the data ingestion job.
|
static DataIngestionJob.LifecycleState |
DataIngestionJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataIngestionJob.LifecycleState[] |
DataIngestionJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataIngestionJob.Builder |
DataIngestionJob.Builder.lifecycleState(DataIngestionJob.LifecycleState lifecycleState)
The current state of the data ingestion job.
|
DataIngestionJobSummary.Builder |
DataIngestionJobSummary.Builder.lifecycleState(DataIngestionJob.LifecycleState lifecycleState)
The current state of the data ingestion job.
|
Constructor and Description |
---|
DataIngestionJob(String id,
String displayName,
String description,
String compartmentId,
String dataSourceId,
DataIngestionJobStatistics dataIngestionJobStatistics,
Date timeCreated,
Date timeUpdated,
DataIngestionJob.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DataIngestionJobSummary(String id,
String displayName,
String description,
String dataSourceId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DataIngestionJob.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataIngestionJob.LifecycleState |
ListDataIngestionJobsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDataIngestionJobsRequest.Builder |
ListDataIngestionJobsRequest.Builder.lifecycleState(DataIngestionJob.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.