industry_brain

package
v0.0.0-...-66ec9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncResponsePostRequest

type AsyncResponsePostRequest struct {
	*requests.RpcRequest
	Data     string         `position:"Query" name:"Data"`
	Progress requests.Float `position:"Query" name:"Progress"`
	Message  string         `position:"Query" name:"Message"`
	TaskId   string         `position:"Query" name:"TaskId"`
	Status   string         `position:"Query" name:"Status"`
}

AsyncResponsePostRequest is the request struct for api AsyncResponsePost

func CreateAsyncResponsePostRequest

func CreateAsyncResponsePostRequest() (request *AsyncResponsePostRequest)

CreateAsyncResponsePostRequest creates a request to invoke AsyncResponsePost API

type AsyncResponsePostResponse

type AsyncResponsePostResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
	Status    string `json:"Status" xml:"Status"`
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
}

AsyncResponsePostResponse is the response struct for api AsyncResponsePost

func CreateAsyncResponsePostResponse

func CreateAsyncResponsePostResponse() (response *AsyncResponsePostResponse)

CreateAsyncResponsePostResponse creates a response to parse from AsyncResponsePost response

type Client

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html

func NewClientWithEcsRamRole

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html

func NewClientWithOptions

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithRamRoleArn

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html

func NewClientWithRsaKeyPair

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available

func NewClientWithStsToken

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html

func (*Client) AsyncResponsePost

func (client *Client) AsyncResponsePost(request *AsyncResponsePostRequest) (response *AsyncResponsePostResponse, err error)

AsyncResponsePost invokes the industry_brain.AsyncResponsePost API synchronously api document: https://help.aliyun.com/api/industry-brain/asyncresponsepost.html

func (*Client) AsyncResponsePostWithCallback

func (client *Client) AsyncResponsePostWithCallback(request *AsyncResponsePostRequest, callback func(response *AsyncResponsePostResponse, err error)) <-chan int

AsyncResponsePostWithCallback invokes the industry_brain.AsyncResponsePost API asynchronously api document: https://help.aliyun.com/api/industry-brain/asyncresponsepost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AsyncResponsePostWithChan

func (client *Client) AsyncResponsePostWithChan(request *AsyncResponsePostRequest) (<-chan *AsyncResponsePostResponse, <-chan error)

AsyncResponsePostWithChan invokes the industry_brain.AsyncResponsePost API asynchronously api document: https://help.aliyun.com/api/industry-brain/asyncresponsepost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAlgorithmList

func (client *Client) GetAlgorithmList(request *GetAlgorithmListRequest) (response *GetAlgorithmListResponse, err error)

GetAlgorithmList invokes the industry_brain.GetAlgorithmList API synchronously api document: https://help.aliyun.com/api/industry-brain/getalgorithmlist.html

func (*Client) GetAlgorithmListWithCallback

func (client *Client) GetAlgorithmListWithCallback(request *GetAlgorithmListRequest, callback func(response *GetAlgorithmListResponse, err error)) <-chan int

GetAlgorithmListWithCallback invokes the industry_brain.GetAlgorithmList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getalgorithmlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAlgorithmListWithChan

func (client *Client) GetAlgorithmListWithChan(request *GetAlgorithmListRequest) (<-chan *GetAlgorithmListResponse, <-chan error)

GetAlgorithmListWithChan invokes the industry_brain.GetAlgorithmList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getalgorithmlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAsyncServiceResult

func (client *Client) GetAsyncServiceResult(request *GetAsyncServiceResultRequest) (response *GetAsyncServiceResultResponse, err error)

GetAsyncServiceResult invokes the industry_brain.GetAsyncServiceResult API synchronously api document: https://help.aliyun.com/api/industry-brain/getasyncserviceresult.html

func (*Client) GetAsyncServiceResultWithCallback

func (client *Client) GetAsyncServiceResultWithCallback(request *GetAsyncServiceResultRequest, callback func(response *GetAsyncServiceResultResponse, err error)) <-chan int

GetAsyncServiceResultWithCallback invokes the industry_brain.GetAsyncServiceResult API asynchronously api document: https://help.aliyun.com/api/industry-brain/getasyncserviceresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAsyncServiceResultWithChan

func (client *Client) GetAsyncServiceResultWithChan(request *GetAsyncServiceResultRequest) (<-chan *GetAsyncServiceResultResponse, <-chan error)

GetAsyncServiceResultWithChan invokes the industry_brain.GetAsyncServiceResult API asynchronously api document: https://help.aliyun.com/api/industry-brain/getasyncserviceresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetDataProperties

func (client *Client) GetDataProperties(request *GetDataPropertiesRequest) (response *GetDataPropertiesResponse, err error)

GetDataProperties invokes the industry_brain.GetDataProperties API synchronously api document: https://help.aliyun.com/api/industry-brain/getdataproperties.html

func (*Client) GetDataPropertiesWithCallback

func (client *Client) GetDataPropertiesWithCallback(request *GetDataPropertiesRequest, callback func(response *GetDataPropertiesResponse, err error)) <-chan int

GetDataPropertiesWithCallback invokes the industry_brain.GetDataProperties API asynchronously api document: https://help.aliyun.com/api/industry-brain/getdataproperties.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetDataPropertiesWithChan

func (client *Client) GetDataPropertiesWithChan(request *GetDataPropertiesRequest) (<-chan *GetDataPropertiesResponse, <-chan error)

GetDataPropertiesWithChan invokes the industry_brain.GetDataProperties API asynchronously api document: https://help.aliyun.com/api/industry-brain/getdataproperties.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfo

func (client *Client) GetIndustryInfo(request *GetIndustryInfoRequest) (response *GetIndustryInfoResponse, err error)

GetIndustryInfo invokes the industry_brain.GetIndustryInfo API synchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfo.html

func (*Client) GetIndustryInfoChildrenList

func (client *Client) GetIndustryInfoChildrenList(request *GetIndustryInfoChildrenListRequest) (response *GetIndustryInfoChildrenListResponse, err error)

GetIndustryInfoChildrenList invokes the industry_brain.GetIndustryInfoChildrenList API synchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfochildrenlist.html

func (*Client) GetIndustryInfoChildrenListWithCallback

func (client *Client) GetIndustryInfoChildrenListWithCallback(request *GetIndustryInfoChildrenListRequest, callback func(response *GetIndustryInfoChildrenListResponse, err error)) <-chan int

GetIndustryInfoChildrenListWithCallback invokes the industry_brain.GetIndustryInfoChildrenList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfochildrenlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfoChildrenListWithChan

func (client *Client) GetIndustryInfoChildrenListWithChan(request *GetIndustryInfoChildrenListRequest) (<-chan *GetIndustryInfoChildrenListResponse, <-chan error)

GetIndustryInfoChildrenListWithChan invokes the industry_brain.GetIndustryInfoChildrenList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfochildrenlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfoLineageList

func (client *Client) GetIndustryInfoLineageList(request *GetIndustryInfoLineageListRequest) (response *GetIndustryInfoLineageListResponse, err error)

GetIndustryInfoLineageList invokes the industry_brain.GetIndustryInfoLineageList API synchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfolineagelist.html

func (*Client) GetIndustryInfoLineageListWithCallback

func (client *Client) GetIndustryInfoLineageListWithCallback(request *GetIndustryInfoLineageListRequest, callback func(response *GetIndustryInfoLineageListResponse, err error)) <-chan int

GetIndustryInfoLineageListWithCallback invokes the industry_brain.GetIndustryInfoLineageList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfolineagelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfoLineageListWithChan

func (client *Client) GetIndustryInfoLineageListWithChan(request *GetIndustryInfoLineageListRequest) (<-chan *GetIndustryInfoLineageListResponse, <-chan error)

GetIndustryInfoLineageListWithChan invokes the industry_brain.GetIndustryInfoLineageList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfolineagelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfoList

func (client *Client) GetIndustryInfoList(request *GetIndustryInfoListRequest) (response *GetIndustryInfoListResponse, err error)

GetIndustryInfoList invokes the industry_brain.GetIndustryInfoList API synchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfolist.html

func (*Client) GetIndustryInfoListWithCallback

func (client *Client) GetIndustryInfoListWithCallback(request *GetIndustryInfoListRequest, callback func(response *GetIndustryInfoListResponse, err error)) <-chan int

GetIndustryInfoListWithCallback invokes the industry_brain.GetIndustryInfoList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfolist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfoListWithChan

func (client *Client) GetIndustryInfoListWithChan(request *GetIndustryInfoListRequest) (<-chan *GetIndustryInfoListResponse, <-chan error)

GetIndustryInfoListWithChan invokes the industry_brain.GetIndustryInfoList API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfolist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfoWithCallback

func (client *Client) GetIndustryInfoWithCallback(request *GetIndustryInfoRequest, callback func(response *GetIndustryInfoResponse, err error)) <-chan int

GetIndustryInfoWithCallback invokes the industry_brain.GetIndustryInfo API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetIndustryInfoWithChan

