Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.healthcare/v1beta1.getAnnotation
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets an Annotation.
Using getAnnotation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAnnotation(args: GetAnnotationArgs, opts?: InvokeOptions): Promise<GetAnnotationResult>
function getAnnotationOutput(args: GetAnnotationOutputArgs, opts?: InvokeOptions): Output<GetAnnotationResult>def get_annotation(annotation_id: Optional[str] = None,
                   annotation_store_id: Optional[str] = None,
                   dataset_id: Optional[str] = None,
                   location: Optional[str] = None,
                   project: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetAnnotationResult
def get_annotation_output(annotation_id: Optional[pulumi.Input[str]] = None,
                   annotation_store_id: Optional[pulumi.Input[str]] = None,
                   dataset_id: Optional[pulumi.Input[str]] = None,
                   location: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetAnnotationResult]func LookupAnnotation(ctx *Context, args *LookupAnnotationArgs, opts ...InvokeOption) (*LookupAnnotationResult, error)
func LookupAnnotationOutput(ctx *Context, args *LookupAnnotationOutputArgs, opts ...InvokeOption) LookupAnnotationResultOutput> Note: This function is named LookupAnnotation in the Go SDK.
public static class GetAnnotation 
{
    public static Task<GetAnnotationResult> InvokeAsync(GetAnnotationArgs args, InvokeOptions? opts = null)
    public static Output<GetAnnotationResult> Invoke(GetAnnotationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAnnotationResult> getAnnotation(GetAnnotationArgs args, InvokeOptions options)
public static Output<GetAnnotationResult> getAnnotation(GetAnnotationArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:healthcare/v1beta1:getAnnotation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AnnotationId string
- AnnotationStore stringId 
- DatasetId string
- Location string
- Project string
- AnnotationId string
- AnnotationStore stringId 
- DatasetId string
- Location string
- Project string
- annotationId String
- annotationStore StringId 
- datasetId String
- location String
- project String
- annotationId string
- annotationStore stringId 
- datasetId string
- location string
- project string
- annotation_id str
- annotation_store_ strid 
- dataset_id str
- location str
- project str
- annotationId String
- annotationStore StringId 
- datasetId String
- location String
- project String
getAnnotation Result
The following output properties are available:
- AnnotationSource Pulumi.Google Native. Healthcare. V1Beta1. Outputs. Annotation Source Response 
- Details of the source.
- CustomData Dictionary<string, string>
- Additional information for this annotation record, such as annotator and verifier information or study campaign.
- ImageAnnotation Pulumi.Google Native. Healthcare. V1Beta1. Outputs. Image Annotation Response 
- Annotations for images. For example, bounding polygons.
- Name string
- Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.
- ResourceAnnotation Pulumi.Google Native. Healthcare. V1Beta1. Outputs. Resource Annotation Response 
- Annotations for resource. For example, classification tags.
- TextAnnotation Pulumi.Google Native. Healthcare. V1Beta1. Outputs. Sensitive Text Annotation Response 
- Annotations for sensitive texts. For example, a range that describes the location of sensitive text.
- AnnotationSource AnnotationSource Response 
- Details of the source.
- CustomData map[string]string
- Additional information for this annotation record, such as annotator and verifier information or study campaign.
- ImageAnnotation ImageAnnotation Response 
- Annotations for images. For example, bounding polygons.
- Name string
- Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.
- ResourceAnnotation ResourceAnnotation Response 
- Annotations for resource. For example, classification tags.
- TextAnnotation SensitiveText Annotation Response 
- Annotations for sensitive texts. For example, a range that describes the location of sensitive text.
- annotationSource AnnotationSource Response 
- Details of the source.
- customData Map<String,String>
- Additional information for this annotation record, such as annotator and verifier information or study campaign.
- imageAnnotation ImageAnnotation Response 
- Annotations for images. For example, bounding polygons.
- name String
- Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.
- resourceAnnotation ResourceAnnotation Response 
- Annotations for resource. For example, classification tags.
- textAnnotation SensitiveText Annotation Response 
- Annotations for sensitive texts. For example, a range that describes the location of sensitive text.
- annotationSource AnnotationSource Response 
- Details of the source.
- customData {[key: string]: string}
- Additional information for this annotation record, such as annotator and verifier information or study campaign.
- imageAnnotation ImageAnnotation Response 
- Annotations for images. For example, bounding polygons.
- name string
- Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.
- resourceAnnotation ResourceAnnotation Response 
- Annotations for resource. For example, classification tags.
- textAnnotation SensitiveText Annotation Response 
- Annotations for sensitive texts. For example, a range that describes the location of sensitive text.
- annotation_source AnnotationSource Response 
- Details of the source.
- custom_data Mapping[str, str]
- Additional information for this annotation record, such as annotator and verifier information or study campaign.
- image_annotation ImageAnnotation Response 
- Annotations for images. For example, bounding polygons.
- name str
- Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.
- resource_annotation ResourceAnnotation Response 
- Annotations for resource. For example, classification tags.
- text_annotation SensitiveText Annotation Response 
- Annotations for sensitive texts. For example, a range that describes the location of sensitive text.
- annotationSource Property Map
- Details of the source.
- customData Map<String>
- Additional information for this annotation record, such as annotator and verifier information or study campaign.
- imageAnnotation Property Map
- Annotations for images. For example, bounding polygons.
- name String
- Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.
- resourceAnnotation Property Map
- Annotations for resource. For example, classification tags.
- textAnnotation Property Map
- Annotations for sensitive texts. For example, a range that describes the location of sensitive text.
Supporting Types
AnnotationSourceResponse  
- CloudHealthcare Pulumi.Source Google Native. Healthcare. V1Beta1. Inputs. Cloud Healthcare Source Response 
- Cloud Healthcare API resource.
- CloudHealthcare CloudSource Healthcare Source Response 
- Cloud Healthcare API resource.
- cloudHealthcare CloudSource Healthcare Source Response 
- Cloud Healthcare API resource.
- cloudHealthcare CloudSource Healthcare Source Response 
- Cloud Healthcare API resource.
- cloud_healthcare_ Cloudsource Healthcare Source Response 
- Cloud Healthcare API resource.
- cloudHealthcare Property MapSource 
- Cloud Healthcare API resource.
BoundingPolyResponse  
- Label string
- A description of this polygon.
- Vertices
List<Pulumi.Google Native. Healthcare. V1Beta1. Inputs. Vertex Response> 
- List of the vertices of this polygon.
- Label string
- A description of this polygon.
- Vertices
[]VertexResponse 
- List of the vertices of this polygon.
- label String
- A description of this polygon.
- vertices
List<VertexResponse> 
- List of the vertices of this polygon.
- label string
- A description of this polygon.
- vertices
VertexResponse[] 
- List of the vertices of this polygon.
- label str
- A description of this polygon.
- vertices
Sequence[VertexResponse] 
- List of the vertices of this polygon.
- label String
- A description of this polygon.
- vertices List<Property Map>
- List of the vertices of this polygon.
CloudHealthcareSourceResponse   
- Name string
- Full path of a Cloud Healthcare API resource.
- Name string
- Full path of a Cloud Healthcare API resource.
- name String
- Full path of a Cloud Healthcare API resource.
- name string
- Full path of a Cloud Healthcare API resource.
- name str
- Full path of a Cloud Healthcare API resource.
- name String
- Full path of a Cloud Healthcare API resource.
ImageAnnotationResponse  
- BoundingPolys List<Pulumi.Google Native. Healthcare. V1Beta1. Inputs. Bounding Poly Response> 
- The list of polygons outlining the sensitive regions in the image.
- FrameIndex int
- 0-based index of the image frame. For example, an image frame in a DICOM instance.
- BoundingPolys []BoundingPoly Response 
- The list of polygons outlining the sensitive regions in the image.
- FrameIndex int
- 0-based index of the image frame. For example, an image frame in a DICOM instance.
- boundingPolys List<BoundingPoly Response> 
- The list of polygons outlining the sensitive regions in the image.
- frameIndex Integer
- 0-based index of the image frame. For example, an image frame in a DICOM instance.
- boundingPolys BoundingPoly Response[] 
- The list of polygons outlining the sensitive regions in the image.
- frameIndex number
- 0-based index of the image frame. For example, an image frame in a DICOM instance.
- bounding_polys Sequence[BoundingPoly Response] 
- The list of polygons outlining the sensitive regions in the image.
- frame_index int
- 0-based index of the image frame. For example, an image frame in a DICOM instance.
- boundingPolys List<Property Map>
- The list of polygons outlining the sensitive regions in the image.
- frameIndex Number
- 0-based index of the image frame. For example, an image frame in a DICOM instance.
ResourceAnnotationResponse  
- Label string
- A description of the annotation record.
- Label string
- A description of the annotation record.
- label String
- A description of the annotation record.
- label string
- A description of the annotation record.
- label str
- A description of the annotation record.
- label String
- A description of the annotation record.
SensitiveTextAnnotationResponse   
- Details Dictionary<string, string>
- Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}
- Details map[string]string
- Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}
- details Map<String,String>
- Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}
- details {[key: string]: string}
- Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}
- details Mapping[str, str]
- Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}
- details Map<String>
- Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}
VertexResponse 
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi