Uses of Class
com.oracle.bmc.generativeai.responses.GetModelResponse
-
Packages that use GetModelResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of GetModelResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return GetModelResponse Modifier and Type Method Description GetModelResponse
GenerativeAi. getModel(GetModelRequest request)
Gets information about a custom model.GetModelResponse
GenerativeAiClient. getModel(GetModelRequest request)
Methods in com.oracle.bmc.generativeai that return types with arguments of type GetModelResponse Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
GenerativeAiWaiters. forModel(GetModelRequest request, Model.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
GenerativeAiWaiters. forModel(GetModelRequest request, Model.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
GenerativeAiWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Model.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetModelResponse>
GenerativeAiAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets information about a custom model.Future<GetModelResponse>
GenerativeAiAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Method parameters in com.oracle.bmc.generativeai with type arguments of type GetModelResponse Modifier and Type Method Description Future<GetModelResponse>
GenerativeAiAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets information about a custom model.Future<GetModelResponse>
GenerativeAiAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
-
Uses of GetModelResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return GetModelResponse Modifier and Type Method Description GetModelResponse
GetModelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.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.
-