Documentation ¶
Index ¶
- Constants
- type AutoScaling
- type CreateMLModel
- type DefaultVersion
- type Googlemachinelearning
- func (googlemachinelearning *Googlemachinelearning) CreateMLModel(request interface{}) (resp interface{}, err error)
- func (googlemachinelearning *Googlemachinelearning) DeleteMLModel(request interface{}) (resp interface{}, err error)
- func (googlemachinelearning *Googlemachinelearning) GetMLModel(request interface{}) (resp interface{}, err error)
- func (googlemachinelearning *Googlemachinelearning) UpdateMLModel(request interface{}) (resp interface{}, err error)
- type ManualScaling
Constants ¶
View Source
const ( UnixDate = "Mon Jan _2 15:04:05 MST 2006" RFC3339 = "2006-01-02T15:04:05Z07:00" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoScaling ¶
type AutoScaling struct {
// contains filtered or unexported fields
}
AutoScaling struct reperesnts DefaultVersion sub-struct.
type CreateMLModel ¶
type CreateMLModel struct {
// contains filtered or unexported fields
}
CreateMLModel struct reperesnts CreateMLModel service api.
type DefaultVersion ¶
type DefaultVersion struct {
// contains filtered or unexported fields
}
DefaultVersion struct reperesnts CreateMLModel sub-struct.
type Googlemachinelearning ¶
type Googlemachinelearning struct { }
Googlemachinelearning struct reperesnts google machine learning service.
func (*Googlemachinelearning) CreateMLModel ¶
func (googlemachinelearning *Googlemachinelearning) CreateMLModel(request interface{}) (resp interface{}, err error)
CreateMLModel creates model.
func (*Googlemachinelearning) DeleteMLModel ¶
func (googlemachinelearning *Googlemachinelearning) DeleteMLModel(request interface{}) (resp interface{}, err error)
DeleteMLModel delete model.
func (*Googlemachinelearning) GetMLModel ¶
func (googlemachinelearning *Googlemachinelearning) GetMLModel(request interface{}) (resp interface{}, err error)
GetMLModel get model.
func (*Googlemachinelearning) UpdateMLModel ¶
func (googlemachinelearning *Googlemachinelearning) UpdateMLModel(request interface{}) (resp interface{}, err error)
UpdateMLModel Update model.
type ManualScaling ¶
type ManualScaling struct {
// contains filtered or unexported fields
}
ManualScaling struct reperesnts DefaultVersion sub-struct.
Click to show internal directories.
Click to hide internal directories.