google_api_comment_analyzer v0.7.0 GoogleApi.CommentAnalyzer.V1alpha1.Model.AttributeParameters View Source

Configurable parameters for attribute scoring.

Attributes

  • scoreThreshold (type: number(), default: nil) - Don't return scores for this attribute that are below this threshold. If unset, a default threshold will be applied. A FloatValue wrapper is used to distinguish between 0 vs. default/unset.
  • scoreType (type: String.t, default: nil) - What type of scores to return. If unset, defaults to probability scores.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CommentAnalyzer.V1alpha1.Model.AttributeParameters{
  scoreThreshold: number(),
  scoreType: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.