Package | Description |
---|---|
com.oracle.bmc.generativeai | |
com.oracle.bmc.generativeai.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelRequest,GetModelResponse> |
GenerativeAiWaiters.forModel(GetModelRequest request,
Model.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelRequest,GetModelResponse> |
GenerativeAiWaiters.forModel(GetModelRequest request,
Model.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelRequest,GetModelResponse> |
GenerativeAiWaiters.forModel(GetModelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Model.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelRequest,GetModelResponse> |
GenerativeAiWaiters.forModel(GetModelRequest request,
Model.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelRequest,GetModelResponse> |
GenerativeAiWaiters.forModel(GetModelRequest request,
Model.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelRequest,GetModelResponse> |
GenerativeAiWaiters.forModel(GetModelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Model.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetModelResponse |
GenerativeAiClient.getModel(GetModelRequest request) |
GetModelResponse |
GenerativeAi.getModel(GetModelRequest request)
Gets information about a custom model.
|
Future<GetModelResponse> |
GenerativeAiAsync.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets information about a custom model.
|
Future<GetModelResponse> |
GenerativeAiAsyncClient.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetModelResponse> |
GenerativeAiAsync.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets information about a custom model.
|
Future<GetModelResponse> |
GenerativeAiAsyncClient.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetModelRequest |
GetModelRequest.Builder.build()
Build the instance of GetModelRequest as configured by this builder
|
GetModelRequest |
GetModelRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetModelRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetModelRequest.Builder |
GetModelRequest.Builder.copy(GetModelRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.