Uses of Class
com.oracle.bmc.datascience.model.ContainerTargetWorkload
-
Packages that use ContainerTargetWorkload Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ContainerTargetWorkload in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ContainerTargetWorkload Modifier and Type Method Description static ContainerTargetWorkload
ContainerTargetWorkload. create(String key)
static ContainerTargetWorkload
ContainerTargetWorkload. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerTargetWorkload[]
ContainerTargetWorkload. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContainerTargetWorkload in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ContainerTargetWorkload Modifier and Type Method Description ContainerTargetWorkload
ListContainersRequest. getTargetWorkload()
Filter results by the target workload.
Methods in com.oracle.bmc.datascience.requests with parameters of type ContainerTargetWorkload Modifier and Type Method Description ListContainersRequest.Builder
ListContainersRequest.Builder. targetWorkload(ContainerTargetWorkload targetWorkload)
Filter results by the target workload.
-