View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ErrorAnalysisAnnotation (google_api_ai_platform v0.13.0)
Model error analysis for each annotation.
Attributes
-
attributedItems
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem.t)
, default:nil
) - Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type. -
outlierScore
(type:float()
, default:nil
) - The outlier score of this annotated item. Usually defined as the min of all distances from attributed items. -
outlierThreshold
(type:float()
, default:nil
) - The threshold used to determine if this annotation is an outlier or not. -
queryType
(type:String.t
, default:nil
) - The query type used for finding the attributed items.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ErrorAnalysisAnnotation{ attributedItems: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem.t() ] | nil, outlierScore: float() | nil, outlierThreshold: float() | nil, queryType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.