machinelearningdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package machinelearningdouble contains test double implementation of machinelearningiface.MachineLearningAPI

Package machinelearningdouble provides a TestDouble implementation of machinelearningiface.MachineLearningAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineLearningDouble

type MachineLearningDouble struct {
	machinelearningiface.MachineLearningAPI
	*awsdouble.AWSTestDouble
}

MachineLearningDouble is TestDouble for machinelearningiface.MachineLearningAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *MachineLearningDouble

Constructor for MachineLearningDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*MachineLearningDouble) AddTags

func (*MachineLearningDouble) AddTagsRequest

func (*MachineLearningDouble) AddTagsWithContext

func (*MachineLearningDouble) CreateEvaluation

func (*MachineLearningDouble) CreateEvaluationRequest

func (*MachineLearningDouble) CreateEvaluationWithContext

func (*MachineLearningDouble) CreateMLModel

func (*MachineLearningDouble) CreateMLModelRequest

func (*MachineLearningDouble) CreateMLModelWithContext

func (*MachineLearningDouble) DeleteDataSource

func (*MachineLearningDouble) DeleteDataSourceRequest

func (*MachineLearningDouble) DeleteDataSourceWithContext

func (*MachineLearningDouble) DeleteEvaluation

func (*MachineLearningDouble) DeleteEvaluationRequest

func (*MachineLearningDouble) DeleteEvaluationWithContext

func (*MachineLearningDouble) DeleteMLModel

func (*MachineLearningDouble) DeleteMLModelRequest

func (*MachineLearningDouble) DeleteMLModelWithContext

func (*MachineLearningDouble) DeleteTags

func (*MachineLearningDouble) DeleteTagsRequest

func (*MachineLearningDouble) DeleteTagsWithContext

func (*MachineLearningDouble) DescribeBatchPredictionsPages

func (*MachineLearningDouble) DescribeBatchPredictionsPagesWithContext

func (*MachineLearningDouble) DescribeDataSources

func (*MachineLearningDouble) DescribeDataSourcesPages

func (*MachineLearningDouble) DescribeDataSourcesPagesWithContext

func (*MachineLearningDouble) DescribeDataSourcesWithContext

func (*MachineLearningDouble) DescribeEvaluations

func (*MachineLearningDouble) DescribeEvaluationsPages

func (*MachineLearningDouble) DescribeEvaluationsPagesWithContext

func (*MachineLearningDouble) DescribeEvaluationsWithContext

func (*MachineLearningDouble) DescribeMLModels

func (*MachineLearningDouble) DescribeMLModelsPages

func (*MachineLearningDouble) DescribeMLModelsPagesWithContext

func (*MachineLearningDouble) DescribeMLModelsRequest

func (*MachineLearningDouble) DescribeMLModelsWithContext

func (*MachineLearningDouble) DescribeTags

func (*MachineLearningDouble) DescribeTagsRequest

func (*MachineLearningDouble) DescribeTagsWithContext

func (*MachineLearningDouble) GetBatchPrediction

func (*MachineLearningDouble) GetBatchPredictionWithContext

func (*MachineLearningDouble) GetDataSource

func (*MachineLearningDouble) GetDataSourceRequest

func (*MachineLearningDouble) GetDataSourceWithContext

func (*MachineLearningDouble) GetEvaluation

func (*MachineLearningDouble) GetEvaluationRequest

func (*MachineLearningDouble) GetEvaluationWithContext

func (*MachineLearningDouble) GetMLModel

func (*MachineLearningDouble) GetMLModelRequest

func (*MachineLearningDouble) GetMLModelWithContext

func (*MachineLearningDouble) Predict

func (*MachineLearningDouble) PredictRequest

func (*MachineLearningDouble) PredictWithContext

func (*MachineLearningDouble) UpdateDataSource

func (*MachineLearningDouble) UpdateDataSourceRequest

func (*MachineLearningDouble) UpdateDataSourceWithContext

func (*MachineLearningDouble) UpdateEvaluation

func (*MachineLearningDouble) UpdateEvaluationRequest

func (*MachineLearningDouble) UpdateEvaluationWithContext

func (*MachineLearningDouble) UpdateMLModel

func (*MachineLearningDouble) UpdateMLModelRequest

func (*MachineLearningDouble) UpdateMLModelWithContext

func (*MachineLearningDouble) WaitUntilBatchPredictionAvailable

func (d *MachineLearningDouble) WaitUntilBatchPredictionAvailable(i0 *machinelearning.DescribeBatchPredictionsInput) (r0 error)

func (*MachineLearningDouble) WaitUntilBatchPredictionAvailableWithContext

func (d *MachineLearningDouble) WaitUntilBatchPredictionAvailableWithContext(i0 context.Context, i1 *machinelearning.DescribeBatchPredictionsInput, i2 ...request.WaiterOption) (r0 error)

func (*MachineLearningDouble) WaitUntilDataSourceAvailable

func (d *MachineLearningDouble) WaitUntilDataSourceAvailable(i0 *machinelearning.DescribeDataSourcesInput) (r0 error)

func (*MachineLearningDouble) WaitUntilDataSourceAvailableWithContext

func (d *MachineLearningDouble) WaitUntilDataSourceAvailableWithContext(i0 context.Context, i1 *machinelearning.DescribeDataSourcesInput, i2 ...request.WaiterOption) (r0 error)

func (*MachineLearningDouble) WaitUntilEvaluationAvailable

func (d *MachineLearningDouble) WaitUntilEvaluationAvailable(i0 *machinelearning.DescribeEvaluationsInput) (r0 error)

func (*MachineLearningDouble) WaitUntilEvaluationAvailableWithContext

func (d *MachineLearningDouble) WaitUntilEvaluationAvailableWithContext(i0 context.Context, i1 *machinelearning.DescribeEvaluationsInput, i2 ...request.WaiterOption) (r0 error)

func (*MachineLearningDouble) WaitUntilMLModelAvailable

func (d *MachineLearningDouble) WaitUntilMLModelAvailable(i0 *machinelearning.DescribeMLModelsInput) (r0 error)

func (*MachineLearningDouble) WaitUntilMLModelAvailableWithContext

func (d *MachineLearningDouble) WaitUntilMLModelAvailableWithContext(i0 context.Context, i1 *machinelearning.DescribeMLModelsInput, i2 ...request.WaiterOption) (r0 error)

Jump to

Keyboard shortcuts

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