ModelsClient

googleapis.bigquery.ModelsClient
class ModelsClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
ModelsClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def delete(projectId: String, datasetId: String, modelId: String): F[Status]

Attributes

Source
ModelsClient.scala
def get(projectId: String, datasetId: String, modelId: String): F[Option[Model]]

Attributes

Source
ModelsClient.scala
def list(projectId: String, datasetId: String): F[Option[ListModelsResponse]]

Attributes

Source
ModelsClient.scala
def patch(projectId: String, datasetId: String, modelId: String)(input: Model): F[Option[Model]]

Attributes

Source
ModelsClient.scala

Concrete fields

val baseUri: Uri

Attributes

Source
ModelsClient.scala