Uses of Class
com.oracle.bmc.datascience.responses.GetMlApplicationHistoricalPackageContentResponse
-
Packages that use GetMlApplicationHistoricalPackageContentResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetMlApplicationHistoricalPackageContentResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetMlApplicationHistoricalPackageContentResponse Modifier and Type Method Description GetMlApplicationHistoricalPackageContentResponse
DataScience. getMlApplicationHistoricalPackageContent(GetMlApplicationHistoricalPackageContentRequest request)
Retrieves ML Application package for MlApplicationImplementationVersion with given id.GetMlApplicationHistoricalPackageContentResponse
DataScienceClient. getMlApplicationHistoricalPackageContent(GetMlApplicationHistoricalPackageContentRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type GetMlApplicationHistoricalPackageContentResponse 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)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetMlApplicationHistoricalPackageContentResponse 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 GetMlApplicationHistoricalPackageContentResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetMlApplicationHistoricalPackageContentResponse Modifier and Type Method Description GetMlApplicationHistoricalPackageContentResponse
GetMlApplicationHistoricalPackageContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetMlApplicationHistoricalPackageContentResponse Modifier and Type Method Description GetMlApplicationHistoricalPackageContentResponse.Builder
GetMlApplicationHistoricalPackageContentResponse.Builder. copy(GetMlApplicationHistoricalPackageContentResponse o)
Copy method to populate the builder with values from the given instance.
-