View Source GoogleApi.HealthCare.V1beta1.Model.EvaluateAnnotationStoreRequest (google_api_health_care v0.56.4)
Request to evaluate an Annotation store against a ground truth [Annotation store].
Attributes
-
bigqueryDestination(type:GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.t, default:nil) - The BigQuery table where the server writes the output. BigQueryDestination requires theroles/bigquery.dataEditorandroles/bigquery.jobUserCloud IAM roles. -
evalInfoTypeMapping(type:map(), default:nil) - Optional. InfoType mapping foreval_store. Different resources can map to the same infoType. For example,PERSON_NAME,PERSON,NAME, andHUMANare different. To map all of these into a single infoType (such asPERSON_NAME), specify the following mapping:info_type_mapping["PERSON"] = "PERSON_NAME" info_type_mapping["NAME"] = "PERSON_NAME" info_type_mapping["HUMAN"] = "PERSON_NAME"Unmentioned infoTypes, such asDATE, are treated as identity mapping. For example:info_type_mapping["DATE"] = "DATE"InfoTypes are case-insensitive. -
goldenInfoTypeMapping(type:map(), default:nil) - Optional. Similar toeval_info_type_mapping, infoType mapping forgolden_store. -
goldenStore(type:String.t, default:nil) - Required. The Annotation store to use as ground truth, in the format ofprojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}. -
infoTypeConfig(type:GoogleApi.HealthCare.V1beta1.Model.InfoTypeConfig.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.EvaluateAnnotationStoreRequest{ bigqueryDestination: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.t() | nil, evalInfoTypeMapping: map() | nil, goldenInfoTypeMapping: map() | nil, goldenStore: String.t() | nil, infoTypeConfig: GoogleApi.HealthCare.V1beta1.Model.InfoTypeConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.