Uses of Class
com.oracle.bmc.datascience.requests.GetMlApplicationPackageContentRequest
-
Packages that use GetMlApplicationPackageContentRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetMlApplicationPackageContentRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type GetMlApplicationPackageContentRequest Modifier and Type Method Description Future<GetMlApplicationPackageContentResponse>
DataScienceAsync. getMlApplicationPackageContent(GetMlApplicationPackageContentRequest request, AsyncHandler<GetMlApplicationPackageContentRequest,GetMlApplicationPackageContentResponse> handler)
Retrieves last ML Application package uploaded for given ML Application ImplementationFuture<GetMlApplicationPackageContentResponse>
DataScienceAsyncClient. getMlApplicationPackageContent(GetMlApplicationPackageContentRequest request, AsyncHandler<GetMlApplicationPackageContentRequest,GetMlApplicationPackageContentResponse> handler)
-
Uses of GetMlApplicationPackageContentRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetMlApplicationPackageContentRequest Modifier and Type Method Description GetMlApplicationPackageContentRequest
GetMlApplicationPackageContentRequest.Builder. build()
Build the instance of GetMlApplicationPackageContentRequest as configured by this builderGetMlApplicationPackageContentRequest
GetMlApplicationPackageContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMlApplicationPackageContentRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetMlApplicationPackageContentRequest Modifier and Type Method Description GetMlApplicationPackageContentRequest.Builder
GetMlApplicationPackageContentRequest.Builder. copy(GetMlApplicationPackageContentRequest o)
Copy method to populate the builder with values from the given instance.
-