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.datascienceMethods in com.oracle.bmc.datascience that return GetModelGroupArtifactContentResponse Modifier and Type Method Description GetModelGroupArtifactContentResponseDataScience. getModelGroupArtifactContent(GetModelGroupArtifactContentRequest request)Downloads the model artifact for the specified model group.GetModelGroupArtifactContentResponseDataScienceClient. 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.responsesMethods in com.oracle.bmc.datascience.responses that return GetModelGroupArtifactContentResponse Modifier and Type Method Description GetModelGroupArtifactContentResponseGetModelGroupArtifactContentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetModelGroupArtifactContentResponse Modifier and Type Method Description GetModelGroupArtifactContentResponse.BuilderGetModelGroupArtifactContentResponse.Builder. copy(GetModelGroupArtifactContentResponse o)Copy method to populate the builder with values from the given instance.
 
-