Uses of Class
com.oracle.bmc.datascience.responses.GetModelResponse
-
Packages that use GetModelResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetModelResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetModelResponse Modifier and Type Method Description GetModelResponse
DataScience. getModel(GetModelRequest request)
Gets the specified model’s information.GetModelResponse
DataScienceClient. getModel(GetModelRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type GetModelResponse 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.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)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetModelResponse 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 GetModelResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetModelResponse Modifier and Type Method Description GetModelResponse
GetModelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetModelResponse Modifier and Type Method Description GetModelResponse.Builder
GetModelResponse.Builder. copy(GetModelResponse o)
Copy method to populate the builder with values from the given instance.
-