Uses of Class
com.oracle.bmc.aispeech.model.Customization.LifecycleState
-
Packages that use Customization.LifecycleState Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.requests -
-
Uses of Customization.LifecycleState in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type Customization.LifecycleState Modifier and Type Method Description Waiter<GetCustomizationRequest,GetCustomizationResponse>
AIServiceSpeechWaiters. forCustomization(GetCustomizationRequest request, Customization.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCustomizationRequest,GetCustomizationResponse>
AIServiceSpeechWaiters. forCustomization(GetCustomizationRequest request, Customization.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCustomizationRequest,GetCustomizationResponse>
AIServiceSpeechWaiters. forCustomization(GetCustomizationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Customization.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Customization.LifecycleState in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return Customization.LifecycleState Modifier and Type Method Description static Customization.LifecycleState
Customization.LifecycleState. create(String key)
Customization.LifecycleState
Customization. getLifecycleState()
The current state of the Job.Customization.LifecycleState
CustomizationSummary. getLifecycleState()
The current state of the Speech 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.Methods in com.oracle.bmc.aispeech.model with parameters of type Customization.LifecycleState Modifier and Type Method Description Customization.Builder
Customization.Builder. lifecycleState(Customization.LifecycleState lifecycleState)
The current state of the Job.CustomizationSummary.Builder
CustomizationSummary.Builder. lifecycleState(Customization.LifecycleState lifecycleState)
The current state of the Speech Job.Constructors in com.oracle.bmc.aispeech.model with parameters of type Customization.LifecycleState Constructor 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. -
Uses of Customization.LifecycleState in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return Customization.LifecycleState Modifier and Type Method Description Customization.LifecycleState
ListCustomizationsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.aispeech.requests with parameters of type Customization.LifecycleState Modifier and Type Method Description ListCustomizationsRequest.Builder
ListCustomizationsRequest.Builder. lifecycleState(Customization.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-