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