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