Documentation ¶
Overview ¶
Package comprehendmedical provides the client and types for making API requests to AWS Comprehend Medical.
Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents.
See https://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30 for more information on this service.
See comprehendmedical package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/comprehendmedical/
Using the Client ¶
To contact AWS Comprehend Medical with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Comprehend Medical client ComprehendMedical for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/comprehendmedical/#New
Index ¶
- Constants
- type Attribute
- func (s Attribute) GoString() string
- func (s *Attribute) SetBeginOffset(v int64) *Attribute
- func (s *Attribute) SetEndOffset(v int64) *Attribute
- func (s *Attribute) SetId(v int64) *Attribute
- func (s *Attribute) SetRelationshipScore(v float64) *Attribute
- func (s *Attribute) SetScore(v float64) *Attribute
- func (s *Attribute) SetText(v string) *Attribute
- func (s *Attribute) SetTraits(v []*Trait) *Attribute
- func (s *Attribute) SetType(v string) *Attribute
- func (s Attribute) String() string
- type ComprehendMedical
- func (c *ComprehendMedical) DetectEntities(input *DetectEntitiesInput) (*DetectEntitiesOutput, error)
- func (c *ComprehendMedical) DetectEntitiesRequest(input *DetectEntitiesInput) (req *request.Request, output *DetectEntitiesOutput)
- func (c *ComprehendMedical) DetectEntitiesWithContext(ctx aws.Context, input *DetectEntitiesInput, opts ...request.Option) (*DetectEntitiesOutput, error)
- func (c *ComprehendMedical) DetectPHI(input *DetectPHIInput) (*DetectPHIOutput, error)
- func (c *ComprehendMedical) DetectPHIRequest(input *DetectPHIInput) (req *request.Request, output *DetectPHIOutput)
- func (c *ComprehendMedical) DetectPHIWithContext(ctx aws.Context, input *DetectPHIInput, opts ...request.Option) (*DetectPHIOutput, error)
- type DetectEntitiesInput
- type DetectEntitiesOutput
- func (s DetectEntitiesOutput) GoString() string
- func (s *DetectEntitiesOutput) SetEntities(v []*Entity) *DetectEntitiesOutput
- func (s *DetectEntitiesOutput) SetPaginationToken(v string) *DetectEntitiesOutput
- func (s *DetectEntitiesOutput) SetUnmappedAttributes(v []*UnmappedAttribute) *DetectEntitiesOutput
- func (s DetectEntitiesOutput) String() string
- type DetectPHIInput
- type DetectPHIOutput
- type Entity
- func (s Entity) GoString() string
- func (s *Entity) SetAttributes(v []*Attribute) *Entity
- func (s *Entity) SetBeginOffset(v int64) *Entity
- func (s *Entity) SetCategory(v string) *Entity
- func (s *Entity) SetEndOffset(v int64) *Entity
- func (s *Entity) SetId(v int64) *Entity
- func (s *Entity) SetScore(v float64) *Entity
- func (s *Entity) SetText(v string) *Entity
- func (s *Entity) SetTraits(v []*Trait) *Entity
- func (s *Entity) SetType(v string) *Entity
- func (s Entity) String() string
- type Trait
- type UnmappedAttribute
Constants ¶
const ( // AttributeNameSign is a AttributeName enum value AttributeNameSign = "SIGN" // AttributeNameSymptom is a AttributeName enum value AttributeNameSymptom = "SYMPTOM" // AttributeNameDiagnosis is a AttributeName enum value AttributeNameDiagnosis = "DIAGNOSIS" // AttributeNameNegation is a AttributeName enum value AttributeNameNegation = "NEGATION" )
const ( // EntitySubTypeName is a EntitySubType enum value EntitySubTypeName = "NAME" // EntitySubTypeDosage is a EntitySubType enum value EntitySubTypeDosage = "DOSAGE" // EntitySubTypeRouteOrMode is a EntitySubType enum value EntitySubTypeRouteOrMode = "ROUTE_OR_MODE" // EntitySubTypeForm is a EntitySubType enum value EntitySubTypeForm = "FORM" // EntitySubTypeFrequency is a EntitySubType enum value EntitySubTypeFrequency = "FREQUENCY" // EntitySubTypeDuration is a EntitySubType enum value EntitySubTypeDuration = "DURATION" // EntitySubTypeGenericName is a EntitySubType enum value EntitySubTypeGenericName = "GENERIC_NAME" // EntitySubTypeBrandName is a EntitySubType enum value EntitySubTypeBrandName = "BRAND_NAME" // EntitySubTypeStrength is a EntitySubType enum value EntitySubTypeStrength = "STRENGTH" // EntitySubTypeRate is a EntitySubType enum value EntitySubTypeRate = "RATE" // EntitySubTypeAcuity is a EntitySubType enum value EntitySubTypeAcuity = "ACUITY" // EntitySubTypeTestName is a EntitySubType enum value EntitySubTypeTestName = "TEST_NAME" // EntitySubTypeTestValue is a EntitySubType enum value EntitySubTypeTestValue = "TEST_VALUE" // EntitySubTypeTestUnits is a EntitySubType enum value EntitySubTypeTestUnits = "TEST_UNITS" // EntitySubTypeProcedureName is a EntitySubType enum value EntitySubTypeProcedureName = "PROCEDURE_NAME" // EntitySubTypeTreatmentName is a EntitySubType enum value EntitySubTypeTreatmentName = "TREATMENT_NAME" // EntitySubTypeDate is a EntitySubType enum value EntitySubTypeDate = "DATE" // EntitySubTypeAge is a EntitySubType enum value EntitySubTypeAge = "AGE" // EntitySubTypeContactPoint is a EntitySubType enum value EntitySubTypeContactPoint = "CONTACT_POINT" // EntitySubTypeEmail is a EntitySubType enum value EntitySubTypeEmail = "EMAIL" // EntitySubTypeIdentifier is a EntitySubType enum value EntitySubTypeIdentifier = "IDENTIFIER" // EntitySubTypeUrl is a EntitySubType enum value EntitySubTypeUrl = "URL" // EntitySubTypeAddress is a EntitySubType enum value EntitySubTypeAddress = "ADDRESS" // EntitySubTypeProfession is a EntitySubType enum value EntitySubTypeProfession = "PROFESSION" // EntitySubTypeSystemOrganSite is a EntitySubType enum value EntitySubTypeSystemOrganSite = "SYSTEM_ORGAN_SITE" // EntitySubTypeDirection is a EntitySubType enum value EntitySubTypeDirection = "DIRECTION" // EntitySubTypeQuality is a EntitySubType enum value EntitySubTypeQuality = "QUALITY" // EntitySubTypeQuantity is a EntitySubType enum value EntitySubTypeQuantity = "QUANTITY" )
const ( // EntityTypeMedication is a EntityType enum value EntityTypeMedication = "MEDICATION" // EntityTypeMedicalCondition is a EntityType enum value EntityTypeMedicalCondition = "MEDICAL_CONDITION" // EntityTypeProtectedHealthInformation is a EntityType enum value EntityTypeProtectedHealthInformation = "PROTECTED_HEALTH_INFORMATION" // EntityTypeTestTreatmentProcedure is a EntityType enum value EntityTypeTestTreatmentProcedure = "TEST_TREATMENT_PROCEDURE" // EntityTypeAnatomy is a EntityType enum value EntityTypeAnatomy = "ANATOMY" )
const ( // ErrCodeInternalServerException for service response error code // "InternalServerException". // // An internal server error occurred. Retry your request. ErrCodeInternalServerException = "InternalServerException" // ErrCodeInvalidEncodingException for service response error code // "InvalidEncodingException". // // The input text was not in valid UTF-8 character encoding. Check your text // then retry your request. ErrCodeInvalidEncodingException = "InvalidEncodingException" // ErrCodeInvalidRequestException for service response error code // "InvalidRequestException". // // The request that you made is invalid. Check your request to determine why // it's invalid and then retry the request. ErrCodeInvalidRequestException = "InvalidRequestException" // "ServiceUnavailableException". // // The Comprehend Medical service is temporarily unavailable. Please wait and // then retry your request. ErrCodeServiceUnavailableException = "ServiceUnavailableException" // ErrCodeTextSizeLimitExceededException for service response error code // "TextSizeLimitExceededException". // // The size of the text you submitted exceeds the size limit. Reduce the size // of the text or use a smaller document and then retry your request. ErrCodeTextSizeLimitExceededException = "TextSizeLimitExceededException" // ErrCodeTooManyRequestsException for service response error code // "TooManyRequestsException". // // You have made too many requests within a short period of time. Wait for a // short time and then try your request again. Contact customer support for // more information about a service limit increase. ErrCodeTooManyRequestsException = "TooManyRequestsException" )
const ( ServiceName = "ComprehendMedical" // Name of service. EndpointsID = "comprehendmedical" // ID to lookup a service endpoint with. ServiceID = "ComprehendMedical" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct { // The 0-based character offset in the input text that shows where the attribute // begins. The offset returns the UTF-8 code point in the string. BeginOffset *int64 `type:"integer"` // The 0-based character offset in the input text that shows where the attribute // ends. The offset returns the UTF-8 code point in the string. EndOffset *int64 `type:"integer"` // The numeric identifier for this attribute. This is a monotonically increasing // id unique within this response rather than a global unique identifier. Id *int64 `type:"integer"` // The level of confidence that Comprehend Medical has that this attribute is // correctly related to this entity. RelationshipScore *float64 `type:"float"` // The level of confidence that Comprehend Medical has that the segment of text // is correctly recognized as an attribute. Score *float64 `type:"float"` // The segment of input text extracted as this attribute. Text *string `min:"1" type:"string"` // Contextual information for this attribute. Traits []*Trait `type:"list"` // The type of attribute. Type *string `type:"string" enum:"EntitySubType"` // contains filtered or unexported fields }
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken. It contains information about the attribute such as id, begin and end offset within the input text, and the segment of the input text.
func (*Attribute) SetBeginOffset ¶
SetBeginOffset sets the BeginOffset field's value.
func (*Attribute) SetEndOffset ¶
SetEndOffset sets the EndOffset field's value.
func (*Attribute) SetRelationshipScore ¶
SetRelationshipScore sets the RelationshipScore field's value.
type ComprehendMedical ¶
ComprehendMedical provides the API operation methods for making requests to AWS Comprehend Medical. See this package's package overview docs for details on the service.
ComprehendMedical methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ComprehendMedical
New creates a new instance of the ComprehendMedical client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a ComprehendMedical client from just a session. svc := comprehendmedical.New(mySession) // Create a ComprehendMedical client with additional configuration svc := comprehendmedical.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*ComprehendMedical) DetectEntities ¶
func (c *ComprehendMedical) DetectEntities(input *DetectEntitiesInput) (*DetectEntitiesOutput, error)
DetectEntities API operation for AWS Comprehend Medical.
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Comprehend Medical's API operation DetectEntities for usage and error information.
Returned Error Codes:
ErrCodeInternalServerException "InternalServerException" An internal server error occurred. Retry your request.
ErrCodeServiceUnavailableException "ServiceUnavailableException" The Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
ErrCodeTooManyRequestsException "TooManyRequestsException" You have made too many requests within a short period of time. Wait for a short time and then try your request again. Contact customer support for more information about a service limit increase.
ErrCodeInvalidRequestException "InvalidRequestException" The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.
ErrCodeInvalidEncodingException "InvalidEncodingException" The input text was not in valid UTF-8 character encoding. Check your text then retry your request.
ErrCodeTextSizeLimitExceededException "TextSizeLimitExceededException" The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.
See also, https://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectEntities
func (*ComprehendMedical) DetectEntitiesRequest ¶
func (c *ComprehendMedical) DetectEntitiesRequest(input *DetectEntitiesInput) (req *request.Request, output *DetectEntitiesOutput)
DetectEntitiesRequest generates a "aws/request.Request" representing the client's request for the DetectEntities operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DetectEntities for more information on using the DetectEntities API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DetectEntitiesRequest method. req, resp := client.DetectEntitiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectEntities
func (*ComprehendMedical) DetectEntitiesWithContext ¶
func (c *ComprehendMedical) DetectEntitiesWithContext(ctx aws.Context, input *DetectEntitiesInput, opts ...request.Option) (*DetectEntitiesOutput, error)
DetectEntitiesWithContext is the same as DetectEntities with the addition of the ability to pass a context and additional request options.
See DetectEntities for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ComprehendMedical) DetectPHI ¶
func (c *ComprehendMedical) DetectPHI(input *DetectPHIInput) (*DetectPHIOutput, error)
DetectPHI API operation for AWS Comprehend Medical.
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Comprehend Medical's API operation DetectPHI for usage and error information.
Returned Error Codes:
ErrCodeInternalServerException "InternalServerException" An internal server error occurred. Retry your request.
ErrCodeServiceUnavailableException "ServiceUnavailableException" The Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
ErrCodeTooManyRequestsException "TooManyRequestsException" You have made too many requests within a short period of time. Wait for a short time and then try your request again. Contact customer support for more information about a service limit increase.
ErrCodeInvalidRequestException "InvalidRequestException" The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.
ErrCodeInvalidEncodingException "InvalidEncodingException" The input text was not in valid UTF-8 character encoding. Check your text then retry your request.
ErrCodeTextSizeLimitExceededException "TextSizeLimitExceededException" The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.
See also, https://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectPHI
func (*ComprehendMedical) DetectPHIRequest ¶
func (c *ComprehendMedical) DetectPHIRequest(input *DetectPHIInput) (req *request.Request, output *DetectPHIOutput)
DetectPHIRequest generates a "aws/request.Request" representing the client's request for the DetectPHI operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DetectPHI for more information on using the DetectPHI API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DetectPHIRequest method. req, resp := client.DetectPHIRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectPHI
func (*ComprehendMedical) DetectPHIWithContext ¶
func (c *ComprehendMedical) DetectPHIWithContext(ctx aws.Context, input *DetectPHIInput, opts ...request.Option) (*DetectPHIOutput, error)
DetectPHIWithContext is the same as DetectPHI with the addition of the ability to pass a context and additional request options.
See DetectPHI for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type DetectEntitiesInput ¶
type DetectEntitiesInput struct { // A UTF-8 text string containing the clinical content being examined for entities. // Each string must contain fewer than 20,000 bytes of characters. // // Text is a required field Text *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DetectEntitiesInput) GoString ¶
func (s DetectEntitiesInput) GoString() string
GoString returns the string representation
func (*DetectEntitiesInput) SetText ¶
func (s *DetectEntitiesInput) SetText(v string) *DetectEntitiesInput
SetText sets the Text field's value.
func (DetectEntitiesInput) String ¶
func (s DetectEntitiesInput) String() string
String returns the string representation
func (*DetectEntitiesInput) Validate ¶
func (s *DetectEntitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetectEntitiesOutput ¶
type DetectEntitiesOutput struct { // The collection of medical entities extracted from the input text and their // associated information. For each entity, the response provides the entity // text, the entity category, where the entity text begins and ends, and the // level of confidence that Comprehend Medical has in the detection and analysis. // Attributes and traits of the entity are also returned. // // Entities is a required field Entities []*Entity `type:"list" required:"true"` // If the result of the previous request to DetectEntities was truncated, include // the Paginationtoken to fetch the next page of entities. PaginationToken *string `min:"1" type:"string"` // Attributes extracted from the input text that we were unable to relate to // an entity. UnmappedAttributes []*UnmappedAttribute `type:"list"` // contains filtered or unexported fields }
func (DetectEntitiesOutput) GoString ¶
func (s DetectEntitiesOutput) GoString() string
GoString returns the string representation
func (*DetectEntitiesOutput) SetEntities ¶
func (s *DetectEntitiesOutput) SetEntities(v []*Entity) *DetectEntitiesOutput
SetEntities sets the Entities field's value.
func (*DetectEntitiesOutput) SetPaginationToken ¶
func (s *DetectEntitiesOutput) SetPaginationToken(v string) *DetectEntitiesOutput
SetPaginationToken sets the PaginationToken field's value.
func (*DetectEntitiesOutput) SetUnmappedAttributes ¶
func (s *DetectEntitiesOutput) SetUnmappedAttributes(v []*UnmappedAttribute) *DetectEntitiesOutput
SetUnmappedAttributes sets the UnmappedAttributes field's value.
func (DetectEntitiesOutput) String ¶
func (s DetectEntitiesOutput) String() string
String returns the string representation
type DetectPHIInput ¶
type DetectPHIInput struct { // A UTF-8 text string containing the clinical content being examined for PHI // entities. Each string must contain fewer than 20,000 bytes of characters. // // Text is a required field Text *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DetectPHIInput) GoString ¶
func (s DetectPHIInput) GoString() string
GoString returns the string representation
func (*DetectPHIInput) SetText ¶
func (s *DetectPHIInput) SetText(v string) *DetectPHIInput
SetText sets the Text field's value.
func (DetectPHIInput) String ¶
func (s DetectPHIInput) String() string
String returns the string representation
func (*DetectPHIInput) Validate ¶
func (s *DetectPHIInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetectPHIOutput ¶
type DetectPHIOutput struct { // The collection of PHI entities extracted from the input text and their associated // information. For each entity, the response provides the entity text, the // entity category, where the entity text begins and ends, and the level of // confidence that Comprehend Medical has in its detection. // // Entities is a required field Entities []*Entity `type:"list" required:"true"` // If the result of the previous request to DetectPHI was truncated, include // the Paginationtoken to fetch the next page of PHI entities. PaginationToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (DetectPHIOutput) GoString ¶
func (s DetectPHIOutput) GoString() string
GoString returns the string representation
func (*DetectPHIOutput) SetEntities ¶
func (s *DetectPHIOutput) SetEntities(v []*Entity) *DetectPHIOutput
SetEntities sets the Entities field's value.
func (*DetectPHIOutput) SetPaginationToken ¶
func (s *DetectPHIOutput) SetPaginationToken(v string) *DetectPHIOutput
SetPaginationToken sets the PaginationToken field's value.
func (DetectPHIOutput) String ¶
func (s DetectPHIOutput) String() string
String returns the string representation
type Entity ¶
type Entity struct { // The extracted attributes that relate to this entity. Attributes []*Attribute `type:"list"` // The 0-based character offset in the input text that shows where the entity // begins. The offset returns the UTF-8 code point in the string. BeginOffset *int64 `type:"integer"` // The category of the entity. Category *string `type:"string" enum:"EntityType"` // The 0-based character offset in the input text that shows where the entity // ends. The offset returns the UTF-8 code point in the string. EndOffset *int64 `type:"integer"` // The numeric identifier for the entity. This is a monotonically increasing // id unique within this response rather than a global unique identifier. Id *int64 `type:"integer"` // The level of confidence that Comprehend Medical has in the accuracy of the // detection. Score *float64 `type:"float"` // The segment of input text extracted as this entity. Text *string `min:"1" type:"string"` // Contextual information for the entity Traits []*Trait `type:"list"` // Describes the specific type of entity with category of entities. Type *string `type:"string" enum:"EntitySubType"` // contains filtered or unexported fields }
Provides information about an extracted medical entity.
func (*Entity) SetAttributes ¶
SetAttributes sets the Attributes field's value.
func (*Entity) SetBeginOffset ¶
SetBeginOffset sets the BeginOffset field's value.
func (*Entity) SetCategory ¶
SetCategory sets the Category field's value.
func (*Entity) SetEndOffset ¶
SetEndOffset sets the EndOffset field's value.
type Trait ¶
type Trait struct { // Provides a name or contextual description about the trait. Name *string `type:"string" enum:"AttributeName"` // The level of confidence that Comprehend Medical has in the accuracy of this // trait. Score *float64 `type:"float"` // contains filtered or unexported fields }
Provides contextual information about the extracted entity.
type UnmappedAttribute ¶
type UnmappedAttribute struct { // The specific attribute that has been extracted but not mapped to an entity. Attribute *Attribute `type:"structure"` // The type of the attribute, could be one of the following values: "MEDICATION", // "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION". Type *string `type:"string" enum:"EntityType"` // contains filtered or unexported fields }
An attribute that we extracted, but were unable to relate to an entity.
func (UnmappedAttribute) GoString ¶
func (s UnmappedAttribute) GoString() string
GoString returns the string representation
func (*UnmappedAttribute) SetAttribute ¶
func (s *UnmappedAttribute) SetAttribute(v *Attribute) *UnmappedAttribute
SetAttribute sets the Attribute field's value.
func (*UnmappedAttribute) SetType ¶
func (s *UnmappedAttribute) SetType(v string) *UnmappedAttribute
SetType sets the Type field's value.
func (UnmappedAttribute) String ¶
func (s UnmappedAttribute) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package comprehendmedicaliface provides an interface to enable mocking the AWS Comprehend Medical service client for testing your code.
|
Package comprehendmedicaliface provides an interface to enable mocking the AWS Comprehend Medical service client for testing your code. |