Uses of Class
com.oracle.bmc.generativeai.responses.GetDedicatedAiClusterResponse
-
Packages that use GetDedicatedAiClusterResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of GetDedicatedAiClusterResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return GetDedicatedAiClusterResponse Modifier and Type Method Description GetDedicatedAiClusterResponse
GenerativeAi. getDedicatedAiCluster(GetDedicatedAiClusterRequest request)
Gets information about a dedicated AI cluster.GetDedicatedAiClusterResponse
GenerativeAiClient. getDedicatedAiCluster(GetDedicatedAiClusterRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type GetDedicatedAiClusterResponse Modifier and Type Method Description Future<GetDedicatedAiClusterResponse>
GenerativeAiAsync. getDedicatedAiCluster(GetDedicatedAiClusterRequest request, AsyncHandler<GetDedicatedAiClusterRequest,GetDedicatedAiClusterResponse> handler)
Gets information about a dedicated AI cluster.Future<GetDedicatedAiClusterResponse>
GenerativeAiAsyncClient. getDedicatedAiCluster(GetDedicatedAiClusterRequest request, AsyncHandler<GetDedicatedAiClusterRequest,GetDedicatedAiClusterResponse> handler)
-
Uses of GetDedicatedAiClusterResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return GetDedicatedAiClusterResponse Modifier and Type Method Description GetDedicatedAiClusterResponse
GetDedicatedAiClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type GetDedicatedAiClusterResponse Modifier and Type Method Description GetDedicatedAiClusterResponse.Builder
GetDedicatedAiClusterResponse.Builder. copy(GetDedicatedAiClusterResponse o)
Copy method to populate the builder with values from the given instance.
-