QualityNsrVersionedFloatSignal

GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal


Table of Contents ▼

Jump to a specific part of the page:

Description

A versioned float value. See VersionedFloatSignal functions in google3/quality/nsr/proto/proto_util.h

Attributes List

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

View Attributes

Attributes

  1. value (type: number(), default: nil)
    - The corresponding float value.
  2. versionId (type: String.t, default: nil)
    - Unique version id.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal{
value: number() | nil,
versionId: String.t() | nil
}

Function

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

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