Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
ModelLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
ModelLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ModelLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
ModelLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
ModelLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelRequest,GetModelResponse> |
DataScienceWaiters.forModel(GetModelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ModelLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetModelResponse |
DataScienceClient.getModel(GetModelRequest request) |
GetModelResponse |
DataScience.getModel(GetModelRequest request)
Gets the specified model’s information.
|
Future<GetModelResponse> |
DataScienceAsyncClient.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler) |
Future<GetModelResponse> |
DataScienceAsync.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets the specified model’s information.
|
Modifier and Type | Method and Description |
---|---|
Future<GetModelResponse> |
DataScienceAsyncClient.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler) |
Future<GetModelResponse> |
DataScienceAsync.getModel(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets the specified model’s information.
|
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.