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