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