comprehendmedicalstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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
}

func NewClient

func NewClient() Client

type DescribeEntitiesDetectionV2JobFuture

type DescribeEntitiesDetectionV2JobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeEntitiesDetectionV2JobFuture) Get

type DescribeICD10CMInferenceJobFuture

type DescribeICD10CMInferenceJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeICD10CMInferenceJobFuture) Get

type DescribePHIDetectionJobFuture

type DescribePHIDetectionJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribePHIDetectionJobFuture) Get

type DescribeRxNormInferenceJobFuture

type DescribeRxNormInferenceJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeRxNormInferenceJobFuture) Get

type DetectEntitiesFuture

type DetectEntitiesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectEntitiesFuture) Get

type DetectEntitiesV2Future

type DetectEntitiesV2Future struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectEntitiesV2Future) Get

type DetectPHIFuture

type DetectPHIFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectPHIFuture) Get

type InferICD10CMFuture

type InferICD10CMFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*InferICD10CMFuture) Get

type InferRxNormFuture

type InferRxNormFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*InferRxNormFuture) Get

type ListEntitiesDetectionV2JobsFuture

type ListEntitiesDetectionV2JobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListEntitiesDetectionV2JobsFuture) Get

type ListICD10CMInferenceJobsFuture

type ListICD10CMInferenceJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListICD10CMInferenceJobsFuture) Get

type ListPHIDetectionJobsFuture

type ListPHIDetectionJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListPHIDetectionJobsFuture) Get

type ListRxNormInferenceJobsFuture

type ListRxNormInferenceJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListRxNormInferenceJobsFuture) Get

type StartEntitiesDetectionV2JobFuture

type StartEntitiesDetectionV2JobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartEntitiesDetectionV2JobFuture) Get

type StartICD10CMInferenceJobFuture

type StartICD10CMInferenceJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartICD10CMInferenceJobFuture) Get

type StartPHIDetectionJobFuture

type StartPHIDetectionJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartPHIDetectionJobFuture) Get

type StartRxNormInferenceJobFuture

type StartRxNormInferenceJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartRxNormInferenceJobFuture) Get

type StopEntitiesDetectionV2JobFuture

type StopEntitiesDetectionV2JobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopEntitiesDetectionV2JobFuture) Get

type StopICD10CMInferenceJobFuture

type StopICD10CMInferenceJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopICD10CMInferenceJobFuture) Get

type StopPHIDetectionJobFuture

type StopPHIDetectionJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopPHIDetectionJobFuture) Get

type StopRxNormInferenceJobFuture

type StopRxNormInferenceJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopRxNormInferenceJobFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL