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