mocks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IClient) BatchDetectDominantLanguage

func (_m *IClient) BatchDetectDominantLanguage(ctx context.Context, params *comprehend.BatchDetectDominantLanguageInput, optFns ...func(*comprehend.Options)) (*comprehend.BatchDetectDominantLanguageOutput, error)

BatchDetectDominantLanguage provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchDetectEntities

func (_m *IClient) BatchDetectEntities(ctx context.Context, params *comprehend.BatchDetectEntitiesInput, optFns ...func(*comprehend.Options)) (*comprehend.BatchDetectEntitiesOutput, error)

BatchDetectEntities provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchDetectKeyPhrases

func (_m *IClient) BatchDetectKeyPhrases(ctx context.Context, params *comprehend.BatchDetectKeyPhrasesInput, optFns ...func(*comprehend.Options)) (*comprehend.BatchDetectKeyPhrasesOutput, error)

BatchDetectKeyPhrases provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchDetectSentiment

func (_m *IClient) BatchDetectSentiment(ctx context.Context, params *comprehend.BatchDetectSentimentInput, optFns ...func(*comprehend.Options)) (*comprehend.BatchDetectSentimentOutput, error)

BatchDetectSentiment provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchDetectSyntax

func (_m *IClient) BatchDetectSyntax(ctx context.Context, params *comprehend.BatchDetectSyntaxInput, optFns ...func(*comprehend.Options)) (*comprehend.BatchDetectSyntaxOutput, error)

BatchDetectSyntax provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchDetectTargetedSentiment

func (_m *IClient) BatchDetectTargetedSentiment(ctx context.Context, params *comprehend.BatchDetectTargetedSentimentInput, optFns ...func(*comprehend.Options)) (*comprehend.BatchDetectTargetedSentimentOutput, error)

BatchDetectTargetedSentiment provides a mock function with given fields: ctx, params, optFns

func (*IClient) ClassifyDocument

func (_m *IClient) ClassifyDocument(ctx context.Context, params *comprehend.ClassifyDocumentInput, optFns ...func(*comprehend.Options)) (*comprehend.ClassifyDocumentOutput, error)

ClassifyDocument provides a mock function with given fields: ctx, params, optFns

func (*IClient) ContainsPiiEntities

func (_m *IClient) ContainsPiiEntities(ctx context.Context, params *comprehend.ContainsPiiEntitiesInput, optFns ...func(*comprehend.Options)) (*comprehend.ContainsPiiEntitiesOutput, error)

ContainsPiiEntities provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateDataset

func (_m *IClient) CreateDataset(ctx context.Context, params *comprehend.CreateDatasetInput, optFns ...func(*comprehend.Options)) (*comprehend.CreateDatasetOutput, error)

CreateDataset provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateDocumentClassifier

func (_m *IClient) CreateDocumentClassifier(ctx context.Context, params *comprehend.CreateDocumentClassifierInput, optFns ...func(*comprehend.Options)) (*comprehend.CreateDocumentClassifierOutput, error)

CreateDocumentClassifier provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateEndpoint

func (_m *IClient) CreateEndpoint(ctx context.Context, params *comprehend.CreateEndpointInput, optFns ...func(*comprehend.Options)) (*comprehend.CreateEndpointOutput, error)

CreateEndpoint provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateEntityRecognizer

func (_m *IClient) CreateEntityRecognizer(ctx context.Context, params *comprehend.CreateEntityRecognizerInput, optFns ...func(*comprehend.Options)) (*comprehend.CreateEntityRecognizerOutput, error)

CreateEntityRecognizer provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateFlywheel

func (_m *IClient) CreateFlywheel(ctx context.Context, params *comprehend.CreateFlywheelInput, optFns ...func(*comprehend.Options)) (*comprehend.CreateFlywheelOutput, error)

CreateFlywheel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteDocumentClassifier

func (_m *IClient) DeleteDocumentClassifier(ctx context.Context, params *comprehend.DeleteDocumentClassifierInput, optFns ...func(*comprehend.Options)) (*comprehend.DeleteDocumentClassifierOutput, error)

DeleteDocumentClassifier provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteEndpoint

func (_m *IClient) DeleteEndpoint(ctx context.Context, params *comprehend.DeleteEndpointInput, optFns ...func(*comprehend.Options)) (*comprehend.DeleteEndpointOutput, error)

DeleteEndpoint provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteEntityRecognizer

func (_m *IClient) DeleteEntityRecognizer(ctx context.Context, params *comprehend.DeleteEntityRecognizerInput, optFns ...func(*comprehend.Options)) (*comprehend.DeleteEntityRecognizerOutput, error)

DeleteEntityRecognizer provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteFlywheel

func (_m *IClient) DeleteFlywheel(ctx context.Context, params *comprehend.DeleteFlywheelInput, optFns ...func(*comprehend.Options)) (*comprehend.DeleteFlywheelOutput, error)

DeleteFlywheel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteResourcePolicy

func (_m *IClient) DeleteResourcePolicy(ctx context.Context, params *comprehend.DeleteResourcePolicyInput, optFns ...func(*comprehend.Options)) (*comprehend.DeleteResourcePolicyOutput, error)

DeleteResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeDataset

func (_m *IClient) DescribeDataset(ctx context.Context, params *comprehend.DescribeDatasetInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeDatasetOutput, error)

DescribeDataset provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeDocumentClassificationJob

DescribeDocumentClassificationJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeDocumentClassifier

func (_m *IClient) DescribeDocumentClassifier(ctx context.Context, params *comprehend.DescribeDocumentClassifierInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeDocumentClassifierOutput, error)

DescribeDocumentClassifier provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeDominantLanguageDetectionJob

DescribeDominantLanguageDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEndpoint

func (_m *IClient) DescribeEndpoint(ctx context.Context, params *comprehend.DescribeEndpointInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeEndpointOutput, error)

DescribeEndpoint provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEntitiesDetectionJob

func (_m *IClient) DescribeEntitiesDetectionJob(ctx context.Context, params *comprehend.DescribeEntitiesDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeEntitiesDetectionJobOutput, error)

DescribeEntitiesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEntityRecognizer

func (_m *IClient) DescribeEntityRecognizer(ctx context.Context, params *comprehend.DescribeEntityRecognizerInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeEntityRecognizerOutput, error)

DescribeEntityRecognizer provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEventsDetectionJob

func (_m *IClient) DescribeEventsDetectionJob(ctx context.Context, params *comprehend.DescribeEventsDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeEventsDetectionJobOutput, error)

DescribeEventsDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeFlywheel

func (_m *IClient) DescribeFlywheel(ctx context.Context, params *comprehend.DescribeFlywheelInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeFlywheelOutput, error)

DescribeFlywheel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeFlywheelIteration

func (_m *IClient) DescribeFlywheelIteration(ctx context.Context, params *comprehend.DescribeFlywheelIterationInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeFlywheelIterationOutput, error)

DescribeFlywheelIteration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeKeyPhrasesDetectionJob

DescribeKeyPhrasesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribePiiEntitiesDetectionJob

DescribePiiEntitiesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeResourcePolicy

func (_m *IClient) DescribeResourcePolicy(ctx context.Context, params *comprehend.DescribeResourcePolicyInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeResourcePolicyOutput, error)

DescribeResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeSentimentDetectionJob

func (_m *IClient) DescribeSentimentDetectionJob(ctx context.Context, params *comprehend.DescribeSentimentDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeSentimentDetectionJobOutput, error)

DescribeSentimentDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeTargetedSentimentDetectionJob

DescribeTargetedSentimentDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeTopicsDetectionJob

func (_m *IClient) DescribeTopicsDetectionJob(ctx context.Context, params *comprehend.DescribeTopicsDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.DescribeTopicsDetectionJobOutput, error)

DescribeTopicsDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectDominantLanguage

func (_m *IClient) DetectDominantLanguage(ctx context.Context, params *comprehend.DetectDominantLanguageInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectDominantLanguageOutput, error)

DetectDominantLanguage provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectEntities

func (_m *IClient) DetectEntities(ctx context.Context, params *comprehend.DetectEntitiesInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectEntitiesOutput, error)

DetectEntities provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectKeyPhrases

func (_m *IClient) DetectKeyPhrases(ctx context.Context, params *comprehend.DetectKeyPhrasesInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectKeyPhrasesOutput, error)

DetectKeyPhrases provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectPiiEntities

func (_m *IClient) DetectPiiEntities(ctx context.Context, params *comprehend.DetectPiiEntitiesInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectPiiEntitiesOutput, error)

DetectPiiEntities provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectSentiment

func (_m *IClient) DetectSentiment(ctx context.Context, params *comprehend.DetectSentimentInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectSentimentOutput, error)

DetectSentiment provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectSyntax

func (_m *IClient) DetectSyntax(ctx context.Context, params *comprehend.DetectSyntaxInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectSyntaxOutput, error)

DetectSyntax provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectTargetedSentiment

