Package | Description |
---|---|
com.oracle.bmc.generativeai | |
com.oracle.bmc.generativeai.responses |
Modifier and Type | Method and Description |
---|---|
UpdateModelResponse |
GenerativeAiClient.updateModel(UpdateModelRequest request) |
UpdateModelResponse |
GenerativeAi.updateModel(UpdateModelRequest request)
Updates the properties of a custom model such as name, description, version, freeform tags,
and defined tags.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateModelResponse> |
GenerativeAiAsync.updateModel(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Updates the properties of a custom model such as name, description, version, freeform tags,
and defined tags.
|
Future<UpdateModelResponse> |
GenerativeAiAsyncClient.updateModel(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateModelResponse> |
GenerativeAiAsync.updateModel(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Updates the properties of a custom model such as name, description, version, freeform tags,
and defined tags.
|
Future<UpdateModelResponse> |
GenerativeAiAsyncClient.updateModel(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler) |
Modifier and Type | Method and Description |
---|---|
UpdateModelResponse |
UpdateModelResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UpdateModelResponse.Builder |
UpdateModelResponse.Builder.copy(UpdateModelResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.