Package | Description |
---|---|
com.oracle.bmc.aispeech | |
com.oracle.bmc.aispeech.model | |
com.oracle.bmc.aispeech.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetCustomizationRequest,GetCustomizationResponse> |
AIServiceSpeechWaiters.forCustomization(GetCustomizationRequest request,
Customization.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetCustomizationRequest,GetCustomizationResponse> |
AIServiceSpeechWaiters.forCustomization(GetCustomizationRequest request,
Customization.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetCustomizationRequest,GetCustomizationResponse> |
AIServiceSpeechWaiters.forCustomization(GetCustomizationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Customization.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Customization.LifecycleState |
Customization.LifecycleState.create(String key) |
Customization.LifecycleState |
CustomizationSummary.getLifecycleState()
The current state of the Speech Job.
|
Customization.LifecycleState |
Customization.getLifecycleState()
The current state of the Job.
|
static Customization.LifecycleState |
Customization.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Customization.LifecycleState[] |
Customization.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CustomizationSummary.Builder |
CustomizationSummary.Builder.lifecycleState(Customization.LifecycleState lifecycleState)
The current state of the Speech Job.
|
Customization.Builder |
Customization.Builder.lifecycleState(Customization.LifecycleState lifecycleState)
The current state of the Job.
|
Constructor and Description |
---|
Customization(String id,
String displayName,
String compartmentId,
String alias,
String description,
CustomizationModelDetails modelDetails,
Customization.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
CustomizationDatasetDetails trainingDataset,
List<CustomizationReferencedEntities> entities,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
CustomizationSummary(String id,
String displayName,
String compartmentId,
String alias,
Date timeCreated,
Date timeUpdated,
Customization.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 |
---|---|
Customization.LifecycleState |
ListCustomizationsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListCustomizationsRequest.Builder |
ListCustomizationsRequest.Builder.lifecycleState(Customization.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.