func (client *Client) GetIndustryInfoWithChan(request *GetIndustryInfoRequest) (<-chan *GetIndustryInfoResponse, <-chan error)

GetIndustryInfoWithChan invokes the industry_brain.GetIndustryInfo API asynchronously api document: https://help.aliyun.com/api/industry-brain/getindustryinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOSSImageAccess

func (client *Client) GetOSSImageAccess(request *GetOSSImageAccessRequest) (response *GetOSSImageAccessResponse, err error)

GetOSSImageAccess invokes the industry_brain.GetOSSImageAccess API synchronously api document: https://help.aliyun.com/api/industry-brain/getossimageaccess.html

func (*Client) GetOSSImageAccessWithCallback

func (client *Client) GetOSSImageAccessWithCallback(request *GetOSSImageAccessRequest, callback func(response *GetOSSImageAccessResponse, err error)) <-chan int

GetOSSImageAccessWithCallback invokes the industry_brain.GetOSSImageAccess API asynchronously api document: https://help.aliyun.com/api/industry-brain/getossimageaccess.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOSSImageAccessWithChan

func (client *Client) GetOSSImageAccessWithChan(request *GetOSSImageAccessRequest) (<-chan *GetOSSImageAccessResponse, <-chan error)

GetOSSImageAccessWithChan invokes the industry_brain.GetOSSImageAccess API asynchronously api document: https://help.aliyun.com/api/industry-brain/getossimageaccess.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOnlineServiceResult

func (client *Client) GetOnlineServiceResult(request *GetOnlineServiceResultRequest) (response *GetOnlineServiceResultResponse, err error)

GetOnlineServiceResult invokes the industry_brain.GetOnlineServiceResult API synchronously api document: https://help.aliyun.com/api/industry-brain/getonlineserviceresult.html

func (*Client) GetOnlineServiceResultWithCallback

func (client *Client) GetOnlineServiceResultWithCallback(request *GetOnlineServiceResultRequest, callback func(response *GetOnlineServiceResultResponse, err error)) <-chan int

GetOnlineServiceResultWithCallback invokes the industry_brain.GetOnlineServiceResult API asynchronously api document: https://help.aliyun.com/api/industry-brain/getonlineserviceresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOnlineServiceResultWithChan

func (client *Client) GetOnlineServiceResultWithChan(request *GetOnlineServiceResultRequest) (<-chan *GetOnlineServiceResultResponse, <-chan error)

GetOnlineServiceResultWithChan invokes the industry_brain.GetOnlineServiceResult API asynchronously api document: https://help.aliyun.com/api/industry-brain/getonlineserviceresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetServiceInputMapping

func (client *Client) GetServiceInputMapping(request *GetServiceInputMappingRequest) (response *GetServiceInputMappingResponse, err error)

GetServiceInputMapping invokes the industry_brain.GetServiceInputMapping API synchronously api document: https://help.aliyun.com/api/industry-brain/getserviceinputmapping.html

func (*Client) GetServiceInputMappingWithCallback

func (client *Client) GetServiceInputMappingWithCallback(request *GetServiceInputMappingRequest, callback func(response *GetServiceInputMappingResponse, err error)) <-chan int

GetServiceInputMappingWithCallback invokes the industry_brain.GetServiceInputMapping API asynchronously api document: https://help.aliyun.com/api/industry-brain/getserviceinputmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetServiceInputMappingWithChan

func (client *Client) GetServiceInputMappingWithChan(request *GetServiceInputMappingRequest) (<-chan *GetServiceInputMappingResponse, <-chan error)

GetServiceInputMappingWithChan invokes the industry_brain.GetServiceInputMapping API asynchronously api document: https://help.aliyun.com/api/industry-brain/getserviceinputmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetServiceResultAsync

func (client *Client) GetServiceResultAsync(request *GetServiceResultAsyncRequest) (response *GetServiceResultAsyncResponse, err error)

GetServiceResultAsync invokes the industry_brain.GetServiceResultAsync API synchronously api document: https://help.aliyun.com/api/industry-brain/getserviceresultasync.html

func (*Client) GetServiceResultAsyncWithCallback

func (client *Client) GetServiceResultAsyncWithCallback(request *GetServiceResultAsyncRequest, callback func(response *GetServiceResultAsyncResponse, err error)) <-chan int

GetServiceResultAsyncWithCallback invokes the industry_brain.GetServiceResultAsync API asynchronously api document: https://help.aliyun.com/api/industry-brain/getserviceresultasync.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetServiceResultAsyncWithChan

