Documentation ¶
Index ¶
- type Client
- type DescribeEntitiesDetectionV2JobFuture
- type DescribeICD10CMInferenceJobFuture
- type DescribePHIDetectionJobFuture
- type DescribeRxNormInferenceJobFuture
- type DetectEntitiesFuture
- type DetectEntitiesV2Future
- type DetectPHIFuture
- type InferICD10CMFuture
- type InferRxNormFuture
- type ListEntitiesDetectionV2JobsFuture
- type ListICD10CMInferenceJobsFuture
- type ListPHIDetectionJobsFuture
- type ListRxNormInferenceJobsFuture
- type StartEntitiesDetectionV2JobFuture
- type StartICD10CMInferenceJobFuture
- type StartPHIDetectionJobFuture
- type StartRxNormInferenceJobFuture
- type StopEntitiesDetectionV2JobFuture
- type StopICD10CMInferenceJobFuture
- type StopPHIDetectionJobFuture
- type StopRxNormInferenceJobFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DescribeEntitiesDetectionV2Job(ctx workflow.Context, input *comprehendmedical.DescribeEntitiesDetectionV2JobInput) (*comprehendmedical.DescribeEntitiesDetectionV2JobOutput, error) DescribeEntitiesDetectionV2JobAsync(ctx workflow.Context, input *comprehendmedical.DescribeEntitiesDetectionV2JobInput) *DescribeEntitiesDetectionV2JobFuture DescribeICD10CMInferenceJob(ctx workflow.Context, input *comprehendmedical.DescribeICD10CMInferenceJobInput) (*comprehendmedical.DescribeICD10CMInferenceJobOutput, error) DescribeICD10CMInferenceJobAsync(ctx workflow.Context, input *comprehendmedical.DescribeICD10CMInferenceJobInput) *DescribeICD10CMInferenceJobFuture DescribePHIDetectionJob(ctx workflow.Context, input *comprehendmedical.DescribePHIDetectionJobInput) (*comprehendmedical.DescribePHIDetectionJobOutput, error) DescribePHIDetectionJobAsync(ctx workflow.Context, input *comprehendmedical.DescribePHIDetectionJobInput) *DescribePHIDetectionJobFuture DescribeRxNormInferenceJob(ctx workflow.Context, input *comprehendmedical.DescribeRxNormInferenceJobInput) (*comprehendmedical.DescribeRxNormInferenceJobOutput, error) DescribeRxNormInferenceJobAsync(ctx workflow.Context, input *comprehendmedical.DescribeRxNormInferenceJobInput) *DescribeRxNormInferenceJobFuture DetectEntities(ctx workflow.Context, input *comprehendmedical.DetectEntitiesInput) (*comprehendmedical.DetectEntitiesOutput, error) DetectEntitiesAsync(ctx workflow.Context, input *comprehendmedical.DetectEntitiesInput) *DetectEntitiesFuture DetectEntitiesV2(ctx workflow.Context, input *comprehendmedical.DetectEntitiesV2Input) (*comprehendmedical.DetectEntitiesV2Output, error) DetectEntitiesV2Async(ctx workflow.Context, input *comprehendmedical.DetectEntitiesV2Input) *DetectEntitiesV2Future DetectPHI(ctx workflow.Context, input *comprehendmedical.DetectPHIInput) (*comprehendmedical.DetectPHIOutput, error) DetectPHIAsync(ctx workflow.Context, input *comprehendmedical.DetectPHIInput) *DetectPHIFuture InferICD10CM(ctx workflow.Context, input *comprehendmedical.InferICD10CMInput) (*comprehendmedical.InferICD10CMOutput, error) InferICD10CMAsync(ctx workflow.Context, input *comprehendmedical.InferICD10CMInput) *InferICD10CMFuture InferRxNorm(ctx workflow.Context, input *comprehendmedical.InferRxNormInput) (*comprehendmedical.InferRxNormOutput, error) InferRxNormAsync(ctx workflow.Context, input *comprehendmedical.InferRxNormInput) *InferRxNormFuture ListEntitiesDetectionV2Jobs(ctx workflow.Context, input *comprehendmedical.ListEntitiesDetectionV2JobsInput) (*comprehendmedical.ListEntitiesDetectionV2JobsOutput, error) ListEntitiesDetectionV2JobsAsync(ctx workflow.Context, input *comprehendmedical.ListEntitiesDetectionV2JobsInput) *ListEntitiesDetectionV2JobsFuture ListICD10CMInferenceJobs(ctx workflow.Context, input *comprehendmedical.ListICD10CMInferenceJobsInput) (*comprehendmedical.ListICD10CMInferenceJobsOutput, error) ListICD10CMInferenceJobsAsync(ctx workflow.Context, input *comprehendmedical.ListICD10CMInferenceJobsInput) *ListICD10CMInferenceJobsFuture ListPHIDetectionJobs(ctx workflow.Context, input *comprehendmedical.ListPHIDetectionJobsInput) (*comprehendmedical.ListPHIDetectionJobsOutput, error) ListPHIDetectionJobsAsync(ctx workflow.Context, input *comprehendmedical.ListPHIDetectionJobsInput) *ListPHIDetectionJobsFuture ListRxNormInferenceJobs(ctx workflow.Context, input *comprehendmedical.ListRxNormInferenceJobsInput) (*comprehendmedical.ListRxNormInferenceJobsOutput, error) ListRxNormInferenceJobsAsync(ctx workflow.Context, input *comprehendmedical.ListRxNormInferenceJobsInput) *ListRxNormInferenceJobsFuture StartEntitiesDetectionV2Job(ctx workflow.Context, input *comprehendmedical.StartEntitiesDetectionV2JobInput) (*comprehendmedical.StartEntitiesDetectionV2JobOutput, error) StartEntitiesDetectionV2JobAsync(ctx workflow.Context, input *comprehendmedical.StartEntitiesDetectionV2JobInput) *StartEntitiesDetectionV2JobFuture StartICD10CMInferenceJob(ctx workflow.Context, input *comprehendmedical.StartICD10CMInferenceJobInput) (*comprehendmedical.StartICD10CMInferenceJobOutput, error) StartICD10CMInferenceJobAsync(ctx workflow.Context, input *comprehendmedical.StartICD10CMInferenceJobInput) *StartICD10CMInferenceJobFuture StartPHIDetectionJob(ctx workflow.Context, input *comprehendmedical.StartPHIDetectionJobInput) (*comprehendmedical.StartPHIDetectionJobOutput, error) StartPHIDetectionJobAsync(ctx workflow.Context, input *comprehendmedical.StartPHIDetectionJobInput) *StartPHIDetectionJobFuture StartRxNormInferenceJob(ctx workflow.Context, input *comprehendmedical.StartRxNormInferenceJobInput) (*comprehendmedical.StartRxNormInferenceJobOutput, error) StartRxNormInferenceJobAsync(ctx workflow.Context, input *comprehendmedical.StartRxNormInferenceJobInput) *StartRxNormInferenceJobFuture StopEntitiesDetectionV2Job(ctx workflow.Context, input *comprehendmedical.StopEntitiesDetectionV2JobInput) (*comprehendmedical.StopEntitiesDetectionV2JobOutput, error) StopEntitiesDetectionV2JobAsync(ctx workflow.Context, input *comprehendmedical.StopEntitiesDetectionV2JobInput) *StopEntitiesDetectionV2JobFuture StopICD10CMInferenceJob(ctx workflow.Context, input *comprehendmedical.StopICD10CMInferenceJobInput) (*comprehendmedical.StopICD10CMInferenceJobOutput, error) StopICD10CMInferenceJobAsync(ctx workflow.Context, input *comprehendmedical.StopICD10CMInferenceJobInput) *StopICD10CMInferenceJobFuture StopPHIDetectionJob(ctx workflow.Context, input *comprehendmedical.StopPHIDetectionJobInput) (*comprehendmedical.StopPHIDetectionJobOutput, error) StopPHIDetectionJobAsync(ctx workflow.Context, input *comprehendmedical.StopPHIDetectionJobInput) *StopPHIDetectionJobFuture StopRxNormInferenceJob(ctx workflow.Context, input *comprehendmedical.StopRxNormInferenceJobInput) (*comprehendmedical.StopRxNormInferenceJobOutput, error) StopRxNormInferenceJobAsync(ctx workflow.Context, input *comprehendmedical.StopRxNormInferenceJobInput) *StopRxNormInferenceJobFuture }
type DescribeEntitiesDetectionV2JobFuture ¶
type DescribeEntitiesDetectionV2JobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEntitiesDetectionV2JobFuture) Get ¶
func (r *DescribeEntitiesDetectionV2JobFuture) Get(ctx workflow.Context) (*comprehendmedical.DescribeEntitiesDetectionV2JobOutput, error)
type DescribeICD10CMInferenceJobFuture ¶
type DescribeICD10CMInferenceJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeICD10CMInferenceJobFuture) Get ¶
func (r *DescribeICD10CMInferenceJobFuture) Get(ctx workflow.Context) (*comprehendmedical.DescribeICD10CMInferenceJobOutput, error)
type DescribePHIDetectionJobFuture ¶
type DescribePHIDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePHIDetectionJobFuture) Get ¶
func (r *DescribePHIDetectionJobFuture) Get(ctx workflow.Context) (*comprehendmedical.DescribePHIDetectionJobOutput, error)
type DescribeRxNormInferenceJobFuture ¶
type DescribeRxNormInferenceJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeRxNormInferenceJobFuture) Get ¶
func (r *DescribeRxNormInferenceJobFuture) Get(ctx workflow.Context) (*comprehendmedical.DescribeRxNormInferenceJobOutput, error)
type DetectEntitiesFuture ¶
func (*DetectEntitiesFuture) Get ¶
func (r *DetectEntitiesFuture) Get(ctx workflow.Context) (*comprehendmedical.DetectEntitiesOutput, error)
type DetectEntitiesV2Future ¶
type DetectEntitiesV2Future struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectEntitiesV2Future) Get ¶
func (r *DetectEntitiesV2Future) Get(ctx workflow.Context) (*comprehendmedical.DetectEntitiesV2Output, error)
type DetectPHIFuture ¶
func (*DetectPHIFuture) Get ¶
func (r *DetectPHIFuture) Get(ctx workflow.Context) (*comprehendmedical.DetectPHIOutput, error)
type InferICD10CMFuture ¶
func (*InferICD10CMFuture) Get ¶
func (r *InferICD10CMFuture) Get(ctx workflow.Context) (*comprehendmedical.InferICD10CMOutput, error)
type InferRxNormFuture ¶
func (*InferRxNormFuture) Get ¶
func (r *InferRxNormFuture) Get(ctx workflow.Context) (*comprehendmedical.InferRxNormOutput, error)
type ListEntitiesDetectionV2JobsFuture ¶
type ListEntitiesDetectionV2JobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListEntitiesDetectionV2JobsFuture) Get ¶
func (r *ListEntitiesDetectionV2JobsFuture) Get(ctx workflow.Context) (*comprehendmedical.ListEntitiesDetectionV2JobsOutput, error)
type ListICD10CMInferenceJobsFuture ¶
type ListICD10CMInferenceJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListICD10CMInferenceJobsFuture) Get ¶
func (r *ListICD10CMInferenceJobsFuture) Get(ctx workflow.Context) (*comprehendmedical.ListICD10CMInferenceJobsOutput, error)
type ListPHIDetectionJobsFuture ¶
type ListPHIDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPHIDetectionJobsFuture) Get ¶
func (r *ListPHIDetectionJobsFuture) Get(ctx workflow.Context) (*comprehendmedical.ListPHIDetectionJobsOutput, error)
type ListRxNormInferenceJobsFuture ¶
type ListRxNormInferenceJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRxNormInferenceJobsFuture) Get ¶
func (r *ListRxNormInferenceJobsFuture) Get(ctx workflow.Context) (*comprehendmedical.ListRxNormInferenceJobsOutput, error)
type StartEntitiesDetectionV2JobFuture ¶
type StartEntitiesDetectionV2JobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartEntitiesDetectionV2JobFuture) Get ¶
func (r *StartEntitiesDetectionV2JobFuture) Get(ctx workflow.Context) (*comprehendmedical.StartEntitiesDetectionV2JobOutput, error)
type StartICD10CMInferenceJobFuture ¶
type StartICD10CMInferenceJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartICD10CMInferenceJobFuture) Get ¶
func (r *StartICD10CMInferenceJobFuture) Get(ctx workflow.Context) (*comprehendmedical.StartICD10CMInferenceJobOutput, error)
type StartPHIDetectionJobFuture ¶
type StartPHIDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartPHIDetectionJobFuture) Get ¶
func (r *StartPHIDetectionJobFuture) Get(ctx workflow.Context) (*comprehendmedical.StartPHIDetectionJobOutput, error)
type StartRxNormInferenceJobFuture ¶
type StartRxNormInferenceJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartRxNormInferenceJobFuture) Get ¶
func (r *StartRxNormInferenceJobFuture) Get(ctx workflow.Context) (*comprehendmedical.StartRxNormInferenceJobOutput, error)
type StopEntitiesDetectionV2JobFuture ¶
type StopEntitiesDetectionV2JobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopEntitiesDetectionV2JobFuture) Get ¶
func (r *StopEntitiesDetectionV2JobFuture) Get(ctx workflow.Context) (*comprehendmedical.StopEntitiesDetectionV2JobOutput, error)
type StopICD10CMInferenceJobFuture ¶
type StopICD10CMInferenceJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopICD10CMInferenceJobFuture) Get ¶
func (r *StopICD10CMInferenceJobFuture) Get(ctx workflow.Context) (*comprehendmedical.StopICD10CMInferenceJobOutput, error)
type StopPHIDetectionJobFuture ¶
type StopPHIDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopPHIDetectionJobFuture) Get ¶
func (r *StopPHIDetectionJobFuture) Get(ctx workflow.Context) (*comprehendmedical.StopPHIDetectionJobOutput, error)
type StopRxNormInferenceJobFuture ¶
type StopRxNormInferenceJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopRxNormInferenceJobFuture) Get ¶
func (r *StopRxNormInferenceJobFuture) Get(ctx workflow.Context) (*comprehendmedical.StopRxNormInferenceJobOutput, error)
Click to show internal directories.
Click to hide internal directories.