Uses of Class
com.oracle.bmc.datascience.requests.GetModelRequest
-
Packages that use GetModelRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetModelRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type GetModelRequest Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, ModelLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, ModelLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ModelLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.datascience with parameters of type GetModelRequest Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, ModelLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, ModelLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ModelLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetModelResponse
DataScience. getModel(GetModelRequest request)
Gets the specified model’s information.Future<GetModelResponse>
DataScienceAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets the specified model’s information.Future<GetModelResponse>
DataScienceAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
GetModelResponse
DataScienceClient. getModel(GetModelRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetModelRequest Modifier and Type Method Description Future<GetModelResponse>
DataScienceAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets the specified model’s information.Future<GetModelResponse>
DataScienceAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
-
Uses of GetModelRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetModelRequest Modifier and Type Method Description GetModelRequest
GetModelRequest.Builder. build()
Build the instance of GetModelRequest as configured by this builderGetModelRequest
GetModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetModelRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetModelRequest Modifier and Type Method Description GetModelRequest.Builder
GetModelRequest.Builder. copy(GetModelRequest o)
Copy method to populate the builder with values from the given instance.
-