AbuseiamClient

GoogleApi.ContentWarehouse.V1.Model.AbuseiamClient


Table of Contents ▼

Jump to a specific part of the page:

Description

A client is be a Google product, or subproduct that provides content for AbuseIAm to classify.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. id (type: String.t, default: nil)
    -
  2. subservice (type: String.t, default: nil)
    - The name of the subservice within a client. This subservice can be used to affect the flow of decision script, or selection of backend classifiers. For example, StreetView may want to specify a panel is insufficiently blurred (maybe there is a lisense plate or public sex, etc), which requires manual review then the subservice might be "blurring".

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamClient{
id: String.t() | nil,
subservice: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AbuseiamClient