google_api_health_care v0.20.0 GoogleApi.HealthCare.V1beta1.Model.EvaluateAnnotationStoreRequest View Source
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:
Unmentioned infoTypes, such asinfo_type_mapping["PERSON"] = "PERSON_NAME" info_type_mapping["NAME"] = "PERSON_NAME" info_type_mapping["HUMAN"] = "PERSON_NAME"DATE, are treated as identity mapping. For example:
InfoTypes are case-insensitive.info_type_mapping["DATE"] = "DATE" -
goldenInfoTypeMapping(type:map(), default:nil) - Optional. Similar toeval_info_type_mapping, infoType mapping forgolden_store. -
goldenStore(type:String.t, default:nil) - 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) -
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.EvaluateAnnotationStoreRequest{
bigqueryDestination:
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.t(),
evalInfoTypeMapping: map(),
goldenInfoTypeMapping: map(),
goldenStore: String.t(),
infoTypeConfig: GoogleApi.HealthCare.V1beta1.Model.InfoTypeConfig.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.