Documentation
¶
Index ¶
- type Awsmachinelearning
- func (awsmachinelearning *Awsmachinelearning) CreateMLModel(request interface{}) (resp interface{}, err error)
- func (awsmachinelearning *Awsmachinelearning) DeleteMLModel(request interface{}) (resp interface{}, err error)
- func (awsmachinelearning *Awsmachinelearning) GetMLModel(request interface{}) (resp interface{}, err error)
- func (awsmachinelearning *Awsmachinelearning) PrepareSignatureV4query(params map[string]string, paramsmap map[string]interface{}, ...) error
- func (awsmachinelearning *Awsmachinelearning) UpdateMLModel(request interface{}) (resp interface{}, err error)
- type CreateMLModel
- type Parameters
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.
Click to show internal directories.
Click to hide internal directories.