func (client *Client) GetServiceResultAsyncWithChan(request *GetServiceResultAsyncRequest) (<-chan *GetServiceResultAsyncResponse, <-chan error)

GetServiceResultAsyncWithChan invokes the industry_brain.GetServiceResultAsync API asynchronously api document: https://help.aliyun.com/api/industry-brain/getserviceresultasync.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InvokeService

func (client *Client) InvokeService(request *InvokeServiceRequest) (response *InvokeServiceResponse, err error)

InvokeService invokes the industry_brain.InvokeService API synchronously api document: https://help.aliyun.com/api/industry-brain/invokeservice.html

func (*Client) InvokeServiceAsync

func (client *Client) InvokeServiceAsync(request *InvokeServiceAsyncRequest) (response *InvokeServiceAsyncResponse, err error)

InvokeServiceAsync invokes the industry_brain.InvokeServiceAsync API synchronously api document: https://help.aliyun.com/api/industry-brain/invokeserviceasync.html

func (*Client) InvokeServiceAsyncWithCallback

func (client *Client) InvokeServiceAsyncWithCallback(request *InvokeServiceAsyncRequest, callback func(response *InvokeServiceAsyncResponse, err error)) <-chan int

InvokeServiceAsyncWithCallback invokes the industry_brain.InvokeServiceAsync API asynchronously api document: https://help.aliyun.com/api/industry-brain/invokeserviceasync.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InvokeServiceAsyncWithChan

func (client *Client) InvokeServiceAsyncWithChan(request *InvokeServiceAsyncRequest) (<-chan *InvokeServiceAsyncResponse, <-chan error)

InvokeServiceAsyncWithChan invokes the industry_brain.InvokeServiceAsync API asynchronously api document: https://help.aliyun.com/api/industry-brain/invokeserviceasync.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InvokeServiceWithCallback

func (client *Client) InvokeServiceWithCallback(request *InvokeServiceRequest, callback func(response *InvokeServiceResponse, err error)) <-chan int

InvokeServiceWithCallback invokes the industry_brain.InvokeService API asynchronously api document: https://help.aliyun.com/api/industry-brain/invokeservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InvokeServiceWithChan

func (client *Client) InvokeServiceWithChan(request *InvokeServiceRequest) (<-chan *InvokeServiceResponse, <-chan error)

InvokeServiceWithChan invokes the industry_brain.InvokeService API asynchronously api document: https://help.aliyun.com/api/industry-brain/invokeservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OperateEquipment

func (client *Client) OperateEquipment(request *OperateEquipmentRequest) (response *OperateEquipmentResponse, err error)

OperateEquipment invokes the industry_brain.OperateEquipment API synchronously api document: https://help.aliyun.com/api/industry-brain/operateequipment.html

func (*Client) OperateEquipmentWithCallback

func (client *Client) OperateEquipmentWithCallback(request *OperateEquipmentRequest, callback func(response *OperateEquipmentResponse, err error)) <-chan int

OperateEquipmentWithCallback invokes the industry_brain.OperateEquipment API asynchronously api document: https://help.aliyun.com/api/industry-brain/operateequipment.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OperateEquipmentWithChan

func (client *Client) OperateEquipmentWithChan(request *OperateEquipmentRequest) (<-chan *OperateEquipmentResponse, <-chan error)

OperateEquipmentWithChan invokes the industry_brain.OperateEquipment API asynchronously api document: https://help.aliyun.com/api/industry-brain/operateequipment.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PostRealTimeDeviceData

func (client *Client) PostRealTimeDeviceData(request *PostRealTimeDeviceDataRequest) (response *PostRealTimeDeviceDataResponse, err error)

PostRealTimeDeviceData invokes the industry_brain.PostRealTimeDeviceData API synchronously api document: https://help.aliyun.com/api/industry-brain/postrealtimedevicedata.html

func (*Client) PostRealTimeDeviceDataWithCallback

func (client *Client) PostRealTimeDeviceDataWithCallback(request *PostRealTimeDeviceDataRequest, callback func(response *PostRealTimeDeviceDataResponse, err error)) <-chan int

PostRealTimeDeviceDataWithCallback invokes the industry_brain.PostRealTimeDeviceData API asynchronously api document: https://help.aliyun.com/api/industry-brain/postrealtimedevicedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PostRealTimeDeviceDataWithChan

func (client *Client) PostRealTimeDeviceDataWithChan(request *PostRealTimeDeviceDataRequest) (<-chan *PostRealTimeDeviceDataResponse, <-chan error)

