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