Uses of Class
com.oracle.bmc.datascience.requests.GetModelArtifactContentRequest
-
Packages that use GetModelArtifactContentRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetModelArtifactContentRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type GetModelArtifactContentRequest Modifier and Type Method Description GetModelArtifactContentResponse
DataScience. getModelArtifactContent(GetModelArtifactContentRequest request)
Downloads model artifact content for specified model.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)
GetModelArtifactContentResponse
DataScienceClient. getModelArtifactContent(GetModelArtifactContentRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetModelArtifactContentRequest 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 GetModelArtifactContentRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetModelArtifactContentRequest Modifier and Type Method Description GetModelArtifactContentRequest
GetModelArtifactContentRequest.Builder. build()
Build the instance of GetModelArtifactContentRequest as configured by this builderGetModelArtifactContentRequest
GetModelArtifactContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetModelArtifactContentRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetModelArtifactContentRequest Modifier and Type Method Description GetModelArtifactContentRequest.Builder
GetModelArtifactContentRequest.Builder. copy(GetModelArtifactContentRequest o)
Copy method to populate the builder with values from the given instance.
-