PostRealTimeDeviceDataWithChan invokes the industry_brain.PostRealTimeDeviceData API asynchronously api document: https://help.aliyun.com/api/industry-brain/postrealtimedevicedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type Data

type Data struct {
	Property       string `json:"Property" xml:"Property"`
	VariableType   string `json:"VariableType" xml:"VariableType"`
	SelectieFilter string `json:"SelectieFilter" xml:"SelectieFilter"`
}

Data is a nested struct in industry_brain response

type GetAlgorithmListRequest

type GetAlgorithmListRequest struct {
	*requests.RpcRequest
	ServiceId string `position:"Query" name:"ServiceId"`
}

GetAlgorithmListRequest is the request struct for api GetAlgorithmList

func CreateGetAlgorithmListRequest

func CreateGetAlgorithmListRequest() (request *GetAlgorithmListRequest)

CreateGetAlgorithmListRequest creates a request to invoke GetAlgorithmList API

type GetAlgorithmListResponse

type GetAlgorithmListResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
}

GetAlgorithmListResponse is the response struct for api GetAlgorithmList

func CreateGetAlgorithmListResponse

func CreateGetAlgorithmListResponse() (response *GetAlgorithmListResponse)

CreateGetAlgorithmListResponse creates a response to parse from GetAlgorithmList response

type GetAsyncServiceResultRequest

type GetAsyncServiceResultRequest struct {
	*requests.RpcRequest
	TaskId string `position:"Query" name:"TaskId"`
}

GetAsyncServiceResultRequest is the request struct for api GetAsyncServiceResult

func CreateGetAsyncServiceResultRequest

func CreateGetAsyncServiceResultRequest() (request *GetAsyncServiceResultRequest)

CreateGetAsyncServiceResultRequest creates a request to invoke GetAsyncServiceResult API

type GetAsyncServiceResultResponse

type GetAsyncServiceResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
}

GetAsyncServiceResultResponse is the response struct for api GetAsyncServiceResult

func CreateGetAsyncServiceResultResponse

func CreateGetAsyncServiceResultResponse() (response *GetAsyncServiceResultResponse)

CreateGetAsyncServiceResultResponse creates a response to parse from GetAsyncServiceResult response

type GetDataPropertiesRequest

type GetDataPropertiesRequest struct {
	*requests.RpcRequest
	ServiceId string `position:"Query" name:"ServiceId"`
}

GetDataPropertiesRequest is the request struct for api GetDataProperties

func CreateGetDataPropertiesRequest

func CreateGetDataPropertiesRequest() (request *GetDataPropertiesRequest)

CreateGetDataPropertiesRequest creates a request to invoke GetDataProperties API

type GetDataPropertiesResponse

type GetDataPropertiesResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetDataPropertiesResponse is the response struct for api GetDataProperties

func CreateGetDataPropertiesResponse

func CreateGetDataPropertiesResponse() (response *GetDataPropertiesResponse)

CreateGetDataPropertiesResponse creates a response to parse from GetDataProperties response

type GetIndustryInfoChildrenListRequest

type GetIndustryInfoChildrenListRequest struct {
	*requests.RpcRequest
	IndustryCode string `position:"Query" name:"IndustryCode"`
}

GetIndustryInfoChildrenListRequest is the request struct for api GetIndustryInfoChildrenList

func CreateGetIndustryInfoChildrenListRequest

func CreateGetIndustryInfoChildrenListRequest() (request *GetIndustryInfoChildrenListRequest)

CreateGetIndustryInfoChildrenListRequest creates a request to invoke GetIndustryInfoChildrenList API

type GetIndustryInfoChildrenListResponse

type GetIndustryInfoChildrenListResponse struct {
	*responses.BaseResponse
	RequestId        string                 `json:"RequestId" xml:"RequestId"`
	IndustryInfoList []IndustryInfoListItem `json:"IndustryInfoList" xml:"IndustryInfoList"`
}

GetIndustryInfoChildrenListResponse is the response struct for api GetIndustryInfoChildrenList

func CreateGetIndustryInfoChildrenListResponse

func CreateGetIndustryInfoChildrenListResponse() (response *GetIndustryInfoChildrenListResponse)

CreateGetIndustryInfoChildrenListResponse creates a response to parse from GetIndustryInfoChildrenList response

type GetIndustryInfoLineageListRequest

type GetIndustryInfoLineageListRequest struct {
	*requests.RpcRequest
	IndustryCode string `position:"Query" name:"IndustryCode"`
}

