Uses of Class
com.oracle.bmc.datascience.requests.GetMlApplicationRequest
-
Packages that use GetMlApplicationRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetMlApplicationRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type GetMlApplicationRequest Modifier and Type Method Description Waiter<GetMlApplicationRequest,GetMlApplicationResponse>
DataScienceWaiters. forMlApplication(GetMlApplicationRequest request, MlApplication.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMlApplicationRequest,GetMlApplicationResponse>
DataScienceWaiters. forMlApplication(GetMlApplicationRequest request, MlApplication.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMlApplicationRequest,GetMlApplicationResponse>
DataScienceWaiters. forMlApplication(GetMlApplicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MlApplication.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datascience with type arguments of type GetMlApplicationRequest Modifier and Type Method Description Future<GetMlApplicationResponse>
DataScienceAsync. getMlApplication(GetMlApplicationRequest request, AsyncHandler<GetMlApplicationRequest,GetMlApplicationResponse> handler)
Gets a MlApplication by identifierFuture<GetMlApplicationResponse>
DataScienceAsyncClient. getMlApplication(GetMlApplicationRequest request, AsyncHandler<GetMlApplicationRequest,GetMlApplicationResponse> handler)
-
Uses of GetMlApplicationRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetMlApplicationRequest Modifier and Type Method Description GetMlApplicationRequest
GetMlApplicationRequest.Builder. build()
Build the instance of GetMlApplicationRequest as configured by this builderGetMlApplicationRequest
GetMlApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMlApplicationRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetMlApplicationRequest Modifier and Type Method Description GetMlApplicationRequest.Builder
GetMlApplicationRequest.Builder. copy(GetMlApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-