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