Package | Description |
---|---|
com.oracle.bmc.generativeai | |
com.oracle.bmc.generativeai.requests |
Modifier and Type | Method and Description |
---|---|
CreateModelResponse |
GenerativeAiClient.createModel(CreateModelRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateModelRequest |
CreateModelRequest.Builder.build()
Build the instance of CreateModelRequest as configured by this builder
|
CreateModelRequest |
CreateModelRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateModelRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateModelRequest.Builder |
CreateModelRequest.Builder.copy(CreateModelRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.