GetIndustryInfoLineageListRequest is the request struct for api GetIndustryInfoLineageList

func CreateGetIndustryInfoLineageListRequest

func CreateGetIndustryInfoLineageListRequest() (request *GetIndustryInfoLineageListRequest)

CreateGetIndustryInfoLineageListRequest creates a request to invoke GetIndustryInfoLineageList API

type GetIndustryInfoLineageListResponse

type GetIndustryInfoLineageListResponse struct {
	*responses.BaseResponse
	RequestId        string                 `json:"RequestId" xml:"RequestId"`
	IndustryInfoList []IndustryInfoListItem `json:"IndustryInfoList" xml:"IndustryInfoList"`
}

GetIndustryInfoLineageListResponse is the response struct for api GetIndustryInfoLineageList

func CreateGetIndustryInfoLineageListResponse

func CreateGetIndustryInfoLineageListResponse() (response *GetIndustryInfoLineageListResponse)

CreateGetIndustryInfoLineageListResponse creates a response to parse from GetIndustryInfoLineageList response

type GetIndustryInfoListRequest

type GetIndustryInfoListRequest struct {
	*requests.RpcRequest
}

GetIndustryInfoListRequest is the request struct for api GetIndustryInfoList

func CreateGetIndustryInfoListRequest

func CreateGetIndustryInfoListRequest() (request *GetIndustryInfoListRequest)

CreateGetIndustryInfoListRequest creates a request to invoke GetIndustryInfoList API

type GetIndustryInfoListResponse

type GetIndustryInfoListResponse struct {
	*responses.BaseResponse
	RequestId        string                 `json:"RequestId" xml:"RequestId"`
	IndustryInfoList []IndustryInfoListItem `json:"IndustryInfoList" xml:"IndustryInfoList"`
}

GetIndustryInfoListResponse is the response struct for api GetIndustryInfoList

func CreateGetIndustryInfoListResponse

func CreateGetIndustryInfoListResponse() (response *GetIndustryInfoListResponse)

CreateGetIndustryInfoListResponse creates a response to parse from GetIndustryInfoList response

type GetIndustryInfoRequest

type GetIndustryInfoRequest struct {
	*requests.RpcRequest
	IndustryCode string `position:"Query" name:"IndustryCode"`
}

GetIndustryInfoRequest is the request struct for api GetIndustryInfo

func CreateGetIndustryInfoRequest

func CreateGetIndustryInfoRequest() (request *GetIndustryInfoRequest)

CreateGetIndustryInfoRequest creates a request to invoke GetIndustryInfo API

type GetIndustryInfoResponse

type GetIndustryInfoResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	IndustryInfo IndustryInfo `json:"IndustryInfo" xml:"IndustryInfo"`
}

GetIndustryInfoResponse is the response struct for api GetIndustryInfo

func CreateGetIndustryInfoResponse

func CreateGetIndustryInfoResponse() (response *GetIndustryInfoResponse)

CreateGetIndustryInfoResponse creates a response to parse from GetIndustryInfo response

type GetOSSImageAccessRequest

