GoogleApi.HealthCare.V1beta1.Model.EvaluateAnnotationStoreResponse (google_api_health_care v0.24.0) View Source

Response for successful Annotation store evaluation operations. This structure is included in the response upon operation completion.

Attributes

  • evalStore (type: String.t, default: nil) - The evaluated Annotation store, in the format of projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}.
  • goldenCount (type: String.t, default: nil) - The number of Annotations in the ground truth Annotation store successfully processed.
  • goldenStore (type: String.t, default: nil) - The ground truth Annotation store, in the format of projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}.
  • matchedCount (type: String.t, default: nil) - The number of Annotations in the eval store that match with corresponding annotations in the ground truth Annotation store. Two matched annotations both annotate the same resource defined in AnnotationSource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.HealthCare.V1beta1.Model.EvaluateAnnotationStoreResponse{
  evalStore: String.t(),
  goldenCount: String.t(),
  goldenStore: String.t(),
  matchedCount: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.