Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v1.model.ResourcesMetadata
-
Packages that use ResourcesMetadata Package Description com.ibm.cloud.watsonxdata.watsonx_data.v1.model -
-
Uses of ResourcesMetadata in com.ibm.cloud.watsonxdata.watsonx_data.v1.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v1.model that return ResourcesMetadata Modifier and Type Method Description ResourcesMetadata
ResourcesMetadata.Builder. build()
Builds a ResourcesMetadata.Methods in com.ibm.cloud.watsonxdata.watsonx_data.v1.model that return types with arguments of type ResourcesMetadata Modifier and Type Method Description java.util.List<ResourcesMetadata>
EvaluateOptions. resources()
Gets the resources.Methods in com.ibm.cloud.watsonxdata.watsonx_data.v1.model with parameters of type ResourcesMetadata Modifier and Type Method Description EvaluateOptions.Builder
EvaluateOptions.Builder. addResources(ResourcesMetadata resources)
Adds an resources to resources.Method parameters in com.ibm.cloud.watsonxdata.watsonx_data.v1.model with type arguments of type ResourcesMetadata Modifier and Type Method Description EvaluateOptions.Builder
EvaluateOptions.Builder. resources(java.util.List<ResourcesMetadata> resources)
Set the resources.
-