Documentation ¶
Index ¶
- type BatchDetectDominantLanguageFuture
- type BatchDetectEntitiesFuture
- type BatchDetectKeyPhrasesFuture
- type BatchDetectSentimentFuture
- type BatchDetectSyntaxFuture
- type ClassifyDocumentFuture
- type Client
- type CreateDocumentClassifierFuture
- type CreateEndpointFuture
- type CreateEntityRecognizerFuture
- type DeleteDocumentClassifierFuture
- type DeleteEndpointFuture
- type DeleteEntityRecognizerFuture
- type DescribeDocumentClassificationJobFuture
- type DescribeDocumentClassifierFuture
- type DescribeDominantLanguageDetectionJobFuture
- type DescribeEndpointFuture
- type DescribeEntitiesDetectionJobFuture
- type DescribeEntityRecognizerFuture
- type DescribeEventsDetectionJobFuture
- type DescribeKeyPhrasesDetectionJobFuture
- type DescribePiiEntitiesDetectionJobFuture
- type DescribeSentimentDetectionJobFuture
- type DescribeTopicsDetectionJobFuture
- type DetectDominantLanguageFuture
- type DetectEntitiesFuture
- type DetectKeyPhrasesFuture
- type DetectPiiEntitiesFuture
- type DetectSentimentFuture
- type DetectSyntaxFuture
- type ListDocumentClassificationJobsFuture
- type ListDocumentClassifiersFuture
- type ListDominantLanguageDetectionJobsFuture
- type ListEndpointsFuture
- type ListEntitiesDetectionJobsFuture
- type ListEntityRecognizersFuture
- type ListEventsDetectionJobsFuture
- type ListKeyPhrasesDetectionJobsFuture
- type ListPiiEntitiesDetectionJobsFuture
- type ListSentimentDetectionJobsFuture
- type ListTagsForResourceFuture
- type ListTopicsDetectionJobsFuture
- type StartDocumentClassificationJobFuture
- type StartDominantLanguageDetectionJobFuture
- type StartEntitiesDetectionJobFuture
- type StartEventsDetectionJobFuture
- type StartKeyPhrasesDetectionJobFuture
- type StartPiiEntitiesDetectionJobFuture
- type StartSentimentDetectionJobFuture
- type StartTopicsDetectionJobFuture
- type StopDominantLanguageDetectionJobFuture
- type StopEntitiesDetectionJobFuture
- type StopEventsDetectionJobFuture
- type StopKeyPhrasesDetectionJobFuture
- type StopPiiEntitiesDetectionJobFuture
- type StopSentimentDetectionJobFuture
- type StopTrainingDocumentClassifierFuture
- type StopTrainingEntityRecognizerFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateEndpointFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDetectDominantLanguageFuture ¶
type BatchDetectDominantLanguageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDetectDominantLanguageFuture) Get ¶
func (r *BatchDetectDominantLanguageFuture) Get(ctx workflow.Context) (*comprehend.BatchDetectDominantLanguageOutput, error)
type BatchDetectEntitiesFuture ¶
type BatchDetectEntitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDetectEntitiesFuture) Get ¶
func (r *BatchDetectEntitiesFuture) Get(ctx workflow.Context) (*comprehend.BatchDetectEntitiesOutput, error)
type BatchDetectKeyPhrasesFuture ¶
type BatchDetectKeyPhrasesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDetectKeyPhrasesFuture) Get ¶
func (r *BatchDetectKeyPhrasesFuture) Get(ctx workflow.Context) (*comprehend.BatchDetectKeyPhrasesOutput, error)
type BatchDetectSentimentFuture ¶
type BatchDetectSentimentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDetectSentimentFuture) Get ¶
func (r *BatchDetectSentimentFuture) Get(ctx workflow.Context) (*comprehend.BatchDetectSentimentOutput, error)
type BatchDetectSyntaxFuture ¶
type BatchDetectSyntaxFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDetectSyntaxFuture) Get ¶
func (r *BatchDetectSyntaxFuture) Get(ctx workflow.Context) (*comprehend.BatchDetectSyntaxOutput, error)
type ClassifyDocumentFuture ¶
type ClassifyDocumentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ClassifyDocumentFuture) Get ¶
func (r *ClassifyDocumentFuture) Get(ctx workflow.Context) (*comprehend.ClassifyDocumentOutput, error)
type Client ¶
type Client interface { BatchDetectDominantLanguage(ctx workflow.Context, input *comprehend.BatchDetectDominantLanguageInput) (*comprehend.BatchDetectDominantLanguageOutput, error) BatchDetectDominantLanguageAsync(ctx workflow.Context, input *comprehend.BatchDetectDominantLanguageInput) *BatchDetectDominantLanguageFuture BatchDetectEntities(ctx workflow.Context, input *comprehend.BatchDetectEntitiesInput) (*comprehend.BatchDetectEntitiesOutput, error) BatchDetectEntitiesAsync(ctx workflow.Context, input *comprehend.BatchDetectEntitiesInput) *BatchDetectEntitiesFuture BatchDetectKeyPhrases(ctx workflow.Context, input *comprehend.BatchDetectKeyPhrasesInput) (*comprehend.BatchDetectKeyPhrasesOutput, error) BatchDetectKeyPhrasesAsync(ctx workflow.Context, input *comprehend.BatchDetectKeyPhrasesInput) *BatchDetectKeyPhrasesFuture BatchDetectSentiment(ctx workflow.Context, input *comprehend.BatchDetectSentimentInput) (*comprehend.BatchDetectSentimentOutput, error) BatchDetectSentimentAsync(ctx workflow.Context, input *comprehend.BatchDetectSentimentInput) *BatchDetectSentimentFuture BatchDetectSyntax(ctx workflow.Context, input *comprehend.BatchDetectSyntaxInput) (*comprehend.BatchDetectSyntaxOutput, error) BatchDetectSyntaxAsync(ctx workflow.Context, input *comprehend.BatchDetectSyntaxInput) *BatchDetectSyntaxFuture ClassifyDocument(ctx workflow.Context, input *comprehend.ClassifyDocumentInput) (*comprehend.ClassifyDocumentOutput, error) ClassifyDocumentAsync(ctx workflow.Context, input *comprehend.ClassifyDocumentInput) *ClassifyDocumentFuture CreateDocumentClassifier(ctx workflow.Context, input *comprehend.CreateDocumentClassifierInput) (*comprehend.CreateDocumentClassifierOutput, error) CreateDocumentClassifierAsync(ctx workflow.Context, input *comprehend.CreateDocumentClassifierInput) *CreateDocumentClassifierFuture CreateEndpoint(ctx workflow.Context, input *comprehend.CreateEndpointInput) (*comprehend.CreateEndpointOutput, error) CreateEndpointAsync(ctx workflow.Context, input *comprehend.CreateEndpointInput) *CreateEndpointFuture CreateEntityRecognizer(ctx workflow.Context, input *comprehend.CreateEntityRecognizerInput) (*comprehend.CreateEntityRecognizerOutput, error) CreateEntityRecognizerAsync(ctx workflow.Context, input *comprehend.CreateEntityRecognizerInput) *CreateEntityRecognizerFuture DeleteDocumentClassifier(ctx workflow.Context, input *comprehend.DeleteDocumentClassifierInput) (*comprehend.DeleteDocumentClassifierOutput, error) DeleteDocumentClassifierAsync(ctx workflow.Context, input *comprehend.DeleteDocumentClassifierInput) *DeleteDocumentClassifierFuture DeleteEndpoint(ctx workflow.Context, input *comprehend.DeleteEndpointInput) (*comprehend.DeleteEndpointOutput, error) DeleteEndpointAsync(ctx workflow.Context, input *comprehend.DeleteEndpointInput) *DeleteEndpointFuture DeleteEntityRecognizer(ctx workflow.Context, input *comprehend.DeleteEntityRecognizerInput) (*comprehend.DeleteEntityRecognizerOutput, error) DeleteEntityRecognizerAsync(ctx workflow.Context, input *comprehend.DeleteEntityRecognizerInput) *DeleteEntityRecognizerFuture DescribeDocumentClassificationJob(ctx workflow.Context, input *comprehend.DescribeDocumentClassificationJobInput) (*comprehend.DescribeDocumentClassificationJobOutput, error) DescribeDocumentClassificationJobAsync(ctx workflow.Context, input *comprehend.DescribeDocumentClassificationJobInput) *DescribeDocumentClassificationJobFuture DescribeDocumentClassifier(ctx workflow.Context, input *comprehend.DescribeDocumentClassifierInput) (*comprehend.DescribeDocumentClassifierOutput, error) DescribeDocumentClassifierAsync(ctx workflow.Context, input *comprehend.DescribeDocumentClassifierInput) *DescribeDocumentClassifierFuture DescribeDominantLanguageDetectionJob(ctx workflow.Context, input *comprehend.DescribeDominantLanguageDetectionJobInput) (*comprehend.DescribeDominantLanguageDetectionJobOutput, error) DescribeDominantLanguageDetectionJobAsync(ctx workflow.Context, input *comprehend.DescribeDominantLanguageDetectionJobInput) *DescribeDominantLanguageDetectionJobFuture DescribeEndpoint(ctx workflow.Context, input *comprehend.DescribeEndpointInput) (*comprehend.DescribeEndpointOutput, error) DescribeEndpointAsync(ctx workflow.Context, input *comprehend.DescribeEndpointInput) *DescribeEndpointFuture DescribeEntitiesDetectionJob(ctx workflow.Context, input *comprehend.DescribeEntitiesDetectionJobInput) (*comprehend.DescribeEntitiesDetectionJobOutput, error) DescribeEntitiesDetectionJobAsync(ctx workflow.Context, input *comprehend.DescribeEntitiesDetectionJobInput) *DescribeEntitiesDetectionJobFuture DescribeEntityRecognizer(ctx workflow.Context, input *comprehend.DescribeEntityRecognizerInput) (*comprehend.DescribeEntityRecognizerOutput, error) DescribeEntityRecognizerAsync(ctx workflow.Context, input *comprehend.DescribeEntityRecognizerInput) *DescribeEntityRecognizerFuture DescribeEventsDetectionJob(ctx workflow.Context, input *comprehend.DescribeEventsDetectionJobInput) (*comprehend.DescribeEventsDetectionJobOutput, error) DescribeEventsDetectionJobAsync(ctx workflow.Context, input *comprehend.DescribeEventsDetectionJobInput) *DescribeEventsDetectionJobFuture DescribeKeyPhrasesDetectionJob(ctx workflow.Context, input *comprehend.DescribeKeyPhrasesDetectionJobInput) (*comprehend.DescribeKeyPhrasesDetectionJobOutput, error) DescribeKeyPhrasesDetectionJobAsync(ctx workflow.Context, input *comprehend.DescribeKeyPhrasesDetectionJobInput) *DescribeKeyPhrasesDetectionJobFuture DescribePiiEntitiesDetectionJob(ctx workflow.Context, input *comprehend.DescribePiiEntitiesDetectionJobInput) (*comprehend.DescribePiiEntitiesDetectionJobOutput, error) DescribePiiEntitiesDetectionJobAsync(ctx workflow.Context, input *comprehend.DescribePiiEntitiesDetectionJobInput) *DescribePiiEntitiesDetectionJobFuture DescribeSentimentDetectionJob(ctx workflow.Context, input *comprehend.DescribeSentimentDetectionJobInput) (*comprehend.DescribeSentimentDetectionJobOutput, error) DescribeSentimentDetectionJobAsync(ctx workflow.Context, input *comprehend.DescribeSentimentDetectionJobInput) *DescribeSentimentDetectionJobFuture DescribeTopicsDetectionJob(ctx workflow.Context, input *comprehend.DescribeTopicsDetectionJobInput) (*comprehend.DescribeTopicsDetectionJobOutput, error) DescribeTopicsDetectionJobAsync(ctx workflow.Context, input *comprehend.DescribeTopicsDetectionJobInput) *DescribeTopicsDetectionJobFuture DetectDominantLanguage(ctx workflow.Context, input *comprehend.DetectDominantLanguageInput) (*comprehend.DetectDominantLanguageOutput, error) DetectDominantLanguageAsync(ctx workflow.Context, input *comprehend.DetectDominantLanguageInput) *DetectDominantLanguageFuture DetectEntities(ctx workflow.Context, input *comprehend.DetectEntitiesInput) (*comprehend.DetectEntitiesOutput, error) DetectEntitiesAsync(ctx workflow.Context, input *comprehend.DetectEntitiesInput) *DetectEntitiesFuture DetectKeyPhrases(ctx workflow.Context, input *comprehend.DetectKeyPhrasesInput) (*comprehend.DetectKeyPhrasesOutput, error) DetectKeyPhrasesAsync(ctx workflow.Context, input *comprehend.DetectKeyPhrasesInput) *DetectKeyPhrasesFuture DetectPiiEntities(ctx workflow.Context, input *comprehend.DetectPiiEntitiesInput) (*comprehend.DetectPiiEntitiesOutput, error) DetectPiiEntitiesAsync(ctx workflow.Context, input *comprehend.DetectPiiEntitiesInput) *DetectPiiEntitiesFuture DetectSentiment(ctx workflow.Context, input *comprehend.DetectSentimentInput) (*comprehend.DetectSentimentOutput, error) DetectSentimentAsync(ctx workflow.Context, input *comprehend.DetectSentimentInput) *DetectSentimentFuture DetectSyntax(ctx workflow.Context, input *comprehend.DetectSyntaxInput) (*comprehend.DetectSyntaxOutput, error) DetectSyntaxAsync(ctx workflow.Context, input *comprehend.DetectSyntaxInput) *DetectSyntaxFuture ListDocumentClassificationJobs(ctx workflow.Context, input *comprehend.ListDocumentClassificationJobsInput) (*comprehend.ListDocumentClassificationJobsOutput, error) ListDocumentClassificationJobsAsync(ctx workflow.Context, input *comprehend.ListDocumentClassificationJobsInput) *ListDocumentClassificationJobsFuture ListDocumentClassifiers(ctx workflow.Context, input *comprehend.ListDocumentClassifiersInput) (*comprehend.ListDocumentClassifiersOutput, error) ListDocumentClassifiersAsync(ctx workflow.Context, input *comprehend.ListDocumentClassifiersInput) *ListDocumentClassifiersFuture ListDominantLanguageDetectionJobs(ctx workflow.Context, input *comprehend.ListDominantLanguageDetectionJobsInput) (*comprehend.ListDominantLanguageDetectionJobsOutput, error) ListDominantLanguageDetectionJobsAsync(ctx workflow.Context, input *comprehend.ListDominantLanguageDetectionJobsInput) *ListDominantLanguageDetectionJobsFuture ListEndpoints(ctx workflow.Context, input *comprehend.ListEndpointsInput) (*comprehend.ListEndpointsOutput, error) ListEndpointsAsync(ctx workflow.Context, input *comprehend.ListEndpointsInput) *ListEndpointsFuture ListEntitiesDetectionJobs(ctx workflow.Context, input *comprehend.ListEntitiesDetectionJobsInput) (*comprehend.ListEntitiesDetectionJobsOutput, error) ListEntitiesDetectionJobsAsync(ctx workflow.Context, input *comprehend.ListEntitiesDetectionJobsInput) *ListEntitiesDetectionJobsFuture ListEntityRecognizers(ctx workflow.Context, input *comprehend.ListEntityRecognizersInput) (*comprehend.ListEntityRecognizersOutput, error) ListEntityRecognizersAsync(ctx workflow.Context, input *comprehend.ListEntityRecognizersInput) *ListEntityRecognizersFuture ListEventsDetectionJobs(ctx workflow.Context, input *comprehend.ListEventsDetectionJobsInput) (*comprehend.ListEventsDetectionJobsOutput, error) ListEventsDetectionJobsAsync(ctx workflow.Context, input *comprehend.ListEventsDetectionJobsInput) *ListEventsDetectionJobsFuture ListKeyPhrasesDetectionJobs(ctx workflow.Context, input *comprehend.ListKeyPhrasesDetectionJobsInput) (*comprehend.ListKeyPhrasesDetectionJobsOutput, error) ListKeyPhrasesDetectionJobsAsync(ctx workflow.Context, input *comprehend.ListKeyPhrasesDetectionJobsInput) *ListKeyPhrasesDetectionJobsFuture ListPiiEntitiesDetectionJobs(ctx workflow.Context, input *comprehend.ListPiiEntitiesDetectionJobsInput) (*comprehend.ListPiiEntitiesDetectionJobsOutput, error) ListPiiEntitiesDetectionJobsAsync(ctx workflow.Context, input *comprehend.ListPiiEntitiesDetectionJobsInput) *ListPiiEntitiesDetectionJobsFuture ListSentimentDetectionJobs(ctx workflow.Context, input *comprehend.ListSentimentDetectionJobsInput) (*comprehend.ListSentimentDetectionJobsOutput, error) ListSentimentDetectionJobsAsync(ctx workflow.Context, input *comprehend.ListSentimentDetectionJobsInput) *ListSentimentDetectionJobsFuture ListTagsForResource(ctx workflow.Context, input *comprehend.ListTagsForResourceInput) (*comprehend.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *comprehend.ListTagsForResourceInput) *ListTagsForResourceFuture ListTopicsDetectionJobs(ctx workflow.Context, input *comprehend.ListTopicsDetectionJobsInput) (*comprehend.ListTopicsDetectionJobsOutput, error) ListTopicsDetectionJobsAsync(ctx workflow.Context, input *comprehend.ListTopicsDetectionJobsInput) *ListTopicsDetectionJobsFuture StartDocumentClassificationJob(ctx workflow.Context, input *comprehend.StartDocumentClassificationJobInput) (*comprehend.StartDocumentClassificationJobOutput, error) StartDocumentClassificationJobAsync(ctx workflow.Context, input *comprehend.StartDocumentClassificationJobInput) *StartDocumentClassificationJobFuture StartDominantLanguageDetectionJob(ctx workflow.Context, input *comprehend.StartDominantLanguageDetectionJobInput) (*comprehend.StartDominantLanguageDetectionJobOutput, error) StartDominantLanguageDetectionJobAsync(ctx workflow.Context, input *comprehend.StartDominantLanguageDetectionJobInput) *StartDominantLanguageDetectionJobFuture StartEntitiesDetectionJob(ctx workflow.Context, input *comprehend.StartEntitiesDetectionJobInput) (*comprehend.StartEntitiesDetectionJobOutput, error) StartEntitiesDetectionJobAsync(ctx workflow.Context, input *comprehend.StartEntitiesDetectionJobInput) *StartEntitiesDetectionJobFuture StartEventsDetectionJob(ctx workflow.Context, input *comprehend.StartEventsDetectionJobInput) (*comprehend.StartEventsDetectionJobOutput, error) StartEventsDetectionJobAsync(ctx workflow.Context, input *comprehend.StartEventsDetectionJobInput) *StartEventsDetectionJobFuture StartKeyPhrasesDetectionJob(ctx workflow.Context, input *comprehend.StartKeyPhrasesDetectionJobInput) (*comprehend.StartKeyPhrasesDetectionJobOutput, error) StartKeyPhrasesDetectionJobAsync(ctx workflow.Context, input *comprehend.StartKeyPhrasesDetectionJobInput) *StartKeyPhrasesDetectionJobFuture StartPiiEntitiesDetectionJob(ctx workflow.Context, input *comprehend.StartPiiEntitiesDetectionJobInput) (*comprehend.StartPiiEntitiesDetectionJobOutput, error) StartPiiEntitiesDetectionJobAsync(ctx workflow.Context, input *comprehend.StartPiiEntitiesDetectionJobInput) *StartPiiEntitiesDetectionJobFuture StartSentimentDetectionJob(ctx workflow.Context, input *comprehend.StartSentimentDetectionJobInput) (*comprehend.StartSentimentDetectionJobOutput, error) StartSentimentDetectionJobAsync(ctx workflow.Context, input *comprehend.StartSentimentDetectionJobInput) *StartSentimentDetectionJobFuture StartTopicsDetectionJob(ctx workflow.Context, input *comprehend.StartTopicsDetectionJobInput) (*comprehend.StartTopicsDetectionJobOutput, error) StartTopicsDetectionJobAsync(ctx workflow.Context, input *comprehend.StartTopicsDetectionJobInput) *StartTopicsDetectionJobFuture StopDominantLanguageDetectionJob(ctx workflow.Context, input *comprehend.StopDominantLanguageDetectionJobInput) (*comprehend.StopDominantLanguageDetectionJobOutput, error) StopDominantLanguageDetectionJobAsync(ctx workflow.Context, input *comprehend.StopDominantLanguageDetectionJobInput) *StopDominantLanguageDetectionJobFuture StopEntitiesDetectionJob(ctx workflow.Context, input *comprehend.StopEntitiesDetectionJobInput) (*comprehend.StopEntitiesDetectionJobOutput, error) StopEntitiesDetectionJobAsync(ctx workflow.Context, input *comprehend.StopEntitiesDetectionJobInput) *StopEntitiesDetectionJobFuture StopEventsDetectionJob(ctx workflow.Context, input *comprehend.StopEventsDetectionJobInput) (*comprehend.StopEventsDetectionJobOutput, error) StopEventsDetectionJobAsync(ctx workflow.Context, input *comprehend.StopEventsDetectionJobInput) *StopEventsDetectionJobFuture StopKeyPhrasesDetectionJob(ctx workflow.Context, input *comprehend.StopKeyPhrasesDetectionJobInput) (*comprehend.StopKeyPhrasesDetectionJobOutput, error) StopKeyPhrasesDetectionJobAsync(ctx workflow.Context, input *comprehend.StopKeyPhrasesDetectionJobInput) *StopKeyPhrasesDetectionJobFuture StopPiiEntitiesDetectionJob(ctx workflow.Context, input *comprehend.StopPiiEntitiesDetectionJobInput) (*comprehend.StopPiiEntitiesDetectionJobOutput, error) StopPiiEntitiesDetectionJobAsync(ctx workflow.Context, input *comprehend.StopPiiEntitiesDetectionJobInput) *StopPiiEntitiesDetectionJobFuture StopSentimentDetectionJob(ctx workflow.Context, input *comprehend.StopSentimentDetectionJobInput) (*comprehend.StopSentimentDetectionJobOutput, error) StopSentimentDetectionJobAsync(ctx workflow.Context, input *comprehend.StopSentimentDetectionJobInput) *StopSentimentDetectionJobFuture StopTrainingDocumentClassifier(ctx workflow.Context, input *comprehend.StopTrainingDocumentClassifierInput) (*comprehend.StopTrainingDocumentClassifierOutput, error) StopTrainingDocumentClassifierAsync(ctx workflow.Context, input *comprehend.StopTrainingDocumentClassifierInput) *StopTrainingDocumentClassifierFuture StopTrainingEntityRecognizer(ctx workflow.Context, input *comprehend.StopTrainingEntityRecognizerInput) (*comprehend.StopTrainingEntityRecognizerOutput, error) StopTrainingEntityRecognizerAsync(ctx workflow.Context, input *comprehend.StopTrainingEntityRecognizerInput) *StopTrainingEntityRecognizerFuture TagResource(ctx workflow.Context, input *comprehend.TagResourceInput) (*comprehend.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *comprehend.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *comprehend.UntagResourceInput) (*comprehend.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *comprehend.UntagResourceInput) *UntagResourceFuture UpdateEndpoint(ctx workflow.Context, input *comprehend.UpdateEndpointInput) (*comprehend.UpdateEndpointOutput, error) UpdateEndpointAsync(ctx workflow.Context, input *comprehend.UpdateEndpointInput) *UpdateEndpointFuture }
type CreateDocumentClassifierFuture ¶
type CreateDocumentClassifierFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDocumentClassifierFuture) Get ¶
func (r *CreateDocumentClassifierFuture) Get(ctx workflow.Context) (*comprehend.CreateDocumentClassifierOutput, error)
type CreateEndpointFuture ¶
func (*CreateEndpointFuture) Get ¶
func (r *CreateEndpointFuture) Get(ctx workflow.Context) (*comprehend.CreateEndpointOutput, error)
type CreateEntityRecognizerFuture ¶
type CreateEntityRecognizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateEntityRecognizerFuture) Get ¶
func (r *CreateEntityRecognizerFuture) Get(ctx workflow.Context) (*comprehend.CreateEntityRecognizerOutput, error)
type DeleteDocumentClassifierFuture ¶
type DeleteDocumentClassifierFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDocumentClassifierFuture) Get ¶
func (r *DeleteDocumentClassifierFuture) Get(ctx workflow.Context) (*comprehend.DeleteDocumentClassifierOutput, error)
type DeleteEndpointFuture ¶
func (*DeleteEndpointFuture) Get ¶
func (r *DeleteEndpointFuture) Get(ctx workflow.Context) (*comprehend.DeleteEndpointOutput, error)
type DeleteEntityRecognizerFuture ¶
type DeleteEntityRecognizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteEntityRecognizerFuture) Get ¶
func (r *DeleteEntityRecognizerFuture) Get(ctx workflow.Context) (*comprehend.DeleteEntityRecognizerOutput, error)
type DescribeDocumentClassificationJobFuture ¶
type DescribeDocumentClassificationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDocumentClassificationJobFuture) Get ¶
func (r *DescribeDocumentClassificationJobFuture) Get(ctx workflow.Context) (*comprehend.DescribeDocumentClassificationJobOutput, error)
type DescribeDocumentClassifierFuture ¶
type DescribeDocumentClassifierFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDocumentClassifierFuture) Get ¶
func (r *DescribeDocumentClassifierFuture) Get(ctx workflow.Context) (*comprehend.DescribeDocumentClassifierOutput, error)
type DescribeDominantLanguageDetectionJobFuture ¶
type DescribeDominantLanguageDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeEndpointFuture ¶
type DescribeEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEndpointFuture) Get ¶
func (r *DescribeEndpointFuture) Get(ctx workflow.Context) (*comprehend.DescribeEndpointOutput, error)
type DescribeEntitiesDetectionJobFuture ¶
type DescribeEntitiesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEntitiesDetectionJobFuture) Get ¶
func (r *DescribeEntitiesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.DescribeEntitiesDetectionJobOutput, error)
type DescribeEntityRecognizerFuture ¶
type DescribeEntityRecognizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEntityRecognizerFuture) Get ¶
func (r *DescribeEntityRecognizerFuture) Get(ctx workflow.Context) (*comprehend.DescribeEntityRecognizerOutput, error)
type DescribeEventsDetectionJobFuture ¶
type DescribeEventsDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventsDetectionJobFuture) Get ¶
func (r *DescribeEventsDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.DescribeEventsDetectionJobOutput, error)
type DescribeKeyPhrasesDetectionJobFuture ¶
type DescribeKeyPhrasesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeKeyPhrasesDetectionJobFuture) Get ¶
func (r *DescribeKeyPhrasesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.DescribeKeyPhrasesDetectionJobOutput, error)
type DescribePiiEntitiesDetectionJobFuture ¶
type DescribePiiEntitiesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePiiEntitiesDetectionJobFuture) Get ¶
func (r *DescribePiiEntitiesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.DescribePiiEntitiesDetectionJobOutput, error)
type DescribeSentimentDetectionJobFuture ¶
type DescribeSentimentDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSentimentDetectionJobFuture) Get ¶
func (r *DescribeSentimentDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.DescribeSentimentDetectionJobOutput, error)
type DescribeTopicsDetectionJobFuture ¶
type DescribeTopicsDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTopicsDetectionJobFuture) Get ¶
func (r *DescribeTopicsDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.DescribeTopicsDetectionJobOutput, error)
type DetectDominantLanguageFuture ¶
type DetectDominantLanguageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectDominantLanguageFuture) Get ¶
func (r *DetectDominantLanguageFuture) Get(ctx workflow.Context) (*comprehend.DetectDominantLanguageOutput, error)
type DetectEntitiesFuture ¶
func (*DetectEntitiesFuture) Get ¶
func (r *DetectEntitiesFuture) Get(ctx workflow.Context) (*comprehend.DetectEntitiesOutput, error)
type DetectKeyPhrasesFuture ¶
type DetectKeyPhrasesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectKeyPhrasesFuture) Get ¶
func (r *DetectKeyPhrasesFuture) Get(ctx workflow.Context) (*comprehend.DetectKeyPhrasesOutput, error)
type DetectPiiEntitiesFuture ¶
type DetectPiiEntitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectPiiEntitiesFuture) Get ¶
func (r *DetectPiiEntitiesFuture) Get(ctx workflow.Context) (*comprehend.DetectPiiEntitiesOutput, error)
type DetectSentimentFuture ¶
type DetectSentimentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectSentimentFuture) Get ¶
func (r *DetectSentimentFuture) Get(ctx workflow.Context) (*comprehend.DetectSentimentOutput, error)
type DetectSyntaxFuture ¶
func (*DetectSyntaxFuture) Get ¶
func (r *DetectSyntaxFuture) Get(ctx workflow.Context) (*comprehend.DetectSyntaxOutput, error)
type ListDocumentClassificationJobsFuture ¶
type ListDocumentClassificationJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDocumentClassificationJobsFuture) Get ¶
func (r *ListDocumentClassificationJobsFuture) Get(ctx workflow.Context) (*comprehend.ListDocumentClassificationJobsOutput, error)
type ListDocumentClassifiersFuture ¶
type ListDocumentClassifiersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDocumentClassifiersFuture) Get ¶
func (r *ListDocumentClassifiersFuture) Get(ctx workflow.Context) (*comprehend.ListDocumentClassifiersOutput, error)
type ListDominantLanguageDetectionJobsFuture ¶
type ListDominantLanguageDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDominantLanguageDetectionJobsFuture) Get ¶
func (r *ListDominantLanguageDetectionJobsFuture) Get(ctx workflow.Context) (*comprehend.ListDominantLanguageDetectionJobsOutput, error)
type ListEndpointsFuture ¶
func (*ListEndpointsFuture) Get ¶
func (r *ListEndpointsFuture) Get(ctx workflow.Context) (*comprehend.ListEndpointsOutput, error)
type ListEntitiesDetectionJobsFuture ¶
type ListEntitiesDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListEntitiesDetectionJobsFuture) Get ¶
func (r *ListEntitiesDetectionJobsFuture) Get(ctx workflow.Context) (*comprehend.ListEntitiesDetectionJobsOutput, error)
type ListEntityRecognizersFuture ¶
type ListEntityRecognizersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListEntityRecognizersFuture) Get ¶
func (r *ListEntityRecognizersFuture) Get(ctx workflow.Context) (*comprehend.ListEntityRecognizersOutput, error)
type ListEventsDetectionJobsFuture ¶
type ListEventsDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListEventsDetectionJobsFuture) Get ¶
func (r *ListEventsDetectionJobsFuture) Get(ctx workflow.Context) (*comprehend.ListEventsDetectionJobsOutput, error)
type ListKeyPhrasesDetectionJobsFuture ¶
type ListKeyPhrasesDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListKeyPhrasesDetectionJobsFuture) Get ¶
func (r *ListKeyPhrasesDetectionJobsFuture) Get(ctx workflow.Context) (*comprehend.ListKeyPhrasesDetectionJobsOutput, error)
type ListPiiEntitiesDetectionJobsFuture ¶
type ListPiiEntitiesDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPiiEntitiesDetectionJobsFuture) Get ¶
func (r *ListPiiEntitiesDetectionJobsFuture) Get(ctx workflow.Context) (*comprehend.ListPiiEntitiesDetectionJobsOutput, error)
type ListSentimentDetectionJobsFuture ¶
type ListSentimentDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSentimentDetectionJobsFuture) Get ¶
func (r *ListSentimentDetectionJobsFuture) Get(ctx workflow.Context) (*comprehend.ListSentimentDetectionJobsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*comprehend.ListTagsForResourceOutput, error)
type ListTopicsDetectionJobsFuture ¶
type ListTopicsDetectionJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTopicsDetectionJobsFuture) Get ¶
func (r *ListTopicsDetectionJobsFuture) Get(ctx workflow.Context) (*comprehend.ListTopicsDetectionJobsOutput, error)
type StartDocumentClassificationJobFuture ¶
type StartDocumentClassificationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartDocumentClassificationJobFuture) Get ¶
func (r *StartDocumentClassificationJobFuture) Get(ctx workflow.Context) (*comprehend.StartDocumentClassificationJobOutput, error)
type StartDominantLanguageDetectionJobFuture ¶
type StartDominantLanguageDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartDominantLanguageDetectionJobFuture) Get ¶
func (r *StartDominantLanguageDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StartDominantLanguageDetectionJobOutput, error)
type StartEntitiesDetectionJobFuture ¶
type StartEntitiesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartEntitiesDetectionJobFuture) Get ¶
func (r *StartEntitiesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StartEntitiesDetectionJobOutput, error)
type StartEventsDetectionJobFuture ¶
type StartEventsDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartEventsDetectionJobFuture) Get ¶
func (r *StartEventsDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StartEventsDetectionJobOutput, error)
type StartKeyPhrasesDetectionJobFuture ¶
type StartKeyPhrasesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartKeyPhrasesDetectionJobFuture) Get ¶
func (r *StartKeyPhrasesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StartKeyPhrasesDetectionJobOutput, error)
type StartPiiEntitiesDetectionJobFuture ¶
type StartPiiEntitiesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartPiiEntitiesDetectionJobFuture) Get ¶
func (r *StartPiiEntitiesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StartPiiEntitiesDetectionJobOutput, error)
type StartSentimentDetectionJobFuture ¶
type StartSentimentDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartSentimentDetectionJobFuture) Get ¶
func (r *StartSentimentDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StartSentimentDetectionJobOutput, error)
type StartTopicsDetectionJobFuture ¶
type StartTopicsDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartTopicsDetectionJobFuture) Get ¶
func (r *StartTopicsDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StartTopicsDetectionJobOutput, error)
type StopDominantLanguageDetectionJobFuture ¶
type StopDominantLanguageDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopDominantLanguageDetectionJobFuture) Get ¶
func (r *StopDominantLanguageDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StopDominantLanguageDetectionJobOutput, error)
type StopEntitiesDetectionJobFuture ¶
type StopEntitiesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopEntitiesDetectionJobFuture) Get ¶
func (r *StopEntitiesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StopEntitiesDetectionJobOutput, error)
type StopEventsDetectionJobFuture ¶
type StopEventsDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopEventsDetectionJobFuture) Get ¶
func (r *StopEventsDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StopEventsDetectionJobOutput, error)
type StopKeyPhrasesDetectionJobFuture ¶
type StopKeyPhrasesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopKeyPhrasesDetectionJobFuture) Get ¶
func (r *StopKeyPhrasesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StopKeyPhrasesDetectionJobOutput, error)
type StopPiiEntitiesDetectionJobFuture ¶
type StopPiiEntitiesDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopPiiEntitiesDetectionJobFuture) Get ¶
func (r *StopPiiEntitiesDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StopPiiEntitiesDetectionJobOutput, error)
type StopSentimentDetectionJobFuture ¶
type StopSentimentDetectionJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopSentimentDetectionJobFuture) Get ¶
func (r *StopSentimentDetectionJobFuture) Get(ctx workflow.Context) (*comprehend.StopSentimentDetectionJobOutput, error)
type StopTrainingDocumentClassifierFuture ¶
type StopTrainingDocumentClassifierFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopTrainingDocumentClassifierFuture) Get ¶
func (r *StopTrainingDocumentClassifierFuture) Get(ctx workflow.Context) (*comprehend.StopTrainingDocumentClassifierOutput, error)
type StopTrainingEntityRecognizerFuture ¶
type StopTrainingEntityRecognizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopTrainingEntityRecognizerFuture) Get ¶
func (r *StopTrainingEntityRecognizerFuture) Get(ctx workflow.Context) (*comprehend.StopTrainingEntityRecognizerOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*comprehend.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*comprehend.UntagResourceOutput, error)
type UpdateEndpointFuture ¶
func (*UpdateEndpointFuture) Get ¶
func (r *UpdateEndpointFuture) Get(ctx workflow.Context) (*comprehend.UpdateEndpointOutput, error)
Click to show internal directories.
Click to hide internal directories.