Uses of Class
com.oracle.bmc.datascience.responses.GetModelArtifactContentResponse
-
Packages that use GetModelArtifactContentResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetModelArtifactContentResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetModelArtifactContentResponse Modifier and Type Method Description GetModelArtifactContentResponse
DataScience. getModelArtifactContent(GetModelArtifactContentRequest request)
Downloads model artifact content for specified model.GetModelArtifactContentResponse
DataScienceClient. getModelArtifactContent(GetModelArtifactContentRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type GetModelArtifactContentResponse Modifier and Type Method Description Future<GetModelArtifactContentResponse>
DataScienceAsync. getModelArtifactContent(GetModelArtifactContentRequest request, AsyncHandler<GetModelArtifactContentRequest,GetModelArtifactContentResponse> handler)
Downloads model artifact content for specified model.Future<GetModelArtifactContentResponse>
DataScienceAsyncClient. getModelArtifactContent(GetModelArtifactContentRequest request, AsyncHandler<GetModelArtifactContentRequest,GetModelArtifactContentResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetModelArtifactContentResponse Modifier and Type Method Description Future<GetModelArtifactContentResponse>
DataScienceAsync. getModelArtifactContent(GetModelArtifactContentRequest request, AsyncHandler<GetModelArtifactContentRequest,GetModelArtifactContentResponse> handler)
Downloads model artifact content for specified model.Future<GetModelArtifactContentResponse>
DataScienceAsyncClient. getModelArtifactContent(GetModelArtifactContentRequest request, AsyncHandler<GetModelArtifactContentRequest,GetModelArtifactContentResponse> handler)
-
Uses of GetModelArtifactContentResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetModelArtifactContentResponse Modifier and Type Method Description GetModelArtifactContentResponse
GetModelArtifactContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetModelArtifactContentResponse Modifier and Type Method Description GetModelArtifactContentResponse.Builder
GetModelArtifactContentResponse.Builder. copy(GetModelArtifactContentResponse o)
Copy method to populate the builder with values from the given instance.
-