type GetOSSImageAccessRequest struct {
	*requests.RpcRequest
	UserCode  string `position:"Query" name:"UserCode"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

GetOSSImageAccessRequest is the request struct for api GetOSSImageAccess

func CreateGetOSSImageAccessRequest

func CreateGetOSSImageAccessRequest() (request *GetOSSImageAccessRequest)

CreateGetOSSImageAccessRequest creates a request to invoke GetOSSImageAccess API

type GetOSSImageAccessResponse

type GetOSSImageAccessResponse struct {
	*responses.BaseResponse
	RequestId string  `json:"RequestId" xml:"RequestId"`
	StsInfo   StsInfo `json:"StsInfo" xml:"StsInfo"`
}

GetOSSImageAccessResponse is the response struct for api GetOSSImageAccess

func CreateGetOSSImageAccessResponse

func CreateGetOSSImageAccessResponse() (response *GetOSSImageAccessResponse)

CreateGetOSSImageAccessResponse creates a response to parse from GetOSSImageAccess response

type GetOnlineServiceResultRequest

type GetOnlineServiceResultRequest struct {
	*requests.RpcRequest
	ServiceId string `position:"Query" name:"ServiceId"`
}

GetOnlineServiceResultRequest is the request struct for api GetOnlineServiceResult

func CreateGetOnlineServiceResultRequest

func CreateGetOnlineServiceResultRequest() (request *GetOnlineServiceResultRequest)

CreateGetOnlineServiceResultRequest creates a request to invoke GetOnlineServiceResult API

type GetOnlineServiceResultResponse

type GetOnlineServiceResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
}

GetOnlineServiceResultResponse is the response struct for api GetOnlineServiceResult

func CreateGetOnlineServiceResultResponse

func CreateGetOnlineServiceResultResponse() (response *GetOnlineServiceResultResponse)

CreateGetOnlineServiceResultResponse creates a response to parse from GetOnlineServiceResult response

type GetServiceInputMappingRequest

type GetServiceInputMappingRequest struct {
	*requests.RpcRequest
	ShowLatestData requests.Boolean `position:"Query" name:"ShowLatestData"`
	Limit          requests.Integer `position:"Query" name:"Limit"`
	ServiceId      string           `position:"Query" name:"ServiceId"`
	AlgorithmId    string           `position:"Query" name:"AlgorithmId"`
}

GetServiceInputMappingRequest is the request struct for api GetServiceInputMapping

func CreateGetServiceInputMappingRequest

func CreateGetServiceInputMappingRequest() (request *GetServiceInputMappingRequest)

CreateGetServiceInputMappingRequest creates a request to invoke GetServiceInputMapping API

type GetServiceInputMappingResponse

type GetServiceInputMappingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
}

GetServiceInputMappingResponse is the response struct for api GetServiceInputMapping

func CreateGetServiceInputMappingResponse

func CreateGetServiceInputMappingResponse() (response *GetServiceInputMappingResponse)

CreateGetServiceInputMappingResponse creates a response to parse from GetServiceInputMapping response

type GetServiceResultAsyncRequest

type GetServiceResultAsyncRequest struct {
	*requests.RpcRequest
	TaskId string `position:"Query" name:"TaskId"`
}

GetServiceResultAsyncRequest is the request struct for api GetServiceResultAsync

func CreateGetServiceResultAsyncRequest

func CreateGetServiceResultAsyncRequest() (request *GetServiceResultAsyncRequest)

CreateGetServiceResultAsyncRequest creates a request to invoke GetServiceResultAsync API

type GetServiceResultAsyncResponse

type GetServiceResultAsyncResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
}

GetServiceResultAsyncResponse is the response struct for api GetServiceResultAsync

func CreateGetServiceResultAsyncResponse

func CreateGetServiceResultAsyncResponse() (response *GetServiceResultAsyncResponse)

CreateGetServiceResultAsyncResponse creates a response to parse from GetServiceResultAsync response

type IndustryInfo

type IndustryInfo struct {
	Id    string `json:"Id" xml:"Id"`
	Code  string `json:"Code" xml:"Code"`
	Name  string `json:"Name" xml:"Name"`
	Level int    `json:"Level" xml:"Level"`
}

IndustryInfo is a nested struct in industry_brain response

type IndustryInfoListInGetIndustryInfoChildrenList

type IndustryInfoListInGetIndustryInfoChildrenList struct {
	IndustryInfoListItem []IndustryInfoListItem `json:"IndustryInfoListItem" xml:"IndustryInfoListItem"`
}

IndustryInfoListInGetIndustryInfoChildrenList is a nested struct in industry_brain response

type IndustryInfoListInGetIndustryInfoLineageList

type IndustryInfoListInGetIndustryInfoLineageList struct {
	IndustryInfoListItem []IndustryInfoListItem `json:"IndustryInfoListItem" xml:"IndustryInfoListItem"`
}

IndustryInfoListInGetIndustryInfoLineageList is a nested struct in industry_brain response

type IndustryInfoListInGetIndustryInfoList

type IndustryInfoListInGetIndustryInfoList struct {
	IndustryInfoListItem []IndustryInfoListItem `json:"IndustryInfoListItem" xml:"IndustryInfoListItem"`
}

IndustryInfoListInGetIndustryInfoList is a nested struct in industry_brain response

type IndustryInfoListItem

type IndustryInfoListItem struct {
	Name  string `json:"Name" xml:"Name"`
	Code  string `json:"Code" xml:"Code"`
	Level string `json:"Level" xml:"Level"`
	Id    string `json:"Id" xml:"Id"`
}

IndustryInfoListItem is a nested struct in industry_brain response

type InvokeServiceAsyncRequest

type InvokeServiceAsyncRequest struct {
	*requests.RpcRequest
	IsShowInput requests.Boolean `position:"Query" name:"IsShowInput"`
	ServiceId   string           `position:"Query" name:"ServiceId"`
	Params      string           `position:"Query" name:"Params"`
	RequestData string           `position:"Query" name:"RequestData"`
}

InvokeServiceAsyncRequest is the request struct for api InvokeServiceAsync

func CreateInvokeServiceAsyncRequest

func CreateInvokeServiceAsyncRequest() (request *InvokeServiceAsyncRequest)

CreateInvokeServiceAsyncRequest creates a request to invoke InvokeServiceAsync API

type InvokeServiceAsyncResponse

type InvokeServiceAsyncResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
}

InvokeServiceAsyncResponse is the response struct for api InvokeServiceAsync

func CreateInvokeServiceAsyncResponse

func CreateInvokeServiceAsyncResponse() (response *InvokeServiceAsyncResponse)

CreateInvokeServiceAsyncResponse creates a response to parse from InvokeServiceAsync response

type InvokeServiceRequest

type InvokeServiceRequest struct {
	*requests.RpcRequest
	RequestParams string           `position:"Query" name:"RequestParams"`
	ServiceId     string           `position:"Query" name:"ServiceId"`
	RequestData   string           `position:"Query" name:"RequestData"`
	ShowParams    requests.Boolean `position:"Query" name:"ShowParams"`
}

InvokeServiceRequest is the request struct for api InvokeService

func CreateInvokeServiceRequest

func CreateInvokeServiceRequest() (request *InvokeServiceRequest)

CreateInvokeServiceRequest creates a request to invoke InvokeService API

type InvokeServiceResponse

type InvokeServiceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
}

InvokeServiceResponse is the response struct for api InvokeService

func CreateInvokeServiceResponse

func CreateInvokeServiceResponse() (response *InvokeServiceResponse)

CreateInvokeServiceResponse creates a response to parse from InvokeService response

type OperateEquipmentRequest

type OperateEquipmentRequest struct {
	*requests.RpcRequest
	Operation   string `position:"Body" name:"Operation"`
	ProjectId   string `position:"Body" name:"ProjectId"`
	RequestData string `position:"Body" name:"RequestData"`
}

OperateEquipmentRequest is the request struct for api OperateEquipment

func CreateOperateEquipmentRequest

func CreateOperateEquipmentRequest() (request *OperateEquipmentRequest)

CreateOperateEquipmentRequest creates a request to invoke OperateEquipment API

type OperateEquipmentResponse

type OperateEquipmentResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
}

OperateEquipmentResponse is the response struct for api OperateEquipment

func CreateOperateEquipmentResponse

func CreateOperateEquipmentResponse() (response *OperateEquipmentResponse)

CreateOperateEquipmentResponse creates a response to parse from OperateEquipment response

type PostRealTimeDeviceDataRequest

type PostRealTimeDeviceDataRequest struct {
	*requests.RpcRequest
	Data      string `position:"Body" name:"Data"`
	ServiceId string `position:"Body" name:"ServiceId"`
}

PostRealTimeDeviceDataRequest is the request struct for api PostRealTimeDeviceData

func CreatePostRealTimeDeviceDataRequest

func CreatePostRealTimeDeviceDataRequest() (request *PostRealTimeDeviceDataRequest)

CreatePostRealTimeDeviceDataRequest creates a request to invoke PostRealTimeDeviceData API

type PostRealTimeDeviceDataResponse

type PostRealTimeDeviceDataResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      string `json:"Data" xml:"Data"`
}

PostRealTimeDeviceDataResponse is the response struct for api PostRealTimeDeviceData

func CreatePostRealTimeDeviceDataResponse

func CreatePostRealTimeDeviceDataResponse() (response *PostRealTimeDeviceDataResponse)

CreatePostRealTimeDeviceDataResponse creates a response to parse from PostRealTimeDeviceData response

type PrefixList

type PrefixList struct {
	PrefixList []string `json:"PrefixList" xml:"PrefixList"`
}

PrefixList is a nested struct in industry_brain response

type StsInfo

type StsInfo struct {
	AccessKeyId     string   `json:"AccessKeyId" xml:"AccessKeyId"`
	AccessKeySecret string   `json:"AccessKeySecret" xml:"AccessKeySecret"`
	SecurityToken   string   `json:"SecurityToken" xml:"SecurityToken"`
	Expiration      string   `json:"Expiration" xml:"Expiration"`
	BucketName      string   `json:"BucketName" xml:"BucketName"`
	Endpoint        string   `json:"Endpoint" xml:"Endpoint"`
	PrefixList      []string `json:"PrefixList" xml:"PrefixList"`
}

StsInfo is a nested struct in industry_brain response

Jump to

Keyboard shortcuts

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