Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse> |
DataScienceWaiters.forModelDeployment(GetModelDeploymentRequest request,
ModelDeploymentLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse> |
DataScienceWaiters.forModelDeployment(GetModelDeploymentRequest request,
ModelDeploymentLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse> |
DataScienceWaiters.forModelDeployment(GetModelDeploymentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ModelDeploymentLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetModelDeploymentResponse> |
DataScienceAsyncClient.getModelDeployment(GetModelDeploymentRequest request,
AsyncHandler<GetModelDeploymentRequest,GetModelDeploymentResponse> handler) |
Future<GetModelDeploymentResponse> |
DataScienceAsync.getModelDeployment(GetModelDeploymentRequest request,
AsyncHandler<GetModelDeploymentRequest,GetModelDeploymentResponse> handler)
Retrieves the model deployment for the specified
modelDeploymentId . |
Modifier and Type | Method and Description |
---|---|
GetModelDeploymentRequest |
GetModelDeploymentRequest.Builder.build()
Build the instance of GetModelDeploymentRequest as configured by this builder
|
GetModelDeploymentRequest |
GetModelDeploymentRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetModelDeploymentRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetModelDeploymentRequest.Builder |
GetModelDeploymentRequest.Builder.copy(GetModelDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.