Uses of Class
com.oracle.bmc.generativeai.requests.CreateModelRequest
-
Packages that use CreateModelRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateModelRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateModelRequest Modifier and Type Method Description CreateModelResponse
GenerativeAi. createModel(CreateModelRequest request)
Creates a custom model by fine-tuning a base model with your own dataset.Future<CreateModelResponse>
GenerativeAiAsync. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
Creates a custom model by fine-tuning a base model with your own dataset.Future<CreateModelResponse>
GenerativeAiAsyncClient. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
CreateModelResponse
GenerativeAiClient. createModel(CreateModelRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateModelRequest Modifier and Type Method Description Future<CreateModelResponse>
GenerativeAiAsync. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
Creates a custom model by fine-tuning a base model with your own dataset.Future<CreateModelResponse>
GenerativeAiAsyncClient. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
-
Uses of CreateModelRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateModelRequest Modifier and Type Method Description CreateModelRequest
CreateModelRequest.Builder. build()
Build the instance of CreateModelRequest as configured by this builderCreateModelRequest
CreateModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateModelRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateModelRequest Modifier and Type Method Description CreateModelRequest.Builder
CreateModelRequest.Builder. copy(CreateModelRequest o)
Copy method to populate the builder with values from the given instance.
-