func (_m *IClient) DetectTargetedSentiment(ctx context.Context, params *comprehend.DetectTargetedSentimentInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectTargetedSentimentOutput, error)

DetectTargetedSentiment provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetectToxicContent

func (_m *IClient) DetectToxicContent(ctx context.Context, params *comprehend.DetectToxicContentInput, optFns ...func(*comprehend.Options)) (*comprehend.DetectToxicContentOutput, error)

DetectToxicContent provides a mock function with given fields: ctx, params, optFns

func (*IClient) ImportModel

func (_m *IClient) ImportModel(ctx context.Context, params *comprehend.ImportModelInput, optFns ...func(*comprehend.Options)) (*comprehend.ImportModelOutput, error)

ImportModel provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDatasets

func (_m *IClient) ListDatasets(ctx context.Context, params *comprehend.ListDatasetsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListDatasetsOutput, error)

ListDatasets provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDocumentClassificationJobs

ListDocumentClassificationJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDocumentClassifierSummaries

ListDocumentClassifierSummaries provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDocumentClassifiers

func (_m *IClient) ListDocumentClassifiers(ctx context.Context, params *comprehend.ListDocumentClassifiersInput, optFns ...func(*comprehend.Options)) (*comprehend.ListDocumentClassifiersOutput, error)

ListDocumentClassifiers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDominantLanguageDetectionJobs

ListDominantLanguageDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListEndpoints

func (_m *IClient) ListEndpoints(ctx context.Context, params *comprehend.ListEndpointsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListEndpointsOutput, error)

ListEndpoints provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListEntitiesDetectionJobs

func (_m *IClient) ListEntitiesDetectionJobs(ctx context.Context, params *comprehend.ListEntitiesDetectionJobsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListEntitiesDetectionJobsOutput, error)

ListEntitiesDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListEntityRecognizerSummaries

func (_m *IClient) ListEntityRecognizerSummaries(ctx context.Context, params *comprehend.ListEntityRecognizerSummariesInput, optFns ...func(*comprehend.Options)) (*comprehend.ListEntityRecognizerSummariesOutput, error)

ListEntityRecognizerSummaries provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListEntityRecognizers

func (_m *IClient) ListEntityRecognizers(ctx context.Context, params *comprehend.ListEntityRecognizersInput, optFns ...func(*comprehend.Options)) (*comprehend.ListEntityRecognizersOutput, error)

ListEntityRecognizers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListEventsDetectionJobs

func (_m *IClient) ListEventsDetectionJobs(ctx context.Context, params *comprehend.ListEventsDetectionJobsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListEventsDetectionJobsOutput, error)

ListEventsDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListFlywheelIterationHistory

func (_m *IClient) ListFlywheelIterationHistory(ctx context.Context, params *comprehend.ListFlywheelIterationHistoryInput, optFns ...func(*comprehend.Options)) (*comprehend.ListFlywheelIterationHistoryOutput, error)

ListFlywheelIterationHistory provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListFlywheels

func (_m *IClient) ListFlywheels(ctx context.Context, params *comprehend.ListFlywheelsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListFlywheelsOutput, error)

ListFlywheels provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListKeyPhrasesDetectionJobs

func (_m *IClient) ListKeyPhrasesDetectionJobs(ctx context.Context, params *comprehend.ListKeyPhrasesDetectionJobsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListKeyPhrasesDetectionJobsOutput, error)

ListKeyPhrasesDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPiiEntitiesDetectionJobs

func (_m *IClient) ListPiiEntitiesDetectionJobs(ctx context.Context, params *comprehend.ListPiiEntitiesDetectionJobsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListPiiEntitiesDetectionJobsOutput, error)

ListPiiEntitiesDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSentimentDetectionJobs

func (_m *IClient) ListSentimentDetectionJobs(ctx context.Context, params *comprehend.ListSentimentDetectionJobsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListSentimentDetectionJobsOutput, error)

ListSentimentDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *comprehend.ListTagsForResourceInput, optFns ...func(*comprehend.Options)) (*comprehend.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTargetedSentimentDetectionJobs

ListTargetedSentimentDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTopicsDetectionJobs

func (_m *IClient) ListTopicsDetectionJobs(ctx context.Context, params *comprehend.ListTopicsDetectionJobsInput, optFns ...func(*comprehend.Options)) (*comprehend.ListTopicsDetectionJobsOutput, error)

ListTopicsDetectionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() comprehend.Options

Options provides a mock function with given fields:

func (*IClient) PutResourcePolicy

func (_m *IClient) PutResourcePolicy(ctx context.Context, params *comprehend.PutResourcePolicyInput, optFns ...func(*comprehend.Options)) (*comprehend.PutResourcePolicyOutput, error)

PutResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartDocumentClassificationJob

StartDocumentClassificationJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartDominantLanguageDetectionJob

StartDominantLanguageDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartEntitiesDetectionJob

func (_m *IClient) StartEntitiesDetectionJob(ctx context.Context, params *comprehend.StartEntitiesDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StartEntitiesDetectionJobOutput, error)

StartEntitiesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartEventsDetectionJob

func (_m *IClient) StartEventsDetectionJob(ctx context.Context, params *comprehend.StartEventsDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StartEventsDetectionJobOutput, error)

StartEventsDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartFlywheelIteration

func (_m *IClient) StartFlywheelIteration(ctx context.Context, params *comprehend.StartFlywheelIterationInput, optFns ...func(*comprehend.Options)) (*comprehend.StartFlywheelIterationOutput, error)

StartFlywheelIteration provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartKeyPhrasesDetectionJob

func (_m *IClient) StartKeyPhrasesDetectionJob(ctx context.Context, params *comprehend.StartKeyPhrasesDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StartKeyPhrasesDetectionJobOutput, error)

StartKeyPhrasesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartPiiEntitiesDetectionJob

func (_m *IClient) StartPiiEntitiesDetectionJob(ctx context.Context, params *comprehend.StartPiiEntitiesDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StartPiiEntitiesDetectionJobOutput, error)

StartPiiEntitiesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartSentimentDetectionJob

func (_m *IClient) StartSentimentDetectionJob(ctx context.Context, params *comprehend.StartSentimentDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StartSentimentDetectionJobOutput, error)

StartSentimentDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartTargetedSentimentDetectionJob

StartTargetedSentimentDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartTopicsDetectionJob

func (_m *IClient) StartTopicsDetectionJob(ctx context.Context, params *comprehend.StartTopicsDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StartTopicsDetectionJobOutput, error)

StartTopicsDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopDominantLanguageDetectionJob

StopDominantLanguageDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopEntitiesDetectionJob

func (_m *IClient) StopEntitiesDetectionJob(ctx context.Context, params *comprehend.StopEntitiesDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StopEntitiesDetectionJobOutput, error)

StopEntitiesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopEventsDetectionJob

func (_m *IClient) StopEventsDetectionJob(ctx context.Context, params *comprehend.StopEventsDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StopEventsDetectionJobOutput, error)

StopEventsDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopKeyPhrasesDetectionJob

func (_m *IClient) StopKeyPhrasesDetectionJob(ctx context.Context, params *comprehend.StopKeyPhrasesDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StopKeyPhrasesDetectionJobOutput, error)

StopKeyPhrasesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopPiiEntitiesDetectionJob

func (_m *IClient) StopPiiEntitiesDetectionJob(ctx context.Context, params *comprehend.StopPiiEntitiesDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StopPiiEntitiesDetectionJobOutput, error)

StopPiiEntitiesDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopSentimentDetectionJob

func (_m *IClient) StopSentimentDetectionJob(ctx context.Context, params *comprehend.StopSentimentDetectionJobInput, optFns ...func(*comprehend.Options)) (*comprehend.StopSentimentDetectionJobOutput, error)

StopSentimentDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopTargetedSentimentDetectionJob

StopTargetedSentimentDetectionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopTrainingDocumentClassifier

StopTrainingDocumentClassifier provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopTrainingEntityRecognizer

func (_m *IClient) StopTrainingEntityRecognizer(ctx context.Context, params *comprehend.StopTrainingEntityRecognizerInput, optFns ...func(*comprehend.Options)) (*comprehend.StopTrainingEntityRecognizerOutput, error)

StopTrainingEntityRecognizer provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *comprehend.TagResourceInput, optFns ...func(*comprehend.Options)) (*comprehend.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *comprehend.UntagResourceInput, optFns ...func(*comprehend.Options)) (*comprehend.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateEndpoint

func (_m *IClient) UpdateEndpoint(ctx context.Context, params *comprehend.UpdateEndpointInput, optFns ...func(*comprehend.Options)) (*comprehend.UpdateEndpointOutput, error)

UpdateEndpoint provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateFlywheel

func (_m *IClient) UpdateFlywheel(ctx context.Context, params *comprehend.UpdateFlywheelInput, optFns ...func(*comprehend.Options)) (*comprehend.UpdateFlywheelOutput, error)

UpdateFlywheel provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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