Batch

gcp4zio.batch.Batch
See theBatch companion trait
object Batch

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Batch.type

Members list

Value members

Concrete methods

def createJob(name: String, image: String, commands: List[String], entrypoint: Option[String], serviceAccount: Option[String]): RIO[Batch, Job]
def deleteJob(name: String): RIO[Batch, Unit]
def listJobs: RIO[Batch, Iterable[Job]]
def live(project: String, region: String): TaskLayer[Batch]