Uses of Class
com.oracle.bmc.datascience.requests.GetMlApplicationInstanceViewRequest
-
Packages that use GetMlApplicationInstanceViewRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetMlApplicationInstanceViewRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type GetMlApplicationInstanceViewRequest Modifier and Type Method Description Future<GetMlApplicationInstanceViewResponse>
DataScienceAsync. getMlApplicationInstanceView(GetMlApplicationInstanceViewRequest request, AsyncHandler<GetMlApplicationInstanceViewRequest,GetMlApplicationInstanceViewResponse> handler)
Gets a MlApplicationInstanceView by identifierFuture<GetMlApplicationInstanceViewResponse>
DataScienceAsyncClient. getMlApplicationInstanceView(GetMlApplicationInstanceViewRequest request, AsyncHandler<GetMlApplicationInstanceViewRequest,GetMlApplicationInstanceViewResponse> handler)
-
Uses of GetMlApplicationInstanceViewRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetMlApplicationInstanceViewRequest Modifier and Type Method Description GetMlApplicationInstanceViewRequest
GetMlApplicationInstanceViewRequest.Builder. build()
Build the instance of GetMlApplicationInstanceViewRequest as configured by this builderGetMlApplicationInstanceViewRequest
GetMlApplicationInstanceViewRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMlApplicationInstanceViewRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetMlApplicationInstanceViewRequest Modifier and Type Method Description GetMlApplicationInstanceViewRequest.Builder
GetMlApplicationInstanceViewRequest.Builder. copy(GetMlApplicationInstanceViewRequest o)
Copy method to populate the builder with values from the given instance.
-