awsmachinelearning

package
v0.0.0-...-4f62784 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2020 License: Apache-2.0 Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Awsmachinelearning

type Awsmachinelearning struct {
}

Awsmachinelearning struct reperesnts aws machine learning service.

func (*Awsmachinelearning) CreateMLModel

func (awsmachinelearning *Awsmachinelearning) CreateMLModel(request interface{}) (resp interface{}, err error)

CreateMLModel creates model.

func (*Awsmachinelearning) DeleteMLModel

func (awsmachinelearning *Awsmachinelearning) DeleteMLModel(request interface{}) (resp interface{}, err error)

DeleteMLModel delete model.

func (*Awsmachinelearning) GetMLModel

func (awsmachinelearning *Awsmachinelearning) GetMLModel(request interface{}) (resp interface{}, err error)

GetMLModel describe model.

func (*Awsmachinelearning) PrepareSignatureV4query

func (awsmachinelearning *Awsmachinelearning) PrepareSignatureV4query(params map[string]string, paramsmap map[string]interface{}, response map[string]interface{}) error

PrepareSignatureV4query creates PrepareSignatureV4 for request.

func (*Awsmachinelearning) UpdateMLModel

func (awsmachinelearning *Awsmachinelearning) UpdateMLModel(request interface{}) (resp interface{}, err error)

UpdateMLModel update model.

type CreateMLModel

type CreateMLModel struct {
	MLModelID   string `json:"MLModelId"`
	MLModelName string `json:"MLModelName"`
	MLModelType string `json:"MLModelType"`

	Recipe               string `json:"Recipe"`
	RecipeURI            string `json:"RecipeUri"`
	TrainingDataSourceID string `json:"TrainingDataSourceId"`
	// contains filtered or unexported fields
}

CreateMLModel struct reperesnts aws machine learning service CreateMLModel.

type Parameters

type Parameters struct {
	String string `json:"string"`
}

Parameters struct reperesnts CreateMLModel parameters.

Jump to

Keyboard shortcuts

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