Documentation
¶
Overview ¶
Package veiapiiface provides an interface to enable mocking the VEI_API service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AddIotModelsInput
- type AddIotModelsOutput
- type CharacterForCreateIotLlmTokenInput
- type ClassifierForGetMediapipeEventOutput
- func (s ClassifierForGetMediapipeEventOutput) GoString() string
- func (s *ClassifierForGetMediapipeEventOutput) SetLabel(v string) *ClassifierForGetMediapipeEventOutput
- func (s *ClassifierForGetMediapipeEventOutput) SetProb(v float64) *ClassifierForGetMediapipeEventOutput
- func (s ClassifierForGetMediapipeEventOutput) String() string
- type ClassifierForListMediapipeEventOutput
- func (s ClassifierForListMediapipeEventOutput) GoString() string
- func (s *ClassifierForListMediapipeEventOutput) SetLabel(v string) *ClassifierForListMediapipeEventOutput
- func (s *ClassifierForListMediapipeEventOutput) SetProb(v float64) *ClassifierForListMediapipeEventOutput
- func (s ClassifierForListMediapipeEventOutput) String() string
- type ConfigForUpdateDeploymentInput
- func (s ConfigForUpdateDeploymentInput) GoString() string
- func (s *ConfigForUpdateDeploymentInput) SetConfig_type(v int32) *ConfigForUpdateDeploymentInput
- func (s *ConfigForUpdateDeploymentInput) SetContainer_path(v string) *ConfigForUpdateDeploymentInput
- func (s *ConfigForUpdateDeploymentInput) SetName(v string) *ConfigForUpdateDeploymentInput
- func (s ConfigForUpdateDeploymentInput) String() string
- func (s *ConfigForUpdateDeploymentInput) Validate() error
- type ConfigmapForUpdateDeploymentInput
- type ContainerForUpdateDeploymentInput
- func (s ContainerForUpdateDeploymentInput) GoString() string
- func (s *ContainerForUpdateDeploymentInput) SetArgs(v []*string) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetCommand(v []*string) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetConfigs(v []*ConfigForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetDevice_mounted(v bool) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetEnv(v []*EnvForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetImage(v string) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetInited(v bool) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetName(v string) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetPorts(v []*PortForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetPost_start(v []*string) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetPre_stop(v []*string) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetPrivileged(v bool) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetResources(v *ResourcesForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetVolume_devices(v []*Volume_deviceForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
- func (s *ContainerForUpdateDeploymentInput) SetVolume_mounts(v []*Volume_mountForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
- func (s ContainerForUpdateDeploymentInput) String() string
- func (s *ContainerForUpdateDeploymentInput) Validate() error
- type CreateIotLlmTokenInput
- func (s CreateIotLlmTokenInput) GoString() string
- func (s *CreateIotLlmTokenInput) SetAvailable_devices(v int64) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetAvailable_online_devices(v int64) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetInstance_id(v string) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetInstance_name(v string) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetInstance_region(v string) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetInstance_spec(v string) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetMqtt_broker(v string) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetPassword(v string) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetQuota(v *QuotaForCreateIotLlmTokenInput) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetTags(v []*TagForCreateIotLlmTokenInput) *CreateIotLlmTokenInput
- func (s *CreateIotLlmTokenInput) SetUsername(v string) *CreateIotLlmTokenInput
- func (s CreateIotLlmTokenInput) String() string
- func (s *CreateIotLlmTokenInput) Validate() error
- type CreateIotLlmTokenOutput
- type CreateModelServiceInput
- func (s CreateModelServiceInput) GoString() string
- func (s *CreateModelServiceInput) SetCompression(v bool) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetCpu_count(v int32) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetCpu_limit(v float64) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetCpu_request(v float64) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetDeploy_config(v *Deploy_configForCreateModelServiceInput) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetDynamic_batching(v bool) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetGpu_count(v int32) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetGrpc_port(v int32) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetHttp_mem_limit_unit(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetHttp_mem_req_unit(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetJson_parameter(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetMax_batch_size(v int64) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetMax_queue_delay_microseconds(v int64) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetMem_limit(v int32) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetModel_id(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetModel_name(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetModel_service_name(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetOpen_ai_api(v *Open_ai_apiForCreateModelServiceInput) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetPort(v int32) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetProcess_id(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetProcess_name(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetProject_id(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetProject_name(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetReplicas(v int32) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetService_config(v []*Service_configForCreateModelServiceInput) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetShared_memory(v *Shared_memoryForCreateModelServiceInput) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetState_type(v int32) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetVersion_id(v string) *CreateModelServiceInput
- func (s *CreateModelServiceInput) SetVersion_name(v string) *CreateModelServiceInput
- func (s CreateModelServiceInput) String() string
- func (s *CreateModelServiceInput) Validate() error
- type CreateModelServiceOutput
- type CreateNodeGroupInput
- func (s CreateNodeGroupInput) GoString() string
- func (s *CreateNodeGroupInput) SetDescription(v string) *CreateNodeGroupInput
- func (s *CreateNodeGroupInput) SetNodeGroupName(v string) *CreateNodeGroupInput
- func (s *CreateNodeGroupInput) SetProjectID(v string) *CreateNodeGroupInput
- func (s *CreateNodeGroupInput) SetTags(v []*TagForCreateNodeGroupInput) *CreateNodeGroupInput
- func (s CreateNodeGroupInput) String() string
- func (s *CreateNodeGroupInput) Validate() error
- type CreateNodeGroupOutput
- type CreateSNInOneStepInput
- func (s CreateSNInOneStepInput) GoString() string
- func (s *CreateSNInOneStepInput) SetAuto_renew(v bool) *CreateSNInOneStepInput
- func (s *CreateSNInOneStepInput) SetCount_of_month(v int32) *CreateSNInOneStepInput
- func (s *CreateSNInOneStepInput) SetType(v int32) *CreateSNInOneStepInput
- func (s CreateSNInOneStepInput) String() string
- func (s *CreateSNInOneStepInput) Validate() error
- type CreateSNInOneStepOutput
- type DeleteIotLlmTokensInput
- type DeleteIotLlmTokensOutput
- type DeleteIotModelsInput
- type DeleteIotModelsOutput
- type DeleteNodeGroupInput
- type DeleteNodeGroupOutput
- type Deploy_configForCreateModelServiceInput
- func (s Deploy_configForCreateModelServiceInput) GoString() string
- func (s *Deploy_configForCreateModelServiceInput) SetNode_groups(v []*Node_groupForCreateModelServiceInput) *Deploy_configForCreateModelServiceInput
- func (s *Deploy_configForCreateModelServiceInput) SetNodes(v []*NodeForCreateModelServiceInput) *Deploy_configForCreateModelServiceInput
- func (s Deploy_configForCreateModelServiceInput) String() string
- type DeploymentForUpdateDeploymentInput
- func (s DeploymentForUpdateDeploymentInput) GoString() string
- func (s *DeploymentForUpdateDeploymentInput) SetNode_list(v []*string) *DeploymentForUpdateDeploymentInput
- func (s *DeploymentForUpdateDeploymentInput) SetReplicas(v int32) *DeploymentForUpdateDeploymentInput
- func (s *DeploymentForUpdateDeploymentInput) SetStrategy(v *StrategyForUpdateDeploymentInput) *DeploymentForUpdateDeploymentInput
- func (s *DeploymentForUpdateDeploymentInput) SetTemplate(v *TemplateForUpdateDeploymentInput) *DeploymentForUpdateDeploymentInput
- func (s DeploymentForUpdateDeploymentInput) String() string
- func (s *DeploymentForUpdateDeploymentInput) Validate() error
- type DeviceContinuousMoveInput
- func (s DeviceContinuousMoveInput) GoString() string
- func (s *DeviceContinuousMoveInput) SetDevice_id(v string) *DeviceContinuousMoveInput
- func (s *DeviceContinuousMoveInput) SetPan_tilt_x(v float64) *DeviceContinuousMoveInput
- func (s *DeviceContinuousMoveInput) SetPan_tilt_y(v float64) *DeviceContinuousMoveInput
- func (s *DeviceContinuousMoveInput) SetTime_out(v int32) *DeviceContinuousMoveInput
- func (s *DeviceContinuousMoveInput) SetZoom_x(v float64) *DeviceContinuousMoveInput
- func (s DeviceContinuousMoveInput) String() string
- func (s *DeviceContinuousMoveInput) Validate() error
- type DeviceContinuousMoveOutput
- type DurationForCreateIotLlmTokenInput
- type EdgeCallInput
- func (s EdgeCallInput) GoString() string
- func (s *EdgeCallInput) SetDevice_id(v string) *EdgeCallInput
- func (s *EdgeCallInput) SetFunction_identifier(v string) *EdgeCallInput
- func (s *EdgeCallInput) SetInput(v string) *EdgeCallInput
- func (s *EdgeCallInput) SetMode(v int32) *EdgeCallInput
- func (s *EdgeCallInput) SetModule_identifier(v string) *EdgeCallInput
- func (s *EdgeCallInput) SetShow_template(v bool) *EdgeCallInput
- func (s EdgeCallInput) String() string
- func (s *EdgeCallInput) Validate() error
- type EdgeCallOutput
- func (s EdgeCallOutput) GoString() string
- func (s *EdgeCallOutput) SetDevice_id(v string) *EdgeCallOutput
- func (s *EdgeCallOutput) SetFunction_identifier(v string) *EdgeCallOutput
- func (s *EdgeCallOutput) SetMode(v int32) *EdgeCallOutput
- func (s *EdgeCallOutput) SetModule_identifier(v string) *EdgeCallOutput
- func (s *EdgeCallOutput) SetOrigin(v int64) *EdgeCallOutput
- func (s *EdgeCallOutput) SetOutput(v *OutputForEdgeCallOutput) *EdgeCallOutput
- func (s *EdgeCallOutput) SetTemplate(v string) *EdgeCallOutput
- func (s EdgeCallOutput) String() string
- type Empty_dirForUpdateDeploymentInput
- type EnvForUpdateDeploymentInput
- func (s EnvForUpdateDeploymentInput) GoString() string
- func (s *EnvForUpdateDeploymentInput) SetName(v string) *EnvForUpdateDeploymentInput
- func (s *EnvForUpdateDeploymentInput) SetValue(v string) *EnvForUpdateDeploymentInput
- func (s *EnvForUpdateDeploymentInput) SetValue_type(v int32) *EnvForUpdateDeploymentInput
- func (s EnvForUpdateDeploymentInput) String() string
- type FilterForListIotModelsInput
- type FilterForListLLModelsV2Input
- func (s FilterForListLLModelsV2Input) GoString() string
- func (s *FilterForListLLModelsV2Input) SetCategory(v int32) *FilterForListLLModelsV2Input
- func (s *FilterForListLLModelsV2Input) SetChannel_source(v int32) *FilterForListLLModelsV2Input
- func (s *FilterForListLLModelsV2Input) SetModel(v string) *FilterForListLLModelsV2Input
- func (s *FilterForListLLModelsV2Input) SetProvider(v string) *FilterForListLLModelsV2Input
- func (s *FilterForListLLModelsV2Input) SetTags(v []*string) *FilterForListLLModelsV2Input
- func (s FilterForListLLModelsV2Input) String() string
- type GetLastDevicePropertyValueInput
- func (s GetLastDevicePropertyValueInput) GoString() string
- func (s *GetLastDevicePropertyValueInput) SetDevice_id(v string) *GetLastDevicePropertyValueInput
- func (s *GetLastDevicePropertyValueInput) SetModule_identifier(v string) *GetLastDevicePropertyValueInput
- func (s *GetLastDevicePropertyValueInput) SetProperty_identifiers(v []*string) *GetLastDevicePropertyValueInput
- func (s GetLastDevicePropertyValueInput) String() string
- func (s *GetLastDevicePropertyValueInput) Validate() error
- type GetLastDevicePropertyValueOutput
- type GetLogRuleInput
- type GetLogRuleOutput
- func (s GetLogRuleOutput) GoString() string
- func (s *GetLogRuleOutput) SetFile_path(v []*string) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetIs_running(v bool) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetPod_name(v []*string) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetPod_range(v int32) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetRule_id(v string) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetRule_name(v string) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetRule_type(v string) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetTls_project(v string) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetTls_tag(v string) *GetLogRuleOutput
- func (s *GetLogRuleOutput) SetTls_topic(v string) *GetLogRuleOutput
- func (s GetLogRuleOutput) String() string
- type GetMediapipeEventInput
- type GetMediapipeEventOutput
- func (s GetMediapipeEventOutput) GoString() string
- func (s *GetMediapipeEventOutput) SetBase64_image_string(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetCreate_time(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetEvent_id(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetEvent_type(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetInstance_id(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetInstance_name(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetJson_all_string(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetObj_bboxes(v []*Obj_bboxForGetMediapipeEventOutput) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetProject_id(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetSource_id(v string) *GetMediapipeEventOutput
- func (s *GetMediapipeEventOutput) SetSource_type(v string) *GetMediapipeEventOutput
- func (s GetMediapipeEventOutput) String() string
- type GetNodeGroupInput
- type GetNodeGroupOutput
- type Host_pathForUpdateDeploymentInput
- func (s Host_pathForUpdateDeploymentInput) GoString() string
- func (s *Host_pathForUpdateDeploymentInput) SetHost_path_type(v int32) *Host_pathForUpdateDeploymentInput
- func (s *Host_pathForUpdateDeploymentInput) SetPath(v string) *Host_pathForUpdateDeploymentInput
- func (s Host_pathForUpdateDeploymentInput) String() string
- type Iot_filterForListLLModelsV2Input
- type ItemForGetLastDevicePropertyValueOutput
- func (s ItemForGetLastDevicePropertyValueOutput) GoString() string
- func (s *ItemForGetLastDevicePropertyValueOutput) SetIdentifier(v string) *ItemForGetLastDevicePropertyValueOutput
- func (s *ItemForGetLastDevicePropertyValueOutput) SetTime(v int64) *ItemForGetLastDevicePropertyValueOutput
- func (s *ItemForGetLastDevicePropertyValueOutput) SetType(v string) *ItemForGetLastDevicePropertyValueOutput
- func (s *ItemForGetLastDevicePropertyValueOutput) SetValue(v string) *ItemForGetLastDevicePropertyValueOutput
- func (s ItemForGetLastDevicePropertyValueOutput) String() string
- type ItemForListDeploymentOutput
- func (s ItemForListDeploymentOutput) GoString() string
- func (s *ItemForListDeploymentOutput) SetBiz_line(v int32) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetCreated_at(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetDeployment_error_message(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetDeployment_id(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetDeployment_type(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetDesc(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetHci_name(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetName(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetNode(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetProject_id(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetProject_name(v string) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetRelated_template(v *Related_templateForListDeploymentOutput) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetStatus(v *StatusForListDeploymentOutput) *ItemForListDeploymentOutput
- func (s *ItemForListDeploymentOutput) SetUpdated_at(v string) *ItemForListDeploymentOutput
- func (s ItemForListDeploymentOutput) String() string
- type ItemForListDeviceOutput
- func (s ItemForListDeviceOutput) GoString() string
- func (s *ItemForListDeviceOutput) SetDescription(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetDevice_id(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetDevice_name(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetDriver_template_alias(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetDriver_template_name(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetNode_alias(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetNode_name(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetProfile_category(v int32) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetProfile_id(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetProfile_name(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetProject_id(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetProject_name(v string) *ItemForListDeviceOutput
- func (s *ItemForListDeviceOutput) SetStatus(v int32) *ItemForListDeviceOutput
- func (s ItemForListDeviceOutput) String() string
- type ItemForListHCINewOutput
- func (s ItemForListHCINewOutput) GoString() string
- func (s *ItemForListHCINewOutput) SetActivated_at(v string) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetAlias(v string) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetCpu_usage(v float64) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetHci_model_ref(v string) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetLast_active_at(v string) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetMemory_usage(v float64) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetMonitor_status(v int32) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetName(v string) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetNode_available_cpu(v float64) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetNode_available_mem(v int32) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetNode_workload_count(v int32) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetOta_status(v *Ota_statusForListHCINewOutput) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetProject_workload_count(v int32) *ItemForListHCINewOutput
- func (s *ItemForListHCINewOutput) SetStatus(v int32) *ItemForListHCINewOutput
- func (s ItemForListHCINewOutput) String() string
- type ItemForListLLModelsV2Output
- func (s ItemForListLLModelsV2Output) GoString() string
- func (s *ItemForListLLModelsV2Output) SetAdded_at(v int64) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetBill_type(v int32) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetCategory(v int32) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetId(v string) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetModel(v string) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetName(v string) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetProvider(v *ProviderForListLLModelsV2Output) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetStatus(v int32) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetTags(v []*string) *ItemForListLLModelsV2Output
- func (s *ItemForListLLModelsV2Output) SetUsage(v *UsageForListLLModelsV2Output) *ItemForListLLModelsV2Output
- func (s ItemForListLLModelsV2Output) String() string
- type ItemForListMediapipeEventOutput
- func (s ItemForListMediapipeEventOutput) GoString() string
- func (s *ItemForListMediapipeEventOutput) SetClassifier(v []*ClassifierForListMediapipeEventOutput) *ItemForListMediapipeEventOutput
- func (s *ItemForListMediapipeEventOutput) SetHeight(v string) *ItemForListMediapipeEventOutput
- func (s *ItemForListMediapipeEventOutput) SetId(v int32) *ItemForListMediapipeEventOutput
- func (s *ItemForListMediapipeEventOutput) SetLabel(v string) *ItemForListMediapipeEventOutput
- func (s *ItemForListMediapipeEventOutput) SetLeft(v float64) *ItemForListMediapipeEventOutput
- func (s *ItemForListMediapipeEventOutput) SetProb(v float64) *ItemForListMediapipeEventOutput
- func (s *ItemForListMediapipeEventOutput) SetTop(v string) *ItemForListMediapipeEventOutput
- func (s *ItemForListMediapipeEventOutput) SetWidth(v float64) *ItemForListMediapipeEventOutput
- func (s ItemForListMediapipeEventOutput) String() string
- type ItemForListMediapipeInstanceOutput
- type ItemForListModelOutput
- type ItemForListModelServiceOutput
- type ItemForListProjectOutput
- func (s ItemForListProjectOutput) GoString() string
- func (s *ItemForListProjectOutput) SetCreated_at(v string) *ItemForListProjectOutput
- func (s *ItemForListProjectOutput) SetDesc(v string) *ItemForListProjectOutput
- func (s *ItemForListProjectOutput) SetIam_project_name(v string) *ItemForListProjectOutput
- func (s *ItemForListProjectOutput) SetId(v string) *ItemForListProjectOutput
- func (s *ItemForListProjectOutput) SetName(v string) *ItemForListProjectOutput
- func (s *ItemForListProjectOutput) SetStatus(v string) *ItemForListProjectOutput
- func (s *ItemForListProjectOutput) SetTags(v []*TagForListProjectOutput) *ItemForListProjectOutput
- func (s ItemForListProjectOutput) String() string
- type ListDeploymentInput
- func (s ListDeploymentInput) GoString() string
- func (s *ListDeploymentInput) SetApp_name(v string) *ListDeploymentInput
- func (s *ListDeploymentInput) SetBiz_deployment(v bool) *ListDeploymentInput
- func (s *ListDeploymentInput) SetBiz_line(v []*int32) *ListDeploymentInput
- func (s *ListDeploymentInput) SetCreated_orderby(v int32) *ListDeploymentInput
- func (s *ListDeploymentInput) SetNodes(v []*string) *ListDeploymentInput
- func (s *ListDeploymentInput) SetPage_index(v int32) *ListDeploymentInput
- func (s *ListDeploymentInput) SetPage_size(v int32) *ListDeploymentInput
- func (s *ListDeploymentInput) SetProject_id(v string) *ListDeploymentInput
- func (s *ListDeploymentInput) SetTemplate_ids(v []*string) *ListDeploymentInput
- func (s *ListDeploymentInput) SetUpdated_orderby(v int32) *ListDeploymentInput
- func (s ListDeploymentInput) String() string
- func (s *ListDeploymentInput) Validate() error
- type ListDeploymentOutput
- type ListDeviceInput
- func (s ListDeviceInput) GoString() string
- func (s *ListDeviceInput) SetCreated_orderby(v int32) *ListDeviceInput
- func (s *ListDeviceInput) SetDriver_template_name(v []*string) *ListDeviceInput
- func (s *ListDeviceInput) SetNode_name(v []*string) *ListDeviceInput
- func (s *ListDeviceInput) SetPage_index(v int32) *ListDeviceInput
- func (s *ListDeviceInput) SetPage_size(v int32) *ListDeviceInput
- func (s *ListDeviceInput) SetProfile_category(v []*string) *ListDeviceInput
- func (s *ListDeviceInput) SetProject_id(v []*string) *ListDeviceInput
- func (s *ListDeviceInput) SetStatus(v []*int32) *ListDeviceInput
- func (s *ListDeviceInput) SetTags(v []*TagForListDeviceInput) *ListDeviceInput
- func (s *ListDeviceInput) SetUpdated_orderby(v int32) *ListDeviceInput
- func (s *ListDeviceInput) SetVague_device_name(v string) *ListDeviceInput
- func (s ListDeviceInput) String() string
- func (s *ListDeviceInput) Validate() error
- type ListDeviceOutput
- func (s ListDeviceOutput) GoString() string
- func (s *ListDeviceOutput) SetItems(v []*ItemForListDeviceOutput) *ListDeviceOutput
- func (s *ListDeviceOutput) SetOverview(v *OverviewForListDeviceOutput) *ListDeviceOutput
- func (s *ListDeviceOutput) SetPageinator(v *PageinatorForListDeviceOutput) *ListDeviceOutput
- func (s ListDeviceOutput) String() string
- type ListHCINewInput
- func (s ListHCINewInput) GoString() string
- func (s *ListHCINewInput) SetAccount(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetAlias(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetArch(v int32) *ListHCINewInput
- func (s *ListHCINewInput) SetBind_from(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetBind_orderby(v int32) *ListHCINewInput
- func (s *ListHCINewInput) SetBind_to(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetCoprocessor(v int32) *ListHCINewInput
- func (s *ListHCINewInput) SetHci_model_ref(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetName(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetNodeGroupIDs(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetPage_index(v int32) *ListHCINewInput
- func (s *ListHCINewInput) SetPage_size(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetProjectId(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetSn(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetStatus(v string) *ListHCINewInput
- func (s *ListHCINewInput) SetTags(v []*TagForListHCINewInput) *ListHCINewInput
- func (s ListHCINewInput) String() string
- func (s *ListHCINewInput) Validate() error
- type ListHCINewOutput
- type ListIotModelsInput
- func (s ListIotModelsInput) GoString() string
- func (s *ListIotModelsInput) SetFilter(v *FilterForListIotModelsInput) *ListIotModelsInput
- func (s *ListIotModelsInput) SetInstance_id(v string) *ListIotModelsInput
- func (s *ListIotModelsInput) SetPage_index(v int32) *ListIotModelsInput
- func (s *ListIotModelsInput) SetPage_size(v int32) *ListIotModelsInput
- func (s ListIotModelsInput) String() string
- func (s *ListIotModelsInput) Validate() error
- type ListIotModelsOutput
- type ListLLModelsV2Input
- func (s ListLLModelsV2Input) GoString() string
- func (s *ListLLModelsV2Input) SetFilter(v *FilterForListLLModelsV2Input) *ListLLModelsV2Input
- func (s *ListLLModelsV2Input) SetIot_filter(v *Iot_filterForListLLModelsV2Input) *ListLLModelsV2Input
- func (s *ListLLModelsV2Input) SetPage_index(v int32) *ListLLModelsV2Input
- func (s *ListLLModelsV2Input) SetPage_size(v int32) *ListLLModelsV2Input
- func (s ListLLModelsV2Input) String() string
- func (s *ListLLModelsV2Input) Validate() error
- type ListLLModelsV2Output
- type ListMediapipeEventInput
- func (s ListMediapipeEventInput) GoString() string
- func (s *ListMediapipeEventInput) SetCreated_orderby(v int32) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetEnd_time(v int32) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetEvent_type(v string) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetInstance_id(v string) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetInstance_name(v string) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetNode_id(v string) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetPage_index(v int32) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetPage_size(v int32) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetProject_id(v string) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetSource_id(v string) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetSource_type(v int32) *ListMediapipeEventInput
- func (s *ListMediapipeEventInput) SetStart_time(v int32) *ListMediapipeEventInput
- func (s ListMediapipeEventInput) String() string
- func (s *ListMediapipeEventInput) Validate() error
- type ListMediapipeEventOutput
- func (s ListMediapipeEventOutput) GoString() string
- func (s *ListMediapipeEventOutput) SetItems(v []*ItemForListMediapipeEventOutput) *ListMediapipeEventOutput
- func (s *ListMediapipeEventOutput) SetPageinator(v *PageinatorForListMediapipeEventOutput) *ListMediapipeEventOutput
- func (s ListMediapipeEventOutput) String() string
- type ListMediapipeInstanceInput
- func (s ListMediapipeInstanceInput) GoString() string
- func (s *ListMediapipeInstanceInput) SetEngine_types(v []*int32) *ListMediapipeInstanceInput
- func (s *ListMediapipeInstanceInput) SetHci_alias(v []*string) *ListMediapipeInstanceInput
- func (s *ListMediapipeInstanceInput) SetHci_names(v []*string) *ListMediapipeInstanceInput
- func (s *ListMediapipeInstanceInput) SetInstance_name(v string) *ListMediapipeInstanceInput
- func (s *ListMediapipeInstanceInput) SetPage_index(v int32) *ListMediapipeInstanceInput
- func (s *ListMediapipeInstanceInput) SetPage_size(v int32) *ListMediapipeInstanceInput
- func (s *ListMediapipeInstanceInput) SetProject_ids(v []*string) *ListMediapipeInstanceInput
- func (s *ListMediapipeInstanceInput) SetStatuses(v []*int32) *ListMediapipeInstanceInput
- func (s ListMediapipeInstanceInput) String() string
- func (s *ListMediapipeInstanceInput) Validate() error
- type ListMediapipeInstanceOutput
- func (s ListMediapipeInstanceOutput) GoString() string
- func (s *ListMediapipeInstanceOutput) SetItems(v []*ItemForListMediapipeInstanceOutput) *ListMediapipeInstanceOutput
- func (s *ListMediapipeInstanceOutput) SetPageinator(v *PageinatorForListMediapipeInstanceOutput) *ListMediapipeInstanceOutput
- func (s ListMediapipeInstanceOutput) String() string
- type ListModelInput
- func (s ListModelInput) GoString() string
- func (s *ListModelInput) SetCreated_orderby(v string) *ListModelInput
- func (s *ListModelInput) SetKind(v int32) *ListModelInput
- func (s *ListModelInput) SetModel_name(v string) *ListModelInput
- func (s *ListModelInput) SetPage_index(v int32) *ListModelInput
- func (s *ListModelInput) SetPage_size(v int32) *ListModelInput
- func (s *ListModelInput) SetProject_id(v string) *ListModelInput
- func (s *ListModelInput) SetUpdated_orderby(v int32) *ListModelInput
- func (s ListModelInput) String() string
- func (s *ListModelInput) Validate() error
- type ListModelOutput
- func (s ListModelOutput) GoString() string
- func (s *ListModelOutput) SetItems(v []*ItemForListModelOutput) *ListModelOutput
- func (s *ListModelOutput) SetKind(v int32) *ListModelOutput
- func (s *ListModelOutput) SetPageinator(v *PageinatorForListModelOutput) *ListModelOutput
- func (s ListModelOutput) String() string
- type ListModelServiceInput
- func (s ListModelServiceInput) GoString() string
- func (s *ListModelServiceInput) SetName(v string) *ListModelServiceInput
- func (s *ListModelServiceInput) SetNode_group_ids(v []*string) *ListModelServiceInput
- func (s *ListModelServiceInput) SetNode_id(v string) *ListModelServiceInput
- func (s *ListModelServiceInput) SetPage_index(v int32) *ListModelServiceInput
- func (s *ListModelServiceInput) SetPage_size(v int32) *ListModelServiceInput
- func (s *ListModelServiceInput) SetProject_id(v string) *ListModelServiceInput
- func (s *ListModelServiceInput) SetStatus(v int32) *ListModelServiceInput
- func (s ListModelServiceInput) String() string
- func (s *ListModelServiceInput) Validate() error
- type ListModelServiceOutput
- func (s ListModelServiceOutput) GoString() string
- func (s *ListModelServiceOutput) SetItems(v []*ItemForListModelServiceOutput) *ListModelServiceOutput
- func (s *ListModelServiceOutput) SetPageinator(v *PageinatorForListModelServiceOutput) *ListModelServiceOutput
- func (s ListModelServiceOutput) String() string
- type ListNodeGroupInput
- type ListNodeGroupOutput
- type ListProjectInput
- func (s ListProjectInput) GoString() string
- func (s *ListProjectInput) SetCreated_from(v int32) *ListProjectInput
- func (s *ListProjectInput) SetCreated_orderby(v int32) *ListProjectInput
- func (s *ListProjectInput) SetCreated_to(v string) *ListProjectInput
- func (s *ListProjectInput) SetIam_project_name(v string) *ListProjectInput
- func (s *ListProjectInput) SetIam_projects(v []*string) *ListProjectInput
- func (s *ListProjectInput) SetPage_index(v int32) *ListProjectInput
- func (s *ListProjectInput) SetPage_size(v int32) *ListProjectInput
- func (s *ListProjectInput) SetProject_name(v string) *ListProjectInput
- func (s *ListProjectInput) SetTag_filters(v []*Tag_filterForListProjectInput) *ListProjectInput
- func (s ListProjectInput) String() string
- func (s *ListProjectInput) Validate() error
- type ListProjectOutput
- func (s ListProjectOutput) GoString() string
- func (s *ListProjectOutput) SetItems(v []*ItemForListProjectOutput) *ListProjectOutput
- func (s *ListProjectOutput) SetPageinator(v *PageinatorForListProjectOutput) *ListProjectOutput
- func (s *ListProjectOutput) SetTotal_items(v int64) *ListProjectOutput
- func (s ListProjectOutput) String() string
- type MetaForGetNodeGroupOutput
- func (s MetaForGetNodeGroupOutput) GoString() string
- func (s *MetaForGetNodeGroupOutput) SetCreatedAt(v int64) *MetaForGetNodeGroupOutput
- func (s *MetaForGetNodeGroupOutput) SetDeletedAt(v int64) *MetaForGetNodeGroupOutput
- func (s *MetaForGetNodeGroupOutput) SetUpdatedAt(v int64) *MetaForGetNodeGroupOutput
- func (s MetaForGetNodeGroupOutput) String() string
- type MetaForListNodeGroupOutput
- func (s MetaForListNodeGroupOutput) GoString() string
- func (s *MetaForListNodeGroupOutput) SetCreatedAt(v int64) *MetaForListNodeGroupOutput
- func (s *MetaForListNodeGroupOutput) SetDeletedAt(v int64) *MetaForListNodeGroupOutput
- func (s *MetaForListNodeGroupOutput) SetUpdatedAt(v int64) *MetaForListNodeGroupOutput
- func (s MetaForListNodeGroupOutput) String() string
- type ModelForAddIotModelsInput
- func (s ModelForAddIotModelsInput) GoString() string
- func (s *ModelForAddIotModelsInput) SetAdded_at(v int64) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetBill_type(v int32) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetCategory(v int32) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetId(v string) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetModel(v string) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetName(v string) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetProvider(v *ProviderForAddIotModelsInput) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetStatus(v int32) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetTags(v []*string) *ModelForAddIotModelsInput
- func (s *ModelForAddIotModelsInput) SetUsage(v *UsageForAddIotModelsInput) *ModelForAddIotModelsInput
- func (s ModelForAddIotModelsInput) String() string
- type ModelForListIotModelsOutput
- func (s ModelForListIotModelsOutput) GoString() string
- func (s *ModelForListIotModelsOutput) SetAdded_at(v int64) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetBill_type(v int32) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetCategory(v int32) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetId(v string) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetModel(v string) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetName(v string) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetProvider(v *ProviderForListIotModelsOutput) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetStatus(v int32) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetTags(v []*string) *ModelForListIotModelsOutput
- func (s *ModelForListIotModelsOutput) SetUsage(v *UsageForListIotModelsOutput) *ModelForListIotModelsOutput
- func (s ModelForListIotModelsOutput) String() string
- type NodeForCreateModelServiceInput
- type NodeGroupForGetNodeGroupOutput
- func (s NodeGroupForGetNodeGroupOutput) GoString() string
- func (s *NodeGroupForGetNodeGroupOutput) SetDescription(v string) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetMeta(v *MetaForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetNodeGroupID(v string) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetNodeGroupName(v string) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetNodeInfos(v []*NodeInfoForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetNodeStatusOverview(v *NodeStatusOverviewForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetNode_available_cpu(v string) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetNode_available_mem(v int64) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetProjectID(v string) *NodeGroupForGetNodeGroupOutput
- func (s *NodeGroupForGetNodeGroupOutput) SetTags(v *TagsForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
- func (s NodeGroupForGetNodeGroupOutput) String() string
- type NodeGroupForListNodeGroupOutput
- func (s NodeGroupForListNodeGroupOutput) GoString() string
- func (s *NodeGroupForListNodeGroupOutput) SetDescription(v string) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetMeta(v *MetaForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetNodeGroupID(v string) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetNodeGroupName(v string) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetNodeInfos(v []*NodeInfoForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetNodeStatusOverview(v *NodeStatusOverviewForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetNode_available_cpu(v string) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetNode_available_mem(v int64) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetProjectID(v string) *NodeGroupForListNodeGroupOutput
- func (s *NodeGroupForListNodeGroupOutput) SetTags(v *TagsForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
- func (s NodeGroupForListNodeGroupOutput) String() string
- type NodeInfoForGetNodeGroupOutput
- func (s NodeInfoForGetNodeGroupOutput) GoString() string
- func (s *NodeInfoForGetNodeGroupOutput) SetNodeID(v string) *NodeInfoForGetNodeGroupOutput
- func (s *NodeInfoForGetNodeGroupOutput) SetNodeName(v string) *NodeInfoForGetNodeGroupOutput
- func (s *NodeInfoForGetNodeGroupOutput) SetNodeStatus(v int64) *NodeInfoForGetNodeGroupOutput
- func (s NodeInfoForGetNodeGroupOutput) String() string
- type NodeInfoForListNodeGroupOutput
- func (s NodeInfoForListNodeGroupOutput) GoString() string
- func (s *NodeInfoForListNodeGroupOutput) SetNodeID(v string) *NodeInfoForListNodeGroupOutput
- func (s *NodeInfoForListNodeGroupOutput) SetNodeName(v string) *NodeInfoForListNodeGroupOutput
- func (s *NodeInfoForListNodeGroupOutput) SetNodeStatus(v int64) *NodeInfoForListNodeGroupOutput
- func (s NodeInfoForListNodeGroupOutput) String() string
- type NodeStatusOverviewForGetNodeGroupOutput
- func (s NodeStatusOverviewForGetNodeGroupOutput) GoString() string
- func (s *NodeStatusOverviewForGetNodeGroupOutput) Set_key(v int64) *NodeStatusOverviewForGetNodeGroupOutput
- func (s *NodeStatusOverviewForGetNodeGroupOutput) Set_val(v int64) *NodeStatusOverviewForGetNodeGroupOutput
- func (s NodeStatusOverviewForGetNodeGroupOutput) String() string
- type NodeStatusOverviewForListNodeGroupOutput
- func (s NodeStatusOverviewForListNodeGroupOutput) GoString() string
- func (s *NodeStatusOverviewForListNodeGroupOutput) Set_key(v int64) *NodeStatusOverviewForListNodeGroupOutput
- func (s *NodeStatusOverviewForListNodeGroupOutput) Set_val(v int64) *NodeStatusOverviewForListNodeGroupOutput
- func (s NodeStatusOverviewForListNodeGroupOutput) String() string
- type Node_groupForCreateModelServiceInput
- func (s Node_groupForCreateModelServiceInput) GoString() string
- func (s *Node_groupForCreateModelServiceInput) SetId(v string) *Node_groupForCreateModelServiceInput
- func (s *Node_groupForCreateModelServiceInput) SetName(v string) *Node_groupForCreateModelServiceInput
- func (s Node_groupForCreateModelServiceInput) String() string
- type Obj_bboxForGetMediapipeEventOutput
- func (s Obj_bboxForGetMediapipeEventOutput) GoString() string
- func (s *Obj_bboxForGetMediapipeEventOutput) SetClassifier(v []*ClassifierForGetMediapipeEventOutput) *Obj_bboxForGetMediapipeEventOutput
- func (s *Obj_bboxForGetMediapipeEventOutput) SetHeight(v string) *Obj_bboxForGetMediapipeEventOutput
- func (s *Obj_bboxForGetMediapipeEventOutput) SetId(v int32) *Obj_bboxForGetMediapipeEventOutput
- func (s *Obj_bboxForGetMediapipeEventOutput) SetLabel(v string) *Obj_bboxForGetMediapipeEventOutput
- func (s *Obj_bboxForGetMediapipeEventOutput) SetLeft(v float64) *Obj_bboxForGetMediapipeEventOutput
- func (s *Obj_bboxForGetMediapipeEventOutput) SetProb(v float64) *Obj_bboxForGetMediapipeEventOutput
- func (s *Obj_bboxForGetMediapipeEventOutput) SetTop(v string) *Obj_bboxForGetMediapipeEventOutput
- func (s *Obj_bboxForGetMediapipeEventOutput) SetWidth(v float64) *Obj_bboxForGetMediapipeEventOutput
- func (s Obj_bboxForGetMediapipeEventOutput) String() string
- type Open_ai_apiForCreateModelServiceInput
- func (s Open_ai_apiForCreateModelServiceInput) GoString() string
- func (s *Open_ai_apiForCreateModelServiceInput) SetAble(v bool) *Open_ai_apiForCreateModelServiceInput
- func (s *Open_ai_apiForCreateModelServiceInput) SetPort(v int32) *Open_ai_apiForCreateModelServiceInput
- func (s Open_ai_apiForCreateModelServiceInput) String() string
- type Ota_statusForListHCINewOutput
- func (s Ota_statusForListHCINewOutput) GoString() string
- func (s *Ota_statusForListHCINewOutput) SetFail_message(v string) *Ota_statusForListHCINewOutput
- func (s *Ota_statusForListHCINewOutput) SetNeed_manual_upgrade(v bool) *Ota_statusForListHCINewOutput
- func (s *Ota_statusForListHCINewOutput) SetNeed_upgrade(v bool) *Ota_statusForListHCINewOutput
- func (s *Ota_statusForListHCINewOutput) SetOta_job_status(v int32) *Ota_statusForListHCINewOutput
- func (s *Ota_statusForListHCINewOutput) SetOta_version(v string) *Ota_statusForListHCINewOutput
- func (s Ota_statusForListHCINewOutput) String() string
- type OutputForEdgeCallOutput
- func (s OutputForEdgeCallOutput) GoString() string
- func (s *OutputForEdgeCallOutput) SetApi_version(v string) *OutputForEdgeCallOutput
- func (s *OutputForEdgeCallOutput) SetMessage(v string) *OutputForEdgeCallOutput
- func (s *OutputForEdgeCallOutput) SetReading(v *ReadingForEdgeCallOutput) *OutputForEdgeCallOutput
- func (s *OutputForEdgeCallOutput) SetStatus_code(v int32) *OutputForEdgeCallOutput
- func (s OutputForEdgeCallOutput) String() string
- type OverviewForListDeviceOutput
- func (s OverviewForListDeviceOutput) GoString() string
- func (s *OverviewForListDeviceOutput) SetActivated(v int32) *OverviewForListDeviceOutput
- func (s *OverviewForListDeviceOutput) SetOffline(v int32) *OverviewForListDeviceOutput
- func (s *OverviewForListDeviceOutput) SetOnline(v int32) *OverviewForListDeviceOutput
- func (s *OverviewForListDeviceOutput) SetTotal(v int32) *OverviewForListDeviceOutput
- func (s *OverviewForListDeviceOutput) SetUnactivated(v int32) *OverviewForListDeviceOutput
- func (s OverviewForListDeviceOutput) String() string
- type PageinatorForListDeploymentOutput
- func (s PageinatorForListDeploymentOutput) GoString() string
- func (s *PageinatorForListDeploymentOutput) SetIndex(v int32) *PageinatorForListDeploymentOutput
- func (s *PageinatorForListDeploymentOutput) SetSize(v int32) *PageinatorForListDeploymentOutput
- func (s *PageinatorForListDeploymentOutput) SetTotal_items(v int32) *PageinatorForListDeploymentOutput
- func (s *PageinatorForListDeploymentOutput) SetTotal_pages(v int32) *PageinatorForListDeploymentOutput
- func (s PageinatorForListDeploymentOutput) String() string
- type PageinatorForListDeviceOutput
- func (s PageinatorForListDeviceOutput) GoString() string
- func (s *PageinatorForListDeviceOutput) SetIndex(v int32) *PageinatorForListDeviceOutput
- func (s *PageinatorForListDeviceOutput) SetSize(v int32) *PageinatorForListDeviceOutput
- func (s *PageinatorForListDeviceOutput) SetTotal_items(v int32) *PageinatorForListDeviceOutput
- func (s *PageinatorForListDeviceOutput) SetTotal_pages(v int32) *PageinatorForListDeviceOutput
- func (s PageinatorForListDeviceOutput) String() string
- type PageinatorForListHCINewOutput
- func (s PageinatorForListHCINewOutput) GoString() string
- func (s *PageinatorForListHCINewOutput) SetIndex(v int32) *PageinatorForListHCINewOutput
- func (s *PageinatorForListHCINewOutput) SetSize(v int32) *PageinatorForListHCINewOutput
- func (s *PageinatorForListHCINewOutput) SetTotal_items(v int32) *PageinatorForListHCINewOutput
- func (s *PageinatorForListHCINewOutput) SetTotal_pages(v int32) *PageinatorForListHCINewOutput
- func (s PageinatorForListHCINewOutput) String() string
- type PageinatorForListIotModelsOutput
- func (s PageinatorForListIotModelsOutput) GoString() string
- func (s *PageinatorForListIotModelsOutput) SetIndex(v int32) *PageinatorForListIotModelsOutput
- func (s *PageinatorForListIotModelsOutput) SetSize(v int32) *PageinatorForListIotModelsOutput
- func (s *PageinatorForListIotModelsOutput) SetTotal_items(v int32) *PageinatorForListIotModelsOutput
- func (s *PageinatorForListIotModelsOutput) SetTotal_pages(v int32) *PageinatorForListIotModelsOutput
- func (s PageinatorForListIotModelsOutput) String() string
- type PageinatorForListLLModelsV2Output
- func (s PageinatorForListLLModelsV2Output) GoString() string
- func (s *PageinatorForListLLModelsV2Output) SetIndex(v int32) *PageinatorForListLLModelsV2Output
- func (s *PageinatorForListLLModelsV2Output) SetSize(v int32) *PageinatorForListLLModelsV2Output
- func (s *PageinatorForListLLModelsV2Output) SetTotal_items(v int32) *PageinatorForListLLModelsV2Output
- func (s *PageinatorForListLLModelsV2Output) SetTotal_pages(v int32) *PageinatorForListLLModelsV2Output
- func (s PageinatorForListLLModelsV2Output) String() string
- type PageinatorForListMediapipeEventOutput
- func (s PageinatorForListMediapipeEventOutput) GoString() string
- func (s *PageinatorForListMediapipeEventOutput) SetIndex(v int32) *PageinatorForListMediapipeEventOutput
- func (s *PageinatorForListMediapipeEventOutput) SetSize(v int32) *PageinatorForListMediapipeEventOutput
- func (s *PageinatorForListMediapipeEventOutput) SetTotal_items(v int32) *PageinatorForListMediapipeEventOutput
- func (s *PageinatorForListMediapipeEventOutput) SetTotal_pages(v int32) *PageinatorForListMediapipeEventOutput
- func (s PageinatorForListMediapipeEventOutput) String() string
- type PageinatorForListMediapipeInstanceOutput
- func (s PageinatorForListMediapipeInstanceOutput) GoString() string
- func (s *PageinatorForListMediapipeInstanceOutput) SetIndex(v int32) *PageinatorForListMediapipeInstanceOutput
- func (s *PageinatorForListMediapipeInstanceOutput) SetSize(v int32) *PageinatorForListMediapipeInstanceOutput
- func (s *PageinatorForListMediapipeInstanceOutput) SetTotal_items(v int32) *PageinatorForListMediapipeInstanceOutput
- func (s *PageinatorForListMediapipeInstanceOutput) SetTotal_pages(v int32) *PageinatorForListMediapipeInstanceOutput
- func (s PageinatorForListMediapipeInstanceOutput) String() string
- type PageinatorForListModelOutput
- func (s PageinatorForListModelOutput) GoString() string
- func (s *PageinatorForListModelOutput) SetIndex(v int32) *PageinatorForListModelOutput
- func (s *PageinatorForListModelOutput) SetSize(v int32) *PageinatorForListModelOutput
- func (s *PageinatorForListModelOutput) SetTotal_items(v int32) *PageinatorForListModelOutput
- func (s *PageinatorForListModelOutput) SetTotal_pages(v int32) *PageinatorForListModelOutput
- func (s PageinatorForListModelOutput) String() string
- type PageinatorForListModelServiceOutput
- func (s PageinatorForListModelServiceOutput) GoString() string
- func (s *PageinatorForListModelServiceOutput) SetIndex(v int32) *PageinatorForListModelServiceOutput
- func (s *PageinatorForListModelServiceOutput) SetSize(v int32) *PageinatorForListModelServiceOutput
- func (s *PageinatorForListModelServiceOutput) SetTotal_items(v int32) *PageinatorForListModelServiceOutput
- func (s *PageinatorForListModelServiceOutput) SetTotal_pages(v int32) *PageinatorForListModelServiceOutput
- func (s PageinatorForListModelServiceOutput) String() string
- type PageinatorForListProjectOutput
- func (s PageinatorForListProjectOutput) GoString() string
- func (s *PageinatorForListProjectOutput) SetIndex(v int32) *PageinatorForListProjectOutput
- func (s *PageinatorForListProjectOutput) SetSize(v int32) *PageinatorForListProjectOutput
- func (s *PageinatorForListProjectOutput) SetTotal_items(v int32) *PageinatorForListProjectOutput
- func (s *PageinatorForListProjectOutput) SetTotal_pages(v int32) *PageinatorForListProjectOutput
- func (s PageinatorForListProjectOutput) String() string
- type PortForUpdateDeploymentInput
- func (s PortForUpdateDeploymentInput) GoString() string
- func (s *PortForUpdateDeploymentInput) SetContainer_port(v int32) *PortForUpdateDeploymentInput
- func (s *PortForUpdateDeploymentInput) SetHost_port(v int32) *PortForUpdateDeploymentInput
- func (s *PortForUpdateDeploymentInput) SetProtocol(v string) *PortForUpdateDeploymentInput
- func (s PortForUpdateDeploymentInput) String() string
- func (s *PortForUpdateDeploymentInput) Validate() error
- type ProviderForAddIotModelsInput
- func (s ProviderForAddIotModelsInput) GoString() string
- func (s *ProviderForAddIotModelsInput) SetChannel_source(v int32) *ProviderForAddIotModelsInput
- func (s *ProviderForAddIotModelsInput) SetId(v string) *ProviderForAddIotModelsInput
- func (s *ProviderForAddIotModelsInput) SetName(v string) *ProviderForAddIotModelsInput
- func (s ProviderForAddIotModelsInput) String() string
- type ProviderForListIotModelsOutput
- func (s ProviderForListIotModelsOutput) GoString() string
- func (s *ProviderForListIotModelsOutput) SetChannel_source(v int32) *ProviderForListIotModelsOutput
- func (s *ProviderForListIotModelsOutput) SetId(v string) *ProviderForListIotModelsOutput
- func (s *ProviderForListIotModelsOutput) SetName(v string) *ProviderForListIotModelsOutput
- func (s ProviderForListIotModelsOutput) String() string
- type ProviderForListLLModelsV2Output
- func (s ProviderForListLLModelsV2Output) GoString() string
- func (s *ProviderForListLLModelsV2Output) SetChannel_source(v int32) *ProviderForListLLModelsV2Output
- func (s *ProviderForListLLModelsV2Output) SetId(v string) *ProviderForListLLModelsV2Output
- func (s *ProviderForListLLModelsV2Output) SetName(v string) *ProviderForListLLModelsV2Output
- func (s ProviderForListLLModelsV2Output) String() string
- type PvcForUpdateDeploymentInput
- type QuotaForCreateIotLlmTokenInput
- func (s QuotaForCreateIotLlmTokenInput) GoString() string
- func (s *QuotaForCreateIotLlmTokenInput) SetCharacter(v *CharacterForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
- func (s *QuotaForCreateIotLlmTokenInput) SetDuration(v *DurationForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
- func (s *QuotaForCreateIotLlmTokenInput) SetRequest(v *RequestForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
- func (s *QuotaForCreateIotLlmTokenInput) SetToken(v *TokenForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
- func (s QuotaForCreateIotLlmTokenInput) String() string
- type ReadingForEdgeCallOutput
- func (s ReadingForEdgeCallOutput) GoString() string
- func (s *ReadingForEdgeCallOutput) SetId(v string) *ReadingForEdgeCallOutput
- func (s *ReadingForEdgeCallOutput) SetOrigin(v int64) *ReadingForEdgeCallOutput
- func (s *ReadingForEdgeCallOutput) SetType(v string) *ReadingForEdgeCallOutput
- func (s *ReadingForEdgeCallOutput) SetValue(v string) *ReadingForEdgeCallOutput
- func (s ReadingForEdgeCallOutput) String() string
- type Related_templateForListDeploymentOutput
- func (s Related_templateForListDeploymentOutput) GoString() string
- func (s *Related_templateForListDeploymentOutput) SetName(v string) *Related_templateForListDeploymentOutput
- func (s *Related_templateForListDeploymentOutput) SetTemplate_id(v string) *Related_templateForListDeploymentOutput
- func (s *Related_templateForListDeploymentOutput) SetVersion_id(v string) *Related_templateForListDeploymentOutput
- func (s *Related_templateForListDeploymentOutput) SetVersion_name(v string) *Related_templateForListDeploymentOutput
- func (s Related_templateForListDeploymentOutput) String() string
- type RequestForCreateIotLlmTokenInput
- type ResourcesForUpdateDeploymentInput
- func (s ResourcesForUpdateDeploymentInput) GoString() string
- func (s *ResourcesForUpdateDeploymentInput) SetCpu_limit(v float64) *ResourcesForUpdateDeploymentInput
- func (s *ResourcesForUpdateDeploymentInput) SetCpu_request(v float64) *ResourcesForUpdateDeploymentInput
- func (s *ResourcesForUpdateDeploymentInput) SetMemory_limit(v int64) *ResourcesForUpdateDeploymentInput
- func (s *ResourcesForUpdateDeploymentInput) SetMemory_limit_unit(v string) *ResourcesForUpdateDeploymentInput
- func (s *ResourcesForUpdateDeploymentInput) SetMemory_request(v int64) *ResourcesForUpdateDeploymentInput
- func (s *ResourcesForUpdateDeploymentInput) SetMemory_request_unit(v string) *ResourcesForUpdateDeploymentInput
- func (s ResourcesForUpdateDeploymentInput) String() string
- type RollingForUpdateDeploymentInput
- func (s RollingForUpdateDeploymentInput) GoString() string
- func (s *RollingForUpdateDeploymentInput) SetMax_surge(v int32) *RollingForUpdateDeploymentInput
- func (s *RollingForUpdateDeploymentInput) SetMax_unavailable(v int32) *RollingForUpdateDeploymentInput
- func (s RollingForUpdateDeploymentInput) String() string
- type SecretForUpdateDeploymentInput
- type Service_configForCreateModelServiceInput
- func (s Service_configForCreateModelServiceInput) GoString() string
- func (s *Service_configForCreateModelServiceInput) SetCpu_count(v int32) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetDynamic_batching(v bool) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetGpu_count(v int32) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetGpu_ids(v []*int32) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetJson_parameter(v string) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetMax_batch_size(v int64) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetMax_queue_delay_microseconds(v int64) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetModel_id(v string) *Service_configForCreateModelServiceInput
- func (s *Service_configForCreateModelServiceInput) SetModel_name(v string) *Service_configForCreateModelServiceInput
- func (s Service_configForCreateModelServiceInput) String() string
- type Shared_memoryForCreateModelServiceInput
- func (s Shared_memoryForCreateModelServiceInput) GoString() string
- func (s *Shared_memoryForCreateModelServiceInput) SetShm_size(v int32) *Shared_memoryForCreateModelServiceInput
- func (s *Shared_memoryForCreateModelServiceInput) SetShm_size_unit(v string) *Shared_memoryForCreateModelServiceInput
- func (s Shared_memoryForCreateModelServiceInput) String() string
- type StatusForListDeploymentOutput
- func (s StatusForListDeploymentOutput) GoString() string
- func (s *StatusForListDeploymentOutput) SetAvailable_replicas(v string) *StatusForListDeploymentOutput
- func (s *StatusForListDeploymentOutput) SetReady_replicas(v int32) *StatusForListDeploymentOutput
- func (s *StatusForListDeploymentOutput) SetReplicas(v int32) *StatusForListDeploymentOutput
- func (s *StatusForListDeploymentOutput) SetUpdated_replicas(v int32) *StatusForListDeploymentOutput
- func (s StatusForListDeploymentOutput) String() string
- type StrategyForUpdateDeploymentInput
- func (s StrategyForUpdateDeploymentInput) GoString() string
- func (s *StrategyForUpdateDeploymentInput) SetRolling(v *RollingForUpdateDeploymentInput) *StrategyForUpdateDeploymentInput
- func (s *StrategyForUpdateDeploymentInput) SetStrategy_type(v int32) *StrategyForUpdateDeploymentInput
- func (s StrategyForUpdateDeploymentInput) String() string
- type TagForCreateIotLlmTokenInput
- type TagForCreateNodeGroupInput
- type TagForListDeviceInput
- func (s TagForListDeviceInput) GoString() string
- func (s *TagForListDeviceInput) SetKey(v string) *TagForListDeviceInput
- func (s *TagForListDeviceInput) SetTag_id(v string) *TagForListDeviceInput
- func (s *TagForListDeviceInput) SetValue(v string) *TagForListDeviceInput
- func (s TagForListDeviceInput) String() string
- type TagForListHCINewInput
- type TagForListProjectOutput
- type TagForTagResourcesInput
- type TagForUpdateHCIInput
- type TagForUpdateNodeGroupInput
- type TagResourcesInput
- func (s TagResourcesInput) GoString() string
- func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
- func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
- func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
- func (s TagResourcesInput) String() string
- func (s *TagResourcesInput) Validate() error
- type TagResourcesOutput
- type Tag_filterForListProjectInput
- type TagsForGetNodeGroupOutput
- type TagsForListNodeGroupOutput
- type TemplateForUpdateDeploymentInput
- func (s TemplateForUpdateDeploymentInput) GoString() string
- func (s *TemplateForUpdateDeploymentInput) SetContainers(v []*ContainerForUpdateDeploymentInput) *TemplateForUpdateDeploymentInput
- func (s *TemplateForUpdateDeploymentInput) SetDns_policy(v int32) *TemplateForUpdateDeploymentInput
- func (s *TemplateForUpdateDeploymentInput) SetImage_secrets(v []*string) *TemplateForUpdateDeploymentInput
- func (s *TemplateForUpdateDeploymentInput) SetVolumes(v []*VolumeForUpdateDeploymentInput) *TemplateForUpdateDeploymentInput
- func (s TemplateForUpdateDeploymentInput) String() string
- func (s *TemplateForUpdateDeploymentInput) Validate() error
- type TokenForCreateIotLlmTokenInput
- func (s TokenForCreateIotLlmTokenInput) GoString() string
- func (s *TokenForCreateIotLlmTokenInput) SetCompletion_limit(v int64) *TokenForCreateIotLlmTokenInput
- func (s *TokenForCreateIotLlmTokenInput) SetPrompt_limit(v int64) *TokenForCreateIotLlmTokenInput
- func (s *TokenForCreateIotLlmTokenInput) SetTotal_limit(v int64) *TokenForCreateIotLlmTokenInput
- func (s TokenForCreateIotLlmTokenInput) String() string
- type TokenForCreateIotLlmTokenOutput
- func (s TokenForCreateIotLlmTokenOutput) GoString() string
- func (s *TokenForCreateIotLlmTokenOutput) SetGtm(v string) *TokenForCreateIotLlmTokenOutput
- func (s *TokenForCreateIotLlmTokenOutput) SetId(v string) *TokenForCreateIotLlmTokenOutput
- func (s *TokenForCreateIotLlmTokenOutput) SetValue(v string) *TokenForCreateIotLlmTokenOutput
- func (s TokenForCreateIotLlmTokenOutput) String() string
- type UntagResourcesInput
- func (s UntagResourcesInput) GoString() string
- func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
- func (s UntagResourcesInput) String() string
- func (s *UntagResourcesInput) Validate() error
- type UntagResourcesOutput
- type UpdateDeploymentInput
- func (s UpdateDeploymentInput) GoString() string
- func (s *UpdateDeploymentInput) SetDeployment(v *DeploymentForUpdateDeploymentInput) *UpdateDeploymentInput
- func (s *UpdateDeploymentInput) SetDeployment_id(v string) *UpdateDeploymentInput
- func (s *UpdateDeploymentInput) SetName(v string) *UpdateDeploymentInput
- func (s *UpdateDeploymentInput) SetProject_id(v string) *UpdateDeploymentInput
- func (s UpdateDeploymentInput) String() string
- func (s *UpdateDeploymentInput) Validate() error
- type UpdateDeploymentOutput
- type UpdateHCIInput
- func (s UpdateHCIInput) GoString() string
- func (s *UpdateHCIInput) SetAlias(v string) *UpdateHCIInput
- func (s *UpdateHCIInput) SetDescription(v string) *UpdateHCIInput
- func (s *UpdateHCIInput) SetMonitor_status(v int32) *UpdateHCIInput
- func (s *UpdateHCIInput) SetName(v string) *UpdateHCIInput
- func (s *UpdateHCIInput) SetSn(v string) *UpdateHCIInput
- func (s *UpdateHCIInput) SetTags(v []*TagForUpdateHCIInput) *UpdateHCIInput
- func (s UpdateHCIInput) String() string
- type UpdateHCIOutput
- type UpdateLogRuleInput
- func (s UpdateLogRuleInput) GoString() string
- func (s *UpdateLogRuleInput) SetFile_path(v []*string) *UpdateLogRuleInput
- func (s *UpdateLogRuleInput) SetNode_name(v string) *UpdateLogRuleInput
- func (s *UpdateLogRuleInput) SetPod_name(v []*string) *UpdateLogRuleInput
- func (s *UpdateLogRuleInput) SetPod_range(v int32) *UpdateLogRuleInput
- func (s *UpdateLogRuleInput) SetProject_id(v string) *UpdateLogRuleInput
- func (s *UpdateLogRuleInput) SetRule_name(v string) *UpdateLogRuleInput
- func (s *UpdateLogRuleInput) SetRule_type(v int32) *UpdateLogRuleInput
- func (s UpdateLogRuleInput) String() string
- func (s *UpdateLogRuleInput) Validate() error
- type UpdateLogRuleOutput
- type UpdateLogStatusInput
- func (s UpdateLogStatusInput) GoString() string
- func (s *UpdateLogStatusInput) SetNode_name(v string) *UpdateLogStatusInput
- func (s *UpdateLogStatusInput) SetProject_id(v string) *UpdateLogStatusInput
- func (s *UpdateLogStatusInput) SetStatus(v int32) *UpdateLogStatusInput
- func (s UpdateLogStatusInput) String() string
- type UpdateLogStatusOutput
- type UpdateNodeGroupInput
- func (s UpdateNodeGroupInput) GoString() string
- func (s *UpdateNodeGroupInput) SetDescription(v string) *UpdateNodeGroupInput
- func (s *UpdateNodeGroupInput) SetNodeGroupID(v string) *UpdateNodeGroupInput
- func (s *UpdateNodeGroupInput) SetNodeGroupName(v string) *UpdateNodeGroupInput
- func (s *UpdateNodeGroupInput) SetNodeNames(v []*string) *UpdateNodeGroupInput
- func (s *UpdateNodeGroupInput) SetPatchNode(v bool) *UpdateNodeGroupInput
- func (s *UpdateNodeGroupInput) SetProjectID(v string) *UpdateNodeGroupInput
- func (s *UpdateNodeGroupInput) SetTags(v []*TagForUpdateNodeGroupInput) *UpdateNodeGroupInput
- func (s UpdateNodeGroupInput) String() string
- type UpdateNodeGroupOutput
- type UsageForAddIotModelsInput
- func (s UsageForAddIotModelsInput) GoString() string
- func (s *UsageForAddIotModelsInput) SetCached_completion_usage(v int64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetCached_prompt_usage(v int64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetCached_total_usage(v int64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetCharacter(v int64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetCompletion_usage(v int64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetDuration(v float64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetPrompt_usage(v int64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetRequest(v int64) *UsageForAddIotModelsInput
- func (s *UsageForAddIotModelsInput) SetTotal_usage(v int64) *UsageForAddIotModelsInput
- func (s UsageForAddIotModelsInput) String() string
- type UsageForListIotModelsOutput
- func (s UsageForListIotModelsOutput) GoString() string
- func (s *UsageForListIotModelsOutput) SetCached_completion_usage(v int64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetCached_prompt_usage(v int64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetCached_total_usage(v int64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetCharacter(v int64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetCompletion_usage(v int64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetDuration(v float64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetPrompt_usage(v int64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetRequest(v int64) *UsageForListIotModelsOutput
- func (s *UsageForListIotModelsOutput) SetTotal_usage(v int64) *UsageForListIotModelsOutput
- func (s UsageForListIotModelsOutput) String() string
- type UsageForListLLModelsV2Output
- func (s UsageForListLLModelsV2Output) GoString() string
- func (s *UsageForListLLModelsV2Output) SetCached_completion_usage(v int64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetCached_prompt_usage(v int64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetCached_total_usage(v int64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetCharacter(v int64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetCompletion_usage(v int64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetDuration(v float64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetPrompt_usage(v int64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetRequest(v int64) *UsageForListLLModelsV2Output
- func (s *UsageForListLLModelsV2Output) SetTotal_usage(v int64) *UsageForListLLModelsV2Output
- func (s UsageForListLLModelsV2Output) String() string
- type VEIAPI
- func (c *VEIAPI) AddIotModels(input *AddIotModelsInput) (*AddIotModelsOutput, error)
- func (c *VEIAPI) AddIotModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) AddIotModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) AddIotModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) AddIotModelsRequest(input *AddIotModelsInput) (req *request.Request, output *AddIotModelsOutput)
- func (c *VEIAPI) AddIotModelsWithContext(ctx volcengine.Context, input *AddIotModelsInput, opts ...request.Option) (*AddIotModelsOutput, error)
- func (c *VEIAPI) CreateIotLlmToken(input *CreateIotLlmTokenInput) (*CreateIotLlmTokenOutput, error)
- func (c *VEIAPI) CreateIotLlmTokenCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateIotLlmTokenCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) CreateIotLlmTokenCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateIotLlmTokenRequest(input *CreateIotLlmTokenInput) (req *request.Request, output *CreateIotLlmTokenOutput)
- func (c *VEIAPI) CreateIotLlmTokenWithContext(ctx volcengine.Context, input *CreateIotLlmTokenInput, opts ...request.Option) (*CreateIotLlmTokenOutput, error)
- func (c *VEIAPI) CreateModelService(input *CreateModelServiceInput) (*CreateModelServiceOutput, error)
- func (c *VEIAPI) CreateModelServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateModelServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) CreateModelServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateModelServiceRequest(input *CreateModelServiceInput) (req *request.Request, output *CreateModelServiceOutput)
- func (c *VEIAPI) CreateModelServiceWithContext(ctx volcengine.Context, input *CreateModelServiceInput, opts ...request.Option) (*CreateModelServiceOutput, error)
- func (c *VEIAPI) CreateNodeGroup(input *CreateNodeGroupInput) (*CreateNodeGroupOutput, error)
- func (c *VEIAPI) CreateNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) CreateNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateNodeGroupRequest(input *CreateNodeGroupInput) (req *request.Request, output *CreateNodeGroupOutput)
- func (c *VEIAPI) CreateNodeGroupWithContext(ctx volcengine.Context, input *CreateNodeGroupInput, opts ...request.Option) (*CreateNodeGroupOutput, error)
- func (c *VEIAPI) CreateSNInOneStep(input *CreateSNInOneStepInput) (*CreateSNInOneStepOutput, error)
- func (c *VEIAPI) CreateSNInOneStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateSNInOneStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) CreateSNInOneStepCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) CreateSNInOneStepRequest(input *CreateSNInOneStepInput) (req *request.Request, output *CreateSNInOneStepOutput)
- func (c *VEIAPI) CreateSNInOneStepWithContext(ctx volcengine.Context, input *CreateSNInOneStepInput, opts ...request.Option) (*CreateSNInOneStepOutput, error)
- func (c *VEIAPI) DeleteIotLlmTokens(input *DeleteIotLlmTokensInput) (*DeleteIotLlmTokensOutput, error)
- func (c *VEIAPI) DeleteIotLlmTokensCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) DeleteIotLlmTokensCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) DeleteIotLlmTokensCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) DeleteIotLlmTokensRequest(input *DeleteIotLlmTokensInput) (req *request.Request, output *DeleteIotLlmTokensOutput)
- func (c *VEIAPI) DeleteIotLlmTokensWithContext(ctx volcengine.Context, input *DeleteIotLlmTokensInput, opts ...request.Option) (*DeleteIotLlmTokensOutput, error)
- func (c *VEIAPI) DeleteIotModels(input *DeleteIotModelsInput) (*DeleteIotModelsOutput, error)
- func (c *VEIAPI) DeleteIotModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) DeleteIotModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) DeleteIotModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) DeleteIotModelsRequest(input *DeleteIotModelsInput) (req *request.Request, output *DeleteIotModelsOutput)
- func (c *VEIAPI) DeleteIotModelsWithContext(ctx volcengine.Context, input *DeleteIotModelsInput, opts ...request.Option) (*DeleteIotModelsOutput, error)
- func (c *VEIAPI) DeleteNodeGroup(input *DeleteNodeGroupInput) (*DeleteNodeGroupOutput, error)
- func (c *VEIAPI) DeleteNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) DeleteNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) DeleteNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) DeleteNodeGroupRequest(input *DeleteNodeGroupInput) (req *request.Request, output *DeleteNodeGroupOutput)
- func (c *VEIAPI) DeleteNodeGroupWithContext(ctx volcengine.Context, input *DeleteNodeGroupInput, opts ...request.Option) (*DeleteNodeGroupOutput, error)
- func (c *VEIAPI) DeviceContinuousMove(input *DeviceContinuousMoveInput) (*DeviceContinuousMoveOutput, error)
- func (c *VEIAPI) DeviceContinuousMoveCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) DeviceContinuousMoveCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) DeviceContinuousMoveCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) DeviceContinuousMoveRequest(input *DeviceContinuousMoveInput) (req *request.Request, output *DeviceContinuousMoveOutput)
- func (c *VEIAPI) DeviceContinuousMoveWithContext(ctx volcengine.Context, input *DeviceContinuousMoveInput, ...) (*DeviceContinuousMoveOutput, error)
- func (c *VEIAPI) EdgeCall(input *EdgeCallInput) (*EdgeCallOutput, error)
- func (c *VEIAPI) EdgeCallCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) EdgeCallCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) EdgeCallCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) EdgeCallRequest(input *EdgeCallInput) (req *request.Request, output *EdgeCallOutput)
- func (c *VEIAPI) EdgeCallWithContext(ctx volcengine.Context, input *EdgeCallInput, opts ...request.Option) (*EdgeCallOutput, error)
- func (c *VEIAPI) GetLastDevicePropertyValue(input *GetLastDevicePropertyValueInput) (*GetLastDevicePropertyValueOutput, error)
- func (c *VEIAPI) GetLastDevicePropertyValueCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) GetLastDevicePropertyValueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) GetLastDevicePropertyValueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) GetLastDevicePropertyValueRequest(input *GetLastDevicePropertyValueInput) (req *request.Request, output *GetLastDevicePropertyValueOutput)
- func (c *VEIAPI) GetLastDevicePropertyValueWithContext(ctx volcengine.Context, input *GetLastDevicePropertyValueInput, ...) (*GetLastDevicePropertyValueOutput, error)
- func (c *VEIAPI) GetLogRule(input *GetLogRuleInput) (*GetLogRuleOutput, error)
- func (c *VEIAPI) GetLogRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) GetLogRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) GetLogRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) GetLogRuleRequest(input *GetLogRuleInput) (req *request.Request, output *GetLogRuleOutput)
- func (c *VEIAPI) GetLogRuleWithContext(ctx volcengine.Context, input *GetLogRuleInput, opts ...request.Option) (*GetLogRuleOutput, error)
- func (c *VEIAPI) GetMediapipeEvent(input *GetMediapipeEventInput) (*GetMediapipeEventOutput, error)
- func (c *VEIAPI) GetMediapipeEventCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) GetMediapipeEventCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) GetMediapipeEventCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) GetMediapipeEventRequest(input *GetMediapipeEventInput) (req *request.Request, output *GetMediapipeEventOutput)
- func (c *VEIAPI) GetMediapipeEventWithContext(ctx volcengine.Context, input *GetMediapipeEventInput, opts ...request.Option) (*GetMediapipeEventOutput, error)
- func (c *VEIAPI) GetNodeGroup(input *GetNodeGroupInput) (*GetNodeGroupOutput, error)
- func (c *VEIAPI) GetNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) GetNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) GetNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) GetNodeGroupRequest(input *GetNodeGroupInput) (req *request.Request, output *GetNodeGroupOutput)
- func (c *VEIAPI) GetNodeGroupWithContext(ctx volcengine.Context, input *GetNodeGroupInput, opts ...request.Option) (*GetNodeGroupOutput, error)
- func (c *VEIAPI) ListDeployment(input *ListDeploymentInput) (*ListDeploymentOutput, error)
- func (c *VEIAPI) ListDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListDeploymentRequest(input *ListDeploymentInput) (req *request.Request, output *ListDeploymentOutput)
- func (c *VEIAPI) ListDeploymentWithContext(ctx volcengine.Context, input *ListDeploymentInput, opts ...request.Option) (*ListDeploymentOutput, error)
- func (c *VEIAPI) ListDevice(input *ListDeviceInput) (*ListDeviceOutput, error)
- func (c *VEIAPI) ListDeviceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListDeviceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListDeviceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListDeviceRequest(input *ListDeviceInput) (req *request.Request, output *ListDeviceOutput)
- func (c *VEIAPI) ListDeviceWithContext(ctx volcengine.Context, input *ListDeviceInput, opts ...request.Option) (*ListDeviceOutput, error)
- func (c *VEIAPI) ListHCINew(input *ListHCINewInput) (*ListHCINewOutput, error)
- func (c *VEIAPI) ListHCINewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListHCINewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListHCINewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListHCINewRequest(input *ListHCINewInput) (req *request.Request, output *ListHCINewOutput)
- func (c *VEIAPI) ListHCINewWithContext(ctx volcengine.Context, input *ListHCINewInput, opts ...request.Option) (*ListHCINewOutput, error)
- func (c *VEIAPI) ListIotModels(input *ListIotModelsInput) (*ListIotModelsOutput, error)
- func (c *VEIAPI) ListIotModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListIotModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListIotModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListIotModelsRequest(input *ListIotModelsInput) (req *request.Request, output *ListIotModelsOutput)
- func (c *VEIAPI) ListIotModelsWithContext(ctx volcengine.Context, input *ListIotModelsInput, opts ...request.Option) (*ListIotModelsOutput, error)
- func (c *VEIAPI) ListLLModelsV2(input *ListLLModelsV2Input) (*ListLLModelsV2Output, error)
- func (c *VEIAPI) ListLLModelsV2Common(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListLLModelsV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListLLModelsV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListLLModelsV2Request(input *ListLLModelsV2Input) (req *request.Request, output *ListLLModelsV2Output)
- func (c *VEIAPI) ListLLModelsV2WithContext(ctx volcengine.Context, input *ListLLModelsV2Input, opts ...request.Option) (*ListLLModelsV2Output, error)
- func (c *VEIAPI) ListMediapipeEvent(input *ListMediapipeEventInput) (*ListMediapipeEventOutput, error)
- func (c *VEIAPI) ListMediapipeEventCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListMediapipeEventCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListMediapipeEventCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListMediapipeEventRequest(input *ListMediapipeEventInput) (req *request.Request, output *ListMediapipeEventOutput)
- func (c *VEIAPI) ListMediapipeEventWithContext(ctx volcengine.Context, input *ListMediapipeEventInput, opts ...request.Option) (*ListMediapipeEventOutput, error)
- func (c *VEIAPI) ListMediapipeInstance(input *ListMediapipeInstanceInput) (*ListMediapipeInstanceOutput, error)
- func (c *VEIAPI) ListMediapipeInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListMediapipeInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListMediapipeInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListMediapipeInstanceRequest(input *ListMediapipeInstanceInput) (req *request.Request, output *ListMediapipeInstanceOutput)
- func (c *VEIAPI) ListMediapipeInstanceWithContext(ctx volcengine.Context, input *ListMediapipeInstanceInput, ...) (*ListMediapipeInstanceOutput, error)
- func (c *VEIAPI) ListModel(input *ListModelInput) (*ListModelOutput, error)
- func (c *VEIAPI) ListModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListModelRequest(input *ListModelInput) (req *request.Request, output *ListModelOutput)
- func (c *VEIAPI) ListModelService(input *ListModelServiceInput) (*ListModelServiceOutput, error)
- func (c *VEIAPI) ListModelServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListModelServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListModelServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListModelServiceRequest(input *ListModelServiceInput) (req *request.Request, output *ListModelServiceOutput)
- func (c *VEIAPI) ListModelServiceWithContext(ctx volcengine.Context, input *ListModelServiceInput, opts ...request.Option) (*ListModelServiceOutput, error)
- func (c *VEIAPI) ListModelWithContext(ctx volcengine.Context, input *ListModelInput, opts ...request.Option) (*ListModelOutput, error)
- func (c *VEIAPI) ListNodeGroup(input *ListNodeGroupInput) (*ListNodeGroupOutput, error)
- func (c *VEIAPI) ListNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListNodeGroupRequest(input *ListNodeGroupInput) (req *request.Request, output *ListNodeGroupOutput)
- func (c *VEIAPI) ListNodeGroupWithContext(ctx volcengine.Context, input *ListNodeGroupInput, opts ...request.Option) (*ListNodeGroupOutput, error)
- func (c *VEIAPI) ListProject(input *ListProjectInput) (*ListProjectOutput, error)
- func (c *VEIAPI) ListProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) ListProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) ListProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) ListProjectRequest(input *ListProjectInput) (req *request.Request, output *ListProjectOutput)
- func (c *VEIAPI) ListProjectWithContext(ctx volcengine.Context, input *ListProjectInput, opts ...request.Option) (*ListProjectOutput, error)
- func (c *VEIAPI) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
- func (c *VEIAPI) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
- func (c *VEIAPI) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
- func (c *VEIAPI) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
- func (c *VEIAPI) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
- func (c *VEIAPI) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
- func (c *VEIAPI) UpdateDeployment(input *UpdateDeploymentInput) (*UpdateDeploymentOutput, error)
- func (c *VEIAPI) UpdateDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) UpdateDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateDeploymentRequest(input *UpdateDeploymentInput) (req *request.Request, output *UpdateDeploymentOutput)
- func (c *VEIAPI) UpdateDeploymentWithContext(ctx volcengine.Context, input *UpdateDeploymentInput, opts ...request.Option) (*UpdateDeploymentOutput, error)
- func (c *VEIAPI) UpdateHCI(input *UpdateHCIInput) (*UpdateHCIOutput, error)
- func (c *VEIAPI) UpdateHCICommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateHCICommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) UpdateHCICommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateHCIRequest(input *UpdateHCIInput) (req *request.Request, output *UpdateHCIOutput)
- func (c *VEIAPI) UpdateHCIWithContext(ctx volcengine.Context, input *UpdateHCIInput, opts ...request.Option) (*UpdateHCIOutput, error)
- func (c *VEIAPI) UpdateLogRule(input *UpdateLogRuleInput) (*UpdateLogRuleOutput, error)
- func (c *VEIAPI) UpdateLogRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateLogRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) UpdateLogRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateLogRuleRequest(input *UpdateLogRuleInput) (req *request.Request, output *UpdateLogRuleOutput)
- func (c *VEIAPI) UpdateLogRuleWithContext(ctx volcengine.Context, input *UpdateLogRuleInput, opts ...request.Option) (*UpdateLogRuleOutput, error)
- func (c *VEIAPI) UpdateLogStatus(input *UpdateLogStatusInput) (*UpdateLogStatusOutput, error)
- func (c *VEIAPI) UpdateLogStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateLogStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) UpdateLogStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateLogStatusRequest(input *UpdateLogStatusInput) (req *request.Request, output *UpdateLogStatusOutput)
- func (c *VEIAPI) UpdateLogStatusWithContext(ctx volcengine.Context, input *UpdateLogStatusInput, opts ...request.Option) (*UpdateLogStatusOutput, error)
- func (c *VEIAPI) UpdateNodeGroup(input *UpdateNodeGroupInput) (*UpdateNodeGroupOutput, error)
- func (c *VEIAPI) UpdateNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEIAPI) UpdateNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEIAPI) UpdateNodeGroupRequest(input *UpdateNodeGroupInput) (req *request.Request, output *UpdateNodeGroupOutput)
- func (c *VEIAPI) UpdateNodeGroupWithContext(ctx volcengine.Context, input *UpdateNodeGroupInput, opts ...request.Option) (*UpdateNodeGroupOutput, error)
- type VEIAPIAPI
- type VolumeForUpdateDeploymentInput
- func (s VolumeForUpdateDeploymentInput) GoString() string
- func (s *VolumeForUpdateDeploymentInput) SetConfigmap(v *ConfigmapForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
- func (s *VolumeForUpdateDeploymentInput) SetEmpty_dir(v *Empty_dirForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
- func (s *VolumeForUpdateDeploymentInput) SetHost_path(v *Host_pathForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
- func (s *VolumeForUpdateDeploymentInput) SetName(v string) *VolumeForUpdateDeploymentInput
- func (s *VolumeForUpdateDeploymentInput) SetPvc(v *PvcForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
- func (s *VolumeForUpdateDeploymentInput) SetSecret(v *SecretForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
- func (s *VolumeForUpdateDeploymentInput) SetSource_type(v int32) *VolumeForUpdateDeploymentInput
- func (s VolumeForUpdateDeploymentInput) String() string
- type Volume_deviceForUpdateDeploymentInput
- func (s Volume_deviceForUpdateDeploymentInput) GoString() string
- func (s *Volume_deviceForUpdateDeploymentInput) SetDevice_path(v string) *Volume_deviceForUpdateDeploymentInput
- func (s *Volume_deviceForUpdateDeploymentInput) SetName(v string) *Volume_deviceForUpdateDeploymentInput
- func (s Volume_deviceForUpdateDeploymentInput) String() string
- type Volume_mountForUpdateDeploymentInput
- func (s Volume_mountForUpdateDeploymentInput) GoString() string
- func (s *Volume_mountForUpdateDeploymentInput) SetMount_path(v string) *Volume_mountForUpdateDeploymentInput
- func (s *Volume_mountForUpdateDeploymentInput) SetName(v string) *Volume_mountForUpdateDeploymentInput
- func (s *Volume_mountForUpdateDeploymentInput) SetRead_only(v bool) *Volume_mountForUpdateDeploymentInput
- func (s *Volume_mountForUpdateDeploymentInput) SetSub_path(v string) *Volume_mountForUpdateDeploymentInput
- func (s Volume_mountForUpdateDeploymentInput) String() string
Constants ¶
const ( // EnumOfcreated_orderbyForListModelInput0 is a EnumOfcreated_orderbyForListModelInput enum value EnumOfcreated_orderbyForListModelInput0 = "0" // EnumOfcreated_orderbyForListModelInput1 is a EnumOfcreated_orderbyForListModelInput enum value EnumOfcreated_orderbyForListModelInput1 = "1" )
const ( ServiceName = "vei_api" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "vei_api" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddIotModelsInput ¶ added in v1.1.24
type AddIotModelsInput struct {
// Instance_id is a required field
Instance_id *string `type:"string" json:"instance_id,omitempty" required:"true"`
Models []*ModelForAddIotModelsInput `type:"list" json:"models,omitempty"`
// contains filtered or unexported fields
}
func (AddIotModelsInput) GoString ¶ added in v1.1.24
func (s AddIotModelsInput) GoString() string
GoString returns the string representation
func (*AddIotModelsInput) SetInstance_id ¶ added in v1.1.24
func (s *AddIotModelsInput) SetInstance_id(v string) *AddIotModelsInput
SetInstance_id sets the Instance_id field's value.
func (*AddIotModelsInput) SetModels ¶ added in v1.1.24
func (s *AddIotModelsInput) SetModels(v []*ModelForAddIotModelsInput) *AddIotModelsInput
SetModels sets the Models field's value.
func (AddIotModelsInput) String ¶ added in v1.1.24
func (s AddIotModelsInput) String() string
String returns the string representation
func (*AddIotModelsInput) Validate ¶ added in v1.1.24
func (s *AddIotModelsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddIotModelsOutput ¶ added in v1.1.24
type AddIotModelsOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (AddIotModelsOutput) GoString ¶ added in v1.1.24
func (s AddIotModelsOutput) GoString() string
GoString returns the string representation
func (AddIotModelsOutput) String ¶ added in v1.1.24
func (s AddIotModelsOutput) String() string
String returns the string representation
type CharacterForCreateIotLlmTokenInput ¶ added in v1.1.24
type CharacterForCreateIotLlmTokenInput struct {
Count_limit *int64 `type:"int64" json:"count_limit,omitempty"`
// contains filtered or unexported fields
}
func (CharacterForCreateIotLlmTokenInput) GoString ¶ added in v1.1.24
func (s CharacterForCreateIotLlmTokenInput) GoString() string
GoString returns the string representation
func (*CharacterForCreateIotLlmTokenInput) SetCount_limit ¶ added in v1.1.24
func (s *CharacterForCreateIotLlmTokenInput) SetCount_limit(v int64) *CharacterForCreateIotLlmTokenInput
SetCount_limit sets the Count_limit field's value.
func (CharacterForCreateIotLlmTokenInput) String ¶ added in v1.1.24
func (s CharacterForCreateIotLlmTokenInput) String() string
String returns the string representation
type ClassifierForGetMediapipeEventOutput ¶ added in v1.1.24
type ClassifierForGetMediapipeEventOutput struct {
Label *string `type:"string" json:"label,omitempty"`
Prob *float64 `type:"double" json:"prob,omitempty"`
// contains filtered or unexported fields
}
func (ClassifierForGetMediapipeEventOutput) GoString ¶ added in v1.1.24
func (s ClassifierForGetMediapipeEventOutput) GoString() string
GoString returns the string representation
func (*ClassifierForGetMediapipeEventOutput) SetLabel ¶ added in v1.1.24
func (s *ClassifierForGetMediapipeEventOutput) SetLabel(v string) *ClassifierForGetMediapipeEventOutput
SetLabel sets the Label field's value.
func (*ClassifierForGetMediapipeEventOutput) SetProb ¶ added in v1.1.24
func (s *ClassifierForGetMediapipeEventOutput) SetProb(v float64) *ClassifierForGetMediapipeEventOutput
SetProb sets the Prob field's value.
func (ClassifierForGetMediapipeEventOutput) String ¶ added in v1.1.24
func (s ClassifierForGetMediapipeEventOutput) String() string
String returns the string representation
type ClassifierForListMediapipeEventOutput ¶ added in v1.1.24
type ClassifierForListMediapipeEventOutput struct {
Label *string `type:"string" json:"label,omitempty"`
Prob *float64 `type:"double" json:"prob,omitempty"`
// contains filtered or unexported fields
}
func (ClassifierForListMediapipeEventOutput) GoString ¶ added in v1.1.24
func (s ClassifierForListMediapipeEventOutput) GoString() string
GoString returns the string representation
func (*ClassifierForListMediapipeEventOutput) SetLabel ¶ added in v1.1.24
func (s *ClassifierForListMediapipeEventOutput) SetLabel(v string) *ClassifierForListMediapipeEventOutput
SetLabel sets the Label field's value.
func (*ClassifierForListMediapipeEventOutput) SetProb ¶ added in v1.1.24
func (s *ClassifierForListMediapipeEventOutput) SetProb(v float64) *ClassifierForListMediapipeEventOutput
SetProb sets the Prob field's value.
func (ClassifierForListMediapipeEventOutput) String ¶ added in v1.1.24
func (s ClassifierForListMediapipeEventOutput) String() string
String returns the string representation
type ConfigForUpdateDeploymentInput ¶ added in v1.1.24
type ConfigForUpdateDeploymentInput struct {
Config_type *int32 `type:"int32" json:"config_type,omitempty"`
Container_path *string `type:"string" json:"container_path,omitempty"`
Name *string `min:"1" max:"63" type:"string" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (ConfigForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s ConfigForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*ConfigForUpdateDeploymentInput) SetConfig_type ¶ added in v1.1.24
func (s *ConfigForUpdateDeploymentInput) SetConfig_type(v int32) *ConfigForUpdateDeploymentInput
SetConfig_type sets the Config_type field's value.
func (*ConfigForUpdateDeploymentInput) SetContainer_path ¶ added in v1.1.24
func (s *ConfigForUpdateDeploymentInput) SetContainer_path(v string) *ConfigForUpdateDeploymentInput
SetContainer_path sets the Container_path field's value.
func (*ConfigForUpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *ConfigForUpdateDeploymentInput) SetName(v string) *ConfigForUpdateDeploymentInput
SetName sets the Name field's value.
func (ConfigForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s ConfigForUpdateDeploymentInput) String() string
String returns the string representation
func (*ConfigForUpdateDeploymentInput) Validate ¶ added in v1.1.24
func (s *ConfigForUpdateDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfigmapForUpdateDeploymentInput ¶ added in v1.1.24
type ConfigmapForUpdateDeploymentInput struct {
Configmap_name *string `type:"string" json:"configmap_name,omitempty"`
// contains filtered or unexported fields
}
func (ConfigmapForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s ConfigmapForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*ConfigmapForUpdateDeploymentInput) SetConfigmap_name ¶ added in v1.1.24
func (s *ConfigmapForUpdateDeploymentInput) SetConfigmap_name(v string) *ConfigmapForUpdateDeploymentInput
SetConfigmap_name sets the Configmap_name field's value.
func (ConfigmapForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s ConfigmapForUpdateDeploymentInput) String() string
String returns the string representation
type ContainerForUpdateDeploymentInput ¶ added in v1.1.24
type ContainerForUpdateDeploymentInput struct {
Args []*string `type:"list" json:"args,omitempty"`
Command []*string `type:"list" json:"command,omitempty"`
Configs []*ConfigForUpdateDeploymentInput `type:"list" json:"configs,omitempty"`
Device_mounted *bool `type:"boolean" json:"device_mounted,omitempty"`
Env []*EnvForUpdateDeploymentInput `type:"list" json:"env,omitempty"`
Image *string `type:"string" json:"image,omitempty"`
Inited *bool `type:"boolean" json:"inited,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Ports []*PortForUpdateDeploymentInput `type:"list" json:"ports,omitempty"`
Post_start []*string `type:"list" json:"post_start,omitempty"`
Pre_stop []*string `type:"list" json:"pre_stop,omitempty"`
Privileged *bool `type:"boolean" json:"privileged,omitempty"`
Resources *ResourcesForUpdateDeploymentInput `type:"structure" json:"resources,omitempty"`
Volume_devices []*Volume_deviceForUpdateDeploymentInput `type:"list" json:"volume_devices,omitempty"`
Volume_mounts []*Volume_mountForUpdateDeploymentInput `type:"list" json:"volume_mounts,omitempty"`
// contains filtered or unexported fields
}
func (ContainerForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s ContainerForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*ContainerForUpdateDeploymentInput) SetArgs ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetArgs(v []*string) *ContainerForUpdateDeploymentInput
SetArgs sets the Args field's value.
func (*ContainerForUpdateDeploymentInput) SetCommand ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetCommand(v []*string) *ContainerForUpdateDeploymentInput
SetCommand sets the Command field's value.
func (*ContainerForUpdateDeploymentInput) SetConfigs ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetConfigs(v []*ConfigForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
SetConfigs sets the Configs field's value.
func (*ContainerForUpdateDeploymentInput) SetDevice_mounted ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetDevice_mounted(v bool) *ContainerForUpdateDeploymentInput
SetDevice_mounted sets the Device_mounted field's value.
func (*ContainerForUpdateDeploymentInput) SetEnv ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetEnv(v []*EnvForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
SetEnv sets the Env field's value.
func (*ContainerForUpdateDeploymentInput) SetImage ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetImage(v string) *ContainerForUpdateDeploymentInput
SetImage sets the Image field's value.
func (*ContainerForUpdateDeploymentInput) SetInited ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetInited(v bool) *ContainerForUpdateDeploymentInput
SetInited sets the Inited field's value.
func (*ContainerForUpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetName(v string) *ContainerForUpdateDeploymentInput
SetName sets the Name field's value.
func (*ContainerForUpdateDeploymentInput) SetPorts ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetPorts(v []*PortForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
SetPorts sets the Ports field's value.
func (*ContainerForUpdateDeploymentInput) SetPost_start ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetPost_start(v []*string) *ContainerForUpdateDeploymentInput
SetPost_start sets the Post_start field's value.
func (*ContainerForUpdateDeploymentInput) SetPre_stop ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetPre_stop(v []*string) *ContainerForUpdateDeploymentInput
SetPre_stop sets the Pre_stop field's value.
func (*ContainerForUpdateDeploymentInput) SetPrivileged ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetPrivileged(v bool) *ContainerForUpdateDeploymentInput
SetPrivileged sets the Privileged field's value.
func (*ContainerForUpdateDeploymentInput) SetResources ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetResources(v *ResourcesForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
SetResources sets the Resources field's value.
func (*ContainerForUpdateDeploymentInput) SetVolume_devices ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetVolume_devices(v []*Volume_deviceForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
SetVolume_devices sets the Volume_devices field's value.
func (*ContainerForUpdateDeploymentInput) SetVolume_mounts ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) SetVolume_mounts(v []*Volume_mountForUpdateDeploymentInput) *ContainerForUpdateDeploymentInput
SetVolume_mounts sets the Volume_mounts field's value.
func (ContainerForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s ContainerForUpdateDeploymentInput) String() string
String returns the string representation
func (*ContainerForUpdateDeploymentInput) Validate ¶ added in v1.1.24
func (s *ContainerForUpdateDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateIotLlmTokenInput ¶ added in v1.1.24
type CreateIotLlmTokenInput struct {
// Available_devices is a required field
Available_devices *int64 `type:"int64" json:"available_devices,omitempty" required:"true"`
// Available_online_devices is a required field
Available_online_devices *int64 `type:"int64" json:"available_online_devices,omitempty" required:"true"`
// Instance_id is a required field
Instance_id *string `type:"string" json:"instance_id,omitempty" required:"true"`
// Instance_name is a required field
Instance_name *string `type:"string" json:"instance_name,omitempty" required:"true"`
// Instance_region is a required field
Instance_region *string `type:"string" json:"instance_region,omitempty" required:"true"`
// Instance_spec is a required field
Instance_spec *string `type:"string" json:"instance_spec,omitempty" required:"true"`
// Mqtt_broker is a required field
Mqtt_broker *string `type:"string" json:"mqtt_broker,omitempty" required:"true"`
// Password is a required field
Password *string `type:"string" json:"password,omitempty" required:"true"`
Quota *QuotaForCreateIotLlmTokenInput `type:"structure" json:"quota,omitempty"`
Tags []*TagForCreateIotLlmTokenInput `type:"list" json:"tags,omitempty"`
// Username is a required field
Username *string `type:"string" json:"username,omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateIotLlmTokenInput) GoString ¶ added in v1.1.24
func (s CreateIotLlmTokenInput) GoString() string
GoString returns the string representation
func (*CreateIotLlmTokenInput) SetAvailable_devices ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetAvailable_devices(v int64) *CreateIotLlmTokenInput
SetAvailable_devices sets the Available_devices field's value.
func (*CreateIotLlmTokenInput) SetAvailable_online_devices ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetAvailable_online_devices(v int64) *CreateIotLlmTokenInput
SetAvailable_online_devices sets the Available_online_devices field's value.
func (*CreateIotLlmTokenInput) SetInstance_id ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetInstance_id(v string) *CreateIotLlmTokenInput
SetInstance_id sets the Instance_id field's value.
func (*CreateIotLlmTokenInput) SetInstance_name ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetInstance_name(v string) *CreateIotLlmTokenInput
SetInstance_name sets the Instance_name field's value.
func (*CreateIotLlmTokenInput) SetInstance_region ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetInstance_region(v string) *CreateIotLlmTokenInput
SetInstance_region sets the Instance_region field's value.
func (*CreateIotLlmTokenInput) SetInstance_spec ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetInstance_spec(v string) *CreateIotLlmTokenInput
SetInstance_spec sets the Instance_spec field's value.
func (*CreateIotLlmTokenInput) SetMqtt_broker ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetMqtt_broker(v string) *CreateIotLlmTokenInput
SetMqtt_broker sets the Mqtt_broker field's value.
func (*CreateIotLlmTokenInput) SetPassword ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetPassword(v string) *CreateIotLlmTokenInput
SetPassword sets the Password field's value.
func (*CreateIotLlmTokenInput) SetQuota ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetQuota(v *QuotaForCreateIotLlmTokenInput) *CreateIotLlmTokenInput
SetQuota sets the Quota field's value.
func (*CreateIotLlmTokenInput) SetTags ¶ added in v1.1.25
func (s *CreateIotLlmTokenInput) SetTags(v []*TagForCreateIotLlmTokenInput) *CreateIotLlmTokenInput
SetTags sets the Tags field's value.
func (*CreateIotLlmTokenInput) SetUsername ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) SetUsername(v string) *CreateIotLlmTokenInput
SetUsername sets the Username field's value.
func (CreateIotLlmTokenInput) String ¶ added in v1.1.24
func (s CreateIotLlmTokenInput) String() string
String returns the string representation
func (*CreateIotLlmTokenInput) Validate ¶ added in v1.1.24
func (s *CreateIotLlmTokenInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateIotLlmTokenOutput ¶ added in v1.1.24
type CreateIotLlmTokenOutput struct {
Metadata *response.ResponseMetadata
Token *TokenForCreateIotLlmTokenOutput `type:"structure" json:"token,omitempty"`
// contains filtered or unexported fields
}
func (CreateIotLlmTokenOutput) GoString ¶ added in v1.1.24
func (s CreateIotLlmTokenOutput) GoString() string
GoString returns the string representation
func (*CreateIotLlmTokenOutput) SetToken ¶ added in v1.1.24
func (s *CreateIotLlmTokenOutput) SetToken(v *TokenForCreateIotLlmTokenOutput) *CreateIotLlmTokenOutput
SetToken sets the Token field's value.
func (CreateIotLlmTokenOutput) String ¶ added in v1.1.24
func (s CreateIotLlmTokenOutput) String() string
String returns the string representation
type CreateModelServiceInput ¶ added in v1.1.24
type CreateModelServiceInput struct {
Compression *bool `type:"boolean" json:"compression,omitempty"`
Cpu_count *int32 `type:"int32" json:"cpu_count,omitempty"`
Cpu_limit *float64 `type:"double" json:"cpu_limit,omitempty"`
Cpu_request *float64 `type:"double" json:"cpu_request,omitempty"`
Deploy_config *Deploy_configForCreateModelServiceInput `type:"structure" json:"deploy_config,omitempty"`
Dynamic_batching *bool `type:"boolean" json:"dynamic_batching,omitempty"`
Gpu_count *int32 `type:"int32" json:"gpu_count,omitempty"`
Grpc_port *int32 `type:"int32" json:"grpc_port,omitempty"`
Http_mem_limit_unit *string `type:"string" json:"http_mem_limit_unit,omitempty"`
Http_mem_req_unit *string `type:"string" json:"http_mem_req_unit,omitempty"`
Json_parameter *string `type:"string" json:"json_parameter,omitempty"`
Max_batch_size *int64 `type:"int64" json:"max_batch_size,omitempty"`
Max_queue_delay_microseconds *int64 `type:"int64" json:"max_queue_delay_microseconds,omitempty"`
Mem_limit *int32 `type:"int32" json:"mem_limit,omitempty"`
Model_id *string `type:"string" json:"model_id,omitempty"`
Model_name *string `type:"string" json:"model_name,omitempty"`
Model_service_name *string `type:"string" json:"model_service_name,omitempty"`
Open_ai_api *Open_ai_apiForCreateModelServiceInput `type:"structure" json:"open_ai_api,omitempty"`
Port *int32 `type:"int32" json:"port,omitempty"`
Process_id *string `type:"string" json:"process_id,omitempty"`
Process_name *string `type:"string" json:"process_name,omitempty"`
// Project_id is a required field
Project_id *string `type:"string" json:"project_id,omitempty" required:"true"`
Project_name *string `type:"string" json:"project_name,omitempty"`
Replicas *int32 `type:"int32" json:"replicas,omitempty"`
Service_config []*Service_configForCreateModelServiceInput `type:"list" json:"service_config,omitempty"`
State_type *int32 `type:"int32" json:"state_type,omitempty"`
Version_id *string `type:"string" json:"version_id,omitempty"`
Version_name *string `type:"string" json:"version_name,omitempty"`
// contains filtered or unexported fields
}
func (CreateModelServiceInput) GoString ¶ added in v1.1.24
func (s CreateModelServiceInput) GoString() string
GoString returns the string representation
func (*CreateModelServiceInput) SetCompression ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetCompression(v bool) *CreateModelServiceInput
SetCompression sets the Compression field's value.
func (*CreateModelServiceInput) SetCpu_count ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetCpu_count(v int32) *CreateModelServiceInput
SetCpu_count sets the Cpu_count field's value.
func (*CreateModelServiceInput) SetCpu_limit ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetCpu_limit(v float64) *CreateModelServiceInput
SetCpu_limit sets the Cpu_limit field's value.
func (*CreateModelServiceInput) SetCpu_request ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetCpu_request(v float64) *CreateModelServiceInput
SetCpu_request sets the Cpu_request field's value.
func (*CreateModelServiceInput) SetDeploy_config ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetDeploy_config(v *Deploy_configForCreateModelServiceInput) *CreateModelServiceInput
SetDeploy_config sets the Deploy_config field's value.
func (*CreateModelServiceInput) SetDynamic_batching ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetDynamic_batching(v bool) *CreateModelServiceInput
SetDynamic_batching sets the Dynamic_batching field's value.
func (*CreateModelServiceInput) SetGpu_count ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetGpu_count(v int32) *CreateModelServiceInput
SetGpu_count sets the Gpu_count field's value.
func (*CreateModelServiceInput) SetGrpc_port ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetGrpc_port(v int32) *CreateModelServiceInput
SetGrpc_port sets the Grpc_port field's value.
func (*CreateModelServiceInput) SetHttp_mem_limit_unit ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetHttp_mem_limit_unit(v string) *CreateModelServiceInput
SetHttp_mem_limit_unit sets the Http_mem_limit_unit field's value.
func (*CreateModelServiceInput) SetHttp_mem_req_unit ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetHttp_mem_req_unit(v string) *CreateModelServiceInput
SetHttp_mem_req_unit sets the Http_mem_req_unit field's value.
func (*CreateModelServiceInput) SetJson_parameter ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetJson_parameter(v string) *CreateModelServiceInput
SetJson_parameter sets the Json_parameter field's value.
func (*CreateModelServiceInput) SetMax_batch_size ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetMax_batch_size(v int64) *CreateModelServiceInput
SetMax_batch_size sets the Max_batch_size field's value.
func (*CreateModelServiceInput) SetMax_queue_delay_microseconds ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetMax_queue_delay_microseconds(v int64) *CreateModelServiceInput
SetMax_queue_delay_microseconds sets the Max_queue_delay_microseconds field's value.
func (*CreateModelServiceInput) SetMem_limit ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetMem_limit(v int32) *CreateModelServiceInput
SetMem_limit sets the Mem_limit field's value.
func (*CreateModelServiceInput) SetModel_id ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetModel_id(v string) *CreateModelServiceInput
SetModel_id sets the Model_id field's value.
func (*CreateModelServiceInput) SetModel_name ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetModel_name(v string) *CreateModelServiceInput
SetModel_name sets the Model_name field's value.
func (*CreateModelServiceInput) SetModel_service_name ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetModel_service_name(v string) *CreateModelServiceInput
SetModel_service_name sets the Model_service_name field's value.
func (*CreateModelServiceInput) SetOpen_ai_api ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetOpen_ai_api(v *Open_ai_apiForCreateModelServiceInput) *CreateModelServiceInput
SetOpen_ai_api sets the Open_ai_api field's value.
func (*CreateModelServiceInput) SetPort ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetPort(v int32) *CreateModelServiceInput
SetPort sets the Port field's value.
func (*CreateModelServiceInput) SetProcess_id ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetProcess_id(v string) *CreateModelServiceInput
SetProcess_id sets the Process_id field's value.
func (*CreateModelServiceInput) SetProcess_name ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetProcess_name(v string) *CreateModelServiceInput
SetProcess_name sets the Process_name field's value.
func (*CreateModelServiceInput) SetProject_id ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetProject_id(v string) *CreateModelServiceInput
SetProject_id sets the Project_id field's value.
func (*CreateModelServiceInput) SetProject_name ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetProject_name(v string) *CreateModelServiceInput
SetProject_name sets the Project_name field's value.
func (*CreateModelServiceInput) SetReplicas ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetReplicas(v int32) *CreateModelServiceInput
SetReplicas sets the Replicas field's value.
func (*CreateModelServiceInput) SetService_config ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetService_config(v []*Service_configForCreateModelServiceInput) *CreateModelServiceInput
SetService_config sets the Service_config field's value.
func (*CreateModelServiceInput) SetShared_memory ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetShared_memory(v *Shared_memoryForCreateModelServiceInput) *CreateModelServiceInput
SetShared_memory sets the Shared_memory field's value.
func (*CreateModelServiceInput) SetState_type ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetState_type(v int32) *CreateModelServiceInput
SetState_type sets the State_type field's value.
func (*CreateModelServiceInput) SetVersion_id ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetVersion_id(v string) *CreateModelServiceInput
SetVersion_id sets the Version_id field's value.
func (*CreateModelServiceInput) SetVersion_name ¶ added in v1.1.24
func (s *CreateModelServiceInput) SetVersion_name(v string) *CreateModelServiceInput
SetVersion_name sets the Version_name field's value.
func (CreateModelServiceInput) String ¶ added in v1.1.24
func (s CreateModelServiceInput) String() string
String returns the string representation
func (*CreateModelServiceInput) Validate ¶ added in v1.1.24
func (s *CreateModelServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateModelServiceOutput ¶ added in v1.1.24
type CreateModelServiceOutput struct {
Metadata *response.ResponseMetadata
Model_service_id *string `type:"string" json:"model_service_id,omitempty"`
Model_service_ids []*string `type:"list" json:"model_service_ids,omitempty"`
// contains filtered or unexported fields
}
func (CreateModelServiceOutput) GoString ¶ added in v1.1.24
func (s CreateModelServiceOutput) GoString() string
GoString returns the string representation
func (*CreateModelServiceOutput) SetModel_service_id ¶ added in v1.1.24
func (s *CreateModelServiceOutput) SetModel_service_id(v string) *CreateModelServiceOutput
SetModel_service_id sets the Model_service_id field's value.
func (*CreateModelServiceOutput) SetModel_service_ids ¶ added in v1.1.24
func (s *CreateModelServiceOutput) SetModel_service_ids(v []*string) *CreateModelServiceOutput
SetModel_service_ids sets the Model_service_ids field's value.
func (CreateModelServiceOutput) String ¶ added in v1.1.24
func (s CreateModelServiceOutput) String() string
String returns the string representation
type CreateNodeGroupInput ¶ added in v1.1.24
type CreateNodeGroupInput struct {
// Description is a required field
Description *string `type:"string" json:"description,omitempty" required:"true"`
NodeGroupName *string `type:"string" json:"nodeGroupName,omitempty"`
ProjectID *string `type:"string" json:"projectID,omitempty"`
Tags []*TagForCreateNodeGroupInput `type:"list" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (CreateNodeGroupInput) GoString ¶ added in v1.1.24
func (s CreateNodeGroupInput) GoString() string
GoString returns the string representation
func (*CreateNodeGroupInput) SetDescription ¶ added in v1.1.24
func (s *CreateNodeGroupInput) SetDescription(v string) *CreateNodeGroupInput
SetDescription sets the Description field's value.
func (*CreateNodeGroupInput) SetNodeGroupName ¶ added in v1.1.24
func (s *CreateNodeGroupInput) SetNodeGroupName(v string) *CreateNodeGroupInput
SetNodeGroupName sets the NodeGroupName field's value.
func (*CreateNodeGroupInput) SetProjectID ¶ added in v1.1.24
func (s *CreateNodeGroupInput) SetProjectID(v string) *CreateNodeGroupInput
SetProjectID sets the ProjectID field's value.
func (*CreateNodeGroupInput) SetTags ¶ added in v1.1.24
func (s *CreateNodeGroupInput) SetTags(v []*TagForCreateNodeGroupInput) *CreateNodeGroupInput
SetTags sets the Tags field's value.
func (CreateNodeGroupInput) String ¶ added in v1.1.24
func (s CreateNodeGroupInput) String() string
String returns the string representation
func (*CreateNodeGroupInput) Validate ¶ added in v1.1.24
func (s *CreateNodeGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNodeGroupOutput ¶ added in v1.1.24
type CreateNodeGroupOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CreateNodeGroupOutput) GoString ¶ added in v1.1.24
func (s CreateNodeGroupOutput) GoString() string
GoString returns the string representation
func (CreateNodeGroupOutput) String ¶ added in v1.1.24
func (s CreateNodeGroupOutput) String() string
String returns the string representation
type CreateSNInOneStepInput ¶
type CreateSNInOneStepInput struct {
Auto_renew *bool `type:"boolean" json:"auto_renew,omitempty"`
// Count_of_month is a required field
Count_of_month *int32 `type:"int32" json:"count_of_month,omitempty" required:"true"`
// Type is a required field
Type *int32 `type:"int32" json:"type,omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateSNInOneStepInput) GoString ¶
func (s CreateSNInOneStepInput) GoString() string
GoString returns the string representation
func (*CreateSNInOneStepInput) SetAuto_renew ¶
func (s *CreateSNInOneStepInput) SetAuto_renew(v bool) *CreateSNInOneStepInput
SetAuto_renew sets the Auto_renew field's value.
func (*CreateSNInOneStepInput) SetCount_of_month ¶
func (s *CreateSNInOneStepInput) SetCount_of_month(v int32) *CreateSNInOneStepInput
SetCount_of_month sets the Count_of_month field's value.
func (*CreateSNInOneStepInput) SetType ¶
func (s *CreateSNInOneStepInput) SetType(v int32) *CreateSNInOneStepInput
SetType sets the Type field's value.
func (CreateSNInOneStepInput) String ¶
func (s CreateSNInOneStepInput) String() string
String returns the string representation
func (*CreateSNInOneStepInput) Validate ¶
func (s *CreateSNInOneStepInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSNInOneStepOutput ¶
type CreateSNInOneStepOutput struct {
Metadata *response.ResponseMetadata
Node_id *string `type:"string" json:"node_id,omitempty"`
Sn *string `type:"string" json:"sn,omitempty"`
// contains filtered or unexported fields
}
func (CreateSNInOneStepOutput) GoString ¶
func (s CreateSNInOneStepOutput) GoString() string
GoString returns the string representation
func (*CreateSNInOneStepOutput) SetNode_id ¶
func (s *CreateSNInOneStepOutput) SetNode_id(v string) *CreateSNInOneStepOutput
SetNode_id sets the Node_id field's value.
func (*CreateSNInOneStepOutput) SetSn ¶
func (s *CreateSNInOneStepOutput) SetSn(v string) *CreateSNInOneStepOutput
SetSn sets the Sn field's value.
func (CreateSNInOneStepOutput) String ¶
func (s CreateSNInOneStepOutput) String() string
String returns the string representation
type DeleteIotLlmTokensInput ¶ added in v1.1.24
type DeleteIotLlmTokensInput struct {
Ids []*string `type:"list" json:"ids,omitempty"`
// contains filtered or unexported fields
}
func (DeleteIotLlmTokensInput) GoString ¶ added in v1.1.24
func (s DeleteIotLlmTokensInput) GoString() string
GoString returns the string representation
func (*DeleteIotLlmTokensInput) SetIds ¶ added in v1.1.24
func (s *DeleteIotLlmTokensInput) SetIds(v []*string) *DeleteIotLlmTokensInput
SetIds sets the Ids field's value.
func (DeleteIotLlmTokensInput) String ¶ added in v1.1.24
func (s DeleteIotLlmTokensInput) String() string
String returns the string representation
type DeleteIotLlmTokensOutput ¶ added in v1.1.24
type DeleteIotLlmTokensOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteIotLlmTokensOutput) GoString ¶ added in v1.1.24
func (s DeleteIotLlmTokensOutput) GoString() string
GoString returns the string representation
func (DeleteIotLlmTokensOutput) String ¶ added in v1.1.24
func (s DeleteIotLlmTokensOutput) String() string
String returns the string representation
type DeleteIotModelsInput ¶ added in v1.1.24
type DeleteIotModelsInput struct {
Instance_id *string `type:"string" json:"instance_id,omitempty"`
Model_ids []*string `type:"list" json:"model_ids,omitempty"`
// contains filtered or unexported fields
}
func (DeleteIotModelsInput) GoString ¶ added in v1.1.24
func (s DeleteIotModelsInput) GoString() string
GoString returns the string representation
func (*DeleteIotModelsInput) SetInstance_id ¶ added in v1.1.24
func (s *DeleteIotModelsInput) SetInstance_id(v string) *DeleteIotModelsInput
SetInstance_id sets the Instance_id field's value.
func (*DeleteIotModelsInput) SetModel_ids ¶ added in v1.1.24
func (s *DeleteIotModelsInput) SetModel_ids(v []*string) *DeleteIotModelsInput
SetModel_ids sets the Model_ids field's value.
func (DeleteIotModelsInput) String ¶ added in v1.1.24
func (s DeleteIotModelsInput) String() string
String returns the string representation
type DeleteIotModelsOutput ¶ added in v1.1.24
type DeleteIotModelsOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteIotModelsOutput) GoString ¶ added in v1.1.24
func (s DeleteIotModelsOutput) GoString() string
GoString returns the string representation
func (DeleteIotModelsOutput) String ¶ added in v1.1.24
func (s DeleteIotModelsOutput) String() string
String returns the string representation
type DeleteNodeGroupInput ¶ added in v1.1.24
type DeleteNodeGroupInput struct {
NodeGroupID *string `type:"string" json:"nodeGroupID,omitempty"`
// contains filtered or unexported fields
}
func (DeleteNodeGroupInput) GoString ¶ added in v1.1.24
func (s DeleteNodeGroupInput) GoString() string
GoString returns the string representation
func (*DeleteNodeGroupInput) SetNodeGroupID ¶ added in v1.1.24
func (s *DeleteNodeGroupInput) SetNodeGroupID(v string) *DeleteNodeGroupInput
SetNodeGroupID sets the NodeGroupID field's value.
func (DeleteNodeGroupInput) String ¶ added in v1.1.24
func (s DeleteNodeGroupInput) String() string
String returns the string representation
type DeleteNodeGroupOutput ¶ added in v1.1.24
type DeleteNodeGroupOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteNodeGroupOutput) GoString ¶ added in v1.1.24
func (s DeleteNodeGroupOutput) GoString() string
GoString returns the string representation
func (DeleteNodeGroupOutput) String ¶ added in v1.1.24
func (s DeleteNodeGroupOutput) String() string
String returns the string representation
type Deploy_configForCreateModelServiceInput ¶ added in v1.1.24
type Deploy_configForCreateModelServiceInput struct {
Node_groups []*Node_groupForCreateModelServiceInput `type:"list" json:"node_groups,omitempty"`
Nodes []*NodeForCreateModelServiceInput `type:"list" json:"nodes,omitempty"`
// contains filtered or unexported fields
}
func (Deploy_configForCreateModelServiceInput) GoString ¶ added in v1.1.24
func (s Deploy_configForCreateModelServiceInput) GoString() string
GoString returns the string representation
func (*Deploy_configForCreateModelServiceInput) SetNode_groups ¶ added in v1.1.24
func (s *Deploy_configForCreateModelServiceInput) SetNode_groups(v []*Node_groupForCreateModelServiceInput) *Deploy_configForCreateModelServiceInput
SetNode_groups sets the Node_groups field's value.
func (*Deploy_configForCreateModelServiceInput) SetNodes ¶ added in v1.1.24
func (s *Deploy_configForCreateModelServiceInput) SetNodes(v []*NodeForCreateModelServiceInput) *Deploy_configForCreateModelServiceInput
SetNodes sets the Nodes field's value.
func (Deploy_configForCreateModelServiceInput) String ¶ added in v1.1.24
func (s Deploy_configForCreateModelServiceInput) String() string
String returns the string representation
type DeploymentForUpdateDeploymentInput ¶ added in v1.1.24
type DeploymentForUpdateDeploymentInput struct {
Node_list []*string `type:"list" json:"node_list,omitempty"`
Replicas *int32 `max:"10" type:"int32" json:"replicas,omitempty"`
Strategy *StrategyForUpdateDeploymentInput `type:"structure" json:"strategy,omitempty"`
Template *TemplateForUpdateDeploymentInput `type:"structure" json:"template,omitempty"`
// contains filtered or unexported fields
}
func (DeploymentForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s DeploymentForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*DeploymentForUpdateDeploymentInput) SetNode_list ¶ added in v1.1.24
func (s *DeploymentForUpdateDeploymentInput) SetNode_list(v []*string) *DeploymentForUpdateDeploymentInput
SetNode_list sets the Node_list field's value.
func (*DeploymentForUpdateDeploymentInput) SetReplicas ¶ added in v1.1.24
func (s *DeploymentForUpdateDeploymentInput) SetReplicas(v int32) *DeploymentForUpdateDeploymentInput
SetReplicas sets the Replicas field's value.
func (*DeploymentForUpdateDeploymentInput) SetStrategy ¶ added in v1.1.24
func (s *DeploymentForUpdateDeploymentInput) SetStrategy(v *StrategyForUpdateDeploymentInput) *DeploymentForUpdateDeploymentInput
SetStrategy sets the Strategy field's value.
func (*DeploymentForUpdateDeploymentInput) SetTemplate ¶ added in v1.1.24
func (s *DeploymentForUpdateDeploymentInput) SetTemplate(v *TemplateForUpdateDeploymentInput) *DeploymentForUpdateDeploymentInput
SetTemplate sets the Template field's value.
func (DeploymentForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s DeploymentForUpdateDeploymentInput) String() string
String returns the string representation
func (*DeploymentForUpdateDeploymentInput) Validate ¶ added in v1.1.24
func (s *DeploymentForUpdateDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeviceContinuousMoveInput ¶ added in v1.1.24
type DeviceContinuousMoveInput struct {
// Device_id is a required field
Device_id *string `type:"string" json:"device_id,omitempty" required:"true"`
Pan_tilt_x *float64 `type:"double" json:"pan_tilt_x,omitempty"`
Pan_tilt_y *float64 `type:"double" json:"pan_tilt_y,omitempty"`
Time_out *int32 `type:"int32" json:"time_out,omitempty"`
Zoom_x *float64 `type:"double" json:"zoom_x,omitempty"`
// contains filtered or unexported fields
}
func (DeviceContinuousMoveInput) GoString ¶ added in v1.1.24
func (s DeviceContinuousMoveInput) GoString() string
GoString returns the string representation
func (*DeviceContinuousMoveInput) SetDevice_id ¶ added in v1.1.24
func (s *DeviceContinuousMoveInput) SetDevice_id(v string) *DeviceContinuousMoveInput
SetDevice_id sets the Device_id field's value.
func (*DeviceContinuousMoveInput) SetPan_tilt_x ¶ added in v1.1.24
func (s *DeviceContinuousMoveInput) SetPan_tilt_x(v float64) *DeviceContinuousMoveInput
SetPan_tilt_x sets the Pan_tilt_x field's value.
func (*DeviceContinuousMoveInput) SetPan_tilt_y ¶ added in v1.1.24
func (s *DeviceContinuousMoveInput) SetPan_tilt_y(v float64) *DeviceContinuousMoveInput
SetPan_tilt_y sets the Pan_tilt_y field's value.
func (*DeviceContinuousMoveInput) SetTime_out ¶ added in v1.1.24
func (s *DeviceContinuousMoveInput) SetTime_out(v int32) *DeviceContinuousMoveInput
SetTime_out sets the Time_out field's value.
func (*DeviceContinuousMoveInput) SetZoom_x ¶ added in v1.1.24
func (s *DeviceContinuousMoveInput) SetZoom_x(v float64) *DeviceContinuousMoveInput
SetZoom_x sets the Zoom_x field's value.
func (DeviceContinuousMoveInput) String ¶ added in v1.1.24
func (s DeviceContinuousMoveInput) String() string
String returns the string representation
func (*DeviceContinuousMoveInput) Validate ¶ added in v1.1.24
func (s *DeviceContinuousMoveInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeviceContinuousMoveOutput ¶ added in v1.1.24
type DeviceContinuousMoveOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (DeviceContinuousMoveOutput) GoString ¶ added in v1.1.24
func (s DeviceContinuousMoveOutput) GoString() string
GoString returns the string representation
func (*DeviceContinuousMoveOutput) SetId ¶ added in v1.1.24
func (s *DeviceContinuousMoveOutput) SetId(v string) *DeviceContinuousMoveOutput
SetId sets the Id field's value.
func (DeviceContinuousMoveOutput) String ¶ added in v1.1.24
func (s DeviceContinuousMoveOutput) String() string
String returns the string representation
type DurationForCreateIotLlmTokenInput ¶ added in v1.1.24
type DurationForCreateIotLlmTokenInput struct {
Duration_limit *float64 `type:"double" json:"duration_limit,omitempty"`
// contains filtered or unexported fields
}
func (DurationForCreateIotLlmTokenInput) GoString ¶ added in v1.1.24
func (s DurationForCreateIotLlmTokenInput) GoString() string
GoString returns the string representation
func (*DurationForCreateIotLlmTokenInput) SetDuration_limit ¶ added in v1.1.24
func (s *DurationForCreateIotLlmTokenInput) SetDuration_limit(v float64) *DurationForCreateIotLlmTokenInput
SetDuration_limit sets the Duration_limit field's value.
func (DurationForCreateIotLlmTokenInput) String ¶ added in v1.1.24
func (s DurationForCreateIotLlmTokenInput) String() string
String returns the string representation
type EdgeCallInput ¶ added in v1.1.24
type EdgeCallInput struct {
// Device_id is a required field
Device_id *string `type:"string" json:"device_id,omitempty" required:"true"`
// Function_identifier is a required field
Function_identifier *string `type:"string" json:"function_identifier,omitempty" required:"true"`
Input *string `type:"string" json:"input,omitempty"`
// Mode is a required field
Mode *int32 `type:"int32" json:"mode,omitempty" required:"true"`
// Module_identifier is a required field
Module_identifier *string `type:"string" json:"module_identifier,omitempty" required:"true"`
Show_template *bool `type:"boolean" json:"show_template,omitempty"`
// contains filtered or unexported fields
}
func (EdgeCallInput) GoString ¶ added in v1.1.24
func (s EdgeCallInput) GoString() string
GoString returns the string representation
func (*EdgeCallInput) SetDevice_id ¶ added in v1.1.24
func (s *EdgeCallInput) SetDevice_id(v string) *EdgeCallInput
SetDevice_id sets the Device_id field's value.
func (*EdgeCallInput) SetFunction_identifier ¶ added in v1.1.24
func (s *EdgeCallInput) SetFunction_identifier(v string) *EdgeCallInput
SetFunction_identifier sets the Function_identifier field's value.
func (*EdgeCallInput) SetInput ¶ added in v1.1.24
func (s *EdgeCallInput) SetInput(v string) *EdgeCallInput
SetInput sets the Input field's value.
func (*EdgeCallInput) SetMode ¶ added in v1.1.24
func (s *EdgeCallInput) SetMode(v int32) *EdgeCallInput
SetMode sets the Mode field's value.
func (*EdgeCallInput) SetModule_identifier ¶ added in v1.1.24
func (s *EdgeCallInput) SetModule_identifier(v string) *EdgeCallInput
SetModule_identifier sets the Module_identifier field's value.
func (*EdgeCallInput) SetShow_template ¶ added in v1.1.24
func (s *EdgeCallInput) SetShow_template(v bool) *EdgeCallInput
SetShow_template sets the Show_template field's value.
func (EdgeCallInput) String ¶ added in v1.1.24
func (s EdgeCallInput) String() string
String returns the string representation
func (*EdgeCallInput) Validate ¶ added in v1.1.24
func (s *EdgeCallInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EdgeCallOutput ¶ added in v1.1.24
type EdgeCallOutput struct {
Metadata *response.ResponseMetadata
Device_id *string `type:"string" json:"device_id,omitempty"`
Function_identifier *string `type:"string" json:"function_identifier,omitempty"`
Mode *int32 `type:"int32" json:"mode,omitempty"`
Module_identifier *string `type:"string" json:"module_identifier,omitempty"`
Origin *int64 `type:"int64" json:"origin,omitempty"`
Output *OutputForEdgeCallOutput `type:"structure" json:"output,omitempty"`
Template *string `type:"string" json:"template,omitempty"`
// contains filtered or unexported fields
}
func (EdgeCallOutput) GoString ¶ added in v1.1.24
func (s EdgeCallOutput) GoString() string
GoString returns the string representation
func (*EdgeCallOutput) SetDevice_id ¶ added in v1.1.24
func (s *EdgeCallOutput) SetDevice_id(v string) *EdgeCallOutput
SetDevice_id sets the Device_id field's value.
func (*EdgeCallOutput) SetFunction_identifier ¶ added in v1.1.24
func (s *EdgeCallOutput) SetFunction_identifier(v string) *EdgeCallOutput
SetFunction_identifier sets the Function_identifier field's value.
func (*EdgeCallOutput) SetMode ¶ added in v1.1.24
func (s *EdgeCallOutput) SetMode(v int32) *EdgeCallOutput
SetMode sets the Mode field's value.
func (*EdgeCallOutput) SetModule_identifier ¶ added in v1.1.24
func (s *EdgeCallOutput) SetModule_identifier(v string) *EdgeCallOutput
SetModule_identifier sets the Module_identifier field's value.
func (*EdgeCallOutput) SetOrigin ¶ added in v1.1.24
func (s *EdgeCallOutput) SetOrigin(v int64) *EdgeCallOutput
SetOrigin sets the Origin field's value.
func (*EdgeCallOutput) SetOutput ¶ added in v1.1.24
func (s *EdgeCallOutput) SetOutput(v *OutputForEdgeCallOutput) *EdgeCallOutput
SetOutput sets the Output field's value.
func (*EdgeCallOutput) SetTemplate ¶ added in v1.1.24
func (s *EdgeCallOutput) SetTemplate(v string) *EdgeCallOutput
SetTemplate sets the Template field's value.
func (EdgeCallOutput) String ¶ added in v1.1.24
func (s EdgeCallOutput) String() string
String returns the string representation
type Empty_dirForUpdateDeploymentInput ¶ added in v1.1.24
type Empty_dirForUpdateDeploymentInput struct {
Name *string `type:"string" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (Empty_dirForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s Empty_dirForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*Empty_dirForUpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *Empty_dirForUpdateDeploymentInput) SetName(v string) *Empty_dirForUpdateDeploymentInput
SetName sets the Name field's value.
func (Empty_dirForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s Empty_dirForUpdateDeploymentInput) String() string
String returns the string representation
type EnvForUpdateDeploymentInput ¶ added in v1.1.24
type EnvForUpdateDeploymentInput struct {
Name *string `type:"string" json:"name,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
Value_type *int32 `type:"int32" json:"value_type,omitempty"`
// contains filtered or unexported fields
}
func (EnvForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s EnvForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*EnvForUpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *EnvForUpdateDeploymentInput) SetName(v string) *EnvForUpdateDeploymentInput
SetName sets the Name field's value.
func (*EnvForUpdateDeploymentInput) SetValue ¶ added in v1.1.24
func (s *EnvForUpdateDeploymentInput) SetValue(v string) *EnvForUpdateDeploymentInput
SetValue sets the Value field's value.
func (*EnvForUpdateDeploymentInput) SetValue_type ¶ added in v1.1.24
func (s *EnvForUpdateDeploymentInput) SetValue_type(v int32) *EnvForUpdateDeploymentInput
SetValue_type sets the Value_type field's value.
func (EnvForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s EnvForUpdateDeploymentInput) String() string
String returns the string representation
type FilterForListIotModelsInput ¶ added in v1.1.24
type FilterForListIotModelsInput struct {
Bill_types []*int32 `type:"list" json:"bill_types,omitempty"`
Statuses []*int32 `type:"list" json:"statuses,omitempty"`
// contains filtered or unexported fields
}
func (FilterForListIotModelsInput) GoString ¶ added in v1.1.24
func (s FilterForListIotModelsInput) GoString() string
GoString returns the string representation
func (*FilterForListIotModelsInput) SetBill_types ¶ added in v1.1.24
func (s *FilterForListIotModelsInput) SetBill_types(v []*int32) *FilterForListIotModelsInput
SetBill_types sets the Bill_types field's value.
func (*FilterForListIotModelsInput) SetStatuses ¶ added in v1.1.24
func (s *FilterForListIotModelsInput) SetStatuses(v []*int32) *FilterForListIotModelsInput
SetStatuses sets the Statuses field's value.
func (FilterForListIotModelsInput) String ¶ added in v1.1.24
func (s FilterForListIotModelsInput) String() string
String returns the string representation
type FilterForListLLModelsV2Input ¶ added in v1.1.24
type FilterForListLLModelsV2Input struct {
Category *int32 `type:"int32" json:"category,omitempty"`
Channel_source *int32 `type:"int32" json:"channel_source,omitempty"`
Model *string `type:"string" json:"model,omitempty"`
Provider *string `type:"string" json:"provider,omitempty"`
Tags []*string `type:"list" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (FilterForListLLModelsV2Input) GoString ¶ added in v1.1.24
func (s FilterForListLLModelsV2Input) GoString() string
GoString returns the string representation
func (*FilterForListLLModelsV2Input) SetCategory ¶ added in v1.1.24
func (s *FilterForListLLModelsV2Input) SetCategory(v int32) *FilterForListLLModelsV2Input
SetCategory sets the Category field's value.
func (*FilterForListLLModelsV2Input) SetChannel_source ¶ added in v1.1.24
func (s *FilterForListLLModelsV2Input) SetChannel_source(v int32) *FilterForListLLModelsV2Input
SetChannel_source sets the Channel_source field's value.
func (*FilterForListLLModelsV2Input) SetModel ¶ added in v1.1.24
func (s *FilterForListLLModelsV2Input) SetModel(v string) *FilterForListLLModelsV2Input
SetModel sets the Model field's value.
func (*FilterForListLLModelsV2Input) SetProvider ¶ added in v1.1.24
func (s *FilterForListLLModelsV2Input) SetProvider(v string) *FilterForListLLModelsV2Input
SetProvider sets the Provider field's value.
func (*FilterForListLLModelsV2Input) SetTags ¶ added in v1.1.24
func (s *FilterForListLLModelsV2Input) SetTags(v []*string) *FilterForListLLModelsV2Input
SetTags sets the Tags field's value.
func (FilterForListLLModelsV2Input) String ¶ added in v1.1.24
func (s FilterForListLLModelsV2Input) String() string
String returns the string representation
type GetLastDevicePropertyValueInput ¶ added in v1.1.24
type GetLastDevicePropertyValueInput struct {
// Device_id is a required field
Device_id *string `type:"string" json:"device_id,omitempty" required:"true"`
// Module_identifier is a required field
Module_identifier *string `type:"string" json:"module_identifier,omitempty" required:"true"`
Property_identifiers []*string `type:"list" json:"property_identifiers,omitempty"`
// contains filtered or unexported fields
}
func (GetLastDevicePropertyValueInput) GoString ¶ added in v1.1.24
func (s GetLastDevicePropertyValueInput) GoString() string
GoString returns the string representation
func (*GetLastDevicePropertyValueInput) SetDevice_id ¶ added in v1.1.24
func (s *GetLastDevicePropertyValueInput) SetDevice_id(v string) *GetLastDevicePropertyValueInput
SetDevice_id sets the Device_id field's value.
func (*GetLastDevicePropertyValueInput) SetModule_identifier ¶ added in v1.1.24
func (s *GetLastDevicePropertyValueInput) SetModule_identifier(v string) *GetLastDevicePropertyValueInput
SetModule_identifier sets the Module_identifier field's value.
func (*GetLastDevicePropertyValueInput) SetProperty_identifiers ¶ added in v1.1.24
func (s *GetLastDevicePropertyValueInput) SetProperty_identifiers(v []*string) *GetLastDevicePropertyValueInput
SetProperty_identifiers sets the Property_identifiers field's value.
func (GetLastDevicePropertyValueInput) String ¶ added in v1.1.24
func (s GetLastDevicePropertyValueInput) String() string
String returns the string representation
func (*GetLastDevicePropertyValueInput) Validate ¶ added in v1.1.24
func (s *GetLastDevicePropertyValueInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLastDevicePropertyValueOutput ¶ added in v1.1.24
type GetLastDevicePropertyValueOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForGetLastDevicePropertyValueOutput `type:"list" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (GetLastDevicePropertyValueOutput) GoString ¶ added in v1.1.24
func (s GetLastDevicePropertyValueOutput) GoString() string
GoString returns the string representation
func (*GetLastDevicePropertyValueOutput) SetItems ¶ added in v1.1.24
func (s *GetLastDevicePropertyValueOutput) SetItems(v []*ItemForGetLastDevicePropertyValueOutput) *GetLastDevicePropertyValueOutput
SetItems sets the Items field's value.
func (GetLastDevicePropertyValueOutput) String ¶ added in v1.1.24
func (s GetLastDevicePropertyValueOutput) String() string
String returns the string representation
type GetLogRuleInput ¶ added in v1.1.24
type GetLogRuleInput struct {
Node_name *string `type:"string" json:"node_name,omitempty"`
Project_id *string `type:"string" json:"project_id,omitempty"`
// contains filtered or unexported fields
}
func (GetLogRuleInput) GoString ¶ added in v1.1.24
func (s GetLogRuleInput) GoString() string
GoString returns the string representation
func (*GetLogRuleInput) SetNode_name ¶ added in v1.1.24
func (s *GetLogRuleInput) SetNode_name(v string) *GetLogRuleInput
SetNode_name sets the Node_name field's value.
func (*GetLogRuleInput) SetProject_id ¶ added in v1.1.24
func (s *GetLogRuleInput) SetProject_id(v string) *GetLogRuleInput
SetProject_id sets the Project_id field's value.
func (GetLogRuleInput) String ¶ added in v1.1.24
func (s GetLogRuleInput) String() string
String returns the string representation
type GetLogRuleOutput ¶ added in v1.1.24
type GetLogRuleOutput struct {
Metadata *response.ResponseMetadata
File_path []*string `type:"list" json:"file_path,omitempty"`
Is_running *bool `type:"boolean" json:"is_running,omitempty"`
Pod_name []*string `type:"list" json:"pod_name,omitempty"`
Pod_range *int32 `type:"int32" json:"pod_range,omitempty"`
Rule_id *string `type:"string" json:"rule_id,omitempty"`
Rule_name *string `type:"string" json:"rule_name,omitempty"`
Rule_type *string `type:"string" json:"rule_type,omitempty"`
Tls_project *string `type:"string" json:"tls_project,omitempty"`
Tls_tag *string `type:"string" json:"tls_tag,omitempty"`
Tls_topic *string `type:"string" json:"tls_topic,omitempty"`
// contains filtered or unexported fields
}
func (GetLogRuleOutput) GoString ¶ added in v1.1.24
func (s GetLogRuleOutput) GoString() string
GoString returns the string representation
func (*GetLogRuleOutput) SetFile_path ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetFile_path(v []*string) *GetLogRuleOutput
SetFile_path sets the File_path field's value.
func (*GetLogRuleOutput) SetIs_running ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetIs_running(v bool) *GetLogRuleOutput
SetIs_running sets the Is_running field's value.
func (*GetLogRuleOutput) SetPod_name ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetPod_name(v []*string) *GetLogRuleOutput
SetPod_name sets the Pod_name field's value.
func (*GetLogRuleOutput) SetPod_range ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetPod_range(v int32) *GetLogRuleOutput
SetPod_range sets the Pod_range field's value.
func (*GetLogRuleOutput) SetRule_id ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetRule_id(v string) *GetLogRuleOutput
SetRule_id sets the Rule_id field's value.
func (*GetLogRuleOutput) SetRule_name ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetRule_name(v string) *GetLogRuleOutput
SetRule_name sets the Rule_name field's value.
func (*GetLogRuleOutput) SetRule_type ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetRule_type(v string) *GetLogRuleOutput
SetRule_type sets the Rule_type field's value.
func (*GetLogRuleOutput) SetTls_project ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetTls_project(v string) *GetLogRuleOutput
SetTls_project sets the Tls_project field's value.
func (*GetLogRuleOutput) SetTls_tag ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetTls_tag(v string) *GetLogRuleOutput
SetTls_tag sets the Tls_tag field's value.
func (*GetLogRuleOutput) SetTls_topic ¶ added in v1.1.24
func (s *GetLogRuleOutput) SetTls_topic(v string) *GetLogRuleOutput
SetTls_topic sets the Tls_topic field's value.
func (GetLogRuleOutput) String ¶ added in v1.1.24
func (s GetLogRuleOutput) String() string
String returns the string representation
type GetMediapipeEventInput ¶ added in v1.1.24
type GetMediapipeEventInput struct {
// Event_id is a required field
Event_id *string `type:"string" json:"event_id,omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetMediapipeEventInput) GoString ¶ added in v1.1.24
func (s GetMediapipeEventInput) GoString() string
GoString returns the string representation
func (*GetMediapipeEventInput) SetEvent_id ¶ added in v1.1.24
func (s *GetMediapipeEventInput) SetEvent_id(v string) *GetMediapipeEventInput
SetEvent_id sets the Event_id field's value.
func (GetMediapipeEventInput) String ¶ added in v1.1.24
func (s GetMediapipeEventInput) String() string
String returns the string representation
func (*GetMediapipeEventInput) Validate ¶ added in v1.1.24
func (s *GetMediapipeEventInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMediapipeEventOutput ¶ added in v1.1.24
type GetMediapipeEventOutput struct {
Metadata *response.ResponseMetadata
Base64_image_string *string `type:"string" json:"base64_image_string,omitempty"`
Create_time *string `type:"string" json:"create_time,omitempty"`
Event_id *string `type:"string" json:"event_id,omitempty"`
Event_type *string `type:"string" json:"event_type,omitempty"`
Instance_id *string `type:"string" json:"instance_id,omitempty"`
Instance_name *string `type:"string" json:"instance_name,omitempty"`
Json_all_string *string `type:"string" json:"json_all_string,omitempty"`
Obj_bboxes []*Obj_bboxForGetMediapipeEventOutput `type:"list" json:"obj_bboxes,omitempty"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Source_id *string `type:"string" json:"source_id,omitempty"`
Source_type *string `type:"string" json:"source_type,omitempty"`
// contains filtered or unexported fields
}
func (GetMediapipeEventOutput) GoString ¶ added in v1.1.24
func (s GetMediapipeEventOutput) GoString() string
GoString returns the string representation
func (*GetMediapipeEventOutput) SetBase64_image_string ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetBase64_image_string(v string) *GetMediapipeEventOutput
SetBase64_image_string sets the Base64_image_string field's value.
func (*GetMediapipeEventOutput) SetCreate_time ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetCreate_time(v string) *GetMediapipeEventOutput
SetCreate_time sets the Create_time field's value.
func (*GetMediapipeEventOutput) SetEvent_id ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetEvent_id(v string) *GetMediapipeEventOutput
SetEvent_id sets the Event_id field's value.
func (*GetMediapipeEventOutput) SetEvent_type ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetEvent_type(v string) *GetMediapipeEventOutput
SetEvent_type sets the Event_type field's value.
func (*GetMediapipeEventOutput) SetInstance_id ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetInstance_id(v string) *GetMediapipeEventOutput
SetInstance_id sets the Instance_id field's value.
func (*GetMediapipeEventOutput) SetInstance_name ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetInstance_name(v string) *GetMediapipeEventOutput
SetInstance_name sets the Instance_name field's value.
func (*GetMediapipeEventOutput) SetJson_all_string ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetJson_all_string(v string) *GetMediapipeEventOutput
SetJson_all_string sets the Json_all_string field's value.
func (*GetMediapipeEventOutput) SetObj_bboxes ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetObj_bboxes(v []*Obj_bboxForGetMediapipeEventOutput) *GetMediapipeEventOutput
SetObj_bboxes sets the Obj_bboxes field's value.
func (*GetMediapipeEventOutput) SetProject_id ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetProject_id(v string) *GetMediapipeEventOutput
SetProject_id sets the Project_id field's value.
func (*GetMediapipeEventOutput) SetSource_id ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetSource_id(v string) *GetMediapipeEventOutput
SetSource_id sets the Source_id field's value.
func (*GetMediapipeEventOutput) SetSource_type ¶ added in v1.1.24
func (s *GetMediapipeEventOutput) SetSource_type(v string) *GetMediapipeEventOutput
SetSource_type sets the Source_type field's value.
func (GetMediapipeEventOutput) String ¶ added in v1.1.24
func (s GetMediapipeEventOutput) String() string
String returns the string representation
type GetNodeGroupInput ¶ added in v1.1.24
type GetNodeGroupInput struct {
NodeGroupID *string `type:"string" json:"nodeGroupID,omitempty"`
// contains filtered or unexported fields
}
func (GetNodeGroupInput) GoString ¶ added in v1.1.24
func (s GetNodeGroupInput) GoString() string
GoString returns the string representation
func (*GetNodeGroupInput) SetNodeGroupID ¶ added in v1.1.24
func (s *GetNodeGroupInput) SetNodeGroupID(v string) *GetNodeGroupInput
SetNodeGroupID sets the NodeGroupID field's value.
func (GetNodeGroupInput) String ¶ added in v1.1.24
func (s GetNodeGroupInput) String() string
String returns the string representation
type GetNodeGroupOutput ¶ added in v1.1.24
type GetNodeGroupOutput struct {
Metadata *response.ResponseMetadata
NodeGroup *NodeGroupForGetNodeGroupOutput `type:"structure" json:"nodeGroup,omitempty"`
// contains filtered or unexported fields
}
func (GetNodeGroupOutput) GoString ¶ added in v1.1.24
func (s GetNodeGroupOutput) GoString() string
GoString returns the string representation
func (*GetNodeGroupOutput) SetNodeGroup ¶ added in v1.1.24
func (s *GetNodeGroupOutput) SetNodeGroup(v *NodeGroupForGetNodeGroupOutput) *GetNodeGroupOutput
SetNodeGroup sets the NodeGroup field's value.
func (GetNodeGroupOutput) String ¶ added in v1.1.24
func (s GetNodeGroupOutput) String() string
String returns the string representation
type Host_pathForUpdateDeploymentInput ¶ added in v1.1.24
type Host_pathForUpdateDeploymentInput struct {
Host_path_type *int32 `type:"int32" json:"host_path_type,omitempty"`
Path *string `type:"string" json:"path,omitempty"`
// contains filtered or unexported fields
}
func (Host_pathForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s Host_pathForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*Host_pathForUpdateDeploymentInput) SetHost_path_type ¶ added in v1.1.24
func (s *Host_pathForUpdateDeploymentInput) SetHost_path_type(v int32) *Host_pathForUpdateDeploymentInput
SetHost_path_type sets the Host_path_type field's value.
func (*Host_pathForUpdateDeploymentInput) SetPath ¶ added in v1.1.24
func (s *Host_pathForUpdateDeploymentInput) SetPath(v string) *Host_pathForUpdateDeploymentInput
SetPath sets the Path field's value.
func (Host_pathForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s Host_pathForUpdateDeploymentInput) String() string
String returns the string representation
type Iot_filterForListLLModelsV2Input ¶ added in v1.1.24
type Iot_filterForListLLModelsV2Input struct {
Instance_id *string `type:"string" json:"instance_id,omitempty"`
// contains filtered or unexported fields
}
func (Iot_filterForListLLModelsV2Input) GoString ¶ added in v1.1.24
func (s Iot_filterForListLLModelsV2Input) GoString() string
GoString returns the string representation
func (*Iot_filterForListLLModelsV2Input) SetInstance_id ¶ added in v1.1.24
func (s *Iot_filterForListLLModelsV2Input) SetInstance_id(v string) *Iot_filterForListLLModelsV2Input
SetInstance_id sets the Instance_id field's value.
func (Iot_filterForListLLModelsV2Input) String ¶ added in v1.1.24
func (s Iot_filterForListLLModelsV2Input) String() string
String returns the string representation
type ItemForGetLastDevicePropertyValueOutput ¶ added in v1.1.24
type ItemForGetLastDevicePropertyValueOutput struct {
Identifier *string `type:"string" json:"identifier,omitempty"`
Time *int64 `type:"int64" json:"time,omitempty"`
Type *string `type:"string" json:"type,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (ItemForGetLastDevicePropertyValueOutput) GoString ¶ added in v1.1.24
func (s ItemForGetLastDevicePropertyValueOutput) GoString() string
GoString returns the string representation
func (*ItemForGetLastDevicePropertyValueOutput) SetIdentifier ¶ added in v1.1.24
func (s *ItemForGetLastDevicePropertyValueOutput) SetIdentifier(v string) *ItemForGetLastDevicePropertyValueOutput
SetIdentifier sets the Identifier field's value.
func (*ItemForGetLastDevicePropertyValueOutput) SetTime ¶ added in v1.1.24
func (s *ItemForGetLastDevicePropertyValueOutput) SetTime(v int64) *ItemForGetLastDevicePropertyValueOutput
SetTime sets the Time field's value.
func (*ItemForGetLastDevicePropertyValueOutput) SetType ¶ added in v1.1.24
func (s *ItemForGetLastDevicePropertyValueOutput) SetType(v string) *ItemForGetLastDevicePropertyValueOutput
SetType sets the Type field's value.
func (*ItemForGetLastDevicePropertyValueOutput) SetValue ¶ added in v1.1.24
func (s *ItemForGetLastDevicePropertyValueOutput) SetValue(v string) *ItemForGetLastDevicePropertyValueOutput
SetValue sets the Value field's value.
func (ItemForGetLastDevicePropertyValueOutput) String ¶ added in v1.1.24
func (s ItemForGetLastDevicePropertyValueOutput) String() string
String returns the string representation
type ItemForListDeploymentOutput ¶ added in v1.1.24
type ItemForListDeploymentOutput struct {
Biz_line *int32 `type:"int32" json:"biz_line,omitempty"`
Created_at *string `type:"string" json:"created_at,omitempty"`
Deployment_error_message *string `type:"string" json:"deployment_error_message,omitempty"`
Deployment_id *string `type:"string" json:"deployment_id,omitempty"`
Deployment_type *string `type:"string" json:"deployment_type,omitempty"`
Desc *string `type:"string" json:"desc,omitempty"`
Hci_name *string `type:"string" json:"hci_name,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Node *string `type:"string" json:"node,omitempty"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Project_name *string `type:"string" json:"project_name,omitempty"`
Related_template *Related_templateForListDeploymentOutput `type:"structure" json:"related_template,omitempty"`
Status *StatusForListDeploymentOutput `type:"structure" json:"status,omitempty"`
Updated_at *string `type:"string" json:"updated_at,omitempty"`
// contains filtered or unexported fields
}
func (ItemForListDeploymentOutput) GoString ¶ added in v1.1.24
func (s ItemForListDeploymentOutput) GoString() string
GoString returns the string representation
func (*ItemForListDeploymentOutput) SetBiz_line ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetBiz_line(v int32) *ItemForListDeploymentOutput
SetBiz_line sets the Biz_line field's value.
func (*ItemForListDeploymentOutput) SetCreated_at ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetCreated_at(v string) *ItemForListDeploymentOutput
SetCreated_at sets the Created_at field's value.
func (*ItemForListDeploymentOutput) SetDeployment_error_message ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetDeployment_error_message(v string) *ItemForListDeploymentOutput
SetDeployment_error_message sets the Deployment_error_message field's value.
func (*ItemForListDeploymentOutput) SetDeployment_id ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetDeployment_id(v string) *ItemForListDeploymentOutput
SetDeployment_id sets the Deployment_id field's value.
func (*ItemForListDeploymentOutput) SetDeployment_type ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetDeployment_type(v string) *ItemForListDeploymentOutput
SetDeployment_type sets the Deployment_type field's value.
func (*ItemForListDeploymentOutput) SetDesc ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetDesc(v string) *ItemForListDeploymentOutput
SetDesc sets the Desc field's value.
func (*ItemForListDeploymentOutput) SetHci_name ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetHci_name(v string) *ItemForListDeploymentOutput
SetHci_name sets the Hci_name field's value.
func (*ItemForListDeploymentOutput) SetName ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetName(v string) *ItemForListDeploymentOutput
SetName sets the Name field's value.
func (*ItemForListDeploymentOutput) SetNode ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetNode(v string) *ItemForListDeploymentOutput
SetNode sets the Node field's value.
func (*ItemForListDeploymentOutput) SetProject_id ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetProject_id(v string) *ItemForListDeploymentOutput
SetProject_id sets the Project_id field's value.
func (*ItemForListDeploymentOutput) SetProject_name ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetProject_name(v string) *ItemForListDeploymentOutput
SetProject_name sets the Project_name field's value.
func (*ItemForListDeploymentOutput) SetRelated_template ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetRelated_template(v *Related_templateForListDeploymentOutput) *ItemForListDeploymentOutput
SetRelated_template sets the Related_template field's value.
func (*ItemForListDeploymentOutput) SetStatus ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetStatus(v *StatusForListDeploymentOutput) *ItemForListDeploymentOutput
SetStatus sets the Status field's value.
func (*ItemForListDeploymentOutput) SetUpdated_at ¶ added in v1.1.24
func (s *ItemForListDeploymentOutput) SetUpdated_at(v string) *ItemForListDeploymentOutput
SetUpdated_at sets the Updated_at field's value.
func (ItemForListDeploymentOutput) String ¶ added in v1.1.24
func (s ItemForListDeploymentOutput) String() string
String returns the string representation
type ItemForListDeviceOutput ¶ added in v1.1.24
type ItemForListDeviceOutput struct {
Description *string `type:"string" json:"description,omitempty"`
Device_id *string `type:"string" json:"device_id,omitempty"`
Device_name *string `type:"string" json:"device_name,omitempty"`
Driver_template_alias *string `type:"string" json:"driver_template_alias,omitempty"`
Driver_template_name *string `type:"string" json:"driver_template_name,omitempty"`
Node_alias *string `type:"string" json:"node_alias,omitempty"`
Node_name *string `type:"string" json:"node_name,omitempty"`
Profile_category *int32 `type:"int32" json:"profile_category,omitempty"`
Profile_id *string `type:"string" json:"profile_id,omitempty"`
Profile_name *string `type:"string" json:"profile_name,omitempty"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Project_name *string `type:"string" json:"project_name,omitempty"`
Status *int32 `type:"int32" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (ItemForListDeviceOutput) GoString ¶ added in v1.1.24
func (s ItemForListDeviceOutput) GoString() string
GoString returns the string representation
func (*ItemForListDeviceOutput) SetDescription ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetDescription(v string) *ItemForListDeviceOutput
SetDescription sets the Description field's value.
func (*ItemForListDeviceOutput) SetDevice_id ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetDevice_id(v string) *ItemForListDeviceOutput
SetDevice_id sets the Device_id field's value.
func (*ItemForListDeviceOutput) SetDevice_name ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetDevice_name(v string) *ItemForListDeviceOutput
SetDevice_name sets the Device_name field's value.
func (*ItemForListDeviceOutput) SetDriver_template_alias ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetDriver_template_alias(v string) *ItemForListDeviceOutput
SetDriver_template_alias sets the Driver_template_alias field's value.
func (*ItemForListDeviceOutput) SetDriver_template_name ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetDriver_template_name(v string) *ItemForListDeviceOutput
SetDriver_template_name sets the Driver_template_name field's value.
func (*ItemForListDeviceOutput) SetNode_alias ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetNode_alias(v string) *ItemForListDeviceOutput
SetNode_alias sets the Node_alias field's value.
func (*ItemForListDeviceOutput) SetNode_name ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetNode_name(v string) *ItemForListDeviceOutput
SetNode_name sets the Node_name field's value.
func (*ItemForListDeviceOutput) SetProfile_category ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetProfile_category(v int32) *ItemForListDeviceOutput
SetProfile_category sets the Profile_category field's value.
func (*ItemForListDeviceOutput) SetProfile_id ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetProfile_id(v string) *ItemForListDeviceOutput
SetProfile_id sets the Profile_id field's value.
func (*ItemForListDeviceOutput) SetProfile_name ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetProfile_name(v string) *ItemForListDeviceOutput
SetProfile_name sets the Profile_name field's value.
func (*ItemForListDeviceOutput) SetProject_id ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetProject_id(v string) *ItemForListDeviceOutput
SetProject_id sets the Project_id field's value.
func (*ItemForListDeviceOutput) SetProject_name ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetProject_name(v string) *ItemForListDeviceOutput
SetProject_name sets the Project_name field's value.
func (*ItemForListDeviceOutput) SetStatus ¶ added in v1.1.24
func (s *ItemForListDeviceOutput) SetStatus(v int32) *ItemForListDeviceOutput
SetStatus sets the Status field's value.
func (ItemForListDeviceOutput) String ¶ added in v1.1.24
func (s ItemForListDeviceOutput) String() string
String returns the string representation
type ItemForListHCINewOutput ¶ added in v1.1.24
type ItemForListHCINewOutput struct {
Activated_at *string `type:"string" json:"activated_at,omitempty"`
Alias *string `type:"string" json:"alias,omitempty"`
Cpu_usage *float64 `type:"double" json:"cpu_usage,omitempty"`
Hci_model_ref *string `type:"string" json:"hci_model_ref,omitempty"`
Last_active_at *string `type:"string" json:"last_active_at,omitempty"`
Memory_usage *float64 `type:"double" json:"memory_usage,omitempty"`
Monitor_status *int32 `type:"int32" json:"monitor_status,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Node_available_cpu *float64 `type:"double" json:"node_available_cpu,omitempty"`
Node_available_mem *int32 `type:"int32" json:"node_available_mem,omitempty"`
Node_workload_count *int32 `type:"int32" json:"node_workload_count,omitempty"`
Ota_status *Ota_statusForListHCINewOutput `type:"structure" json:"ota_status,omitempty"`
Project_workload_count *int32 `type:"int32" json:"project_workload_count,omitempty"`
Status *int32 `type:"int32" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (ItemForListHCINewOutput) GoString ¶ added in v1.1.24
func (s ItemForListHCINewOutput) GoString() string
GoString returns the string representation
func (*ItemForListHCINewOutput) SetActivated_at ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetActivated_at(v string) *ItemForListHCINewOutput
SetActivated_at sets the Activated_at field's value.
func (*ItemForListHCINewOutput) SetAlias ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetAlias(v string) *ItemForListHCINewOutput
SetAlias sets the Alias field's value.
func (*ItemForListHCINewOutput) SetCpu_usage ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetCpu_usage(v float64) *ItemForListHCINewOutput
SetCpu_usage sets the Cpu_usage field's value.
func (*ItemForListHCINewOutput) SetHci_model_ref ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetHci_model_ref(v string) *ItemForListHCINewOutput
SetHci_model_ref sets the Hci_model_ref field's value.
func (*ItemForListHCINewOutput) SetLast_active_at ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetLast_active_at(v string) *ItemForListHCINewOutput
SetLast_active_at sets the Last_active_at field's value.
func (*ItemForListHCINewOutput) SetMemory_usage ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetMemory_usage(v float64) *ItemForListHCINewOutput
SetMemory_usage sets the Memory_usage field's value.
func (*ItemForListHCINewOutput) SetMonitor_status ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetMonitor_status(v int32) *ItemForListHCINewOutput
SetMonitor_status sets the Monitor_status field's value.
func (*ItemForListHCINewOutput) SetName ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetName(v string) *ItemForListHCINewOutput
SetName sets the Name field's value.
func (*ItemForListHCINewOutput) SetNode_available_cpu ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetNode_available_cpu(v float64) *ItemForListHCINewOutput
SetNode_available_cpu sets the Node_available_cpu field's value.
func (*ItemForListHCINewOutput) SetNode_available_mem ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetNode_available_mem(v int32) *ItemForListHCINewOutput
SetNode_available_mem sets the Node_available_mem field's value.
func (*ItemForListHCINewOutput) SetNode_workload_count ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetNode_workload_count(v int32) *ItemForListHCINewOutput
SetNode_workload_count sets the Node_workload_count field's value.
func (*ItemForListHCINewOutput) SetOta_status ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetOta_status(v *Ota_statusForListHCINewOutput) *ItemForListHCINewOutput
SetOta_status sets the Ota_status field's value.
func (*ItemForListHCINewOutput) SetProject_workload_count ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetProject_workload_count(v int32) *ItemForListHCINewOutput
SetProject_workload_count sets the Project_workload_count field's value.
func (*ItemForListHCINewOutput) SetStatus ¶ added in v1.1.24
func (s *ItemForListHCINewOutput) SetStatus(v int32) *ItemForListHCINewOutput
SetStatus sets the Status field's value.
func (ItemForListHCINewOutput) String ¶ added in v1.1.24
func (s ItemForListHCINewOutput) String() string
String returns the string representation
type ItemForListLLModelsV2Output ¶ added in v1.1.24
type ItemForListLLModelsV2Output struct {
Added_at *int64 `type:"int64" json:"added_at,omitempty"`
Bill_type *int32 `type:"int32" json:"bill_type,omitempty"`
Category *int32 `type:"int32" json:"category,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Model *string `type:"string" json:"model,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Provider *ProviderForListLLModelsV2Output `type:"structure" json:"provider,omitempty"`
Status *int32 `type:"int32" json:"status,omitempty"`
Tags []*string `type:"list" json:"tags,omitempty"`
Usage *UsageForListLLModelsV2Output `type:"structure" json:"usage,omitempty"`
// contains filtered or unexported fields
}
func (ItemForListLLModelsV2Output) GoString ¶ added in v1.1.24
func (s ItemForListLLModelsV2Output) GoString() string
GoString returns the string representation
func (*ItemForListLLModelsV2Output) SetAdded_at ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetAdded_at(v int64) *ItemForListLLModelsV2Output
SetAdded_at sets the Added_at field's value.
func (*ItemForListLLModelsV2Output) SetBill_type ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetBill_type(v int32) *ItemForListLLModelsV2Output
SetBill_type sets the Bill_type field's value.
func (*ItemForListLLModelsV2Output) SetCategory ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetCategory(v int32) *ItemForListLLModelsV2Output
SetCategory sets the Category field's value.
func (*ItemForListLLModelsV2Output) SetId ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetId(v string) *ItemForListLLModelsV2Output
SetId sets the Id field's value.
func (*ItemForListLLModelsV2Output) SetModel ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetModel(v string) *ItemForListLLModelsV2Output
SetModel sets the Model field's value.
func (*ItemForListLLModelsV2Output) SetName ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetName(v string) *ItemForListLLModelsV2Output
SetName sets the Name field's value.
func (*ItemForListLLModelsV2Output) SetProvider ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetProvider(v *ProviderForListLLModelsV2Output) *ItemForListLLModelsV2Output
SetProvider sets the Provider field's value.
func (*ItemForListLLModelsV2Output) SetStatus ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetStatus(v int32) *ItemForListLLModelsV2Output
SetStatus sets the Status field's value.
func (*ItemForListLLModelsV2Output) SetTags ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetTags(v []*string) *ItemForListLLModelsV2Output
SetTags sets the Tags field's value.
func (*ItemForListLLModelsV2Output) SetUsage ¶ added in v1.1.24
func (s *ItemForListLLModelsV2Output) SetUsage(v *UsageForListLLModelsV2Output) *ItemForListLLModelsV2Output
SetUsage sets the Usage field's value.
func (ItemForListLLModelsV2Output) String ¶ added in v1.1.24
func (s ItemForListLLModelsV2Output) String() string
String returns the string representation
type ItemForListMediapipeEventOutput ¶ added in v1.1.24
type ItemForListMediapipeEventOutput struct {
Classifier []*ClassifierForListMediapipeEventOutput `type:"list" json:"classifier,omitempty"`
Height *string `type:"string" json:"height,omitempty"`
Id *int32 `type:"int32" json:"id,omitempty"`
Label *string `type:"string" json:"label,omitempty"`
Left *float64 `type:"double" json:"left,omitempty"`
Prob *float64 `type:"double" json:"prob,omitempty"`
Top *string `type:"string" json:"top,omitempty"`
Width *float64 `type:"double" json:"width,omitempty"`
// contains filtered or unexported fields
}
func (ItemForListMediapipeEventOutput) GoString ¶ added in v1.1.24
func (s ItemForListMediapipeEventOutput) GoString() string
GoString returns the string representation
func (*ItemForListMediapipeEventOutput) SetClassifier ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetClassifier(v []*ClassifierForListMediapipeEventOutput) *ItemForListMediapipeEventOutput
SetClassifier sets the Classifier field's value.
func (*ItemForListMediapipeEventOutput) SetHeight ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetHeight(v string) *ItemForListMediapipeEventOutput
SetHeight sets the Height field's value.
func (*ItemForListMediapipeEventOutput) SetId ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetId(v int32) *ItemForListMediapipeEventOutput
SetId sets the Id field's value.
func (*ItemForListMediapipeEventOutput) SetLabel ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetLabel(v string) *ItemForListMediapipeEventOutput
SetLabel sets the Label field's value.
func (*ItemForListMediapipeEventOutput) SetLeft ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetLeft(v float64) *ItemForListMediapipeEventOutput
SetLeft sets the Left field's value.
func (*ItemForListMediapipeEventOutput) SetProb ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetProb(v float64) *ItemForListMediapipeEventOutput
SetProb sets the Prob field's value.
func (*ItemForListMediapipeEventOutput) SetTop ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetTop(v string) *ItemForListMediapipeEventOutput
SetTop sets the Top field's value.
func (*ItemForListMediapipeEventOutput) SetWidth ¶ added in v1.1.24
func (s *ItemForListMediapipeEventOutput) SetWidth(v float64) *ItemForListMediapipeEventOutput
SetWidth sets the Width field's value.
func (ItemForListMediapipeEventOutput) String ¶ added in v1.1.24
func (s ItemForListMediapipeEventOutput) String() string
String returns the string representation
type ItemForListMediapipeInstanceOutput ¶ added in v1.1.24
type ItemForListMediapipeInstanceOutput struct {
// contains filtered or unexported fields
}
func (ItemForListMediapipeInstanceOutput) GoString ¶ added in v1.1.24
func (s ItemForListMediapipeInstanceOutput) GoString() string
GoString returns the string representation
func (ItemForListMediapipeInstanceOutput) String ¶ added in v1.1.24
func (s ItemForListMediapipeInstanceOutput) String() string
String returns the string representation
type ItemForListModelOutput ¶ added in v1.1.24
type ItemForListModelOutput struct {
// contains filtered or unexported fields
}
func (ItemForListModelOutput) GoString ¶ added in v1.1.24
func (s ItemForListModelOutput) GoString() string
GoString returns the string representation
func (ItemForListModelOutput) String ¶ added in v1.1.24
func (s ItemForListModelOutput) String() string
String returns the string representation
type ItemForListModelServiceOutput ¶ added in v1.1.24
type ItemForListModelServiceOutput struct {
// contains filtered or unexported fields
}
func (ItemForListModelServiceOutput) GoString ¶ added in v1.1.24
func (s ItemForListModelServiceOutput) GoString() string
GoString returns the string representation
func (ItemForListModelServiceOutput) String ¶ added in v1.1.24
func (s ItemForListModelServiceOutput) String() string
String returns the string representation
type ItemForListProjectOutput ¶ added in v1.1.24
type ItemForListProjectOutput struct {
Created_at *string `type:"string" json:"created_at,omitempty"`
Desc *string `type:"string" json:"desc,omitempty"`
Iam_project_name *string `type:"string" json:"iam_project_name,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Status *string `type:"string" json:"status,omitempty"`
Tags []*TagForListProjectOutput `type:"list" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (ItemForListProjectOutput) GoString ¶ added in v1.1.24
func (s ItemForListProjectOutput) GoString() string
GoString returns the string representation
func (*ItemForListProjectOutput) SetCreated_at ¶ added in v1.1.24
func (s *ItemForListProjectOutput) SetCreated_at(v string) *ItemForListProjectOutput
SetCreated_at sets the Created_at field's value.
func (*ItemForListProjectOutput) SetDesc ¶ added in v1.1.24
func (s *ItemForListProjectOutput) SetDesc(v string) *ItemForListProjectOutput
SetDesc sets the Desc field's value.
func (*ItemForListProjectOutput) SetIam_project_name ¶ added in v1.1.24
func (s *ItemForListProjectOutput) SetIam_project_name(v string) *ItemForListProjectOutput
SetIam_project_name sets the Iam_project_name field's value.
func (*ItemForListProjectOutput) SetId ¶ added in v1.1.24
func (s *ItemForListProjectOutput) SetId(v string) *ItemForListProjectOutput
SetId sets the Id field's value.
func (*ItemForListProjectOutput) SetName ¶ added in v1.1.24
func (s *ItemForListProjectOutput) SetName(v string) *ItemForListProjectOutput
SetName sets the Name field's value.
func (*ItemForListProjectOutput) SetStatus ¶ added in v1.1.24
func (s *ItemForListProjectOutput) SetStatus(v string) *ItemForListProjectOutput
SetStatus sets the Status field's value.
func (*ItemForListProjectOutput) SetTags ¶ added in v1.1.24
func (s *ItemForListProjectOutput) SetTags(v []*TagForListProjectOutput) *ItemForListProjectOutput
SetTags sets the Tags field's value.
func (ItemForListProjectOutput) String ¶ added in v1.1.24
func (s ItemForListProjectOutput) String() string
String returns the string representation
type ListDeploymentInput ¶ added in v1.1.24
type ListDeploymentInput struct {
App_name *string `type:"string" json:"app_name,omitempty"`
Biz_deployment *bool `type:"boolean" json:"biz_deployment,omitempty"`
Biz_line []*int32 `type:"list" json:"biz_line,omitempty"`
Created_orderby *int32 `type:"int32" json:"created_orderby,omitempty"`
Nodes []*string `type:"list" json:"nodes,omitempty"`
// Page_index is a required field
Page_index *int32 `type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `type:"int32" json:"page_size,omitempty" required:"true"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Template_ids []*string `type:"list" json:"template_ids,omitempty"`
Updated_orderby *int32 `type:"int32" json:"updated_orderby,omitempty"`
// contains filtered or unexported fields
}
func (ListDeploymentInput) GoString ¶ added in v1.1.24
func (s ListDeploymentInput) GoString() string
GoString returns the string representation
func (*ListDeploymentInput) SetApp_name ¶ added in v1.1.24
func (s *ListDeploymentInput) SetApp_name(v string) *ListDeploymentInput
SetApp_name sets the App_name field's value.
func (*ListDeploymentInput) SetBiz_deployment ¶ added in v1.1.24
func (s *ListDeploymentInput) SetBiz_deployment(v bool) *ListDeploymentInput
SetBiz_deployment sets the Biz_deployment field's value.
func (*ListDeploymentInput) SetBiz_line ¶ added in v1.1.24
func (s *ListDeploymentInput) SetBiz_line(v []*int32) *ListDeploymentInput
SetBiz_line sets the Biz_line field's value.
func (*ListDeploymentInput) SetCreated_orderby ¶ added in v1.1.24
func (s *ListDeploymentInput) SetCreated_orderby(v int32) *ListDeploymentInput
SetCreated_orderby sets the Created_orderby field's value.
func (*ListDeploymentInput) SetNodes ¶ added in v1.1.24
func (s *ListDeploymentInput) SetNodes(v []*string) *ListDeploymentInput
SetNodes sets the Nodes field's value.
func (*ListDeploymentInput) SetPage_index ¶ added in v1.1.24
func (s *ListDeploymentInput) SetPage_index(v int32) *ListDeploymentInput
SetPage_index sets the Page_index field's value.
func (*ListDeploymentInput) SetPage_size ¶ added in v1.1.24
func (s *ListDeploymentInput) SetPage_size(v int32) *ListDeploymentInput
SetPage_size sets the Page_size field's value.
func (*ListDeploymentInput) SetProject_id ¶ added in v1.1.24
func (s *ListDeploymentInput) SetProject_id(v string) *ListDeploymentInput
SetProject_id sets the Project_id field's value.
func (*ListDeploymentInput) SetTemplate_ids ¶ added in v1.1.24
func (s *ListDeploymentInput) SetTemplate_ids(v []*string) *ListDeploymentInput
SetTemplate_ids sets the Template_ids field's value.
func (*ListDeploymentInput) SetUpdated_orderby ¶ added in v1.1.24
func (s *ListDeploymentInput) SetUpdated_orderby(v int32) *ListDeploymentInput
SetUpdated_orderby sets the Updated_orderby field's value.
func (ListDeploymentInput) String ¶ added in v1.1.24
func (s ListDeploymentInput) String() string
String returns the string representation
func (*ListDeploymentInput) Validate ¶ added in v1.1.24
func (s *ListDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDeploymentOutput ¶ added in v1.1.24
type ListDeploymentOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListDeploymentOutput `type:"list" json:"items,omitempty"`
Pageinator *PageinatorForListDeploymentOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListDeploymentOutput) GoString ¶ added in v1.1.24
func (s ListDeploymentOutput) GoString() string
GoString returns the string representation
func (*ListDeploymentOutput) SetItems ¶ added in v1.1.24
func (s *ListDeploymentOutput) SetItems(v []*ItemForListDeploymentOutput) *ListDeploymentOutput
SetItems sets the Items field's value.
func (*ListDeploymentOutput) SetPageinator ¶ added in v1.1.24
func (s *ListDeploymentOutput) SetPageinator(v *PageinatorForListDeploymentOutput) *ListDeploymentOutput
SetPageinator sets the Pageinator field's value.
func (ListDeploymentOutput) String ¶ added in v1.1.24
func (s ListDeploymentOutput) String() string
String returns the string representation
type ListDeviceInput ¶ added in v1.1.24
type ListDeviceInput struct {
Created_orderby *int32 `type:"int32" json:"created_orderby,omitempty"`
Driver_template_name []*string `type:"list" json:"driver_template_name,omitempty"`
Node_name []*string `type:"list" json:"node_name,omitempty"`
// Page_index is a required field
Page_index *int32 `type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `type:"int32" json:"page_size,omitempty" required:"true"`
Profile_category []*string `type:"list" json:"profile_category,omitempty"`
Project_id []*string `type:"list" json:"project_id,omitempty"`
Status []*int32 `type:"list" json:"status,omitempty"`
Tags []*TagForListDeviceInput `type:"list" json:"tags,omitempty"`
Updated_orderby *int32 `type:"int32" json:"updated_orderby,omitempty"`
Vague_device_name *string `type:"string" json:"vague_device_name,omitempty"`
// contains filtered or unexported fields
}
func (ListDeviceInput) GoString ¶ added in v1.1.24
func (s ListDeviceInput) GoString() string
GoString returns the string representation
func (*ListDeviceInput) SetCreated_orderby ¶ added in v1.1.24
func (s *ListDeviceInput) SetCreated_orderby(v int32) *ListDeviceInput
SetCreated_orderby sets the Created_orderby field's value.
func (*ListDeviceInput) SetDriver_template_name ¶ added in v1.1.24
func (s *ListDeviceInput) SetDriver_template_name(v []*string) *ListDeviceInput
SetDriver_template_name sets the Driver_template_name field's value.
func (*ListDeviceInput) SetNode_name ¶ added in v1.1.24
func (s *ListDeviceInput) SetNode_name(v []*string) *ListDeviceInput
SetNode_name sets the Node_name field's value.
func (*ListDeviceInput) SetPage_index ¶ added in v1.1.24
func (s *ListDeviceInput) SetPage_index(v int32) *ListDeviceInput
SetPage_index sets the Page_index field's value.
func (*ListDeviceInput) SetPage_size ¶ added in v1.1.24
func (s *ListDeviceInput) SetPage_size(v int32) *ListDeviceInput
SetPage_size sets the Page_size field's value.
func (*ListDeviceInput) SetProfile_category ¶ added in v1.1.24
func (s *ListDeviceInput) SetProfile_category(v []*string) *ListDeviceInput
SetProfile_category sets the Profile_category field's value.
func (*ListDeviceInput) SetProject_id ¶ added in v1.1.24
func (s *ListDeviceInput) SetProject_id(v []*string) *ListDeviceInput
SetProject_id sets the Project_id field's value.
func (*ListDeviceInput) SetStatus ¶ added in v1.1.24
func (s *ListDeviceInput) SetStatus(v []*int32) *ListDeviceInput
SetStatus sets the Status field's value.
func (*ListDeviceInput) SetTags ¶ added in v1.1.24
func (s *ListDeviceInput) SetTags(v []*TagForListDeviceInput) *ListDeviceInput
SetTags sets the Tags field's value.
func (*ListDeviceInput) SetUpdated_orderby ¶ added in v1.1.24
func (s *ListDeviceInput) SetUpdated_orderby(v int32) *ListDeviceInput
SetUpdated_orderby sets the Updated_orderby field's value.
func (*ListDeviceInput) SetVague_device_name ¶ added in v1.1.24
func (s *ListDeviceInput) SetVague_device_name(v string) *ListDeviceInput
SetVague_device_name sets the Vague_device_name field's value.
func (ListDeviceInput) String ¶ added in v1.1.24
func (s ListDeviceInput) String() string
String returns the string representation
func (*ListDeviceInput) Validate ¶ added in v1.1.24
func (s *ListDeviceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDeviceOutput ¶ added in v1.1.24
type ListDeviceOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListDeviceOutput `type:"list" json:"items,omitempty"`
Overview *OverviewForListDeviceOutput `type:"structure" json:"overview,omitempty"`
Pageinator *PageinatorForListDeviceOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListDeviceOutput) GoString ¶ added in v1.1.24
func (s ListDeviceOutput) GoString() string
GoString returns the string representation
func (*ListDeviceOutput) SetItems ¶ added in v1.1.24
func (s *ListDeviceOutput) SetItems(v []*ItemForListDeviceOutput) *ListDeviceOutput
SetItems sets the Items field's value.
func (*ListDeviceOutput) SetOverview ¶ added in v1.1.24
func (s *ListDeviceOutput) SetOverview(v *OverviewForListDeviceOutput) *ListDeviceOutput
SetOverview sets the Overview field's value.
func (*ListDeviceOutput) SetPageinator ¶ added in v1.1.24
func (s *ListDeviceOutput) SetPageinator(v *PageinatorForListDeviceOutput) *ListDeviceOutput
SetPageinator sets the Pageinator field's value.
func (ListDeviceOutput) String ¶ added in v1.1.24
func (s ListDeviceOutput) String() string
String returns the string representation
type ListHCINewInput ¶ added in v1.1.24
type ListHCINewInput struct {
Account *string `type:"string" json:"account,omitempty"`
Alias *string `type:"string" json:"alias,omitempty"`
Arch *int32 `type:"int32" json:"arch,omitempty"`
Bind_from *string `type:"string" json:"bind_from,omitempty"`
// Bind_orderby is a required field
Bind_orderby *int32 `type:"int32" json:"bind_orderby,omitempty" required:"true"`
Bind_to *string `type:"string" json:"bind_to,omitempty"`
Coprocessor *int32 `type:"int32" json:"coprocessor,omitempty"`
Hci_model_ref *string `type:"string" json:"hci_model_ref,omitempty"`
// Name is a required field
Name *string `type:"string" json:"name,omitempty" required:"true"`
// NodeGroupIDs is a required field
NodeGroupIDs *string `type:"string" json:"nodeGroupIDs,omitempty" required:"true"`
// Page_index is a required field
Page_index *int32 `type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *string `type:"string" json:"page_size,omitempty" required:"true"`
// ProjectId is a required field
ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
// Sn is a required field
Sn *string `type:"string" json:"sn,omitempty" required:"true"`
Status *string `type:"string" json:"status,omitempty"`
Tags []*TagForListHCINewInput `type:"list" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (ListHCINewInput) GoString ¶ added in v1.1.24
func (s ListHCINewInput) GoString() string
GoString returns the string representation
func (*ListHCINewInput) SetAccount ¶ added in v1.1.24
func (s *ListHCINewInput) SetAccount(v string) *ListHCINewInput
SetAccount sets the Account field's value.
func (*ListHCINewInput) SetAlias ¶ added in v1.1.24
func (s *ListHCINewInput) SetAlias(v string) *ListHCINewInput
SetAlias sets the Alias field's value.
func (*ListHCINewInput) SetArch ¶ added in v1.1.24
func (s *ListHCINewInput) SetArch(v int32) *ListHCINewInput
SetArch sets the Arch field's value.
func (*ListHCINewInput) SetBind_from ¶ added in v1.1.24
func (s *ListHCINewInput) SetBind_from(v string) *ListHCINewInput
SetBind_from sets the Bind_from field's value.
func (*ListHCINewInput) SetBind_orderby ¶ added in v1.1.24
func (s *ListHCINewInput) SetBind_orderby(v int32) *ListHCINewInput
SetBind_orderby sets the Bind_orderby field's value.
func (*ListHCINewInput) SetBind_to ¶ added in v1.1.24
func (s *ListHCINewInput) SetBind_to(v string) *ListHCINewInput
SetBind_to sets the Bind_to field's value.
func (*ListHCINewInput) SetCoprocessor ¶ added in v1.1.24
func (s *ListHCINewInput) SetCoprocessor(v int32) *ListHCINewInput
SetCoprocessor sets the Coprocessor field's value.
func (*ListHCINewInput) SetHci_model_ref ¶ added in v1.1.24
func (s *ListHCINewInput) SetHci_model_ref(v string) *ListHCINewInput
SetHci_model_ref sets the Hci_model_ref field's value.
func (*ListHCINewInput) SetName ¶ added in v1.1.24
func (s *ListHCINewInput) SetName(v string) *ListHCINewInput
SetName sets the Name field's value.
func (*ListHCINewInput) SetNodeGroupIDs ¶ added in v1.1.24
func (s *ListHCINewInput) SetNodeGroupIDs(v string) *ListHCINewInput
SetNodeGroupIDs sets the NodeGroupIDs field's value.
func (*ListHCINewInput) SetPage_index ¶ added in v1.1.24
func (s *ListHCINewInput) SetPage_index(v int32) *ListHCINewInput
SetPage_index sets the Page_index field's value.
func (*ListHCINewInput) SetPage_size ¶ added in v1.1.24
func (s *ListHCINewInput) SetPage_size(v string) *ListHCINewInput
SetPage_size sets the Page_size field's value.
func (*ListHCINewInput) SetProjectId ¶ added in v1.1.24
func (s *ListHCINewInput) SetProjectId(v string) *ListHCINewInput
SetProjectId sets the ProjectId field's value.
func (*ListHCINewInput) SetSn ¶ added in v1.1.24
func (s *ListHCINewInput) SetSn(v string) *ListHCINewInput
SetSn sets the Sn field's value.
func (*ListHCINewInput) SetStatus ¶ added in v1.1.24
func (s *ListHCINewInput) SetStatus(v string) *ListHCINewInput
SetStatus sets the Status field's value.
func (*ListHCINewInput) SetTags ¶ added in v1.1.24
func (s *ListHCINewInput) SetTags(v []*TagForListHCINewInput) *ListHCINewInput
SetTags sets the Tags field's value.
func (ListHCINewInput) String ¶ added in v1.1.24
func (s ListHCINewInput) String() string
String returns the string representation
func (*ListHCINewInput) Validate ¶ added in v1.1.24
func (s *ListHCINewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListHCINewOutput ¶ added in v1.1.24
type ListHCINewOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListHCINewOutput `type:"list" json:"items,omitempty"`
Pageinator *PageinatorForListHCINewOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListHCINewOutput) GoString ¶ added in v1.1.24
func (s ListHCINewOutput) GoString() string
GoString returns the string representation
func (*ListHCINewOutput) SetItems ¶ added in v1.1.24
func (s *ListHCINewOutput) SetItems(v []*ItemForListHCINewOutput) *ListHCINewOutput
SetItems sets the Items field's value.
func (*ListHCINewOutput) SetPageinator ¶ added in v1.1.24
func (s *ListHCINewOutput) SetPageinator(v *PageinatorForListHCINewOutput) *ListHCINewOutput
SetPageinator sets the Pageinator field's value.
func (ListHCINewOutput) String ¶ added in v1.1.24
func (s ListHCINewOutput) String() string
String returns the string representation
type ListIotModelsInput ¶ added in v1.1.24
type ListIotModelsInput struct {
Filter *FilterForListIotModelsInput `type:"structure" json:"filter,omitempty"`
Instance_id *string `type:"string" json:"instance_id,omitempty"`
// Page_index is a required field
Page_index *int32 `type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `type:"int32" json:"page_size,omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListIotModelsInput) GoString ¶ added in v1.1.24
func (s ListIotModelsInput) GoString() string
GoString returns the string representation
func (*ListIotModelsInput) SetFilter ¶ added in v1.1.24
func (s *ListIotModelsInput) SetFilter(v *FilterForListIotModelsInput) *ListIotModelsInput
SetFilter sets the Filter field's value.
func (*ListIotModelsInput) SetInstance_id ¶ added in v1.1.24
func (s *ListIotModelsInput) SetInstance_id(v string) *ListIotModelsInput
SetInstance_id sets the Instance_id field's value.
func (*ListIotModelsInput) SetPage_index ¶ added in v1.1.24
func (s *ListIotModelsInput) SetPage_index(v int32) *ListIotModelsInput
SetPage_index sets the Page_index field's value.
func (*ListIotModelsInput) SetPage_size ¶ added in v1.1.24
func (s *ListIotModelsInput) SetPage_size(v int32) *ListIotModelsInput
SetPage_size sets the Page_size field's value.
func (ListIotModelsInput) String ¶ added in v1.1.24
func (s ListIotModelsInput) String() string
String returns the string representation
func (*ListIotModelsInput) Validate ¶ added in v1.1.24
func (s *ListIotModelsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIotModelsOutput ¶ added in v1.1.24
type ListIotModelsOutput struct {
Metadata *response.ResponseMetadata
Models []*ModelForListIotModelsOutput `type:"list" json:"models,omitempty"`
Pageinator *PageinatorForListIotModelsOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListIotModelsOutput) GoString ¶ added in v1.1.24
func (s ListIotModelsOutput) GoString() string
GoString returns the string representation
func (*ListIotModelsOutput) SetModels ¶ added in v1.1.24
func (s *ListIotModelsOutput) SetModels(v []*ModelForListIotModelsOutput) *ListIotModelsOutput
SetModels sets the Models field's value.
func (*ListIotModelsOutput) SetPageinator ¶ added in v1.1.24
func (s *ListIotModelsOutput) SetPageinator(v *PageinatorForListIotModelsOutput) *ListIotModelsOutput
SetPageinator sets the Pageinator field's value.
func (ListIotModelsOutput) String ¶ added in v1.1.24
func (s ListIotModelsOutput) String() string
String returns the string representation
type ListLLModelsV2Input ¶ added in v1.1.24
type ListLLModelsV2Input struct {
Filter *FilterForListLLModelsV2Input `type:"structure" json:"filter,omitempty"`
Iot_filter *Iot_filterForListLLModelsV2Input `type:"structure" json:"iot_filter,omitempty"`
// Page_index is a required field
Page_index *int32 `type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `type:"int32" json:"page_size,omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListLLModelsV2Input) GoString ¶ added in v1.1.24
func (s ListLLModelsV2Input) GoString() string
GoString returns the string representation
func (*ListLLModelsV2Input) SetFilter ¶ added in v1.1.24
func (s *ListLLModelsV2Input) SetFilter(v *FilterForListLLModelsV2Input) *ListLLModelsV2Input
SetFilter sets the Filter field's value.
func (*ListLLModelsV2Input) SetIot_filter ¶ added in v1.1.24
func (s *ListLLModelsV2Input) SetIot_filter(v *Iot_filterForListLLModelsV2Input) *ListLLModelsV2Input
SetIot_filter sets the Iot_filter field's value.
func (*ListLLModelsV2Input) SetPage_index ¶ added in v1.1.24
func (s *ListLLModelsV2Input) SetPage_index(v int32) *ListLLModelsV2Input
SetPage_index sets the Page_index field's value.
func (*ListLLModelsV2Input) SetPage_size ¶ added in v1.1.24
func (s *ListLLModelsV2Input) SetPage_size(v int32) *ListLLModelsV2Input
SetPage_size sets the Page_size field's value.
func (ListLLModelsV2Input) String ¶ added in v1.1.24
func (s ListLLModelsV2Input) String() string
String returns the string representation
func (*ListLLModelsV2Input) Validate ¶ added in v1.1.24
func (s *ListLLModelsV2Input) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListLLModelsV2Output ¶ added in v1.1.24
type ListLLModelsV2Output struct {
Metadata *response.ResponseMetadata
Items []*ItemForListLLModelsV2Output `type:"list" json:"items,omitempty"`
Pageinator *PageinatorForListLLModelsV2Output `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListLLModelsV2Output) GoString ¶ added in v1.1.24
func (s ListLLModelsV2Output) GoString() string
GoString returns the string representation
func (*ListLLModelsV2Output) SetItems ¶ added in v1.1.24
func (s *ListLLModelsV2Output) SetItems(v []*ItemForListLLModelsV2Output) *ListLLModelsV2Output
SetItems sets the Items field's value.
func (*ListLLModelsV2Output) SetPageinator ¶ added in v1.1.24
func (s *ListLLModelsV2Output) SetPageinator(v *PageinatorForListLLModelsV2Output) *ListLLModelsV2Output
SetPageinator sets the Pageinator field's value.
func (ListLLModelsV2Output) String ¶ added in v1.1.24
func (s ListLLModelsV2Output) String() string
String returns the string representation
type ListMediapipeEventInput ¶ added in v1.1.24
type ListMediapipeEventInput struct {
Created_orderby *int32 `type:"int32" json:"created_orderby,omitempty"`
End_time *int32 `type:"int32" json:"end_time,omitempty"`
Event_type *string `type:"string" json:"event_type,omitempty"`
Instance_id *string `type:"string" json:"instance_id,omitempty"`
Instance_name *string `type:"string" json:"instance_name,omitempty"`
Node_id *string `type:"string" json:"node_id,omitempty"`
// Page_index is a required field
Page_index *int32 `min:"1" type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `type:"int32" json:"page_size,omitempty" required:"true"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Source_id *string `type:"string" json:"source_id,omitempty"`
Source_type *int32 `type:"int32" json:"source_type,omitempty"`
Start_time *int32 `type:"int32" json:"start_time,omitempty"`
// contains filtered or unexported fields
}
func (ListMediapipeEventInput) GoString ¶ added in v1.1.24
func (s ListMediapipeEventInput) GoString() string
GoString returns the string representation
func (*ListMediapipeEventInput) SetCreated_orderby ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetCreated_orderby(v int32) *ListMediapipeEventInput
SetCreated_orderby sets the Created_orderby field's value.
func (*ListMediapipeEventInput) SetEnd_time ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetEnd_time(v int32) *ListMediapipeEventInput
SetEnd_time sets the End_time field's value.
func (*ListMediapipeEventInput) SetEvent_type ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetEvent_type(v string) *ListMediapipeEventInput
SetEvent_type sets the Event_type field's value.
func (*ListMediapipeEventInput) SetInstance_id ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetInstance_id(v string) *ListMediapipeEventInput
SetInstance_id sets the Instance_id field's value.
func (*ListMediapipeEventInput) SetInstance_name ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetInstance_name(v string) *ListMediapipeEventInput
SetInstance_name sets the Instance_name field's value.
func (*ListMediapipeEventInput) SetNode_id ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetNode_id(v string) *ListMediapipeEventInput
SetNode_id sets the Node_id field's value.
func (*ListMediapipeEventInput) SetPage_index ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetPage_index(v int32) *ListMediapipeEventInput
SetPage_index sets the Page_index field's value.
func (*ListMediapipeEventInput) SetPage_size ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetPage_size(v int32) *ListMediapipeEventInput
SetPage_size sets the Page_size field's value.
func (*ListMediapipeEventInput) SetProject_id ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetProject_id(v string) *ListMediapipeEventInput
SetProject_id sets the Project_id field's value.
func (*ListMediapipeEventInput) SetSource_id ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetSource_id(v string) *ListMediapipeEventInput
SetSource_id sets the Source_id field's value.
func (*ListMediapipeEventInput) SetSource_type ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetSource_type(v int32) *ListMediapipeEventInput
SetSource_type sets the Source_type field's value.
func (*ListMediapipeEventInput) SetStart_time ¶ added in v1.1.24
func (s *ListMediapipeEventInput) SetStart_time(v int32) *ListMediapipeEventInput
SetStart_time sets the Start_time field's value.
func (ListMediapipeEventInput) String ¶ added in v1.1.24
func (s ListMediapipeEventInput) String() string
String returns the string representation
func (*ListMediapipeEventInput) Validate ¶ added in v1.1.24
func (s *ListMediapipeEventInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMediapipeEventOutput ¶ added in v1.1.24
type ListMediapipeEventOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListMediapipeEventOutput `type:"list" json:"items,omitempty"`
Pageinator *PageinatorForListMediapipeEventOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListMediapipeEventOutput) GoString ¶ added in v1.1.24
func (s ListMediapipeEventOutput) GoString() string
GoString returns the string representation
func (*ListMediapipeEventOutput) SetItems ¶ added in v1.1.24
func (s *ListMediapipeEventOutput) SetItems(v []*ItemForListMediapipeEventOutput) *ListMediapipeEventOutput
SetItems sets the Items field's value.
func (*ListMediapipeEventOutput) SetPageinator ¶ added in v1.1.24
func (s *ListMediapipeEventOutput) SetPageinator(v *PageinatorForListMediapipeEventOutput) *ListMediapipeEventOutput
SetPageinator sets the Pageinator field's value.
func (ListMediapipeEventOutput) String ¶ added in v1.1.24
func (s ListMediapipeEventOutput) String() string
String returns the string representation
type ListMediapipeInstanceInput ¶ added in v1.1.24
type ListMediapipeInstanceInput struct {
Engine_types []*int32 `type:"list" json:"engine_types,omitempty"`
Hci_alias []*string `type:"list" json:"hci_alias,omitempty"`
Hci_names []*string `type:"list" json:"hci_names,omitempty"`
Instance_name *string `type:"string" json:"instance_name,omitempty"`
// Page_index is a required field
Page_index *int32 `min:"1" type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `min:"1" type:"int32" json:"page_size,omitempty" required:"true"`
Project_ids []*string `type:"list" json:"project_ids,omitempty"`
Statuses []*int32 `type:"list" json:"statuses,omitempty"`
// contains filtered or unexported fields
}
func (ListMediapipeInstanceInput) GoString ¶ added in v1.1.24
func (s ListMediapipeInstanceInput) GoString() string
GoString returns the string representation
func (*ListMediapipeInstanceInput) SetEngine_types ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetEngine_types(v []*int32) *ListMediapipeInstanceInput
SetEngine_types sets the Engine_types field's value.
func (*ListMediapipeInstanceInput) SetHci_alias ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetHci_alias(v []*string) *ListMediapipeInstanceInput
SetHci_alias sets the Hci_alias field's value.
func (*ListMediapipeInstanceInput) SetHci_names ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetHci_names(v []*string) *ListMediapipeInstanceInput
SetHci_names sets the Hci_names field's value.
func (*ListMediapipeInstanceInput) SetInstance_name ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetInstance_name(v string) *ListMediapipeInstanceInput
SetInstance_name sets the Instance_name field's value.
func (*ListMediapipeInstanceInput) SetPage_index ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetPage_index(v int32) *ListMediapipeInstanceInput
SetPage_index sets the Page_index field's value.
func (*ListMediapipeInstanceInput) SetPage_size ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetPage_size(v int32) *ListMediapipeInstanceInput
SetPage_size sets the Page_size field's value.
func (*ListMediapipeInstanceInput) SetProject_ids ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetProject_ids(v []*string) *ListMediapipeInstanceInput
SetProject_ids sets the Project_ids field's value.
func (*ListMediapipeInstanceInput) SetStatuses ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) SetStatuses(v []*int32) *ListMediapipeInstanceInput
SetStatuses sets the Statuses field's value.
func (ListMediapipeInstanceInput) String ¶ added in v1.1.24
func (s ListMediapipeInstanceInput) String() string
String returns the string representation
func (*ListMediapipeInstanceInput) Validate ¶ added in v1.1.24
func (s *ListMediapipeInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMediapipeInstanceOutput ¶ added in v1.1.24
type ListMediapipeInstanceOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListMediapipeInstanceOutput `type:"list" json:"items,omitempty"`
Pageinator *PageinatorForListMediapipeInstanceOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListMediapipeInstanceOutput) GoString ¶ added in v1.1.24
func (s ListMediapipeInstanceOutput) GoString() string
GoString returns the string representation
func (*ListMediapipeInstanceOutput) SetItems ¶ added in v1.1.24
func (s *ListMediapipeInstanceOutput) SetItems(v []*ItemForListMediapipeInstanceOutput) *ListMediapipeInstanceOutput
SetItems sets the Items field's value.
func (*ListMediapipeInstanceOutput) SetPageinator ¶ added in v1.1.24
func (s *ListMediapipeInstanceOutput) SetPageinator(v *PageinatorForListMediapipeInstanceOutput) *ListMediapipeInstanceOutput
SetPageinator sets the Pageinator field's value.
func (ListMediapipeInstanceOutput) String ¶ added in v1.1.24
func (s ListMediapipeInstanceOutput) String() string
String returns the string representation
type ListModelInput ¶ added in v1.1.24
type ListModelInput struct {
Created_orderby *string `type:"string" json:"created_orderby,omitempty" enum:"EnumOfcreated_orderbyForListModelInput"`
Kind *int32 `type:"int32" json:"kind,omitempty"`
Model_name *string `type:"string" json:"model_name,omitempty"`
// Page_index is a required field
Page_index *int32 `type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `type:"int32" json:"page_size,omitempty" required:"true"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Updated_orderby *int32 `type:"int32" json:"updated_orderby,omitempty"`
// contains filtered or unexported fields
}
func (ListModelInput) GoString ¶ added in v1.1.24
func (s ListModelInput) GoString() string
GoString returns the string representation
func (*ListModelInput) SetCreated_orderby ¶ added in v1.1.24
func (s *ListModelInput) SetCreated_orderby(v string) *ListModelInput
SetCreated_orderby sets the Created_orderby field's value.
func (*ListModelInput) SetKind ¶ added in v1.1.24
func (s *ListModelInput) SetKind(v int32) *ListModelInput
SetKind sets the Kind field's value.
func (*ListModelInput) SetModel_name ¶ added in v1.1.24
func (s *ListModelInput) SetModel_name(v string) *ListModelInput
SetModel_name sets the Model_name field's value.
func (*ListModelInput) SetPage_index ¶ added in v1.1.24
func (s *ListModelInput) SetPage_index(v int32) *ListModelInput
SetPage_index sets the Page_index field's value.
func (*ListModelInput) SetPage_size ¶ added in v1.1.24
func (s *ListModelInput) SetPage_size(v int32) *ListModelInput
SetPage_size sets the Page_size field's value.
func (*ListModelInput) SetProject_id ¶ added in v1.1.24
func (s *ListModelInput) SetProject_id(v string) *ListModelInput
SetProject_id sets the Project_id field's value.
func (*ListModelInput) SetUpdated_orderby ¶ added in v1.1.24
func (s *ListModelInput) SetUpdated_orderby(v int32) *ListModelInput
SetUpdated_orderby sets the Updated_orderby field's value.
func (ListModelInput) String ¶ added in v1.1.24
func (s ListModelInput) String() string
String returns the string representation
func (*ListModelInput) Validate ¶ added in v1.1.24
func (s *ListModelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListModelOutput ¶ added in v1.1.24
type ListModelOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListModelOutput `type:"list" json:"items,omitempty"`
Kind *int32 `type:"int32" json:"kind,omitempty"`
Pageinator *PageinatorForListModelOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListModelOutput) GoString ¶ added in v1.1.24
func (s ListModelOutput) GoString() string
GoString returns the string representation
func (*ListModelOutput) SetItems ¶ added in v1.1.24
func (s *ListModelOutput) SetItems(v []*ItemForListModelOutput) *ListModelOutput
SetItems sets the Items field's value.
func (*ListModelOutput) SetKind ¶ added in v1.1.24
func (s *ListModelOutput) SetKind(v int32) *ListModelOutput
SetKind sets the Kind field's value.
func (*ListModelOutput) SetPageinator ¶ added in v1.1.24
func (s *ListModelOutput) SetPageinator(v *PageinatorForListModelOutput) *ListModelOutput
SetPageinator sets the Pageinator field's value.
func (ListModelOutput) String ¶ added in v1.1.24
func (s ListModelOutput) String() string
String returns the string representation
type ListModelServiceInput ¶ added in v1.1.24
type ListModelServiceInput struct {
Name *string `type:"string" json:"name,omitempty"`
Node_group_ids []*string `type:"list" json:"node_group_ids,omitempty"`
Node_id *string `type:"string" json:"node_id,omitempty"`
// Page_index is a required field
Page_index *int32 `min:"1" type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `min:"1" type:"int32" json:"page_size,omitempty" required:"true"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Status *int32 `type:"int32" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (ListModelServiceInput) GoString ¶ added in v1.1.24
func (s ListModelServiceInput) GoString() string
GoString returns the string representation
func (*ListModelServiceInput) SetName ¶ added in v1.1.24
func (s *ListModelServiceInput) SetName(v string) *ListModelServiceInput
SetName sets the Name field's value.
func (*ListModelServiceInput) SetNode_group_ids ¶ added in v1.1.24
func (s *ListModelServiceInput) SetNode_group_ids(v []*string) *ListModelServiceInput
SetNode_group_ids sets the Node_group_ids field's value.
func (*ListModelServiceInput) SetNode_id ¶ added in v1.1.24
func (s *ListModelServiceInput) SetNode_id(v string) *ListModelServiceInput
SetNode_id sets the Node_id field's value.
func (*ListModelServiceInput) SetPage_index ¶ added in v1.1.24
func (s *ListModelServiceInput) SetPage_index(v int32) *ListModelServiceInput
SetPage_index sets the Page_index field's value.
func (*ListModelServiceInput) SetPage_size ¶ added in v1.1.24
func (s *ListModelServiceInput) SetPage_size(v int32) *ListModelServiceInput
SetPage_size sets the Page_size field's value.
func (*ListModelServiceInput) SetProject_id ¶ added in v1.1.24
func (s *ListModelServiceInput) SetProject_id(v string) *ListModelServiceInput
SetProject_id sets the Project_id field's value.
func (*ListModelServiceInput) SetStatus ¶ added in v1.1.24
func (s *ListModelServiceInput) SetStatus(v int32) *ListModelServiceInput
SetStatus sets the Status field's value.
func (ListModelServiceInput) String ¶ added in v1.1.24
func (s ListModelServiceInput) String() string
String returns the string representation
func (*ListModelServiceInput) Validate ¶ added in v1.1.24
func (s *ListModelServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListModelServiceOutput ¶ added in v1.1.24
type ListModelServiceOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListModelServiceOutput `type:"list" json:"items,omitempty"`
Pageinator *PageinatorForListModelServiceOutput `type:"structure" json:"pageinator,omitempty"`
// contains filtered or unexported fields
}
func (ListModelServiceOutput) GoString ¶ added in v1.1.24
func (s ListModelServiceOutput) GoString() string
GoString returns the string representation
func (*ListModelServiceOutput) SetItems ¶ added in v1.1.24
func (s *ListModelServiceOutput) SetItems(v []*ItemForListModelServiceOutput) *ListModelServiceOutput
SetItems sets the Items field's value.
func (*ListModelServiceOutput) SetPageinator ¶ added in v1.1.24
func (s *ListModelServiceOutput) SetPageinator(v *PageinatorForListModelServiceOutput) *ListModelServiceOutput
SetPageinator sets the Pageinator field's value.
func (ListModelServiceOutput) String ¶ added in v1.1.24
func (s ListModelServiceOutput) String() string
String returns the string representation
type ListNodeGroupInput ¶ added in v1.1.24
type ListNodeGroupInput struct {
ProjectID *string `type:"string" json:"projectID,omitempty"`
// contains filtered or unexported fields
}
func (ListNodeGroupInput) GoString ¶ added in v1.1.24
func (s ListNodeGroupInput) GoString() string
GoString returns the string representation
func (*ListNodeGroupInput) SetProjectID ¶ added in v1.1.24
func (s *ListNodeGroupInput) SetProjectID(v string) *ListNodeGroupInput
SetProjectID sets the ProjectID field's value.
func (ListNodeGroupInput) String ¶ added in v1.1.24
func (s ListNodeGroupInput) String() string
String returns the string representation
type ListNodeGroupOutput ¶ added in v1.1.24
type ListNodeGroupOutput struct {
Metadata *response.ResponseMetadata
NodeGroups []*NodeGroupForListNodeGroupOutput `type:"list" json:"nodeGroups,omitempty"`
// contains filtered or unexported fields
}
func (ListNodeGroupOutput) GoString ¶ added in v1.1.24
func (s ListNodeGroupOutput) GoString() string
GoString returns the string representation
func (*ListNodeGroupOutput) SetNodeGroups ¶ added in v1.1.24
func (s *ListNodeGroupOutput) SetNodeGroups(v []*NodeGroupForListNodeGroupOutput) *ListNodeGroupOutput
SetNodeGroups sets the NodeGroups field's value.
func (ListNodeGroupOutput) String ¶ added in v1.1.24
func (s ListNodeGroupOutput) String() string
String returns the string representation
type ListProjectInput ¶ added in v1.1.24
type ListProjectInput struct {
Created_from *int32 `type:"int32" json:"created_from,omitempty"`
// Created_orderby is a required field
Created_orderby *int32 `type:"int32" json:"created_orderby,omitempty" required:"true"`
Created_to *string `type:"string" json:"created_to,omitempty"`
Iam_project_name *string `type:"string" json:"iam_project_name,omitempty"`
Iam_projects []*string `type:"list" json:"iam_projects,omitempty"`
// Page_index is a required field
Page_index *int32 `type:"int32" json:"page_index,omitempty" required:"true"`
// Page_size is a required field
Page_size *int32 `type:"int32" json:"page_size,omitempty" required:"true"`
Project_name *string `type:"string" json:"project_name,omitempty"`
Tag_filters []*Tag_filterForListProjectInput `type:"list" json:"tag_filters,omitempty"`
// contains filtered or unexported fields
}
func (ListProjectInput) GoString ¶ added in v1.1.24
func (s ListProjectInput) GoString() string
GoString returns the string representation
func (*ListProjectInput) SetCreated_from ¶ added in v1.1.24
func (s *ListProjectInput) SetCreated_from(v int32) *ListProjectInput
SetCreated_from sets the Created_from field's value.
func (*ListProjectInput) SetCreated_orderby ¶ added in v1.1.24
func (s *ListProjectInput) SetCreated_orderby(v int32) *ListProjectInput
SetCreated_orderby sets the Created_orderby field's value.
func (*ListProjectInput) SetCreated_to ¶ added in v1.1.24
func (s *ListProjectInput) SetCreated_to(v string) *ListProjectInput
SetCreated_to sets the Created_to field's value.
func (*ListProjectInput) SetIam_project_name ¶ added in v1.1.24
func (s *ListProjectInput) SetIam_project_name(v string) *ListProjectInput
SetIam_project_name sets the Iam_project_name field's value.
func (*ListProjectInput) SetIam_projects ¶ added in v1.1.24
func (s *ListProjectInput) SetIam_projects(v []*string) *ListProjectInput
SetIam_projects sets the Iam_projects field's value.
func (*ListProjectInput) SetPage_index ¶ added in v1.1.24
func (s *ListProjectInput) SetPage_index(v int32) *ListProjectInput
SetPage_index sets the Page_index field's value.
func (*ListProjectInput) SetPage_size ¶ added in v1.1.24
func (s *ListProjectInput) SetPage_size(v int32) *ListProjectInput
SetPage_size sets the Page_size field's value.
func (*ListProjectInput) SetProject_name ¶ added in v1.1.24
func (s *ListProjectInput) SetProject_name(v string) *ListProjectInput
SetProject_name sets the Project_name field's value.
func (*ListProjectInput) SetTag_filters ¶ added in v1.1.24
func (s *ListProjectInput) SetTag_filters(v []*Tag_filterForListProjectInput) *ListProjectInput
SetTag_filters sets the Tag_filters field's value.
func (ListProjectInput) String ¶ added in v1.1.24
func (s ListProjectInput) String() string
String returns the string representation
func (*ListProjectInput) Validate ¶ added in v1.1.24
func (s *ListProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListProjectOutput ¶ added in v1.1.24
type ListProjectOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListProjectOutput `type:"list" json:"items,omitempty"`
Pageinator *PageinatorForListProjectOutput `type:"structure" json:"pageinator,omitempty"`
Total_items *int64 `type:"int64" json:"total_items,omitempty"`
// contains filtered or unexported fields
}
func (ListProjectOutput) GoString ¶ added in v1.1.24
func (s ListProjectOutput) GoString() string
GoString returns the string representation
func (*ListProjectOutput) SetItems ¶ added in v1.1.24
func (s *ListProjectOutput) SetItems(v []*ItemForListProjectOutput) *ListProjectOutput
SetItems sets the Items field's value.
func (*ListProjectOutput) SetPageinator ¶ added in v1.1.24
func (s *ListProjectOutput) SetPageinator(v *PageinatorForListProjectOutput) *ListProjectOutput
SetPageinator sets the Pageinator field's value.
func (*ListProjectOutput) SetTotal_items ¶ added in v1.1.24
func (s *ListProjectOutput) SetTotal_items(v int64) *ListProjectOutput
SetTotal_items sets the Total_items field's value.
func (ListProjectOutput) String ¶ added in v1.1.24
func (s ListProjectOutput) String() string
String returns the string representation
type MetaForGetNodeGroupOutput ¶ added in v1.1.24
type MetaForGetNodeGroupOutput struct {
CreatedAt *int64 `type:"int64" json:"createdAt,omitempty"`
DeletedAt *int64 `type:"int64" json:"deletedAt,omitempty"`
UpdatedAt *int64 `type:"int64" json:"updatedAt,omitempty"`
// contains filtered or unexported fields
}
func (MetaForGetNodeGroupOutput) GoString ¶ added in v1.1.24
func (s MetaForGetNodeGroupOutput) GoString() string
GoString returns the string representation
func (*MetaForGetNodeGroupOutput) SetCreatedAt ¶ added in v1.1.24
func (s *MetaForGetNodeGroupOutput) SetCreatedAt(v int64) *MetaForGetNodeGroupOutput
SetCreatedAt sets the CreatedAt field's value.
func (*MetaForGetNodeGroupOutput) SetDeletedAt ¶ added in v1.1.24
func (s *MetaForGetNodeGroupOutput) SetDeletedAt(v int64) *MetaForGetNodeGroupOutput
SetDeletedAt sets the DeletedAt field's value.
func (*MetaForGetNodeGroupOutput) SetUpdatedAt ¶ added in v1.1.24
func (s *MetaForGetNodeGroupOutput) SetUpdatedAt(v int64) *MetaForGetNodeGroupOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (MetaForGetNodeGroupOutput) String ¶ added in v1.1.24
func (s MetaForGetNodeGroupOutput) String() string
String returns the string representation
type MetaForListNodeGroupOutput ¶ added in v1.1.24
type MetaForListNodeGroupOutput struct {
CreatedAt *int64 `type:"int64" json:"createdAt,omitempty"`
DeletedAt *int64 `type:"int64" json:"deletedAt,omitempty"`
UpdatedAt *int64 `type:"int64" json:"updatedAt,omitempty"`
// contains filtered or unexported fields
}
func (MetaForListNodeGroupOutput) GoString ¶ added in v1.1.24
func (s MetaForListNodeGroupOutput) GoString() string
GoString returns the string representation
func (*MetaForListNodeGroupOutput) SetCreatedAt ¶ added in v1.1.24
func (s *MetaForListNodeGroupOutput) SetCreatedAt(v int64) *MetaForListNodeGroupOutput
SetCreatedAt sets the CreatedAt field's value.
func (*MetaForListNodeGroupOutput) SetDeletedAt ¶ added in v1.1.24
func (s *MetaForListNodeGroupOutput) SetDeletedAt(v int64) *MetaForListNodeGroupOutput
SetDeletedAt sets the DeletedAt field's value.
func (*MetaForListNodeGroupOutput) SetUpdatedAt ¶ added in v1.1.24
func (s *MetaForListNodeGroupOutput) SetUpdatedAt(v int64) *MetaForListNodeGroupOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (MetaForListNodeGroupOutput) String ¶ added in v1.1.24
func (s MetaForListNodeGroupOutput) String() string
String returns the string representation
type ModelForAddIotModelsInput ¶ added in v1.1.24
type ModelForAddIotModelsInput struct {
Added_at *int64 `type:"int64" json:"added_at,omitempty"`
Bill_type *int32 `type:"int32" json:"bill_type,omitempty"`
Category *int32 `type:"int32" json:"category,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Model *string `type:"string" json:"model,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Provider *ProviderForAddIotModelsInput `type:"structure" json:"provider,omitempty"`
Status *int32 `type:"int32" json:"status,omitempty"`
Tags []*string `type:"list" json:"tags,omitempty"`
Usage *UsageForAddIotModelsInput `type:"structure" json:"usage,omitempty"`
// contains filtered or unexported fields
}
func (ModelForAddIotModelsInput) GoString ¶ added in v1.1.24
func (s ModelForAddIotModelsInput) GoString() string
GoString returns the string representation
func (*ModelForAddIotModelsInput) SetAdded_at ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetAdded_at(v int64) *ModelForAddIotModelsInput
SetAdded_at sets the Added_at field's value.
func (*ModelForAddIotModelsInput) SetBill_type ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetBill_type(v int32) *ModelForAddIotModelsInput
SetBill_type sets the Bill_type field's value.
func (*ModelForAddIotModelsInput) SetCategory ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetCategory(v int32) *ModelForAddIotModelsInput
SetCategory sets the Category field's value.
func (*ModelForAddIotModelsInput) SetId ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetId(v string) *ModelForAddIotModelsInput
SetId sets the Id field's value.
func (*ModelForAddIotModelsInput) SetModel ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetModel(v string) *ModelForAddIotModelsInput
SetModel sets the Model field's value.
func (*ModelForAddIotModelsInput) SetName ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetName(v string) *ModelForAddIotModelsInput
SetName sets the Name field's value.
func (*ModelForAddIotModelsInput) SetProvider ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetProvider(v *ProviderForAddIotModelsInput) *ModelForAddIotModelsInput
SetProvider sets the Provider field's value.
func (*ModelForAddIotModelsInput) SetStatus ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetStatus(v int32) *ModelForAddIotModelsInput
SetStatus sets the Status field's value.
func (*ModelForAddIotModelsInput) SetTags ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetTags(v []*string) *ModelForAddIotModelsInput
SetTags sets the Tags field's value.
func (*ModelForAddIotModelsInput) SetUsage ¶ added in v1.1.24
func (s *ModelForAddIotModelsInput) SetUsage(v *UsageForAddIotModelsInput) *ModelForAddIotModelsInput
SetUsage sets the Usage field's value.
func (ModelForAddIotModelsInput) String ¶ added in v1.1.24
func (s ModelForAddIotModelsInput) String() string
String returns the string representation
type ModelForListIotModelsOutput ¶ added in v1.1.24
type ModelForListIotModelsOutput struct {
Added_at *int64 `type:"int64" json:"added_at,omitempty"`
Bill_type *int32 `type:"int32" json:"bill_type,omitempty"`
Category *int32 `type:"int32" json:"category,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Model *string `type:"string" json:"model,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Provider *ProviderForListIotModelsOutput `type:"structure" json:"provider,omitempty"`
Status *int32 `type:"int32" json:"status,omitempty"`
Tags []*string `type:"list" json:"tags,omitempty"`
Usage *UsageForListIotModelsOutput `type:"structure" json:"usage,omitempty"`
// contains filtered or unexported fields
}
func (ModelForListIotModelsOutput) GoString ¶ added in v1.1.24
func (s ModelForListIotModelsOutput) GoString() string
GoString returns the string representation
func (*ModelForListIotModelsOutput) SetAdded_at ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetAdded_at(v int64) *ModelForListIotModelsOutput
SetAdded_at sets the Added_at field's value.
func (*ModelForListIotModelsOutput) SetBill_type ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetBill_type(v int32) *ModelForListIotModelsOutput
SetBill_type sets the Bill_type field's value.
func (*ModelForListIotModelsOutput) SetCategory ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetCategory(v int32) *ModelForListIotModelsOutput
SetCategory sets the Category field's value.
func (*ModelForListIotModelsOutput) SetId ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetId(v string) *ModelForListIotModelsOutput
SetId sets the Id field's value.
func (*ModelForListIotModelsOutput) SetModel ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetModel(v string) *ModelForListIotModelsOutput
SetModel sets the Model field's value.
func (*ModelForListIotModelsOutput) SetName ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetName(v string) *ModelForListIotModelsOutput
SetName sets the Name field's value.
func (*ModelForListIotModelsOutput) SetProvider ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetProvider(v *ProviderForListIotModelsOutput) *ModelForListIotModelsOutput
SetProvider sets the Provider field's value.
func (*ModelForListIotModelsOutput) SetStatus ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetStatus(v int32) *ModelForListIotModelsOutput
SetStatus sets the Status field's value.
func (*ModelForListIotModelsOutput) SetTags ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetTags(v []*string) *ModelForListIotModelsOutput
SetTags sets the Tags field's value.
func (*ModelForListIotModelsOutput) SetUsage ¶ added in v1.1.24
func (s *ModelForListIotModelsOutput) SetUsage(v *UsageForListIotModelsOutput) *ModelForListIotModelsOutput
SetUsage sets the Usage field's value.
func (ModelForListIotModelsOutput) String ¶ added in v1.1.24
func (s ModelForListIotModelsOutput) String() string
String returns the string representation
type NodeForCreateModelServiceInput ¶ added in v1.1.24
type NodeForCreateModelServiceInput struct {
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (NodeForCreateModelServiceInput) GoString ¶ added in v1.1.24
func (s NodeForCreateModelServiceInput) GoString() string
GoString returns the string representation
func (*NodeForCreateModelServiceInput) SetId ¶ added in v1.1.24
func (s *NodeForCreateModelServiceInput) SetId(v string) *NodeForCreateModelServiceInput
SetId sets the Id field's value.
func (*NodeForCreateModelServiceInput) SetName ¶ added in v1.1.24
func (s *NodeForCreateModelServiceInput) SetName(v string) *NodeForCreateModelServiceInput
SetName sets the Name field's value.
func (NodeForCreateModelServiceInput) String ¶ added in v1.1.24
func (s NodeForCreateModelServiceInput) String() string
String returns the string representation
type NodeGroupForGetNodeGroupOutput ¶ added in v1.1.24
type NodeGroupForGetNodeGroupOutput struct {
Description *string `type:"string" json:"description,omitempty"`
Meta *MetaForGetNodeGroupOutput `type:"structure" json:"meta,omitempty"`
NodeGroupID *string `type:"string" json:"nodeGroupID,omitempty"`
NodeGroupName *string `type:"string" json:"nodeGroupName,omitempty"`
NodeInfos []*NodeInfoForGetNodeGroupOutput `type:"list" json:"nodeInfos,omitempty"`
NodeStatusOverview *NodeStatusOverviewForGetNodeGroupOutput `type:"structure" json:"nodeStatusOverview,omitempty"`
Node_available_cpu *string `type:"string" json:"node_available_cpu,omitempty"`
Node_available_mem *int64 `type:"int64" json:"node_available_mem,omitempty"`
ProjectID *string `type:"string" json:"projectID,omitempty"`
Tags *TagsForGetNodeGroupOutput `type:"structure" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (NodeGroupForGetNodeGroupOutput) GoString ¶ added in v1.1.24
func (s NodeGroupForGetNodeGroupOutput) GoString() string
GoString returns the string representation
func (*NodeGroupForGetNodeGroupOutput) SetDescription ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetDescription(v string) *NodeGroupForGetNodeGroupOutput
SetDescription sets the Description field's value.
func (*NodeGroupForGetNodeGroupOutput) SetMeta ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetMeta(v *MetaForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
SetMeta sets the Meta field's value.
func (*NodeGroupForGetNodeGroupOutput) SetNodeGroupID ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetNodeGroupID(v string) *NodeGroupForGetNodeGroupOutput
SetNodeGroupID sets the NodeGroupID field's value.
func (*NodeGroupForGetNodeGroupOutput) SetNodeGroupName ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetNodeGroupName(v string) *NodeGroupForGetNodeGroupOutput
SetNodeGroupName sets the NodeGroupName field's value.
func (*NodeGroupForGetNodeGroupOutput) SetNodeInfos ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetNodeInfos(v []*NodeInfoForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
SetNodeInfos sets the NodeInfos field's value.
func (*NodeGroupForGetNodeGroupOutput) SetNodeStatusOverview ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetNodeStatusOverview(v *NodeStatusOverviewForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
SetNodeStatusOverview sets the NodeStatusOverview field's value.
func (*NodeGroupForGetNodeGroupOutput) SetNode_available_cpu ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetNode_available_cpu(v string) *NodeGroupForGetNodeGroupOutput
SetNode_available_cpu sets the Node_available_cpu field's value.
func (*NodeGroupForGetNodeGroupOutput) SetNode_available_mem ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetNode_available_mem(v int64) *NodeGroupForGetNodeGroupOutput
SetNode_available_mem sets the Node_available_mem field's value.
func (*NodeGroupForGetNodeGroupOutput) SetProjectID ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetProjectID(v string) *NodeGroupForGetNodeGroupOutput
SetProjectID sets the ProjectID field's value.
func (*NodeGroupForGetNodeGroupOutput) SetTags ¶ added in v1.1.24
func (s *NodeGroupForGetNodeGroupOutput) SetTags(v *TagsForGetNodeGroupOutput) *NodeGroupForGetNodeGroupOutput
SetTags sets the Tags field's value.
func (NodeGroupForGetNodeGroupOutput) String ¶ added in v1.1.24
func (s NodeGroupForGetNodeGroupOutput) String() string
String returns the string representation
type NodeGroupForListNodeGroupOutput ¶ added in v1.1.24
type NodeGroupForListNodeGroupOutput struct {
Description *string `type:"string" json:"description,omitempty"`
Meta *MetaForListNodeGroupOutput `type:"structure" json:"meta,omitempty"`
NodeGroupID *string `type:"string" json:"nodeGroupID,omitempty"`
NodeGroupName *string `type:"string" json:"nodeGroupName,omitempty"`
NodeInfos []*NodeInfoForListNodeGroupOutput `type:"list" json:"nodeInfos,omitempty"`
NodeStatusOverview *NodeStatusOverviewForListNodeGroupOutput `type:"structure" json:"nodeStatusOverview,omitempty"`
Node_available_cpu *string `type:"string" json:"node_available_cpu,omitempty"`
Node_available_mem *int64 `type:"int64" json:"node_available_mem,omitempty"`
ProjectID *string `type:"string" json:"projectID,omitempty"`
Tags *TagsForListNodeGroupOutput `type:"structure" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (NodeGroupForListNodeGroupOutput) GoString ¶ added in v1.1.24
func (s NodeGroupForListNodeGroupOutput) GoString() string
GoString returns the string representation
func (*NodeGroupForListNodeGroupOutput) SetDescription ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetDescription(v string) *NodeGroupForListNodeGroupOutput
SetDescription sets the Description field's value.
func (*NodeGroupForListNodeGroupOutput) SetMeta ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetMeta(v *MetaForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
SetMeta sets the Meta field's value.
func (*NodeGroupForListNodeGroupOutput) SetNodeGroupID ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetNodeGroupID(v string) *NodeGroupForListNodeGroupOutput
SetNodeGroupID sets the NodeGroupID field's value.
func (*NodeGroupForListNodeGroupOutput) SetNodeGroupName ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetNodeGroupName(v string) *NodeGroupForListNodeGroupOutput
SetNodeGroupName sets the NodeGroupName field's value.
func (*NodeGroupForListNodeGroupOutput) SetNodeInfos ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetNodeInfos(v []*NodeInfoForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
SetNodeInfos sets the NodeInfos field's value.
func (*NodeGroupForListNodeGroupOutput) SetNodeStatusOverview ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetNodeStatusOverview(v *NodeStatusOverviewForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
SetNodeStatusOverview sets the NodeStatusOverview field's value.
func (*NodeGroupForListNodeGroupOutput) SetNode_available_cpu ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetNode_available_cpu(v string) *NodeGroupForListNodeGroupOutput
SetNode_available_cpu sets the Node_available_cpu field's value.
func (*NodeGroupForListNodeGroupOutput) SetNode_available_mem ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetNode_available_mem(v int64) *NodeGroupForListNodeGroupOutput
SetNode_available_mem sets the Node_available_mem field's value.
func (*NodeGroupForListNodeGroupOutput) SetProjectID ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetProjectID(v string) *NodeGroupForListNodeGroupOutput
SetProjectID sets the ProjectID field's value.
func (*NodeGroupForListNodeGroupOutput) SetTags ¶ added in v1.1.24
func (s *NodeGroupForListNodeGroupOutput) SetTags(v *TagsForListNodeGroupOutput) *NodeGroupForListNodeGroupOutput
SetTags sets the Tags field's value.
func (NodeGroupForListNodeGroupOutput) String ¶ added in v1.1.24
func (s NodeGroupForListNodeGroupOutput) String() string
String returns the string representation
type NodeInfoForGetNodeGroupOutput ¶ added in v1.1.24
type NodeInfoForGetNodeGroupOutput struct {
NodeID *string `type:"string" json:"nodeID,omitempty"`
NodeName *string `type:"string" json:"nodeName,omitempty"`
NodeStatus *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NodeInfoForGetNodeGroupOutput) GoString ¶ added in v1.1.24
func (s NodeInfoForGetNodeGroupOutput) GoString() string
GoString returns the string representation
func (*NodeInfoForGetNodeGroupOutput) SetNodeID ¶ added in v1.1.24
func (s *NodeInfoForGetNodeGroupOutput) SetNodeID(v string) *NodeInfoForGetNodeGroupOutput
SetNodeID sets the NodeID field's value.
func (*NodeInfoForGetNodeGroupOutput) SetNodeName ¶ added in v1.1.24
func (s *NodeInfoForGetNodeGroupOutput) SetNodeName(v string) *NodeInfoForGetNodeGroupOutput
SetNodeName sets the NodeName field's value.
func (*NodeInfoForGetNodeGroupOutput) SetNodeStatus ¶ added in v1.1.24
func (s *NodeInfoForGetNodeGroupOutput) SetNodeStatus(v int64) *NodeInfoForGetNodeGroupOutput
SetNodeStatus sets the NodeStatus field's value.
func (NodeInfoForGetNodeGroupOutput) String ¶ added in v1.1.24
func (s NodeInfoForGetNodeGroupOutput) String() string
String returns the string representation
type NodeInfoForListNodeGroupOutput ¶ added in v1.1.24
type NodeInfoForListNodeGroupOutput struct {
NodeID *string `type:"string" json:"nodeID,omitempty"`
NodeName *string `type:"string" json:"nodeName,omitempty"`
NodeStatus *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NodeInfoForListNodeGroupOutput) GoString ¶ added in v1.1.24
func (s NodeInfoForListNodeGroupOutput) GoString() string
GoString returns the string representation
func (*NodeInfoForListNodeGroupOutput) SetNodeID ¶ added in v1.1.24
func (s *NodeInfoForListNodeGroupOutput) SetNodeID(v string) *NodeInfoForListNodeGroupOutput
SetNodeID sets the NodeID field's value.
func (*NodeInfoForListNodeGroupOutput) SetNodeName ¶ added in v1.1.24
func (s *NodeInfoForListNodeGroupOutput) SetNodeName(v string) *NodeInfoForListNodeGroupOutput
SetNodeName sets the NodeName field's value.
func (*NodeInfoForListNodeGroupOutput) SetNodeStatus ¶ added in v1.1.24
func (s *NodeInfoForListNodeGroupOutput) SetNodeStatus(v int64) *NodeInfoForListNodeGroupOutput
SetNodeStatus sets the NodeStatus field's value.
func (NodeInfoForListNodeGroupOutput) String ¶ added in v1.1.24
func (s NodeInfoForListNodeGroupOutput) String() string
String returns the string representation
type NodeStatusOverviewForGetNodeGroupOutput ¶ added in v1.1.24
type NodeStatusOverviewForGetNodeGroupOutput struct {
// contains filtered or unexported fields
}
func (NodeStatusOverviewForGetNodeGroupOutput) GoString ¶ added in v1.1.24
func (s NodeStatusOverviewForGetNodeGroupOutput) GoString() string
GoString returns the string representation
func (*NodeStatusOverviewForGetNodeGroupOutput) Set_key ¶ added in v1.1.24
func (s *NodeStatusOverviewForGetNodeGroupOutput) Set_key(v int64) *NodeStatusOverviewForGetNodeGroupOutput
Set_key sets the _key field's value.
func (*NodeStatusOverviewForGetNodeGroupOutput) Set_val ¶ added in v1.1.24
func (s *NodeStatusOverviewForGetNodeGroupOutput) Set_val(v int64) *NodeStatusOverviewForGetNodeGroupOutput
Set_val sets the _val field's value.
func (NodeStatusOverviewForGetNodeGroupOutput) String ¶ added in v1.1.24
func (s NodeStatusOverviewForGetNodeGroupOutput) String() string
String returns the string representation
type NodeStatusOverviewForListNodeGroupOutput ¶ added in v1.1.24
type NodeStatusOverviewForListNodeGroupOutput struct {
// contains filtered or unexported fields
}
func (NodeStatusOverviewForListNodeGroupOutput) GoString ¶ added in v1.1.24
func (s NodeStatusOverviewForListNodeGroupOutput) GoString() string
GoString returns the string representation
func (*NodeStatusOverviewForListNodeGroupOutput) Set_key ¶ added in v1.1.24
func (s *NodeStatusOverviewForListNodeGroupOutput) Set_key(v int64) *NodeStatusOverviewForListNodeGroupOutput
Set_key sets the _key field's value.
func (*NodeStatusOverviewForListNodeGroupOutput) Set_val ¶ added in v1.1.24
func (s *NodeStatusOverviewForListNodeGroupOutput) Set_val(v int64) *NodeStatusOverviewForListNodeGroupOutput
Set_val sets the _val field's value.
func (NodeStatusOverviewForListNodeGroupOutput) String ¶ added in v1.1.24
func (s NodeStatusOverviewForListNodeGroupOutput) String() string
String returns the string representation
type Node_groupForCreateModelServiceInput ¶ added in v1.1.24
type Node_groupForCreateModelServiceInput struct {
Id *string `type:"string" json:"id,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (Node_groupForCreateModelServiceInput) GoString ¶ added in v1.1.24
func (s Node_groupForCreateModelServiceInput) GoString() string
GoString returns the string representation
func (*Node_groupForCreateModelServiceInput) SetId ¶ added in v1.1.24
func (s *Node_groupForCreateModelServiceInput) SetId(v string) *Node_groupForCreateModelServiceInput
SetId sets the Id field's value.
func (*Node_groupForCreateModelServiceInput) SetName ¶ added in v1.1.24
func (s *Node_groupForCreateModelServiceInput) SetName(v string) *Node_groupForCreateModelServiceInput
SetName sets the Name field's value.
func (Node_groupForCreateModelServiceInput) String ¶ added in v1.1.24
func (s Node_groupForCreateModelServiceInput) String() string
String returns the string representation
type Obj_bboxForGetMediapipeEventOutput ¶ added in v1.1.24
type Obj_bboxForGetMediapipeEventOutput struct {
Classifier []*ClassifierForGetMediapipeEventOutput `type:"list" json:"classifier,omitempty"`
Height *string `type:"string" json:"height,omitempty"`
Id *int32 `type:"int32" json:"id,omitempty"`
Label *string `type:"string" json:"label,omitempty"`
Left *float64 `type:"double" json:"left,omitempty"`
Prob *float64 `type:"double" json:"prob,omitempty"`
Top *string `type:"string" json:"top,omitempty"`
Width *float64 `type:"double" json:"width,omitempty"`
// contains filtered or unexported fields
}
func (Obj_bboxForGetMediapipeEventOutput) GoString ¶ added in v1.1.24
func (s Obj_bboxForGetMediapipeEventOutput) GoString() string
GoString returns the string representation
func (*Obj_bboxForGetMediapipeEventOutput) SetClassifier ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetClassifier(v []*ClassifierForGetMediapipeEventOutput) *Obj_bboxForGetMediapipeEventOutput
SetClassifier sets the Classifier field's value.
func (*Obj_bboxForGetMediapipeEventOutput) SetHeight ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetHeight(v string) *Obj_bboxForGetMediapipeEventOutput
SetHeight sets the Height field's value.
func (*Obj_bboxForGetMediapipeEventOutput) SetId ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetId(v int32) *Obj_bboxForGetMediapipeEventOutput
SetId sets the Id field's value.
func (*Obj_bboxForGetMediapipeEventOutput) SetLabel ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetLabel(v string) *Obj_bboxForGetMediapipeEventOutput
SetLabel sets the Label field's value.
func (*Obj_bboxForGetMediapipeEventOutput) SetLeft ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetLeft(v float64) *Obj_bboxForGetMediapipeEventOutput
SetLeft sets the Left field's value.
func (*Obj_bboxForGetMediapipeEventOutput) SetProb ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetProb(v float64) *Obj_bboxForGetMediapipeEventOutput
SetProb sets the Prob field's value.
func (*Obj_bboxForGetMediapipeEventOutput) SetTop ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetTop(v string) *Obj_bboxForGetMediapipeEventOutput
SetTop sets the Top field's value.
func (*Obj_bboxForGetMediapipeEventOutput) SetWidth ¶ added in v1.1.24
func (s *Obj_bboxForGetMediapipeEventOutput) SetWidth(v float64) *Obj_bboxForGetMediapipeEventOutput
SetWidth sets the Width field's value.
func (Obj_bboxForGetMediapipeEventOutput) String ¶ added in v1.1.24
func (s Obj_bboxForGetMediapipeEventOutput) String() string
String returns the string representation
type Open_ai_apiForCreateModelServiceInput ¶ added in v1.1.24
type Open_ai_apiForCreateModelServiceInput struct {
Able *bool `type:"boolean" json:"able,omitempty"`
Port *int32 `type:"int32" json:"port,omitempty"`
// contains filtered or unexported fields
}
func (Open_ai_apiForCreateModelServiceInput) GoString ¶ added in v1.1.24
func (s Open_ai_apiForCreateModelServiceInput) GoString() string
GoString returns the string representation
func (*Open_ai_apiForCreateModelServiceInput) SetAble ¶ added in v1.1.24
func (s *Open_ai_apiForCreateModelServiceInput) SetAble(v bool) *Open_ai_apiForCreateModelServiceInput
SetAble sets the Able field's value.
func (*Open_ai_apiForCreateModelServiceInput) SetPort ¶ added in v1.1.24
func (s *Open_ai_apiForCreateModelServiceInput) SetPort(v int32) *Open_ai_apiForCreateModelServiceInput
SetPort sets the Port field's value.
func (Open_ai_apiForCreateModelServiceInput) String ¶ added in v1.1.24
func (s Open_ai_apiForCreateModelServiceInput) String() string
String returns the string representation
type Ota_statusForListHCINewOutput ¶ added in v1.1.24
type Ota_statusForListHCINewOutput struct {
Fail_message *string `type:"string" json:"fail_message,omitempty"`
Need_manual_upgrade *bool `type:"boolean" json:"need_manual_upgrade,omitempty"`
Need_upgrade *bool `type:"boolean" json:"need_upgrade,omitempty"`
Ota_job_status *int32 `type:"int32" json:"ota_job_status,omitempty"`
Ota_version *string `type:"string" json:"ota_version,omitempty"`
// contains filtered or unexported fields
}
func (Ota_statusForListHCINewOutput) GoString ¶ added in v1.1.24
func (s Ota_statusForListHCINewOutput) GoString() string
GoString returns the string representation
func (*Ota_statusForListHCINewOutput) SetFail_message ¶ added in v1.1.24
func (s *Ota_statusForListHCINewOutput) SetFail_message(v string) *Ota_statusForListHCINewOutput
SetFail_message sets the Fail_message field's value.
func (*Ota_statusForListHCINewOutput) SetNeed_manual_upgrade ¶ added in v1.1.24
func (s *Ota_statusForListHCINewOutput) SetNeed_manual_upgrade(v bool) *Ota_statusForListHCINewOutput
SetNeed_manual_upgrade sets the Need_manual_upgrade field's value.
func (*Ota_statusForListHCINewOutput) SetNeed_upgrade ¶ added in v1.1.24
func (s *Ota_statusForListHCINewOutput) SetNeed_upgrade(v bool) *Ota_statusForListHCINewOutput
SetNeed_upgrade sets the Need_upgrade field's value.
func (*Ota_statusForListHCINewOutput) SetOta_job_status ¶ added in v1.1.24
func (s *Ota_statusForListHCINewOutput) SetOta_job_status(v int32) *Ota_statusForListHCINewOutput
SetOta_job_status sets the Ota_job_status field's value.
func (*Ota_statusForListHCINewOutput) SetOta_version ¶ added in v1.1.24
func (s *Ota_statusForListHCINewOutput) SetOta_version(v string) *Ota_statusForListHCINewOutput
SetOta_version sets the Ota_version field's value.
func (Ota_statusForListHCINewOutput) String ¶ added in v1.1.24
func (s Ota_statusForListHCINewOutput) String() string
String returns the string representation
type OutputForEdgeCallOutput ¶ added in v1.1.24
type OutputForEdgeCallOutput struct {
Api_version *string `type:"string" json:"api_version,omitempty"`
Message *string `type:"string" json:"message,omitempty"`
Reading *ReadingForEdgeCallOutput `type:"structure" json:"reading,omitempty"`
Status_code *int32 `type:"int32" json:"status_code,omitempty"`
// contains filtered or unexported fields
}
func (OutputForEdgeCallOutput) GoString ¶ added in v1.1.24
func (s OutputForEdgeCallOutput) GoString() string
GoString returns the string representation
func (*OutputForEdgeCallOutput) SetApi_version ¶ added in v1.1.24
func (s *OutputForEdgeCallOutput) SetApi_version(v string) *OutputForEdgeCallOutput
SetApi_version sets the Api_version field's value.
func (*OutputForEdgeCallOutput) SetMessage ¶ added in v1.1.24
func (s *OutputForEdgeCallOutput) SetMessage(v string) *OutputForEdgeCallOutput
SetMessage sets the Message field's value.
func (*OutputForEdgeCallOutput) SetReading ¶ added in v1.1.24
func (s *OutputForEdgeCallOutput) SetReading(v *ReadingForEdgeCallOutput) *OutputForEdgeCallOutput
SetReading sets the Reading field's value.
func (*OutputForEdgeCallOutput) SetStatus_code ¶ added in v1.1.24
func (s *OutputForEdgeCallOutput) SetStatus_code(v int32) *OutputForEdgeCallOutput
SetStatus_code sets the Status_code field's value.
func (OutputForEdgeCallOutput) String ¶ added in v1.1.24
func (s OutputForEdgeCallOutput) String() string
String returns the string representation
type OverviewForListDeviceOutput ¶ added in v1.1.24
type OverviewForListDeviceOutput struct {
Activated *int32 `type:"int32" json:"activated,omitempty"`
Offline *int32 `type:"int32" json:"offline,omitempty"`
Online *int32 `type:"int32" json:"online,omitempty"`
Total *int32 `type:"int32" json:"total,omitempty"`
Unactivated *int32 `type:"int32" json:"unactivated,omitempty"`
// contains filtered or unexported fields
}
func (OverviewForListDeviceOutput) GoString ¶ added in v1.1.24
func (s OverviewForListDeviceOutput) GoString() string
GoString returns the string representation
func (*OverviewForListDeviceOutput) SetActivated ¶ added in v1.1.24
func (s *OverviewForListDeviceOutput) SetActivated(v int32) *OverviewForListDeviceOutput
SetActivated sets the Activated field's value.
func (*OverviewForListDeviceOutput) SetOffline ¶ added in v1.1.24
func (s *OverviewForListDeviceOutput) SetOffline(v int32) *OverviewForListDeviceOutput
SetOffline sets the Offline field's value.
func (*OverviewForListDeviceOutput) SetOnline ¶ added in v1.1.24
func (s *OverviewForListDeviceOutput) SetOnline(v int32) *OverviewForListDeviceOutput
SetOnline sets the Online field's value.
func (*OverviewForListDeviceOutput) SetTotal ¶ added in v1.1.24
func (s *OverviewForListDeviceOutput) SetTotal(v int32) *OverviewForListDeviceOutput
SetTotal sets the Total field's value.
func (*OverviewForListDeviceOutput) SetUnactivated ¶ added in v1.1.24
func (s *OverviewForListDeviceOutput) SetUnactivated(v int32) *OverviewForListDeviceOutput
SetUnactivated sets the Unactivated field's value.
func (OverviewForListDeviceOutput) String ¶ added in v1.1.24
func (s OverviewForListDeviceOutput) String() string
String returns the string representation
type PageinatorForListDeploymentOutput ¶ added in v1.1.24
type PageinatorForListDeploymentOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListDeploymentOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListDeploymentOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListDeploymentOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListDeploymentOutput) SetIndex(v int32) *PageinatorForListDeploymentOutput
SetIndex sets the Index field's value.
func (*PageinatorForListDeploymentOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListDeploymentOutput) SetSize(v int32) *PageinatorForListDeploymentOutput
SetSize sets the Size field's value.
func (*PageinatorForListDeploymentOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListDeploymentOutput) SetTotal_items(v int32) *PageinatorForListDeploymentOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListDeploymentOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListDeploymentOutput) SetTotal_pages(v int32) *PageinatorForListDeploymentOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListDeploymentOutput) String ¶ added in v1.1.24
func (s PageinatorForListDeploymentOutput) String() string
String returns the string representation
type PageinatorForListDeviceOutput ¶ added in v1.1.24
type PageinatorForListDeviceOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListDeviceOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListDeviceOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListDeviceOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListDeviceOutput) SetIndex(v int32) *PageinatorForListDeviceOutput
SetIndex sets the Index field's value.
func (*PageinatorForListDeviceOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListDeviceOutput) SetSize(v int32) *PageinatorForListDeviceOutput
SetSize sets the Size field's value.
func (*PageinatorForListDeviceOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListDeviceOutput) SetTotal_items(v int32) *PageinatorForListDeviceOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListDeviceOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListDeviceOutput) SetTotal_pages(v int32) *PageinatorForListDeviceOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListDeviceOutput) String ¶ added in v1.1.24
func (s PageinatorForListDeviceOutput) String() string
String returns the string representation
type PageinatorForListHCINewOutput ¶ added in v1.1.24
type PageinatorForListHCINewOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListHCINewOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListHCINewOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListHCINewOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListHCINewOutput) SetIndex(v int32) *PageinatorForListHCINewOutput
SetIndex sets the Index field's value.
func (*PageinatorForListHCINewOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListHCINewOutput) SetSize(v int32) *PageinatorForListHCINewOutput
SetSize sets the Size field's value.
func (*PageinatorForListHCINewOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListHCINewOutput) SetTotal_items(v int32) *PageinatorForListHCINewOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListHCINewOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListHCINewOutput) SetTotal_pages(v int32) *PageinatorForListHCINewOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListHCINewOutput) String ¶ added in v1.1.24
func (s PageinatorForListHCINewOutput) String() string
String returns the string representation
type PageinatorForListIotModelsOutput ¶ added in v1.1.24
type PageinatorForListIotModelsOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListIotModelsOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListIotModelsOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListIotModelsOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListIotModelsOutput) SetIndex(v int32) *PageinatorForListIotModelsOutput
SetIndex sets the Index field's value.
func (*PageinatorForListIotModelsOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListIotModelsOutput) SetSize(v int32) *PageinatorForListIotModelsOutput
SetSize sets the Size field's value.
func (*PageinatorForListIotModelsOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListIotModelsOutput) SetTotal_items(v int32) *PageinatorForListIotModelsOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListIotModelsOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListIotModelsOutput) SetTotal_pages(v int32) *PageinatorForListIotModelsOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListIotModelsOutput) String ¶ added in v1.1.24
func (s PageinatorForListIotModelsOutput) String() string
String returns the string representation
type PageinatorForListLLModelsV2Output ¶ added in v1.1.24
type PageinatorForListLLModelsV2Output struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListLLModelsV2Output) GoString ¶ added in v1.1.24
func (s PageinatorForListLLModelsV2Output) GoString() string
GoString returns the string representation
func (*PageinatorForListLLModelsV2Output) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListLLModelsV2Output) SetIndex(v int32) *PageinatorForListLLModelsV2Output
SetIndex sets the Index field's value.
func (*PageinatorForListLLModelsV2Output) SetSize ¶ added in v1.1.24
func (s *PageinatorForListLLModelsV2Output) SetSize(v int32) *PageinatorForListLLModelsV2Output
SetSize sets the Size field's value.
func (*PageinatorForListLLModelsV2Output) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListLLModelsV2Output) SetTotal_items(v int32) *PageinatorForListLLModelsV2Output
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListLLModelsV2Output) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListLLModelsV2Output) SetTotal_pages(v int32) *PageinatorForListLLModelsV2Output
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListLLModelsV2Output) String ¶ added in v1.1.24
func (s PageinatorForListLLModelsV2Output) String() string
String returns the string representation
type PageinatorForListMediapipeEventOutput ¶ added in v1.1.24
type PageinatorForListMediapipeEventOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListMediapipeEventOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListMediapipeEventOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListMediapipeEventOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListMediapipeEventOutput) SetIndex(v int32) *PageinatorForListMediapipeEventOutput
SetIndex sets the Index field's value.
func (*PageinatorForListMediapipeEventOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListMediapipeEventOutput) SetSize(v int32) *PageinatorForListMediapipeEventOutput
SetSize sets the Size field's value.
func (*PageinatorForListMediapipeEventOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListMediapipeEventOutput) SetTotal_items(v int32) *PageinatorForListMediapipeEventOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListMediapipeEventOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListMediapipeEventOutput) SetTotal_pages(v int32) *PageinatorForListMediapipeEventOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListMediapipeEventOutput) String ¶ added in v1.1.24
func (s PageinatorForListMediapipeEventOutput) String() string
String returns the string representation
type PageinatorForListMediapipeInstanceOutput ¶ added in v1.1.24
type PageinatorForListMediapipeInstanceOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListMediapipeInstanceOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListMediapipeInstanceOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListMediapipeInstanceOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListMediapipeInstanceOutput) SetIndex(v int32) *PageinatorForListMediapipeInstanceOutput
SetIndex sets the Index field's value.
func (*PageinatorForListMediapipeInstanceOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListMediapipeInstanceOutput) SetSize(v int32) *PageinatorForListMediapipeInstanceOutput
SetSize sets the Size field's value.
func (*PageinatorForListMediapipeInstanceOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListMediapipeInstanceOutput) SetTotal_items(v int32) *PageinatorForListMediapipeInstanceOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListMediapipeInstanceOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListMediapipeInstanceOutput) SetTotal_pages(v int32) *PageinatorForListMediapipeInstanceOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListMediapipeInstanceOutput) String ¶ added in v1.1.24
func (s PageinatorForListMediapipeInstanceOutput) String() string
String returns the string representation
type PageinatorForListModelOutput ¶ added in v1.1.24
type PageinatorForListModelOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListModelOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListModelOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListModelOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListModelOutput) SetIndex(v int32) *PageinatorForListModelOutput
SetIndex sets the Index field's value.
func (*PageinatorForListModelOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListModelOutput) SetSize(v int32) *PageinatorForListModelOutput
SetSize sets the Size field's value.
func (*PageinatorForListModelOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListModelOutput) SetTotal_items(v int32) *PageinatorForListModelOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListModelOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListModelOutput) SetTotal_pages(v int32) *PageinatorForListModelOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListModelOutput) String ¶ added in v1.1.24
func (s PageinatorForListModelOutput) String() string
String returns the string representation
type PageinatorForListModelServiceOutput ¶ added in v1.1.24
type PageinatorForListModelServiceOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListModelServiceOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListModelServiceOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListModelServiceOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListModelServiceOutput) SetIndex(v int32) *PageinatorForListModelServiceOutput
SetIndex sets the Index field's value.
func (*PageinatorForListModelServiceOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListModelServiceOutput) SetSize(v int32) *PageinatorForListModelServiceOutput
SetSize sets the Size field's value.
func (*PageinatorForListModelServiceOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListModelServiceOutput) SetTotal_items(v int32) *PageinatorForListModelServiceOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListModelServiceOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListModelServiceOutput) SetTotal_pages(v int32) *PageinatorForListModelServiceOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListModelServiceOutput) String ¶ added in v1.1.24
func (s PageinatorForListModelServiceOutput) String() string
String returns the string representation
type PageinatorForListProjectOutput ¶ added in v1.1.24
type PageinatorForListProjectOutput struct {
Index *int32 `type:"int32" json:"index,omitempty"`
Size *int32 `type:"int32" json:"size,omitempty"`
Total_items *int32 `type:"int32" json:"total_items,omitempty"`
Total_pages *int32 `type:"int32" json:"total_pages,omitempty"`
// contains filtered or unexported fields
}
func (PageinatorForListProjectOutput) GoString ¶ added in v1.1.24
func (s PageinatorForListProjectOutput) GoString() string
GoString returns the string representation
func (*PageinatorForListProjectOutput) SetIndex ¶ added in v1.1.24
func (s *PageinatorForListProjectOutput) SetIndex(v int32) *PageinatorForListProjectOutput
SetIndex sets the Index field's value.
func (*PageinatorForListProjectOutput) SetSize ¶ added in v1.1.24
func (s *PageinatorForListProjectOutput) SetSize(v int32) *PageinatorForListProjectOutput
SetSize sets the Size field's value.
func (*PageinatorForListProjectOutput) SetTotal_items ¶ added in v1.1.24
func (s *PageinatorForListProjectOutput) SetTotal_items(v int32) *PageinatorForListProjectOutput
SetTotal_items sets the Total_items field's value.
func (*PageinatorForListProjectOutput) SetTotal_pages ¶ added in v1.1.24
func (s *PageinatorForListProjectOutput) SetTotal_pages(v int32) *PageinatorForListProjectOutput
SetTotal_pages sets the Total_pages field's value.
func (PageinatorForListProjectOutput) String ¶ added in v1.1.24
func (s PageinatorForListProjectOutput) String() string
String returns the string representation
type PortForUpdateDeploymentInput ¶ added in v1.1.24
type PortForUpdateDeploymentInput struct {
Container_port *int32 `max:"65535" type:"int32" json:"container_port,omitempty"`
Host_port *int32 `max:"65535" type:"int32" json:"host_port,omitempty"`
Protocol *string `type:"string" json:"protocol,omitempty"`
// contains filtered or unexported fields
}
func (PortForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s PortForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*PortForUpdateDeploymentInput) SetContainer_port ¶ added in v1.1.24
func (s *PortForUpdateDeploymentInput) SetContainer_port(v int32) *PortForUpdateDeploymentInput
SetContainer_port sets the Container_port field's value.
func (*PortForUpdateDeploymentInput) SetHost_port ¶ added in v1.1.24
func (s *PortForUpdateDeploymentInput) SetHost_port(v int32) *PortForUpdateDeploymentInput
SetHost_port sets the Host_port field's value.
func (*PortForUpdateDeploymentInput) SetProtocol ¶ added in v1.1.24
func (s *PortForUpdateDeploymentInput) SetProtocol(v string) *PortForUpdateDeploymentInput
SetProtocol sets the Protocol field's value.
func (PortForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s PortForUpdateDeploymentInput) String() string
String returns the string representation
func (*PortForUpdateDeploymentInput) Validate ¶ added in v1.1.24
func (s *PortForUpdateDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProviderForAddIotModelsInput ¶ added in v1.1.24
type ProviderForAddIotModelsInput struct {
Channel_source *int32 `type:"int32" json:"channel_source,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (ProviderForAddIotModelsInput) GoString ¶ added in v1.1.24
func (s ProviderForAddIotModelsInput) GoString() string
GoString returns the string representation
func (*ProviderForAddIotModelsInput) SetChannel_source ¶ added in v1.1.24
func (s *ProviderForAddIotModelsInput) SetChannel_source(v int32) *ProviderForAddIotModelsInput
SetChannel_source sets the Channel_source field's value.
func (*ProviderForAddIotModelsInput) SetId ¶ added in v1.1.24
func (s *ProviderForAddIotModelsInput) SetId(v string) *ProviderForAddIotModelsInput
SetId sets the Id field's value.
func (*ProviderForAddIotModelsInput) SetName ¶ added in v1.1.24
func (s *ProviderForAddIotModelsInput) SetName(v string) *ProviderForAddIotModelsInput
SetName sets the Name field's value.
func (ProviderForAddIotModelsInput) String ¶ added in v1.1.24
func (s ProviderForAddIotModelsInput) String() string
String returns the string representation
type ProviderForListIotModelsOutput ¶ added in v1.1.24
type ProviderForListIotModelsOutput struct {
Channel_source *int32 `type:"int32" json:"channel_source,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (ProviderForListIotModelsOutput) GoString ¶ added in v1.1.24
func (s ProviderForListIotModelsOutput) GoString() string
GoString returns the string representation
func (*ProviderForListIotModelsOutput) SetChannel_source ¶ added in v1.1.24
func (s *ProviderForListIotModelsOutput) SetChannel_source(v int32) *ProviderForListIotModelsOutput
SetChannel_source sets the Channel_source field's value.
func (*ProviderForListIotModelsOutput) SetId ¶ added in v1.1.24
func (s *ProviderForListIotModelsOutput) SetId(v string) *ProviderForListIotModelsOutput
SetId sets the Id field's value.
func (*ProviderForListIotModelsOutput) SetName ¶ added in v1.1.24
func (s *ProviderForListIotModelsOutput) SetName(v string) *ProviderForListIotModelsOutput
SetName sets the Name field's value.
func (ProviderForListIotModelsOutput) String ¶ added in v1.1.24
func (s ProviderForListIotModelsOutput) String() string
String returns the string representation
type ProviderForListLLModelsV2Output ¶ added in v1.1.24
type ProviderForListLLModelsV2Output struct {
Channel_source *int32 `type:"int32" json:"channel_source,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (ProviderForListLLModelsV2Output) GoString ¶ added in v1.1.24
func (s ProviderForListLLModelsV2Output) GoString() string
GoString returns the string representation
func (*ProviderForListLLModelsV2Output) SetChannel_source ¶ added in v1.1.24
func (s *ProviderForListLLModelsV2Output) SetChannel_source(v int32) *ProviderForListLLModelsV2Output
SetChannel_source sets the Channel_source field's value.
func (*ProviderForListLLModelsV2Output) SetId ¶ added in v1.1.24
func (s *ProviderForListLLModelsV2Output) SetId(v string) *ProviderForListLLModelsV2Output
SetId sets the Id field's value.
func (*ProviderForListLLModelsV2Output) SetName ¶ added in v1.1.24
func (s *ProviderForListLLModelsV2Output) SetName(v string) *ProviderForListLLModelsV2Output
SetName sets the Name field's value.
func (ProviderForListLLModelsV2Output) String ¶ added in v1.1.24
func (s ProviderForListLLModelsV2Output) String() string
String returns the string representation
type PvcForUpdateDeploymentInput ¶ added in v1.1.24
type PvcForUpdateDeploymentInput struct {
Pvc_name *string `type:"string" json:"pvc_name,omitempty"`
// contains filtered or unexported fields
}
func (PvcForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s PvcForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*PvcForUpdateDeploymentInput) SetPvc_name ¶ added in v1.1.24
func (s *PvcForUpdateDeploymentInput) SetPvc_name(v string) *PvcForUpdateDeploymentInput
SetPvc_name sets the Pvc_name field's value.
func (PvcForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s PvcForUpdateDeploymentInput) String() string
String returns the string representation
type QuotaForCreateIotLlmTokenInput ¶ added in v1.1.24
type QuotaForCreateIotLlmTokenInput struct {
Character *CharacterForCreateIotLlmTokenInput `type:"structure" json:"character,omitempty"`
Duration *DurationForCreateIotLlmTokenInput `type:"structure" json:"duration,omitempty"`
Request *RequestForCreateIotLlmTokenInput `type:"structure" json:"request,omitempty"`
Token *TokenForCreateIotLlmTokenInput `type:"structure" json:"token,omitempty"`
// contains filtered or unexported fields
}
func (QuotaForCreateIotLlmTokenInput) GoString ¶ added in v1.1.24
func (s QuotaForCreateIotLlmTokenInput) GoString() string
GoString returns the string representation
func (*QuotaForCreateIotLlmTokenInput) SetCharacter ¶ added in v1.1.24
func (s *QuotaForCreateIotLlmTokenInput) SetCharacter(v *CharacterForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
SetCharacter sets the Character field's value.
func (*QuotaForCreateIotLlmTokenInput) SetDuration ¶ added in v1.1.24
func (s *QuotaForCreateIotLlmTokenInput) SetDuration(v *DurationForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
SetDuration sets the Duration field's value.
func (*QuotaForCreateIotLlmTokenInput) SetRequest ¶ added in v1.1.24
func (s *QuotaForCreateIotLlmTokenInput) SetRequest(v *RequestForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
SetRequest sets the Request field's value.
func (*QuotaForCreateIotLlmTokenInput) SetToken ¶ added in v1.1.24
func (s *QuotaForCreateIotLlmTokenInput) SetToken(v *TokenForCreateIotLlmTokenInput) *QuotaForCreateIotLlmTokenInput
SetToken sets the Token field's value.
func (QuotaForCreateIotLlmTokenInput) String ¶ added in v1.1.24
func (s QuotaForCreateIotLlmTokenInput) String() string
String returns the string representation
type ReadingForEdgeCallOutput ¶ added in v1.1.24
type ReadingForEdgeCallOutput struct {
Id *string `type:"string" json:"id,omitempty"`
Origin *int64 `type:"int64" json:"origin,omitempty"`
Type *string `type:"string" json:"type,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (ReadingForEdgeCallOutput) GoString ¶ added in v1.1.24
func (s ReadingForEdgeCallOutput) GoString() string
GoString returns the string representation
func (*ReadingForEdgeCallOutput) SetId ¶ added in v1.1.24
func (s *ReadingForEdgeCallOutput) SetId(v string) *ReadingForEdgeCallOutput
SetId sets the Id field's value.
func (*ReadingForEdgeCallOutput) SetOrigin ¶ added in v1.1.24
func (s *ReadingForEdgeCallOutput) SetOrigin(v int64) *ReadingForEdgeCallOutput
SetOrigin sets the Origin field's value.
func (*ReadingForEdgeCallOutput) SetType ¶ added in v1.1.24
func (s *ReadingForEdgeCallOutput) SetType(v string) *ReadingForEdgeCallOutput
SetType sets the Type field's value.
func (*ReadingForEdgeCallOutput) SetValue ¶ added in v1.1.24
func (s *ReadingForEdgeCallOutput) SetValue(v string) *ReadingForEdgeCallOutput
SetValue sets the Value field's value.
func (ReadingForEdgeCallOutput) String ¶ added in v1.1.24
func (s ReadingForEdgeCallOutput) String() string
String returns the string representation
type Related_templateForListDeploymentOutput ¶ added in v1.1.24
type Related_templateForListDeploymentOutput struct {
Name *string `type:"string" json:"name,omitempty"`
Template_id *string `type:"string" json:"template_id,omitempty"`
Version_id *string `type:"string" json:"version_id,omitempty"`
Version_name *string `type:"string" json:"version_name,omitempty"`
// contains filtered or unexported fields
}
func (Related_templateForListDeploymentOutput) GoString ¶ added in v1.1.24
func (s Related_templateForListDeploymentOutput) GoString() string
GoString returns the string representation
func (*Related_templateForListDeploymentOutput) SetName ¶ added in v1.1.24
func (s *Related_templateForListDeploymentOutput) SetName(v string) *Related_templateForListDeploymentOutput
SetName sets the Name field's value.
func (*Related_templateForListDeploymentOutput) SetTemplate_id ¶ added in v1.1.24
func (s *Related_templateForListDeploymentOutput) SetTemplate_id(v string) *Related_templateForListDeploymentOutput
SetTemplate_id sets the Template_id field's value.
func (*Related_templateForListDeploymentOutput) SetVersion_id ¶ added in v1.1.24
func (s *Related_templateForListDeploymentOutput) SetVersion_id(v string) *Related_templateForListDeploymentOutput
SetVersion_id sets the Version_id field's value.
func (*Related_templateForListDeploymentOutput) SetVersion_name ¶ added in v1.1.24
func (s *Related_templateForListDeploymentOutput) SetVersion_name(v string) *Related_templateForListDeploymentOutput
SetVersion_name sets the Version_name field's value.
func (Related_templateForListDeploymentOutput) String ¶ added in v1.1.24
func (s Related_templateForListDeploymentOutput) String() string
String returns the string representation
type RequestForCreateIotLlmTokenInput ¶ added in v1.1.24
type RequestForCreateIotLlmTokenInput struct {
Count_limit *int64 `type:"int64" json:"count_limit,omitempty"`
// contains filtered or unexported fields
}
func (RequestForCreateIotLlmTokenInput) GoString ¶ added in v1.1.24
func (s RequestForCreateIotLlmTokenInput) GoString() string
GoString returns the string representation
func (*RequestForCreateIotLlmTokenInput) SetCount_limit ¶ added in v1.1.24
func (s *RequestForCreateIotLlmTokenInput) SetCount_limit(v int64) *RequestForCreateIotLlmTokenInput
SetCount_limit sets the Count_limit field's value.
func (RequestForCreateIotLlmTokenInput) String ¶ added in v1.1.24
func (s RequestForCreateIotLlmTokenInput) String() string
String returns the string representation
type ResourcesForUpdateDeploymentInput ¶ added in v1.1.24
type ResourcesForUpdateDeploymentInput struct {
Cpu_limit *float64 `type:"double" json:"cpu_limit,omitempty"`
Cpu_request *float64 `type:"double" json:"cpu_request,omitempty"`
Memory_limit *int64 `type:"int64" json:"memory_limit,omitempty"`
Memory_limit_unit *string `type:"string" json:"memory_limit_unit,omitempty"`
Memory_request *int64 `type:"int64" json:"memory_request,omitempty"`
Memory_request_unit *string `type:"string" json:"memory_request_unit,omitempty"`
// contains filtered or unexported fields
}
func (ResourcesForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s ResourcesForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*ResourcesForUpdateDeploymentInput) SetCpu_limit ¶ added in v1.1.24
func (s *ResourcesForUpdateDeploymentInput) SetCpu_limit(v float64) *ResourcesForUpdateDeploymentInput
SetCpu_limit sets the Cpu_limit field's value.
func (*ResourcesForUpdateDeploymentInput) SetCpu_request ¶ added in v1.1.24
func (s *ResourcesForUpdateDeploymentInput) SetCpu_request(v float64) *ResourcesForUpdateDeploymentInput
SetCpu_request sets the Cpu_request field's value.
func (*ResourcesForUpdateDeploymentInput) SetMemory_limit ¶ added in v1.1.24
func (s *ResourcesForUpdateDeploymentInput) SetMemory_limit(v int64) *ResourcesForUpdateDeploymentInput
SetMemory_limit sets the Memory_limit field's value.
func (*ResourcesForUpdateDeploymentInput) SetMemory_limit_unit ¶ added in v1.1.24
func (s *ResourcesForUpdateDeploymentInput) SetMemory_limit_unit(v string) *ResourcesForUpdateDeploymentInput
SetMemory_limit_unit sets the Memory_limit_unit field's value.
func (*ResourcesForUpdateDeploymentInput) SetMemory_request ¶ added in v1.1.24
func (s *ResourcesForUpdateDeploymentInput) SetMemory_request(v int64) *ResourcesForUpdateDeploymentInput
SetMemory_request sets the Memory_request field's value.
func (*ResourcesForUpdateDeploymentInput) SetMemory_request_unit ¶ added in v1.1.24
func (s *ResourcesForUpdateDeploymentInput) SetMemory_request_unit(v string) *ResourcesForUpdateDeploymentInput
SetMemory_request_unit sets the Memory_request_unit field's value.
func (ResourcesForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s ResourcesForUpdateDeploymentInput) String() string
String returns the string representation
type RollingForUpdateDeploymentInput ¶ added in v1.1.24
type RollingForUpdateDeploymentInput struct {
Max_surge *int32 `type:"int32" json:"max_surge,omitempty"`
// contains filtered or unexported fields
}
func (RollingForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s RollingForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*RollingForUpdateDeploymentInput) SetMax_surge ¶ added in v1.1.24
func (s *RollingForUpdateDeploymentInput) SetMax_surge(v int32) *RollingForUpdateDeploymentInput
SetMax_surge sets the Max_surge field's value.
func (*RollingForUpdateDeploymentInput) SetMax_unavailable ¶ added in v1.1.24
func (s *RollingForUpdateDeploymentInput) SetMax_unavailable(v int32) *RollingForUpdateDeploymentInput
SetMax_unavailable sets the Max_unavailable field's value.
func (RollingForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s RollingForUpdateDeploymentInput) String() string
String returns the string representation
type SecretForUpdateDeploymentInput ¶ added in v1.1.24
type SecretForUpdateDeploymentInput struct {
Secret_name *string `type:"string" json:"secret_name,omitempty"`
// contains filtered or unexported fields
}
func (SecretForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s SecretForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*SecretForUpdateDeploymentInput) SetSecret_name ¶ added in v1.1.24
func (s *SecretForUpdateDeploymentInput) SetSecret_name(v string) *SecretForUpdateDeploymentInput
SetSecret_name sets the Secret_name field's value.
func (SecretForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s SecretForUpdateDeploymentInput) String() string
String returns the string representation
type Service_configForCreateModelServiceInput ¶ added in v1.1.24
type Service_configForCreateModelServiceInput struct {
Cpu_count *int32 `type:"int32" json:"cpu_count,omitempty"`
Dynamic_batching *bool `type:"boolean" json:"dynamic_batching,omitempty"`
Gpu_count *int32 `type:"int32" json:"gpu_count,omitempty"`
Gpu_ids []*int32 `type:"list" json:"gpu_ids,omitempty"`
Json_parameter *string `type:"string" json:"json_parameter,omitempty"`
Max_batch_size *int64 `type:"int64" json:"max_batch_size,omitempty"`
Max_queue_delay_microseconds *int64 `type:"int64" json:"max_queue_delay_microseconds,omitempty"`
Model_id *string `type:"string" json:"model_id,omitempty"`
Model_name *string `type:"string" json:"model_name,omitempty"`
// contains filtered or unexported fields
}
func (Service_configForCreateModelServiceInput) GoString ¶ added in v1.1.24
func (s Service_configForCreateModelServiceInput) GoString() string
GoString returns the string representation
func (*Service_configForCreateModelServiceInput) SetCpu_count ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetCpu_count(v int32) *Service_configForCreateModelServiceInput
SetCpu_count sets the Cpu_count field's value.
func (*Service_configForCreateModelServiceInput) SetDynamic_batching ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetDynamic_batching(v bool) *Service_configForCreateModelServiceInput
SetDynamic_batching sets the Dynamic_batching field's value.
func (*Service_configForCreateModelServiceInput) SetGpu_count ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetGpu_count(v int32) *Service_configForCreateModelServiceInput
SetGpu_count sets the Gpu_count field's value.
func (*Service_configForCreateModelServiceInput) SetGpu_ids ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetGpu_ids(v []*int32) *Service_configForCreateModelServiceInput
SetGpu_ids sets the Gpu_ids field's value.
func (*Service_configForCreateModelServiceInput) SetJson_parameter ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetJson_parameter(v string) *Service_configForCreateModelServiceInput
SetJson_parameter sets the Json_parameter field's value.
func (*Service_configForCreateModelServiceInput) SetMax_batch_size ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetMax_batch_size(v int64) *Service_configForCreateModelServiceInput
SetMax_batch_size sets the Max_batch_size field's value.
func (*Service_configForCreateModelServiceInput) SetMax_queue_delay_microseconds ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetMax_queue_delay_microseconds(v int64) *Service_configForCreateModelServiceInput
SetMax_queue_delay_microseconds sets the Max_queue_delay_microseconds field's value.
func (*Service_configForCreateModelServiceInput) SetModel_id ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetModel_id(v string) *Service_configForCreateModelServiceInput
SetModel_id sets the Model_id field's value.
func (*Service_configForCreateModelServiceInput) SetModel_name ¶ added in v1.1.24
func (s *Service_configForCreateModelServiceInput) SetModel_name(v string) *Service_configForCreateModelServiceInput
SetModel_name sets the Model_name field's value.
func (Service_configForCreateModelServiceInput) String ¶ added in v1.1.24
func (s Service_configForCreateModelServiceInput) String() string
String returns the string representation
type Shared_memoryForCreateModelServiceInput ¶ added in v1.1.24
type Shared_memoryForCreateModelServiceInput struct {
// contains filtered or unexported fields
}
func (Shared_memoryForCreateModelServiceInput) GoString ¶ added in v1.1.24
func (s Shared_memoryForCreateModelServiceInput) GoString() string
GoString returns the string representation
func (*Shared_memoryForCreateModelServiceInput) SetShm_size ¶ added in v1.1.24
func (s *Shared_memoryForCreateModelServiceInput) SetShm_size(v int32) *Shared_memoryForCreateModelServiceInput
SetShm_size sets the Shm_size field's value.
func (*Shared_memoryForCreateModelServiceInput) SetShm_size_unit ¶ added in v1.1.24
func (s *Shared_memoryForCreateModelServiceInput) SetShm_size_unit(v string) *Shared_memoryForCreateModelServiceInput
SetShm_size_unit sets the Shm_size_unit field's value.
func (Shared_memoryForCreateModelServiceInput) String ¶ added in v1.1.24
func (s Shared_memoryForCreateModelServiceInput) String() string
String returns the string representation
type StatusForListDeploymentOutput ¶ added in v1.1.24
type StatusForListDeploymentOutput struct {
Available_replicas *string `type:"string" json:"available_replicas,omitempty"`
Ready_replicas *int32 `type:"int32" json:"ready_replicas,omitempty"`
Replicas *int32 `type:"int32" json:"replicas,omitempty"`
Updated_replicas *int32 `type:"int32" json:"updated_replicas,omitempty"`
// contains filtered or unexported fields
}
func (StatusForListDeploymentOutput) GoString ¶ added in v1.1.24
func (s StatusForListDeploymentOutput) GoString() string
GoString returns the string representation
func (*StatusForListDeploymentOutput) SetAvailable_replicas ¶ added in v1.1.24
func (s *StatusForListDeploymentOutput) SetAvailable_replicas(v string) *StatusForListDeploymentOutput
SetAvailable_replicas sets the Available_replicas field's value.
func (*StatusForListDeploymentOutput) SetReady_replicas ¶ added in v1.1.24
func (s *StatusForListDeploymentOutput) SetReady_replicas(v int32) *StatusForListDeploymentOutput
SetReady_replicas sets the Ready_replicas field's value.
func (*StatusForListDeploymentOutput) SetReplicas ¶ added in v1.1.24
func (s *StatusForListDeploymentOutput) SetReplicas(v int32) *StatusForListDeploymentOutput
SetReplicas sets the Replicas field's value.
func (*StatusForListDeploymentOutput) SetUpdated_replicas ¶ added in v1.1.24
func (s *StatusForListDeploymentOutput) SetUpdated_replicas(v int32) *StatusForListDeploymentOutput
SetUpdated_replicas sets the Updated_replicas field's value.
func (StatusForListDeploymentOutput) String ¶ added in v1.1.24
func (s StatusForListDeploymentOutput) String() string
String returns the string representation
type StrategyForUpdateDeploymentInput ¶ added in v1.1.24
type StrategyForUpdateDeploymentInput struct {
Rolling *RollingForUpdateDeploymentInput `type:"structure" json:"rolling,omitempty"`
Strategy_type *int32 `type:"int32" json:"strategy_type,omitempty"`
// contains filtered or unexported fields
}
func (StrategyForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s StrategyForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*StrategyForUpdateDeploymentInput) SetRolling ¶ added in v1.1.24
func (s *StrategyForUpdateDeploymentInput) SetRolling(v *RollingForUpdateDeploymentInput) *StrategyForUpdateDeploymentInput
SetRolling sets the Rolling field's value.
func (*StrategyForUpdateDeploymentInput) SetStrategy_type ¶ added in v1.1.24
func (s *StrategyForUpdateDeploymentInput) SetStrategy_type(v int32) *StrategyForUpdateDeploymentInput
SetStrategy_type sets the Strategy_type field's value.
func (StrategyForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s StrategyForUpdateDeploymentInput) String() string
String returns the string representation
type TagForCreateIotLlmTokenInput ¶ added in v1.1.25
type TagForCreateIotLlmTokenInput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForCreateIotLlmTokenInput) GoString ¶ added in v1.1.25
func (s TagForCreateIotLlmTokenInput) GoString() string
GoString returns the string representation
func (*TagForCreateIotLlmTokenInput) SetKey ¶ added in v1.1.25
func (s *TagForCreateIotLlmTokenInput) SetKey(v string) *TagForCreateIotLlmTokenInput
SetKey sets the Key field's value.
func (*TagForCreateIotLlmTokenInput) SetValue ¶ added in v1.1.25
func (s *TagForCreateIotLlmTokenInput) SetValue(v string) *TagForCreateIotLlmTokenInput
SetValue sets the Value field's value.
func (TagForCreateIotLlmTokenInput) String ¶ added in v1.1.25
func (s TagForCreateIotLlmTokenInput) String() string
String returns the string representation
type TagForCreateNodeGroupInput ¶ added in v1.1.24
type TagForCreateNodeGroupInput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForCreateNodeGroupInput) GoString ¶ added in v1.1.24
func (s TagForCreateNodeGroupInput) GoString() string
GoString returns the string representation
func (*TagForCreateNodeGroupInput) SetKey ¶ added in v1.1.24
func (s *TagForCreateNodeGroupInput) SetKey(v string) *TagForCreateNodeGroupInput
SetKey sets the Key field's value.
func (*TagForCreateNodeGroupInput) SetValue ¶ added in v1.1.24
func (s *TagForCreateNodeGroupInput) SetValue(v string) *TagForCreateNodeGroupInput
SetValue sets the Value field's value.
func (TagForCreateNodeGroupInput) String ¶ added in v1.1.24
func (s TagForCreateNodeGroupInput) String() string
String returns the string representation
type TagForListDeviceInput ¶ added in v1.1.24
type TagForListDeviceInput struct {
Key *string `type:"string" json:"key,omitempty"`
Tag_id *string `type:"string" json:"tag_id,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForListDeviceInput) GoString ¶ added in v1.1.24
func (s TagForListDeviceInput) GoString() string
GoString returns the string representation
func (*TagForListDeviceInput) SetKey ¶ added in v1.1.24
func (s *TagForListDeviceInput) SetKey(v string) *TagForListDeviceInput
SetKey sets the Key field's value.
func (*TagForListDeviceInput) SetTag_id ¶ added in v1.1.24
func (s *TagForListDeviceInput) SetTag_id(v string) *TagForListDeviceInput
SetTag_id sets the Tag_id field's value.
func (*TagForListDeviceInput) SetValue ¶ added in v1.1.24
func (s *TagForListDeviceInput) SetValue(v string) *TagForListDeviceInput
SetValue sets the Value field's value.
func (TagForListDeviceInput) String ¶ added in v1.1.24
func (s TagForListDeviceInput) String() string
String returns the string representation
type TagForListHCINewInput ¶ added in v1.1.24
type TagForListHCINewInput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForListHCINewInput) GoString ¶ added in v1.1.24
func (s TagForListHCINewInput) GoString() string
GoString returns the string representation
func (*TagForListHCINewInput) SetKey ¶ added in v1.1.24
func (s *TagForListHCINewInput) SetKey(v string) *TagForListHCINewInput
SetKey sets the Key field's value.
func (*TagForListHCINewInput) SetValue ¶ added in v1.1.24
func (s *TagForListHCINewInput) SetValue(v string) *TagForListHCINewInput
SetValue sets the Value field's value.
func (TagForListHCINewInput) String ¶ added in v1.1.24
func (s TagForListHCINewInput) String() string
String returns the string representation
type TagForListProjectOutput ¶ added in v1.1.24
type TagForListProjectOutput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForListProjectOutput) GoString ¶ added in v1.1.24
func (s TagForListProjectOutput) GoString() string
GoString returns the string representation
func (*TagForListProjectOutput) SetKey ¶ added in v1.1.24
func (s *TagForListProjectOutput) SetKey(v string) *TagForListProjectOutput
SetKey sets the Key field's value.
func (*TagForListProjectOutput) SetValue ¶ added in v1.1.24
func (s *TagForListProjectOutput) SetValue(v string) *TagForListProjectOutput
SetValue sets the Value field's value.
func (TagForListProjectOutput) String ¶ added in v1.1.24
func (s TagForListProjectOutput) String() string
String returns the string representation
type TagForTagResourcesInput ¶ added in v1.1.24
type TagForTagResourcesInput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForTagResourcesInput) GoString ¶ added in v1.1.24
func (s TagForTagResourcesInput) GoString() string
GoString returns the string representation
func (*TagForTagResourcesInput) SetKey ¶ added in v1.1.24
func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
SetKey sets the Key field's value.
func (*TagForTagResourcesInput) SetValue ¶ added in v1.1.24
func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
SetValue sets the Value field's value.
func (TagForTagResourcesInput) String ¶ added in v1.1.24
func (s TagForTagResourcesInput) String() string
String returns the string representation
type TagForUpdateHCIInput ¶ added in v1.1.24
type TagForUpdateHCIInput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForUpdateHCIInput) GoString ¶ added in v1.1.24
func (s TagForUpdateHCIInput) GoString() string
GoString returns the string representation
func (*TagForUpdateHCIInput) SetKey ¶ added in v1.1.24
func (s *TagForUpdateHCIInput) SetKey(v string) *TagForUpdateHCIInput
SetKey sets the Key field's value.
func (*TagForUpdateHCIInput) SetValue ¶ added in v1.1.24
func (s *TagForUpdateHCIInput) SetValue(v string) *TagForUpdateHCIInput
SetValue sets the Value field's value.
func (TagForUpdateHCIInput) String ¶ added in v1.1.24
func (s TagForUpdateHCIInput) String() string
String returns the string representation
type TagForUpdateNodeGroupInput ¶ added in v1.1.24
type TagForUpdateNodeGroupInput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagForUpdateNodeGroupInput) GoString ¶ added in v1.1.24
func (s TagForUpdateNodeGroupInput) GoString() string
GoString returns the string representation
func (*TagForUpdateNodeGroupInput) SetKey ¶ added in v1.1.24
func (s *TagForUpdateNodeGroupInput) SetKey(v string) *TagForUpdateNodeGroupInput
SetKey sets the Key field's value.
func (*TagForUpdateNodeGroupInput) SetValue ¶ added in v1.1.24
func (s *TagForUpdateNodeGroupInput) SetValue(v string) *TagForUpdateNodeGroupInput
SetValue sets the Value field's value.
func (TagForUpdateNodeGroupInput) String ¶ added in v1.1.24
func (s TagForUpdateNodeGroupInput) String() string
String returns the string representation
type TagResourcesInput ¶ added in v1.1.24
type TagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
Tags []*TagForTagResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagResourcesInput) GoString ¶ added in v1.1.24
func (s TagResourcesInput) GoString() string
GoString returns the string representation
func (*TagResourcesInput) SetResourceIds ¶ added in v1.1.24
func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*TagResourcesInput) SetResourceType ¶ added in v1.1.24
func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*TagResourcesInput) SetTags ¶ added in v1.1.24
func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
SetTags sets the Tags field's value.
func (TagResourcesInput) String ¶ added in v1.1.24
func (s TagResourcesInput) String() string
String returns the string representation
func (*TagResourcesInput) Validate ¶ added in v1.1.24
func (s *TagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourcesOutput ¶ added in v1.1.24
type TagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (TagResourcesOutput) GoString ¶ added in v1.1.24
func (s TagResourcesOutput) GoString() string
GoString returns the string representation
func (TagResourcesOutput) String ¶ added in v1.1.24
func (s TagResourcesOutput) String() string
String returns the string representation
type Tag_filterForListProjectInput ¶ added in v1.1.24
type Tag_filterForListProjectInput struct {
Key *string `type:"string" json:"key,omitempty"`
Values []*string `type:"list" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (Tag_filterForListProjectInput) GoString ¶ added in v1.1.24
func (s Tag_filterForListProjectInput) GoString() string
GoString returns the string representation
func (*Tag_filterForListProjectInput) SetKey ¶ added in v1.1.24
func (s *Tag_filterForListProjectInput) SetKey(v string) *Tag_filterForListProjectInput
SetKey sets the Key field's value.
func (*Tag_filterForListProjectInput) SetValues ¶ added in v1.1.24
func (s *Tag_filterForListProjectInput) SetValues(v []*string) *Tag_filterForListProjectInput
SetValues sets the Values field's value.
func (Tag_filterForListProjectInput) String ¶ added in v1.1.24
func (s Tag_filterForListProjectInput) String() string
String returns the string representation
type TagsForGetNodeGroupOutput ¶ added in v1.1.24
type TagsForGetNodeGroupOutput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagsForGetNodeGroupOutput) GoString ¶ added in v1.1.24
func (s TagsForGetNodeGroupOutput) GoString() string
GoString returns the string representation
func (*TagsForGetNodeGroupOutput) SetKey ¶ added in v1.1.24
func (s *TagsForGetNodeGroupOutput) SetKey(v string) *TagsForGetNodeGroupOutput
SetKey sets the Key field's value.
func (*TagsForGetNodeGroupOutput) SetValue ¶ added in v1.1.24
func (s *TagsForGetNodeGroupOutput) SetValue(v string) *TagsForGetNodeGroupOutput
SetValue sets the Value field's value.
func (TagsForGetNodeGroupOutput) String ¶ added in v1.1.24
func (s TagsForGetNodeGroupOutput) String() string
String returns the string representation
type TagsForListNodeGroupOutput ¶ added in v1.1.24
type TagsForListNodeGroupOutput struct {
Key *string `type:"string" json:"key,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TagsForListNodeGroupOutput) GoString ¶ added in v1.1.24
func (s TagsForListNodeGroupOutput) GoString() string
GoString returns the string representation
func (*TagsForListNodeGroupOutput) SetKey ¶ added in v1.1.24
func (s *TagsForListNodeGroupOutput) SetKey(v string) *TagsForListNodeGroupOutput
SetKey sets the Key field's value.
func (*TagsForListNodeGroupOutput) SetValue ¶ added in v1.1.24
func (s *TagsForListNodeGroupOutput) SetValue(v string) *TagsForListNodeGroupOutput
SetValue sets the Value field's value.
func (TagsForListNodeGroupOutput) String ¶ added in v1.1.24
func (s TagsForListNodeGroupOutput) String() string
String returns the string representation
type TemplateForUpdateDeploymentInput ¶ added in v1.1.24
type TemplateForUpdateDeploymentInput struct {
Containers []*ContainerForUpdateDeploymentInput `type:"list" json:"containers,omitempty"`
Dns_policy *int32 `type:"int32" json:"dns_policy,omitempty"`
Image_secrets []*string `type:"list" json:"image_secrets,omitempty"`
Volumes []*VolumeForUpdateDeploymentInput `type:"list" json:"volumes,omitempty"`
// contains filtered or unexported fields
}
func (TemplateForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s TemplateForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*TemplateForUpdateDeploymentInput) SetContainers ¶ added in v1.1.24
func (s *TemplateForUpdateDeploymentInput) SetContainers(v []*ContainerForUpdateDeploymentInput) *TemplateForUpdateDeploymentInput
SetContainers sets the Containers field's value.
func (*TemplateForUpdateDeploymentInput) SetDns_policy ¶ added in v1.1.24
func (s *TemplateForUpdateDeploymentInput) SetDns_policy(v int32) *TemplateForUpdateDeploymentInput
SetDns_policy sets the Dns_policy field's value.
func (*TemplateForUpdateDeploymentInput) SetImage_secrets ¶ added in v1.1.24
func (s *TemplateForUpdateDeploymentInput) SetImage_secrets(v []*string) *TemplateForUpdateDeploymentInput
SetImage_secrets sets the Image_secrets field's value.
func (*TemplateForUpdateDeploymentInput) SetVolumes ¶ added in v1.1.24
func (s *TemplateForUpdateDeploymentInput) SetVolumes(v []*VolumeForUpdateDeploymentInput) *TemplateForUpdateDeploymentInput
SetVolumes sets the Volumes field's value.
func (TemplateForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s TemplateForUpdateDeploymentInput) String() string
String returns the string representation
func (*TemplateForUpdateDeploymentInput) Validate ¶ added in v1.1.24
func (s *TemplateForUpdateDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TokenForCreateIotLlmTokenInput ¶ added in v1.1.24
type TokenForCreateIotLlmTokenInput struct {
Completion_limit *int64 `type:"int64" json:"completion_limit,omitempty"`
Prompt_limit *int64 `type:"int64" json:"prompt_limit,omitempty"`
Total_limit *int64 `type:"int64" json:"total_limit,omitempty"`
// contains filtered or unexported fields
}
func (TokenForCreateIotLlmTokenInput) GoString ¶ added in v1.1.24
func (s TokenForCreateIotLlmTokenInput) GoString() string
GoString returns the string representation
func (*TokenForCreateIotLlmTokenInput) SetCompletion_limit ¶ added in v1.1.24
func (s *TokenForCreateIotLlmTokenInput) SetCompletion_limit(v int64) *TokenForCreateIotLlmTokenInput
SetCompletion_limit sets the Completion_limit field's value.
func (*TokenForCreateIotLlmTokenInput) SetPrompt_limit ¶ added in v1.1.24
func (s *TokenForCreateIotLlmTokenInput) SetPrompt_limit(v int64) *TokenForCreateIotLlmTokenInput
SetPrompt_limit sets the Prompt_limit field's value.
func (*TokenForCreateIotLlmTokenInput) SetTotal_limit ¶ added in v1.1.24
func (s *TokenForCreateIotLlmTokenInput) SetTotal_limit(v int64) *TokenForCreateIotLlmTokenInput
SetTotal_limit sets the Total_limit field's value.
func (TokenForCreateIotLlmTokenInput) String ¶ added in v1.1.24
func (s TokenForCreateIotLlmTokenInput) String() string
String returns the string representation
type TokenForCreateIotLlmTokenOutput ¶ added in v1.1.24
type TokenForCreateIotLlmTokenOutput struct {
Gtm *string `type:"string" json:"gtm,omitempty"`
Id *string `type:"string" json:"id,omitempty"`
Value *string `type:"string" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (TokenForCreateIotLlmTokenOutput) GoString ¶ added in v1.1.24
func (s TokenForCreateIotLlmTokenOutput) GoString() string
GoString returns the string representation
func (*TokenForCreateIotLlmTokenOutput) SetGtm ¶ added in v1.1.24
func (s *TokenForCreateIotLlmTokenOutput) SetGtm(v string) *TokenForCreateIotLlmTokenOutput
SetGtm sets the Gtm field's value.
func (*TokenForCreateIotLlmTokenOutput) SetId ¶ added in v1.1.24
func (s *TokenForCreateIotLlmTokenOutput) SetId(v string) *TokenForCreateIotLlmTokenOutput
SetId sets the Id field's value.
func (*TokenForCreateIotLlmTokenOutput) SetValue ¶ added in v1.1.24
func (s *TokenForCreateIotLlmTokenOutput) SetValue(v string) *TokenForCreateIotLlmTokenOutput
SetValue sets the Value field's value.
func (TokenForCreateIotLlmTokenOutput) String ¶ added in v1.1.24
func (s TokenForCreateIotLlmTokenOutput) String() string
String returns the string representation
type UntagResourcesInput ¶ added in v1.1.24
type UntagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
TagKeys []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UntagResourcesInput) GoString ¶ added in v1.1.24
func (s UntagResourcesInput) GoString() string
GoString returns the string representation
func (*UntagResourcesInput) SetResourceIds ¶ added in v1.1.24
func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*UntagResourcesInput) SetResourceType ¶ added in v1.1.24
func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*UntagResourcesInput) SetTagKeys ¶ added in v1.1.24
func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourcesInput) String ¶ added in v1.1.24
func (s UntagResourcesInput) String() string
String returns the string representation
func (*UntagResourcesInput) Validate ¶ added in v1.1.24
func (s *UntagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourcesOutput ¶ added in v1.1.24
type UntagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UntagResourcesOutput) GoString ¶ added in v1.1.24
func (s UntagResourcesOutput) GoString() string
GoString returns the string representation
func (UntagResourcesOutput) String ¶ added in v1.1.24
func (s UntagResourcesOutput) String() string
String returns the string representation
type UpdateDeploymentInput ¶ added in v1.1.24
type UpdateDeploymentInput struct {
Deployment *DeploymentForUpdateDeploymentInput `type:"structure" json:"deployment,omitempty"`
// Deployment_id is a required field
Deployment_id *string `type:"string" json:"deployment_id,omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:"name,omitempty" required:"true"`
// Project_id is a required field
Project_id *string `type:"string" json:"project_id,omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s UpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*UpdateDeploymentInput) SetDeployment ¶ added in v1.1.24
func (s *UpdateDeploymentInput) SetDeployment(v *DeploymentForUpdateDeploymentInput) *UpdateDeploymentInput
SetDeployment sets the Deployment field's value.
func (*UpdateDeploymentInput) SetDeployment_id ¶ added in v1.1.24
func (s *UpdateDeploymentInput) SetDeployment_id(v string) *UpdateDeploymentInput
SetDeployment_id sets the Deployment_id field's value.
func (*UpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *UpdateDeploymentInput) SetName(v string) *UpdateDeploymentInput
SetName sets the Name field's value.
func (*UpdateDeploymentInput) SetProject_id ¶ added in v1.1.24
func (s *UpdateDeploymentInput) SetProject_id(v string) *UpdateDeploymentInput
SetProject_id sets the Project_id field's value.
func (UpdateDeploymentInput) String ¶ added in v1.1.24
func (s UpdateDeploymentInput) String() string
String returns the string representation
func (*UpdateDeploymentInput) Validate ¶ added in v1.1.24
func (s *UpdateDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDeploymentOutput ¶ added in v1.1.24
type UpdateDeploymentOutput struct {
Metadata *response.ResponseMetadata
Deployment_id *string `type:"string" json:"deployment_id,omitempty"`
Project_id *string `type:"string" json:"project_id,omitempty"`
// contains filtered or unexported fields
}
func (UpdateDeploymentOutput) GoString ¶ added in v1.1.24
func (s UpdateDeploymentOutput) GoString() string
GoString returns the string representation
func (*UpdateDeploymentOutput) SetDeployment_id ¶ added in v1.1.24
func (s *UpdateDeploymentOutput) SetDeployment_id(v string) *UpdateDeploymentOutput
SetDeployment_id sets the Deployment_id field's value.
func (*UpdateDeploymentOutput) SetProject_id ¶ added in v1.1.24
func (s *UpdateDeploymentOutput) SetProject_id(v string) *UpdateDeploymentOutput
SetProject_id sets the Project_id field's value.
func (UpdateDeploymentOutput) String ¶ added in v1.1.24
func (s UpdateDeploymentOutput) String() string
String returns the string representation
type UpdateHCIInput ¶ added in v1.1.24
type UpdateHCIInput struct {
Alias *string `type:"string" json:"alias,omitempty"`
Description *string `type:"string" json:"description,omitempty"`
Monitor_status *int32 `type:"int32" json:"monitor_status,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Sn *string `type:"string" json:"sn,omitempty"`
Tags []*TagForUpdateHCIInput `type:"list" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (UpdateHCIInput) GoString ¶ added in v1.1.24
func (s UpdateHCIInput) GoString() string
GoString returns the string representation
func (*UpdateHCIInput) SetAlias ¶ added in v1.1.24
func (s *UpdateHCIInput) SetAlias(v string) *UpdateHCIInput
SetAlias sets the Alias field's value.
func (*UpdateHCIInput) SetDescription ¶ added in v1.1.24
func (s *UpdateHCIInput) SetDescription(v string) *UpdateHCIInput
SetDescription sets the Description field's value.
func (*UpdateHCIInput) SetMonitor_status ¶ added in v1.1.24
func (s *UpdateHCIInput) SetMonitor_status(v int32) *UpdateHCIInput
SetMonitor_status sets the Monitor_status field's value.
func (*UpdateHCIInput) SetName ¶ added in v1.1.24
func (s *UpdateHCIInput) SetName(v string) *UpdateHCIInput
SetName sets the Name field's value.
func (*UpdateHCIInput) SetSn ¶ added in v1.1.24
func (s *UpdateHCIInput) SetSn(v string) *UpdateHCIInput
SetSn sets the Sn field's value.
func (*UpdateHCIInput) SetTags ¶ added in v1.1.24
func (s *UpdateHCIInput) SetTags(v []*TagForUpdateHCIInput) *UpdateHCIInput
SetTags sets the Tags field's value.
func (UpdateHCIInput) String ¶ added in v1.1.24
func (s UpdateHCIInput) String() string
String returns the string representation
type UpdateHCIOutput ¶ added in v1.1.24
type UpdateHCIOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateHCIOutput) GoString ¶ added in v1.1.24
func (s UpdateHCIOutput) GoString() string
GoString returns the string representation
func (UpdateHCIOutput) String ¶ added in v1.1.24
func (s UpdateHCIOutput) String() string
String returns the string representation
type UpdateLogRuleInput ¶ added in v1.1.24
type UpdateLogRuleInput struct {
File_path []*string `type:"list" json:"file_path,omitempty"`
Node_name *string `type:"string" json:"node_name,omitempty"`
Pod_name []*string `type:"list" json:"pod_name,omitempty"`
Pod_range *int32 `type:"int32" json:"pod_range,omitempty"`
// Project_id is a required field
Project_id *string `type:"string" json:"project_id,omitempty" required:"true"`
Rule_name *string `type:"string" json:"rule_name,omitempty"`
Rule_type *int32 `type:"int32" json:"rule_type,omitempty"`
// contains filtered or unexported fields
}
func (UpdateLogRuleInput) GoString ¶ added in v1.1.24
func (s UpdateLogRuleInput) GoString() string
GoString returns the string representation
func (*UpdateLogRuleInput) SetFile_path ¶ added in v1.1.24
func (s *UpdateLogRuleInput) SetFile_path(v []*string) *UpdateLogRuleInput
SetFile_path sets the File_path field's value.
func (*UpdateLogRuleInput) SetNode_name ¶ added in v1.1.24
func (s *UpdateLogRuleInput) SetNode_name(v string) *UpdateLogRuleInput
SetNode_name sets the Node_name field's value.
func (*UpdateLogRuleInput) SetPod_name ¶ added in v1.1.24
func (s *UpdateLogRuleInput) SetPod_name(v []*string) *UpdateLogRuleInput
SetPod_name sets the Pod_name field's value.
func (*UpdateLogRuleInput) SetPod_range ¶ added in v1.1.24
func (s *UpdateLogRuleInput) SetPod_range(v int32) *UpdateLogRuleInput
SetPod_range sets the Pod_range field's value.
func (*UpdateLogRuleInput) SetProject_id ¶ added in v1.1.24
func (s *UpdateLogRuleInput) SetProject_id(v string) *UpdateLogRuleInput
SetProject_id sets the Project_id field's value.
func (*UpdateLogRuleInput) SetRule_name ¶ added in v1.1.24
func (s *UpdateLogRuleInput) SetRule_name(v string) *UpdateLogRuleInput
SetRule_name sets the Rule_name field's value.
func (*UpdateLogRuleInput) SetRule_type ¶ added in v1.1.24
func (s *UpdateLogRuleInput) SetRule_type(v int32) *UpdateLogRuleInput
SetRule_type sets the Rule_type field's value.
func (UpdateLogRuleInput) String ¶ added in v1.1.24
func (s UpdateLogRuleInput) String() string
String returns the string representation
func (*UpdateLogRuleInput) Validate ¶ added in v1.1.24
func (s *UpdateLogRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLogRuleOutput ¶ added in v1.1.24
type UpdateLogRuleOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateLogRuleOutput) GoString ¶ added in v1.1.24
func (s UpdateLogRuleOutput) GoString() string
GoString returns the string representation
func (UpdateLogRuleOutput) String ¶ added in v1.1.24
func (s UpdateLogRuleOutput) String() string
String returns the string representation
type UpdateLogStatusInput ¶ added in v1.1.24
type UpdateLogStatusInput struct {
Node_name *string `type:"string" json:"node_name,omitempty"`
Project_id *string `type:"string" json:"project_id,omitempty"`
Status *int32 `type:"int32" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (UpdateLogStatusInput) GoString ¶ added in v1.1.24
func (s UpdateLogStatusInput) GoString() string
GoString returns the string representation
func (*UpdateLogStatusInput) SetNode_name ¶ added in v1.1.24
func (s *UpdateLogStatusInput) SetNode_name(v string) *UpdateLogStatusInput
SetNode_name sets the Node_name field's value.
func (*UpdateLogStatusInput) SetProject_id ¶ added in v1.1.24
func (s *UpdateLogStatusInput) SetProject_id(v string) *UpdateLogStatusInput
SetProject_id sets the Project_id field's value.
func (*UpdateLogStatusInput) SetStatus ¶ added in v1.1.24
func (s *UpdateLogStatusInput) SetStatus(v int32) *UpdateLogStatusInput
SetStatus sets the Status field's value.
func (UpdateLogStatusInput) String ¶ added in v1.1.24
func (s UpdateLogStatusInput) String() string
String returns the string representation
type UpdateLogStatusOutput ¶ added in v1.1.24
type UpdateLogStatusOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateLogStatusOutput) GoString ¶ added in v1.1.24
func (s UpdateLogStatusOutput) GoString() string
GoString returns the string representation
func (UpdateLogStatusOutput) String ¶ added in v1.1.24
func (s UpdateLogStatusOutput) String() string
String returns the string representation
type UpdateNodeGroupInput ¶ added in v1.1.24
type UpdateNodeGroupInput struct {
Description *string `type:"string" json:"description,omitempty"`
NodeGroupID *string `type:"string" json:"nodeGroupID,omitempty"`
NodeGroupName *string `type:"string" json:"nodeGroupName,omitempty"`
NodeNames []*string `type:"list" json:"nodeNames,omitempty"`
PatchNode *bool `type:"boolean" json:"patchNode,omitempty"`
ProjectID *string `type:"string" json:"projectID,omitempty"`
Tags []*TagForUpdateNodeGroupInput `type:"list" json:"tags,omitempty"`
// contains filtered or unexported fields
}
func (UpdateNodeGroupInput) GoString ¶ added in v1.1.24
func (s UpdateNodeGroupInput) GoString() string
GoString returns the string representation
func (*UpdateNodeGroupInput) SetDescription ¶ added in v1.1.24
func (s *UpdateNodeGroupInput) SetDescription(v string) *UpdateNodeGroupInput
SetDescription sets the Description field's value.
func (*UpdateNodeGroupInput) SetNodeGroupID ¶ added in v1.1.24
func (s *UpdateNodeGroupInput) SetNodeGroupID(v string) *UpdateNodeGroupInput
SetNodeGroupID sets the NodeGroupID field's value.
func (*UpdateNodeGroupInput) SetNodeGroupName ¶ added in v1.1.24
func (s *UpdateNodeGroupInput) SetNodeGroupName(v string) *UpdateNodeGroupInput
SetNodeGroupName sets the NodeGroupName field's value.
func (*UpdateNodeGroupInput) SetNodeNames ¶ added in v1.1.24
func (s *UpdateNodeGroupInput) SetNodeNames(v []*string) *UpdateNodeGroupInput
SetNodeNames sets the NodeNames field's value.
func (*UpdateNodeGroupInput) SetPatchNode ¶ added in v1.1.24
func (s *UpdateNodeGroupInput) SetPatchNode(v bool) *UpdateNodeGroupInput
SetPatchNode sets the PatchNode field's value.
func (*UpdateNodeGroupInput) SetProjectID ¶ added in v1.1.24
func (s *UpdateNodeGroupInput) SetProjectID(v string) *UpdateNodeGroupInput
SetProjectID sets the ProjectID field's value.
func (*UpdateNodeGroupInput) SetTags ¶ added in v1.1.24
func (s *UpdateNodeGroupInput) SetTags(v []*TagForUpdateNodeGroupInput) *UpdateNodeGroupInput
SetTags sets the Tags field's value.
func (UpdateNodeGroupInput) String ¶ added in v1.1.24
func (s UpdateNodeGroupInput) String() string
String returns the string representation
type UpdateNodeGroupOutput ¶ added in v1.1.24
type UpdateNodeGroupOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateNodeGroupOutput) GoString ¶ added in v1.1.24
func (s UpdateNodeGroupOutput) GoString() string
GoString returns the string representation
func (UpdateNodeGroupOutput) String ¶ added in v1.1.24
func (s UpdateNodeGroupOutput) String() string
String returns the string representation
type UsageForAddIotModelsInput ¶ added in v1.1.24
type UsageForAddIotModelsInput struct {
Cached_completion_usage *int64 `type:"int64" json:"cached_completion_usage,omitempty"`
Cached_prompt_usage *int64 `type:"int64" json:"cached_prompt_usage,omitempty"`
Cached_total_usage *int64 `type:"int64" json:"cached_total_usage,omitempty"`
Character *int64 `type:"int64" json:"character,omitempty"`
Completion_usage *int64 `type:"int64" json:"completion_usage,omitempty"`
Duration *float64 `type:"double" json:"duration,omitempty"`
Prompt_usage *int64 `type:"int64" json:"prompt_usage,omitempty"`
Request *int64 `type:"int64" json:"request,omitempty"`
Total_usage *int64 `type:"int64" json:"total_usage,omitempty"`
// contains filtered or unexported fields
}
func (UsageForAddIotModelsInput) GoString ¶ added in v1.1.24
func (s UsageForAddIotModelsInput) GoString() string
GoString returns the string representation
func (*UsageForAddIotModelsInput) SetCached_completion_usage ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetCached_completion_usage(v int64) *UsageForAddIotModelsInput
SetCached_completion_usage sets the Cached_completion_usage field's value.
func (*UsageForAddIotModelsInput) SetCached_prompt_usage ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetCached_prompt_usage(v int64) *UsageForAddIotModelsInput
SetCached_prompt_usage sets the Cached_prompt_usage field's value.
func (*UsageForAddIotModelsInput) SetCached_total_usage ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetCached_total_usage(v int64) *UsageForAddIotModelsInput
SetCached_total_usage sets the Cached_total_usage field's value.
func (*UsageForAddIotModelsInput) SetCharacter ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetCharacter(v int64) *UsageForAddIotModelsInput
SetCharacter sets the Character field's value.
func (*UsageForAddIotModelsInput) SetCompletion_usage ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetCompletion_usage(v int64) *UsageForAddIotModelsInput
SetCompletion_usage sets the Completion_usage field's value.
func (*UsageForAddIotModelsInput) SetDuration ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetDuration(v float64) *UsageForAddIotModelsInput
SetDuration sets the Duration field's value.
func (*UsageForAddIotModelsInput) SetPrompt_usage ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetPrompt_usage(v int64) *UsageForAddIotModelsInput
SetPrompt_usage sets the Prompt_usage field's value.
func (*UsageForAddIotModelsInput) SetRequest ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetRequest(v int64) *UsageForAddIotModelsInput
SetRequest sets the Request field's value.
func (*UsageForAddIotModelsInput) SetTotal_usage ¶ added in v1.1.24
func (s *UsageForAddIotModelsInput) SetTotal_usage(v int64) *UsageForAddIotModelsInput
SetTotal_usage sets the Total_usage field's value.
func (UsageForAddIotModelsInput) String ¶ added in v1.1.24
func (s UsageForAddIotModelsInput) String() string
String returns the string representation
type UsageForListIotModelsOutput ¶ added in v1.1.24
type UsageForListIotModelsOutput struct {
Cached_completion_usage *int64 `type:"int64" json:"cached_completion_usage,omitempty"`
Cached_prompt_usage *int64 `type:"int64" json:"cached_prompt_usage,omitempty"`
Cached_total_usage *int64 `type:"int64" json:"cached_total_usage,omitempty"`
Character *int64 `type:"int64" json:"character,omitempty"`
Completion_usage *int64 `type:"int64" json:"completion_usage,omitempty"`
Duration *float64 `type:"double" json:"duration,omitempty"`
Prompt_usage *int64 `type:"int64" json:"prompt_usage,omitempty"`
Request *int64 `type:"int64" json:"request,omitempty"`
Total_usage *int64 `type:"int64" json:"total_usage,omitempty"`
// contains filtered or unexported fields
}
func (UsageForListIotModelsOutput) GoString ¶ added in v1.1.24
func (s UsageForListIotModelsOutput) GoString() string
GoString returns the string representation
func (*UsageForListIotModelsOutput) SetCached_completion_usage ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetCached_completion_usage(v int64) *UsageForListIotModelsOutput
SetCached_completion_usage sets the Cached_completion_usage field's value.
func (*UsageForListIotModelsOutput) SetCached_prompt_usage ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetCached_prompt_usage(v int64) *UsageForListIotModelsOutput
SetCached_prompt_usage sets the Cached_prompt_usage field's value.
func (*UsageForListIotModelsOutput) SetCached_total_usage ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetCached_total_usage(v int64) *UsageForListIotModelsOutput
SetCached_total_usage sets the Cached_total_usage field's value.
func (*UsageForListIotModelsOutput) SetCharacter ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetCharacter(v int64) *UsageForListIotModelsOutput
SetCharacter sets the Character field's value.
func (*UsageForListIotModelsOutput) SetCompletion_usage ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetCompletion_usage(v int64) *UsageForListIotModelsOutput
SetCompletion_usage sets the Completion_usage field's value.
func (*UsageForListIotModelsOutput) SetDuration ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetDuration(v float64) *UsageForListIotModelsOutput
SetDuration sets the Duration field's value.
func (*UsageForListIotModelsOutput) SetPrompt_usage ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetPrompt_usage(v int64) *UsageForListIotModelsOutput
SetPrompt_usage sets the Prompt_usage field's value.
func (*UsageForListIotModelsOutput) SetRequest ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetRequest(v int64) *UsageForListIotModelsOutput
SetRequest sets the Request field's value.
func (*UsageForListIotModelsOutput) SetTotal_usage ¶ added in v1.1.24
func (s *UsageForListIotModelsOutput) SetTotal_usage(v int64) *UsageForListIotModelsOutput
SetTotal_usage sets the Total_usage field's value.
func (UsageForListIotModelsOutput) String ¶ added in v1.1.24
func (s UsageForListIotModelsOutput) String() string
String returns the string representation
type UsageForListLLModelsV2Output ¶ added in v1.1.24
type UsageForListLLModelsV2Output struct {
Cached_completion_usage *int64 `type:"int64" json:"cached_completion_usage,omitempty"`
Cached_prompt_usage *int64 `type:"int64" json:"cached_prompt_usage,omitempty"`
Cached_total_usage *int64 `type:"int64" json:"cached_total_usage,omitempty"`
Character *int64 `type:"int64" json:"character,omitempty"`
Completion_usage *int64 `type:"int64" json:"completion_usage,omitempty"`
Duration *float64 `type:"double" json:"duration,omitempty"`
Prompt_usage *int64 `type:"int64" json:"prompt_usage,omitempty"`
Request *int64 `type:"int64" json:"request,omitempty"`
Total_usage *int64 `type:"int64" json:"total_usage,omitempty"`
// contains filtered or unexported fields
}
func (UsageForListLLModelsV2Output) GoString ¶ added in v1.1.24
func (s UsageForListLLModelsV2Output) GoString() string
GoString returns the string representation
func (*UsageForListLLModelsV2Output) SetCached_completion_usage ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetCached_completion_usage(v int64) *UsageForListLLModelsV2Output
SetCached_completion_usage sets the Cached_completion_usage field's value.
func (*UsageForListLLModelsV2Output) SetCached_prompt_usage ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetCached_prompt_usage(v int64) *UsageForListLLModelsV2Output
SetCached_prompt_usage sets the Cached_prompt_usage field's value.
func (*UsageForListLLModelsV2Output) SetCached_total_usage ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetCached_total_usage(v int64) *UsageForListLLModelsV2Output
SetCached_total_usage sets the Cached_total_usage field's value.
func (*UsageForListLLModelsV2Output) SetCharacter ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetCharacter(v int64) *UsageForListLLModelsV2Output
SetCharacter sets the Character field's value.
func (*UsageForListLLModelsV2Output) SetCompletion_usage ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetCompletion_usage(v int64) *UsageForListLLModelsV2Output
SetCompletion_usage sets the Completion_usage field's value.
func (*UsageForListLLModelsV2Output) SetDuration ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetDuration(v float64) *UsageForListLLModelsV2Output
SetDuration sets the Duration field's value.
func (*UsageForListLLModelsV2Output) SetPrompt_usage ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetPrompt_usage(v int64) *UsageForListLLModelsV2Output
SetPrompt_usage sets the Prompt_usage field's value.
func (*UsageForListLLModelsV2Output) SetRequest ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetRequest(v int64) *UsageForListLLModelsV2Output
SetRequest sets the Request field's value.
func (*UsageForListLLModelsV2Output) SetTotal_usage ¶ added in v1.1.24
func (s *UsageForListLLModelsV2Output) SetTotal_usage(v int64) *UsageForListLLModelsV2Output
SetTotal_usage sets the Total_usage field's value.
func (UsageForListLLModelsV2Output) String ¶ added in v1.1.24
func (s UsageForListLLModelsV2Output) String() string
String returns the string representation
type VEIAPI ¶
VEIAPI provides the API operation methods for making requests to VEI_API. See this package's package overview docs for details on the service.
VEIAPI methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *VEIAPI
New create int can support ssl or region locate set
func (*VEIAPI) AddIotModels ¶ added in v1.1.24
func (c *VEIAPI) AddIotModels(input *AddIotModelsInput) (*AddIotModelsOutput, error)
AddIotModels API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation AddIotModels for usage and error information.
func (*VEIAPI) AddIotModelsCommon ¶ added in v1.1.24
AddIotModelsCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation AddIotModelsCommon for usage and error information.
func (*VEIAPI) AddIotModelsCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) AddIotModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddIotModelsCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddIotModelsCommon operation. The "output" return value will be populated with the AddIotModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned AddIotModelsCommon Request to send the API call to the service. the "output" return value is not valid until after AddIotModelsCommon Send returns without error.
See AddIotModelsCommon for more information on using the AddIotModelsCommon API call, and error handling.
// Example sending a request using the AddIotModelsCommonRequest method.
req, resp := client.AddIotModelsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) AddIotModelsCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) AddIotModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddIotModelsCommonWithContext is the same as AddIotModelsCommon with the addition of the ability to pass a context and additional request options.
See AddIotModelsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) AddIotModelsRequest ¶ added in v1.1.24
func (c *VEIAPI) AddIotModelsRequest(input *AddIotModelsInput) (req *request.Request, output *AddIotModelsOutput)
AddIotModelsRequest generates a "volcengine/request.Request" representing the client's request for the AddIotModels operation. The "output" return value will be populated with the AddIotModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned AddIotModelsCommon Request to send the API call to the service. the "output" return value is not valid until after AddIotModelsCommon Send returns without error.
See AddIotModels for more information on using the AddIotModels API call, and error handling.
// Example sending a request using the AddIotModelsRequest method.
req, resp := client.AddIotModelsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) AddIotModelsWithContext ¶ added in v1.1.24
func (c *VEIAPI) AddIotModelsWithContext(ctx volcengine.Context, input *AddIotModelsInput, opts ...request.Option) (*AddIotModelsOutput, error)
AddIotModelsWithContext is the same as AddIotModels with the addition of the ability to pass a context and additional request options.
See AddIotModels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateIotLlmToken ¶ added in v1.1.24
func (c *VEIAPI) CreateIotLlmToken(input *CreateIotLlmTokenInput) (*CreateIotLlmTokenOutput, error)
CreateIotLlmToken API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateIotLlmToken for usage and error information.
func (*VEIAPI) CreateIotLlmTokenCommon ¶ added in v1.1.24
func (c *VEIAPI) CreateIotLlmTokenCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateIotLlmTokenCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateIotLlmTokenCommon for usage and error information.
func (*VEIAPI) CreateIotLlmTokenCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) CreateIotLlmTokenCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateIotLlmTokenCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateIotLlmTokenCommon operation. The "output" return value will be populated with the CreateIotLlmTokenCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateIotLlmTokenCommon Request to send the API call to the service. the "output" return value is not valid until after CreateIotLlmTokenCommon Send returns without error.
See CreateIotLlmTokenCommon for more information on using the CreateIotLlmTokenCommon API call, and error handling.
// Example sending a request using the CreateIotLlmTokenCommonRequest method.
req, resp := client.CreateIotLlmTokenCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateIotLlmTokenCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) CreateIotLlmTokenCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateIotLlmTokenCommonWithContext is the same as CreateIotLlmTokenCommon with the addition of the ability to pass a context and additional request options.
See CreateIotLlmTokenCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateIotLlmTokenRequest ¶ added in v1.1.24
func (c *VEIAPI) CreateIotLlmTokenRequest(input *CreateIotLlmTokenInput) (req *request.Request, output *CreateIotLlmTokenOutput)
CreateIotLlmTokenRequest generates a "volcengine/request.Request" representing the client's request for the CreateIotLlmToken operation. The "output" return value will be populated with the CreateIotLlmTokenCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateIotLlmTokenCommon Request to send the API call to the service. the "output" return value is not valid until after CreateIotLlmTokenCommon Send returns without error.
See CreateIotLlmToken for more information on using the CreateIotLlmToken API call, and error handling.
// Example sending a request using the CreateIotLlmTokenRequest method.
req, resp := client.CreateIotLlmTokenRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateIotLlmTokenWithContext ¶ added in v1.1.24
func (c *VEIAPI) CreateIotLlmTokenWithContext(ctx volcengine.Context, input *CreateIotLlmTokenInput, opts ...request.Option) (*CreateIotLlmTokenOutput, error)
CreateIotLlmTokenWithContext is the same as CreateIotLlmToken with the addition of the ability to pass a context and additional request options.
See CreateIotLlmToken for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateModelService ¶ added in v1.1.24
func (c *VEIAPI) CreateModelService(input *CreateModelServiceInput) (*CreateModelServiceOutput, error)
CreateModelService API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateModelService for usage and error information.
func (*VEIAPI) CreateModelServiceCommon ¶ added in v1.1.24
func (c *VEIAPI) CreateModelServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateModelServiceCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateModelServiceCommon for usage and error information.
func (*VEIAPI) CreateModelServiceCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) CreateModelServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateModelServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateModelServiceCommon operation. The "output" return value will be populated with the CreateModelServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateModelServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateModelServiceCommon Send returns without error.
See CreateModelServiceCommon for more information on using the CreateModelServiceCommon API call, and error handling.
// Example sending a request using the CreateModelServiceCommonRequest method.
req, resp := client.CreateModelServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateModelServiceCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) CreateModelServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateModelServiceCommonWithContext is the same as CreateModelServiceCommon with the addition of the ability to pass a context and additional request options.
See CreateModelServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateModelServiceRequest ¶ added in v1.1.24
func (c *VEIAPI) CreateModelServiceRequest(input *CreateModelServiceInput) (req *request.Request, output *CreateModelServiceOutput)
CreateModelServiceRequest generates a "volcengine/request.Request" representing the client's request for the CreateModelService operation. The "output" return value will be populated with the CreateModelServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateModelServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateModelServiceCommon Send returns without error.
See CreateModelService for more information on using the CreateModelService API call, and error handling.
// Example sending a request using the CreateModelServiceRequest method.
req, resp := client.CreateModelServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateModelServiceWithContext ¶ added in v1.1.24
func (c *VEIAPI) CreateModelServiceWithContext(ctx volcengine.Context, input *CreateModelServiceInput, opts ...request.Option) (*CreateModelServiceOutput, error)
CreateModelServiceWithContext is the same as CreateModelService with the addition of the ability to pass a context and additional request options.
See CreateModelService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateNodeGroup ¶ added in v1.1.24
func (c *VEIAPI) CreateNodeGroup(input *CreateNodeGroupInput) (*CreateNodeGroupOutput, error)
CreateNodeGroup API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateNodeGroup for usage and error information.
func (*VEIAPI) CreateNodeGroupCommon ¶ added in v1.1.24
func (c *VEIAPI) CreateNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateNodeGroupCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateNodeGroupCommon for usage and error information.
func (*VEIAPI) CreateNodeGroupCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) CreateNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateNodeGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateNodeGroupCommon operation. The "output" return value will be populated with the CreateNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNodeGroupCommon Send returns without error.
See CreateNodeGroupCommon for more information on using the CreateNodeGroupCommon API call, and error handling.
// Example sending a request using the CreateNodeGroupCommonRequest method.
req, resp := client.CreateNodeGroupCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateNodeGroupCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) CreateNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateNodeGroupCommonWithContext is the same as CreateNodeGroupCommon with the addition of the ability to pass a context and additional request options.
See CreateNodeGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateNodeGroupRequest ¶ added in v1.1.24
func (c *VEIAPI) CreateNodeGroupRequest(input *CreateNodeGroupInput) (req *request.Request, output *CreateNodeGroupOutput)
CreateNodeGroupRequest generates a "volcengine/request.Request" representing the client's request for the CreateNodeGroup operation. The "output" return value will be populated with the CreateNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNodeGroupCommon Send returns without error.
See CreateNodeGroup for more information on using the CreateNodeGroup API call, and error handling.
// Example sending a request using the CreateNodeGroupRequest method.
req, resp := client.CreateNodeGroupRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateNodeGroupWithContext ¶ added in v1.1.24
func (c *VEIAPI) CreateNodeGroupWithContext(ctx volcengine.Context, input *CreateNodeGroupInput, opts ...request.Option) (*CreateNodeGroupOutput, error)
CreateNodeGroupWithContext is the same as CreateNodeGroup with the addition of the ability to pass a context and additional request options.
See CreateNodeGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateSNInOneStep ¶
func (c *VEIAPI) CreateSNInOneStep(input *CreateSNInOneStepInput) (*CreateSNInOneStepOutput, error)
CreateSNInOneStep API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateSNInOneStep for usage and error information.
func (*VEIAPI) CreateSNInOneStepCommon ¶
func (c *VEIAPI) CreateSNInOneStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateSNInOneStepCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation CreateSNInOneStepCommon for usage and error information.
func (*VEIAPI) CreateSNInOneStepCommonRequest ¶
func (c *VEIAPI) CreateSNInOneStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateSNInOneStepCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateSNInOneStepCommon operation. The "output" return value will be populated with the CreateSNInOneStepCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSNInOneStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSNInOneStepCommon Send returns without error.
See CreateSNInOneStepCommon for more information on using the CreateSNInOneStepCommon API call, and error handling.
// Example sending a request using the CreateSNInOneStepCommonRequest method.
req, resp := client.CreateSNInOneStepCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateSNInOneStepCommonWithContext ¶
func (c *VEIAPI) CreateSNInOneStepCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateSNInOneStepCommonWithContext is the same as CreateSNInOneStepCommon with the addition of the ability to pass a context and additional request options.
See CreateSNInOneStepCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) CreateSNInOneStepRequest ¶
func (c *VEIAPI) CreateSNInOneStepRequest(input *CreateSNInOneStepInput) (req *request.Request, output *CreateSNInOneStepOutput)
CreateSNInOneStepRequest generates a "volcengine/request.Request" representing the client's request for the CreateSNInOneStep operation. The "output" return value will be populated with the CreateSNInOneStepCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSNInOneStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSNInOneStepCommon Send returns without error.
See CreateSNInOneStep for more information on using the CreateSNInOneStep API call, and error handling.
// Example sending a request using the CreateSNInOneStepRequest method.
req, resp := client.CreateSNInOneStepRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) CreateSNInOneStepWithContext ¶
func (c *VEIAPI) CreateSNInOneStepWithContext(ctx volcengine.Context, input *CreateSNInOneStepInput, opts ...request.Option) (*CreateSNInOneStepOutput, error)
CreateSNInOneStepWithContext is the same as CreateSNInOneStep with the addition of the ability to pass a context and additional request options.
See CreateSNInOneStep for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeleteIotLlmTokens ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotLlmTokens(input *DeleteIotLlmTokensInput) (*DeleteIotLlmTokensOutput, error)
DeleteIotLlmTokens API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeleteIotLlmTokens for usage and error information.
func (*VEIAPI) DeleteIotLlmTokensCommon ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotLlmTokensCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteIotLlmTokensCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeleteIotLlmTokensCommon for usage and error information.
func (*VEIAPI) DeleteIotLlmTokensCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotLlmTokensCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteIotLlmTokensCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteIotLlmTokensCommon operation. The "output" return value will be populated with the DeleteIotLlmTokensCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteIotLlmTokensCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteIotLlmTokensCommon Send returns without error.
See DeleteIotLlmTokensCommon for more information on using the DeleteIotLlmTokensCommon API call, and error handling.
// Example sending a request using the DeleteIotLlmTokensCommonRequest method.
req, resp := client.DeleteIotLlmTokensCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeleteIotLlmTokensCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotLlmTokensCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteIotLlmTokensCommonWithContext is the same as DeleteIotLlmTokensCommon with the addition of the ability to pass a context and additional request options.
See DeleteIotLlmTokensCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeleteIotLlmTokensRequest ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotLlmTokensRequest(input *DeleteIotLlmTokensInput) (req *request.Request, output *DeleteIotLlmTokensOutput)
DeleteIotLlmTokensRequest generates a "volcengine/request.Request" representing the client's request for the DeleteIotLlmTokens operation. The "output" return value will be populated with the DeleteIotLlmTokensCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteIotLlmTokensCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteIotLlmTokensCommon Send returns without error.
See DeleteIotLlmTokens for more information on using the DeleteIotLlmTokens API call, and error handling.
// Example sending a request using the DeleteIotLlmTokensRequest method.
req, resp := client.DeleteIotLlmTokensRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeleteIotLlmTokensWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotLlmTokensWithContext(ctx volcengine.Context, input *DeleteIotLlmTokensInput, opts ...request.Option) (*DeleteIotLlmTokensOutput, error)
DeleteIotLlmTokensWithContext is the same as DeleteIotLlmTokens with the addition of the ability to pass a context and additional request options.
See DeleteIotLlmTokens for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeleteIotModels ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotModels(input *DeleteIotModelsInput) (*DeleteIotModelsOutput, error)
DeleteIotModels API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeleteIotModels for usage and error information.
func (*VEIAPI) DeleteIotModelsCommon ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteIotModelsCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeleteIotModelsCommon for usage and error information.
func (*VEIAPI) DeleteIotModelsCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteIotModelsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteIotModelsCommon operation. The "output" return value will be populated with the DeleteIotModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteIotModelsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteIotModelsCommon Send returns without error.
See DeleteIotModelsCommon for more information on using the DeleteIotModelsCommon API call, and error handling.
// Example sending a request using the DeleteIotModelsCommonRequest method.
req, resp := client.DeleteIotModelsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeleteIotModelsCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteIotModelsCommonWithContext is the same as DeleteIotModelsCommon with the addition of the ability to pass a context and additional request options.
See DeleteIotModelsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeleteIotModelsRequest ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotModelsRequest(input *DeleteIotModelsInput) (req *request.Request, output *DeleteIotModelsOutput)
DeleteIotModelsRequest generates a "volcengine/request.Request" representing the client's request for the DeleteIotModels operation. The "output" return value will be populated with the DeleteIotModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteIotModelsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteIotModelsCommon Send returns without error.
See DeleteIotModels for more information on using the DeleteIotModels API call, and error handling.
// Example sending a request using the DeleteIotModelsRequest method.
req, resp := client.DeleteIotModelsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeleteIotModelsWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeleteIotModelsWithContext(ctx volcengine.Context, input *DeleteIotModelsInput, opts ...request.Option) (*DeleteIotModelsOutput, error)
DeleteIotModelsWithContext is the same as DeleteIotModels with the addition of the ability to pass a context and additional request options.
See DeleteIotModels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeleteNodeGroup ¶ added in v1.1.24
func (c *VEIAPI) DeleteNodeGroup(input *DeleteNodeGroupInput) (*DeleteNodeGroupOutput, error)
DeleteNodeGroup API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeleteNodeGroup for usage and error information.
func (*VEIAPI) DeleteNodeGroupCommon ¶ added in v1.1.24
func (c *VEIAPI) DeleteNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteNodeGroupCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeleteNodeGroupCommon for usage and error information.
func (*VEIAPI) DeleteNodeGroupCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) DeleteNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteNodeGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNodeGroupCommon operation. The "output" return value will be populated with the DeleteNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNodeGroupCommon Send returns without error.
See DeleteNodeGroupCommon for more information on using the DeleteNodeGroupCommon API call, and error handling.
// Example sending a request using the DeleteNodeGroupCommonRequest method.
req, resp := client.DeleteNodeGroupCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeleteNodeGroupCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeleteNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteNodeGroupCommonWithContext is the same as DeleteNodeGroupCommon with the addition of the ability to pass a context and additional request options.
See DeleteNodeGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeleteNodeGroupRequest ¶ added in v1.1.24
func (c *VEIAPI) DeleteNodeGroupRequest(input *DeleteNodeGroupInput) (req *request.Request, output *DeleteNodeGroupOutput)
DeleteNodeGroupRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNodeGroup operation. The "output" return value will be populated with the DeleteNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNodeGroupCommon Send returns without error.
See DeleteNodeGroup for more information on using the DeleteNodeGroup API call, and error handling.
// Example sending a request using the DeleteNodeGroupRequest method.
req, resp := client.DeleteNodeGroupRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeleteNodeGroupWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeleteNodeGroupWithContext(ctx volcengine.Context, input *DeleteNodeGroupInput, opts ...request.Option) (*DeleteNodeGroupOutput, error)
DeleteNodeGroupWithContext is the same as DeleteNodeGroup with the addition of the ability to pass a context and additional request options.
See DeleteNodeGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeviceContinuousMove ¶ added in v1.1.24
func (c *VEIAPI) DeviceContinuousMove(input *DeviceContinuousMoveInput) (*DeviceContinuousMoveOutput, error)
DeviceContinuousMove API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeviceContinuousMove for usage and error information.
func (*VEIAPI) DeviceContinuousMoveCommon ¶ added in v1.1.24
func (c *VEIAPI) DeviceContinuousMoveCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeviceContinuousMoveCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation DeviceContinuousMoveCommon for usage and error information.
func (*VEIAPI) DeviceContinuousMoveCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) DeviceContinuousMoveCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeviceContinuousMoveCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeviceContinuousMoveCommon operation. The "output" return value will be populated with the DeviceContinuousMoveCommon request's response once the request completes successfully.
Use "Send" method on the returned DeviceContinuousMoveCommon Request to send the API call to the service. the "output" return value is not valid until after DeviceContinuousMoveCommon Send returns without error.
See DeviceContinuousMoveCommon for more information on using the DeviceContinuousMoveCommon API call, and error handling.
// Example sending a request using the DeviceContinuousMoveCommonRequest method.
req, resp := client.DeviceContinuousMoveCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeviceContinuousMoveCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeviceContinuousMoveCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeviceContinuousMoveCommonWithContext is the same as DeviceContinuousMoveCommon with the addition of the ability to pass a context and additional request options.
See DeviceContinuousMoveCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) DeviceContinuousMoveRequest ¶ added in v1.1.24
func (c *VEIAPI) DeviceContinuousMoveRequest(input *DeviceContinuousMoveInput) (req *request.Request, output *DeviceContinuousMoveOutput)
DeviceContinuousMoveRequest generates a "volcengine/request.Request" representing the client's request for the DeviceContinuousMove operation. The "output" return value will be populated with the DeviceContinuousMoveCommon request's response once the request completes successfully.
Use "Send" method on the returned DeviceContinuousMoveCommon Request to send the API call to the service. the "output" return value is not valid until after DeviceContinuousMoveCommon Send returns without error.
See DeviceContinuousMove for more information on using the DeviceContinuousMove API call, and error handling.
// Example sending a request using the DeviceContinuousMoveRequest method.
req, resp := client.DeviceContinuousMoveRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) DeviceContinuousMoveWithContext ¶ added in v1.1.24
func (c *VEIAPI) DeviceContinuousMoveWithContext(ctx volcengine.Context, input *DeviceContinuousMoveInput, opts ...request.Option) (*DeviceContinuousMoveOutput, error)
DeviceContinuousMoveWithContext is the same as DeviceContinuousMove with the addition of the ability to pass a context and additional request options.
See DeviceContinuousMove for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) EdgeCall ¶ added in v1.1.24
func (c *VEIAPI) EdgeCall(input *EdgeCallInput) (*EdgeCallOutput, error)
EdgeCall API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation EdgeCall for usage and error information.
func (*VEIAPI) EdgeCallCommon ¶ added in v1.1.24
EdgeCallCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation EdgeCallCommon for usage and error information.
func (*VEIAPI) EdgeCallCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) EdgeCallCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EdgeCallCommonRequest generates a "volcengine/request.Request" representing the client's request for the EdgeCallCommon operation. The "output" return value will be populated with the EdgeCallCommon request's response once the request completes successfully.
Use "Send" method on the returned EdgeCallCommon Request to send the API call to the service. the "output" return value is not valid until after EdgeCallCommon Send returns without error.
See EdgeCallCommon for more information on using the EdgeCallCommon API call, and error handling.
// Example sending a request using the EdgeCallCommonRequest method.
req, resp := client.EdgeCallCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) EdgeCallCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) EdgeCallCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EdgeCallCommonWithContext is the same as EdgeCallCommon with the addition of the ability to pass a context and additional request options.
See EdgeCallCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) EdgeCallRequest ¶ added in v1.1.24
func (c *VEIAPI) EdgeCallRequest(input *EdgeCallInput) (req *request.Request, output *EdgeCallOutput)
EdgeCallRequest generates a "volcengine/request.Request" representing the client's request for the EdgeCall operation. The "output" return value will be populated with the EdgeCallCommon request's response once the request completes successfully.
Use "Send" method on the returned EdgeCallCommon Request to send the API call to the service. the "output" return value is not valid until after EdgeCallCommon Send returns without error.
See EdgeCall for more information on using the EdgeCall API call, and error handling.
// Example sending a request using the EdgeCallRequest method.
req, resp := client.EdgeCallRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) EdgeCallWithContext ¶ added in v1.1.24
func (c *VEIAPI) EdgeCallWithContext(ctx volcengine.Context, input *EdgeCallInput, opts ...request.Option) (*EdgeCallOutput, error)
EdgeCallWithContext is the same as EdgeCall with the addition of the ability to pass a context and additional request options.
See EdgeCall for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetLastDevicePropertyValue ¶ added in v1.1.24
func (c *VEIAPI) GetLastDevicePropertyValue(input *GetLastDevicePropertyValueInput) (*GetLastDevicePropertyValueOutput, error)
GetLastDevicePropertyValue API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetLastDevicePropertyValue for usage and error information.
func (*VEIAPI) GetLastDevicePropertyValueCommon ¶ added in v1.1.24
func (c *VEIAPI) GetLastDevicePropertyValueCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetLastDevicePropertyValueCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetLastDevicePropertyValueCommon for usage and error information.
func (*VEIAPI) GetLastDevicePropertyValueCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) GetLastDevicePropertyValueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetLastDevicePropertyValueCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetLastDevicePropertyValueCommon operation. The "output" return value will be populated with the GetLastDevicePropertyValueCommon request's response once the request completes successfully.
Use "Send" method on the returned GetLastDevicePropertyValueCommon Request to send the API call to the service. the "output" return value is not valid until after GetLastDevicePropertyValueCommon Send returns without error.
See GetLastDevicePropertyValueCommon for more information on using the GetLastDevicePropertyValueCommon API call, and error handling.
// Example sending a request using the GetLastDevicePropertyValueCommonRequest method.
req, resp := client.GetLastDevicePropertyValueCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetLastDevicePropertyValueCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetLastDevicePropertyValueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetLastDevicePropertyValueCommonWithContext is the same as GetLastDevicePropertyValueCommon with the addition of the ability to pass a context and additional request options.
See GetLastDevicePropertyValueCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetLastDevicePropertyValueRequest ¶ added in v1.1.24
func (c *VEIAPI) GetLastDevicePropertyValueRequest(input *GetLastDevicePropertyValueInput) (req *request.Request, output *GetLastDevicePropertyValueOutput)
GetLastDevicePropertyValueRequest generates a "volcengine/request.Request" representing the client's request for the GetLastDevicePropertyValue operation. The "output" return value will be populated with the GetLastDevicePropertyValueCommon request's response once the request completes successfully.
Use "Send" method on the returned GetLastDevicePropertyValueCommon Request to send the API call to the service. the "output" return value is not valid until after GetLastDevicePropertyValueCommon Send returns without error.
See GetLastDevicePropertyValue for more information on using the GetLastDevicePropertyValue API call, and error handling.
// Example sending a request using the GetLastDevicePropertyValueRequest method.
req, resp := client.GetLastDevicePropertyValueRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetLastDevicePropertyValueWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetLastDevicePropertyValueWithContext(ctx volcengine.Context, input *GetLastDevicePropertyValueInput, opts ...request.Option) (*GetLastDevicePropertyValueOutput, error)
GetLastDevicePropertyValueWithContext is the same as GetLastDevicePropertyValue with the addition of the ability to pass a context and additional request options.
See GetLastDevicePropertyValue for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetLogRule ¶ added in v1.1.24
func (c *VEIAPI) GetLogRule(input *GetLogRuleInput) (*GetLogRuleOutput, error)
GetLogRule API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetLogRule for usage and error information.
func (*VEIAPI) GetLogRuleCommon ¶ added in v1.1.24
GetLogRuleCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetLogRuleCommon for usage and error information.
func (*VEIAPI) GetLogRuleCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) GetLogRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetLogRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetLogRuleCommon operation. The "output" return value will be populated with the GetLogRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned GetLogRuleCommon Request to send the API call to the service. the "output" return value is not valid until after GetLogRuleCommon Send returns without error.
See GetLogRuleCommon for more information on using the GetLogRuleCommon API call, and error handling.
// Example sending a request using the GetLogRuleCommonRequest method.
req, resp := client.GetLogRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetLogRuleCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetLogRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetLogRuleCommonWithContext is the same as GetLogRuleCommon with the addition of the ability to pass a context and additional request options.
See GetLogRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetLogRuleRequest ¶ added in v1.1.24
func (c *VEIAPI) GetLogRuleRequest(input *GetLogRuleInput) (req *request.Request, output *GetLogRuleOutput)
GetLogRuleRequest generates a "volcengine/request.Request" representing the client's request for the GetLogRule operation. The "output" return value will be populated with the GetLogRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned GetLogRuleCommon Request to send the API call to the service. the "output" return value is not valid until after GetLogRuleCommon Send returns without error.
See GetLogRule for more information on using the GetLogRule API call, and error handling.
// Example sending a request using the GetLogRuleRequest method.
req, resp := client.GetLogRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetLogRuleWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetLogRuleWithContext(ctx volcengine.Context, input *GetLogRuleInput, opts ...request.Option) (*GetLogRuleOutput, error)
GetLogRuleWithContext is the same as GetLogRule with the addition of the ability to pass a context and additional request options.
See GetLogRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetMediapipeEvent ¶ added in v1.1.24
func (c *VEIAPI) GetMediapipeEvent(input *GetMediapipeEventInput) (*GetMediapipeEventOutput, error)
GetMediapipeEvent API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetMediapipeEvent for usage and error information.
func (*VEIAPI) GetMediapipeEventCommon ¶ added in v1.1.24
func (c *VEIAPI) GetMediapipeEventCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetMediapipeEventCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetMediapipeEventCommon for usage and error information.
func (*VEIAPI) GetMediapipeEventCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) GetMediapipeEventCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetMediapipeEventCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetMediapipeEventCommon operation. The "output" return value will be populated with the GetMediapipeEventCommon request's response once the request completes successfully.
Use "Send" method on the returned GetMediapipeEventCommon Request to send the API call to the service. the "output" return value is not valid until after GetMediapipeEventCommon Send returns without error.
See GetMediapipeEventCommon for more information on using the GetMediapipeEventCommon API call, and error handling.
// Example sending a request using the GetMediapipeEventCommonRequest method.
req, resp := client.GetMediapipeEventCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetMediapipeEventCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetMediapipeEventCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetMediapipeEventCommonWithContext is the same as GetMediapipeEventCommon with the addition of the ability to pass a context and additional request options.
See GetMediapipeEventCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetMediapipeEventRequest ¶ added in v1.1.24
func (c *VEIAPI) GetMediapipeEventRequest(input *GetMediapipeEventInput) (req *request.Request, output *GetMediapipeEventOutput)
GetMediapipeEventRequest generates a "volcengine/request.Request" representing the client's request for the GetMediapipeEvent operation. The "output" return value will be populated with the GetMediapipeEventCommon request's response once the request completes successfully.
Use "Send" method on the returned GetMediapipeEventCommon Request to send the API call to the service. the "output" return value is not valid until after GetMediapipeEventCommon Send returns without error.
See GetMediapipeEvent for more information on using the GetMediapipeEvent API call, and error handling.
// Example sending a request using the GetMediapipeEventRequest method.
req, resp := client.GetMediapipeEventRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetMediapipeEventWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetMediapipeEventWithContext(ctx volcengine.Context, input *GetMediapipeEventInput, opts ...request.Option) (*GetMediapipeEventOutput, error)
GetMediapipeEventWithContext is the same as GetMediapipeEvent with the addition of the ability to pass a context and additional request options.
See GetMediapipeEvent for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetNodeGroup ¶ added in v1.1.24
func (c *VEIAPI) GetNodeGroup(input *GetNodeGroupInput) (*GetNodeGroupOutput, error)
GetNodeGroup API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetNodeGroup for usage and error information.
func (*VEIAPI) GetNodeGroupCommon ¶ added in v1.1.24
GetNodeGroupCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation GetNodeGroupCommon for usage and error information.
func (*VEIAPI) GetNodeGroupCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) GetNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetNodeGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetNodeGroupCommon operation. The "output" return value will be populated with the GetNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after GetNodeGroupCommon Send returns without error.
See GetNodeGroupCommon for more information on using the GetNodeGroupCommon API call, and error handling.
// Example sending a request using the GetNodeGroupCommonRequest method.
req, resp := client.GetNodeGroupCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetNodeGroupCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetNodeGroupCommonWithContext is the same as GetNodeGroupCommon with the addition of the ability to pass a context and additional request options.
See GetNodeGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) GetNodeGroupRequest ¶ added in v1.1.24
func (c *VEIAPI) GetNodeGroupRequest(input *GetNodeGroupInput) (req *request.Request, output *GetNodeGroupOutput)
GetNodeGroupRequest generates a "volcengine/request.Request" representing the client's request for the GetNodeGroup operation. The "output" return value will be populated with the GetNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned GetNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after GetNodeGroupCommon Send returns without error.
See GetNodeGroup for more information on using the GetNodeGroup API call, and error handling.
// Example sending a request using the GetNodeGroupRequest method.
req, resp := client.GetNodeGroupRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) GetNodeGroupWithContext ¶ added in v1.1.24
func (c *VEIAPI) GetNodeGroupWithContext(ctx volcengine.Context, input *GetNodeGroupInput, opts ...request.Option) (*GetNodeGroupOutput, error)
GetNodeGroupWithContext is the same as GetNodeGroup with the addition of the ability to pass a context and additional request options.
See GetNodeGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListDeployment ¶ added in v1.1.24
func (c *VEIAPI) ListDeployment(input *ListDeploymentInput) (*ListDeploymentOutput, error)
ListDeployment API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListDeployment for usage and error information.
func (*VEIAPI) ListDeploymentCommon ¶ added in v1.1.24
func (c *VEIAPI) ListDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListDeploymentCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListDeploymentCommon for usage and error information.
func (*VEIAPI) ListDeploymentCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListDeploymentCommon operation. The "output" return value will be populated with the ListDeploymentCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after ListDeploymentCommon Send returns without error.
See ListDeploymentCommon for more information on using the ListDeploymentCommon API call, and error handling.
// Example sending a request using the ListDeploymentCommonRequest method.
req, resp := client.ListDeploymentCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListDeploymentCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListDeploymentCommonWithContext is the same as ListDeploymentCommon with the addition of the ability to pass a context and additional request options.
See ListDeploymentCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListDeploymentRequest ¶ added in v1.1.24
func (c *VEIAPI) ListDeploymentRequest(input *ListDeploymentInput) (req *request.Request, output *ListDeploymentOutput)
ListDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the ListDeployment operation. The "output" return value will be populated with the ListDeploymentCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after ListDeploymentCommon Send returns without error.
See ListDeployment for more information on using the ListDeployment API call, and error handling.
// Example sending a request using the ListDeploymentRequest method.
req, resp := client.ListDeploymentRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListDeploymentWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListDeploymentWithContext(ctx volcengine.Context, input *ListDeploymentInput, opts ...request.Option) (*ListDeploymentOutput, error)
ListDeploymentWithContext is the same as ListDeployment with the addition of the ability to pass a context and additional request options.
See ListDeployment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListDevice ¶ added in v1.1.24
func (c *VEIAPI) ListDevice(input *ListDeviceInput) (*ListDeviceOutput, error)
ListDevice API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListDevice for usage and error information.
func (*VEIAPI) ListDeviceCommon ¶ added in v1.1.24
ListDeviceCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListDeviceCommon for usage and error information.
func (*VEIAPI) ListDeviceCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListDeviceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListDeviceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListDeviceCommon operation. The "output" return value will be populated with the ListDeviceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDeviceCommon Request to send the API call to the service. the "output" return value is not valid until after ListDeviceCommon Send returns without error.
See ListDeviceCommon for more information on using the ListDeviceCommon API call, and error handling.
// Example sending a request using the ListDeviceCommonRequest method.
req, resp := client.ListDeviceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListDeviceCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListDeviceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListDeviceCommonWithContext is the same as ListDeviceCommon with the addition of the ability to pass a context and additional request options.
See ListDeviceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListDeviceRequest ¶ added in v1.1.24
func (c *VEIAPI) ListDeviceRequest(input *ListDeviceInput) (req *request.Request, output *ListDeviceOutput)
ListDeviceRequest generates a "volcengine/request.Request" representing the client's request for the ListDevice operation. The "output" return value will be populated with the ListDeviceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListDeviceCommon Request to send the API call to the service. the "output" return value is not valid until after ListDeviceCommon Send returns without error.
See ListDevice for more information on using the ListDevice API call, and error handling.
// Example sending a request using the ListDeviceRequest method.
req, resp := client.ListDeviceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListDeviceWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListDeviceWithContext(ctx volcengine.Context, input *ListDeviceInput, opts ...request.Option) (*ListDeviceOutput, error)
ListDeviceWithContext is the same as ListDevice with the addition of the ability to pass a context and additional request options.
See ListDevice for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListHCINew ¶ added in v1.1.24
func (c *VEIAPI) ListHCINew(input *ListHCINewInput) (*ListHCINewOutput, error)
ListHCINew API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListHCINew for usage and error information.
func (*VEIAPI) ListHCINewCommon ¶ added in v1.1.24
ListHCINewCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListHCINewCommon for usage and error information.
func (*VEIAPI) ListHCINewCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListHCINewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListHCINewCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListHCINewCommon operation. The "output" return value will be populated with the ListHCINewCommon request's response once the request completes successfully.
Use "Send" method on the returned ListHCINewCommon Request to send the API call to the service. the "output" return value is not valid until after ListHCINewCommon Send returns without error.
See ListHCINewCommon for more information on using the ListHCINewCommon API call, and error handling.
// Example sending a request using the ListHCINewCommonRequest method.
req, resp := client.ListHCINewCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListHCINewCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListHCINewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListHCINewCommonWithContext is the same as ListHCINewCommon with the addition of the ability to pass a context and additional request options.
See ListHCINewCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListHCINewRequest ¶ added in v1.1.24
func (c *VEIAPI) ListHCINewRequest(input *ListHCINewInput) (req *request.Request, output *ListHCINewOutput)
ListHCINewRequest generates a "volcengine/request.Request" representing the client's request for the ListHCINew operation. The "output" return value will be populated with the ListHCINewCommon request's response once the request completes successfully.
Use "Send" method on the returned ListHCINewCommon Request to send the API call to the service. the "output" return value is not valid until after ListHCINewCommon Send returns without error.
See ListHCINew for more information on using the ListHCINew API call, and error handling.
// Example sending a request using the ListHCINewRequest method.
req, resp := client.ListHCINewRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListHCINewWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListHCINewWithContext(ctx volcengine.Context, input *ListHCINewInput, opts ...request.Option) (*ListHCINewOutput, error)
ListHCINewWithContext is the same as ListHCINew with the addition of the ability to pass a context and additional request options.
See ListHCINew for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListIotModels ¶ added in v1.1.24
func (c *VEIAPI) ListIotModels(input *ListIotModelsInput) (*ListIotModelsOutput, error)
ListIotModels API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListIotModels for usage and error information.
func (*VEIAPI) ListIotModelsCommon ¶ added in v1.1.24
func (c *VEIAPI) ListIotModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListIotModelsCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListIotModelsCommon for usage and error information.
func (*VEIAPI) ListIotModelsCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListIotModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListIotModelsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListIotModelsCommon operation. The "output" return value will be populated with the ListIotModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListIotModelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListIotModelsCommon Send returns without error.
See ListIotModelsCommon for more information on using the ListIotModelsCommon API call, and error handling.
// Example sending a request using the ListIotModelsCommonRequest method.
req, resp := client.ListIotModelsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListIotModelsCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListIotModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListIotModelsCommonWithContext is the same as ListIotModelsCommon with the addition of the ability to pass a context and additional request options.
See ListIotModelsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListIotModelsRequest ¶ added in v1.1.24
func (c *VEIAPI) ListIotModelsRequest(input *ListIotModelsInput) (req *request.Request, output *ListIotModelsOutput)
ListIotModelsRequest generates a "volcengine/request.Request" representing the client's request for the ListIotModels operation. The "output" return value will be populated with the ListIotModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListIotModelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListIotModelsCommon Send returns without error.
See ListIotModels for more information on using the ListIotModels API call, and error handling.
// Example sending a request using the ListIotModelsRequest method.
req, resp := client.ListIotModelsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListIotModelsWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListIotModelsWithContext(ctx volcengine.Context, input *ListIotModelsInput, opts ...request.Option) (*ListIotModelsOutput, error)
ListIotModelsWithContext is the same as ListIotModels with the addition of the ability to pass a context and additional request options.
See ListIotModels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListLLModelsV2 ¶ added in v1.1.24
func (c *VEIAPI) ListLLModelsV2(input *ListLLModelsV2Input) (*ListLLModelsV2Output, error)
ListLLModelsV2 API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListLLModelsV2 for usage and error information.
func (*VEIAPI) ListLLModelsV2Common ¶ added in v1.1.24
func (c *VEIAPI) ListLLModelsV2Common(input *map[string]interface{}) (*map[string]interface{}, error)
ListLLModelsV2Common API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListLLModelsV2Common for usage and error information.
func (*VEIAPI) ListLLModelsV2CommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListLLModelsV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListLLModelsV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the ListLLModelsV2Common operation. The "output" return value will be populated with the ListLLModelsV2Common request's response once the request completes successfully.
Use "Send" method on the returned ListLLModelsV2Common Request to send the API call to the service. the "output" return value is not valid until after ListLLModelsV2Common Send returns without error.
See ListLLModelsV2Common for more information on using the ListLLModelsV2Common API call, and error handling.
// Example sending a request using the ListLLModelsV2CommonRequest method.
req, resp := client.ListLLModelsV2CommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListLLModelsV2CommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListLLModelsV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListLLModelsV2CommonWithContext is the same as ListLLModelsV2Common with the addition of the ability to pass a context and additional request options.
See ListLLModelsV2Common for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListLLModelsV2Request ¶ added in v1.1.24
func (c *VEIAPI) ListLLModelsV2Request(input *ListLLModelsV2Input) (req *request.Request, output *ListLLModelsV2Output)
ListLLModelsV2Request generates a "volcengine/request.Request" representing the client's request for the ListLLModelsV2 operation. The "output" return value will be populated with the ListLLModelsV2Common request's response once the request completes successfully.
Use "Send" method on the returned ListLLModelsV2Common Request to send the API call to the service. the "output" return value is not valid until after ListLLModelsV2Common Send returns without error.
See ListLLModelsV2 for more information on using the ListLLModelsV2 API call, and error handling.
// Example sending a request using the ListLLModelsV2Request method.
req, resp := client.ListLLModelsV2Request(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListLLModelsV2WithContext ¶ added in v1.1.24
func (c *VEIAPI) ListLLModelsV2WithContext(ctx volcengine.Context, input *ListLLModelsV2Input, opts ...request.Option) (*ListLLModelsV2Output, error)
ListLLModelsV2WithContext is the same as ListLLModelsV2 with the addition of the ability to pass a context and additional request options.
See ListLLModelsV2 for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListMediapipeEvent ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeEvent(input *ListMediapipeEventInput) (*ListMediapipeEventOutput, error)
ListMediapipeEvent API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListMediapipeEvent for usage and error information.
func (*VEIAPI) ListMediapipeEventCommon ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeEventCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListMediapipeEventCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListMediapipeEventCommon for usage and error information.
func (*VEIAPI) ListMediapipeEventCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeEventCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListMediapipeEventCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListMediapipeEventCommon operation. The "output" return value will be populated with the ListMediapipeEventCommon request's response once the request completes successfully.
Use "Send" method on the returned ListMediapipeEventCommon Request to send the API call to the service. the "output" return value is not valid until after ListMediapipeEventCommon Send returns without error.
See ListMediapipeEventCommon for more information on using the ListMediapipeEventCommon API call, and error handling.
// Example sending a request using the ListMediapipeEventCommonRequest method.
req, resp := client.ListMediapipeEventCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListMediapipeEventCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeEventCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListMediapipeEventCommonWithContext is the same as ListMediapipeEventCommon with the addition of the ability to pass a context and additional request options.
See ListMediapipeEventCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListMediapipeEventRequest ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeEventRequest(input *ListMediapipeEventInput) (req *request.Request, output *ListMediapipeEventOutput)
ListMediapipeEventRequest generates a "volcengine/request.Request" representing the client's request for the ListMediapipeEvent operation. The "output" return value will be populated with the ListMediapipeEventCommon request's response once the request completes successfully.
Use "Send" method on the returned ListMediapipeEventCommon Request to send the API call to the service. the "output" return value is not valid until after ListMediapipeEventCommon Send returns without error.
See ListMediapipeEvent for more information on using the ListMediapipeEvent API call, and error handling.
// Example sending a request using the ListMediapipeEventRequest method.
req, resp := client.ListMediapipeEventRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListMediapipeEventWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeEventWithContext(ctx volcengine.Context, input *ListMediapipeEventInput, opts ...request.Option) (*ListMediapipeEventOutput, error)
ListMediapipeEventWithContext is the same as ListMediapipeEvent with the addition of the ability to pass a context and additional request options.
See ListMediapipeEvent for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListMediapipeInstance ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeInstance(input *ListMediapipeInstanceInput) (*ListMediapipeInstanceOutput, error)
ListMediapipeInstance API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListMediapipeInstance for usage and error information.
func (*VEIAPI) ListMediapipeInstanceCommon ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListMediapipeInstanceCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListMediapipeInstanceCommon for usage and error information.
func (*VEIAPI) ListMediapipeInstanceCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListMediapipeInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListMediapipeInstanceCommon operation. The "output" return value will be populated with the ListMediapipeInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListMediapipeInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ListMediapipeInstanceCommon Send returns without error.
See ListMediapipeInstanceCommon for more information on using the ListMediapipeInstanceCommon API call, and error handling.
// Example sending a request using the ListMediapipeInstanceCommonRequest method.
req, resp := client.ListMediapipeInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListMediapipeInstanceCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListMediapipeInstanceCommonWithContext is the same as ListMediapipeInstanceCommon with the addition of the ability to pass a context and additional request options.
See ListMediapipeInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListMediapipeInstanceRequest ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeInstanceRequest(input *ListMediapipeInstanceInput) (req *request.Request, output *ListMediapipeInstanceOutput)
ListMediapipeInstanceRequest generates a "volcengine/request.Request" representing the client's request for the ListMediapipeInstance operation. The "output" return value will be populated with the ListMediapipeInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListMediapipeInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ListMediapipeInstanceCommon Send returns without error.
See ListMediapipeInstance for more information on using the ListMediapipeInstance API call, and error handling.
// Example sending a request using the ListMediapipeInstanceRequest method.
req, resp := client.ListMediapipeInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListMediapipeInstanceWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListMediapipeInstanceWithContext(ctx volcengine.Context, input *ListMediapipeInstanceInput, opts ...request.Option) (*ListMediapipeInstanceOutput, error)
ListMediapipeInstanceWithContext is the same as ListMediapipeInstance with the addition of the ability to pass a context and additional request options.
See ListMediapipeInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListModel ¶ added in v1.1.24
func (c *VEIAPI) ListModel(input *ListModelInput) (*ListModelOutput, error)
ListModel API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListModel for usage and error information.
func (*VEIAPI) ListModelCommon ¶ added in v1.1.24
ListModelCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListModelCommon for usage and error information.
func (*VEIAPI) ListModelCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListModelCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListModelCommon operation. The "output" return value will be populated with the ListModelCommon request's response once the request completes successfully.
Use "Send" method on the returned ListModelCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelCommon Send returns without error.
See ListModelCommon for more information on using the ListModelCommon API call, and error handling.
// Example sending a request using the ListModelCommonRequest method.
req, resp := client.ListModelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListModelCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListModelCommonWithContext is the same as ListModelCommon with the addition of the ability to pass a context and additional request options.
See ListModelCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListModelRequest ¶ added in v1.1.24
func (c *VEIAPI) ListModelRequest(input *ListModelInput) (req *request.Request, output *ListModelOutput)
ListModelRequest generates a "volcengine/request.Request" representing the client's request for the ListModel operation. The "output" return value will be populated with the ListModelCommon request's response once the request completes successfully.
Use "Send" method on the returned ListModelCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelCommon Send returns without error.
See ListModel for more information on using the ListModel API call, and error handling.
// Example sending a request using the ListModelRequest method.
req, resp := client.ListModelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListModelService ¶ added in v1.1.24
func (c *VEIAPI) ListModelService(input *ListModelServiceInput) (*ListModelServiceOutput, error)
ListModelService API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListModelService for usage and error information.
func (*VEIAPI) ListModelServiceCommon ¶ added in v1.1.24
func (c *VEIAPI) ListModelServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListModelServiceCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListModelServiceCommon for usage and error information.
func (*VEIAPI) ListModelServiceCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListModelServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListModelServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListModelServiceCommon operation. The "output" return value will be populated with the ListModelServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListModelServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelServiceCommon Send returns without error.
See ListModelServiceCommon for more information on using the ListModelServiceCommon API call, and error handling.
// Example sending a request using the ListModelServiceCommonRequest method.
req, resp := client.ListModelServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListModelServiceCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListModelServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListModelServiceCommonWithContext is the same as ListModelServiceCommon with the addition of the ability to pass a context and additional request options.
See ListModelServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListModelServiceRequest ¶ added in v1.1.24
func (c *VEIAPI) ListModelServiceRequest(input *ListModelServiceInput) (req *request.Request, output *ListModelServiceOutput)
ListModelServiceRequest generates a "volcengine/request.Request" representing the client's request for the ListModelService operation. The "output" return value will be populated with the ListModelServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListModelServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelServiceCommon Send returns without error.
See ListModelService for more information on using the ListModelService API call, and error handling.
// Example sending a request using the ListModelServiceRequest method.
req, resp := client.ListModelServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListModelServiceWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListModelServiceWithContext(ctx volcengine.Context, input *ListModelServiceInput, opts ...request.Option) (*ListModelServiceOutput, error)
ListModelServiceWithContext is the same as ListModelService with the addition of the ability to pass a context and additional request options.
See ListModelService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListModelWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListModelWithContext(ctx volcengine.Context, input *ListModelInput, opts ...request.Option) (*ListModelOutput, error)
ListModelWithContext is the same as ListModel with the addition of the ability to pass a context and additional request options.
See ListModel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListNodeGroup ¶ added in v1.1.24
func (c *VEIAPI) ListNodeGroup(input *ListNodeGroupInput) (*ListNodeGroupOutput, error)
ListNodeGroup API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListNodeGroup for usage and error information.
func (*VEIAPI) ListNodeGroupCommon ¶ added in v1.1.24
func (c *VEIAPI) ListNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListNodeGroupCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListNodeGroupCommon for usage and error information.
func (*VEIAPI) ListNodeGroupCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListNodeGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListNodeGroupCommon operation. The "output" return value will be populated with the ListNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after ListNodeGroupCommon Send returns without error.
See ListNodeGroupCommon for more information on using the ListNodeGroupCommon API call, and error handling.
// Example sending a request using the ListNodeGroupCommonRequest method.
req, resp := client.ListNodeGroupCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListNodeGroupCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListNodeGroupCommonWithContext is the same as ListNodeGroupCommon with the addition of the ability to pass a context and additional request options.
See ListNodeGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListNodeGroupRequest ¶ added in v1.1.24
func (c *VEIAPI) ListNodeGroupRequest(input *ListNodeGroupInput) (req *request.Request, output *ListNodeGroupOutput)
ListNodeGroupRequest generates a "volcengine/request.Request" representing the client's request for the ListNodeGroup operation. The "output" return value will be populated with the ListNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after ListNodeGroupCommon Send returns without error.
See ListNodeGroup for more information on using the ListNodeGroup API call, and error handling.
// Example sending a request using the ListNodeGroupRequest method.
req, resp := client.ListNodeGroupRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListNodeGroupWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListNodeGroupWithContext(ctx volcengine.Context, input *ListNodeGroupInput, opts ...request.Option) (*ListNodeGroupOutput, error)
ListNodeGroupWithContext is the same as ListNodeGroup with the addition of the ability to pass a context and additional request options.
See ListNodeGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListProject ¶ added in v1.1.24
func (c *VEIAPI) ListProject(input *ListProjectInput) (*ListProjectOutput, error)
ListProject API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListProject for usage and error information.
func (*VEIAPI) ListProjectCommon ¶ added in v1.1.24
ListProjectCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation ListProjectCommon for usage and error information.
func (*VEIAPI) ListProjectCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) ListProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListProjectCommon operation. The "output" return value will be populated with the ListProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned ListProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListProjectCommon Send returns without error.
See ListProjectCommon for more information on using the ListProjectCommon API call, and error handling.
// Example sending a request using the ListProjectCommonRequest method.
req, resp := client.ListProjectCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListProjectCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListProjectCommonWithContext is the same as ListProjectCommon with the addition of the ability to pass a context and additional request options.
See ListProjectCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) ListProjectRequest ¶ added in v1.1.24
func (c *VEIAPI) ListProjectRequest(input *ListProjectInput) (req *request.Request, output *ListProjectOutput)
ListProjectRequest generates a "volcengine/request.Request" representing the client's request for the ListProject operation. The "output" return value will be populated with the ListProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned ListProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListProjectCommon Send returns without error.
See ListProject for more information on using the ListProject API call, and error handling.
// Example sending a request using the ListProjectRequest method.
req, resp := client.ListProjectRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) ListProjectWithContext ¶ added in v1.1.24
func (c *VEIAPI) ListProjectWithContext(ctx volcengine.Context, input *ListProjectInput, opts ...request.Option) (*ListProjectOutput, error)
ListProjectWithContext is the same as ListProject with the addition of the ability to pass a context and additional request options.
See ListProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) TagResources ¶ added in v1.1.24
func (c *VEIAPI) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
TagResources API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation TagResources for usage and error information.
func (*VEIAPI) TagResourcesCommon ¶ added in v1.1.24
TagResourcesCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation TagResourcesCommon for usage and error information.
func (*VEIAPI) TagResourcesCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.
// Example sending a request using the TagResourcesCommonRequest method.
req, resp := client.TagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) TagResourcesCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.
See TagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) TagResourcesRequest ¶ added in v1.1.24
func (c *VEIAPI) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResources for more information on using the TagResources API call, and error handling.
// Example sending a request using the TagResourcesRequest method.
req, resp := client.TagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) TagResourcesWithContext ¶ added in v1.1.24
func (c *VEIAPI) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.
See TagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UntagResources ¶ added in v1.1.24
func (c *VEIAPI) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResources API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UntagResources for usage and error information.
func (*VEIAPI) UntagResourcesCommon ¶ added in v1.1.24
func (c *VEIAPI) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UntagResourcesCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UntagResourcesCommon for usage and error information.
func (*VEIAPI) UntagResourcesCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UntagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.
// Example sending a request using the UntagResourcesCommonRequest method.
req, resp := client.UntagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UntagResourcesCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.
See UntagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UntagResourcesRequest ¶ added in v1.1.24
func (c *VEIAPI) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResources for more information on using the UntagResources API call, and error handling.
// Example sending a request using the UntagResourcesRequest method.
req, resp := client.UntagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UntagResourcesWithContext ¶ added in v1.1.24
func (c *VEIAPI) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.
See UntagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateDeployment ¶ added in v1.1.24
func (c *VEIAPI) UpdateDeployment(input *UpdateDeploymentInput) (*UpdateDeploymentOutput, error)
UpdateDeployment API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateDeployment for usage and error information.
func (*VEIAPI) UpdateDeploymentCommon ¶ added in v1.1.24
func (c *VEIAPI) UpdateDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateDeploymentCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateDeploymentCommon for usage and error information.
func (*VEIAPI) UpdateDeploymentCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDeploymentCommon operation. The "output" return value will be populated with the UpdateDeploymentCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDeploymentCommon Send returns without error.
See UpdateDeploymentCommon for more information on using the UpdateDeploymentCommon API call, and error handling.
// Example sending a request using the UpdateDeploymentCommonRequest method.
req, resp := client.UpdateDeploymentCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateDeploymentCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateDeploymentCommonWithContext is the same as UpdateDeploymentCommon with the addition of the ability to pass a context and additional request options.
See UpdateDeploymentCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateDeploymentRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateDeploymentRequest(input *UpdateDeploymentInput) (req *request.Request, output *UpdateDeploymentOutput)
UpdateDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDeployment operation. The "output" return value will be populated with the UpdateDeploymentCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDeploymentCommon Send returns without error.
See UpdateDeployment for more information on using the UpdateDeployment API call, and error handling.
// Example sending a request using the UpdateDeploymentRequest method.
req, resp := client.UpdateDeploymentRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateDeploymentWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateDeploymentWithContext(ctx volcengine.Context, input *UpdateDeploymentInput, opts ...request.Option) (*UpdateDeploymentOutput, error)
UpdateDeploymentWithContext is the same as UpdateDeployment with the addition of the ability to pass a context and additional request options.
See UpdateDeployment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateHCI ¶ added in v1.1.24
func (c *VEIAPI) UpdateHCI(input *UpdateHCIInput) (*UpdateHCIOutput, error)
UpdateHCI API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateHCI for usage and error information.
func (*VEIAPI) UpdateHCICommon ¶ added in v1.1.24
UpdateHCICommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateHCICommon for usage and error information.
func (*VEIAPI) UpdateHCICommonRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateHCICommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateHCICommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateHCICommon operation. The "output" return value will be populated with the UpdateHCICommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateHCICommon Request to send the API call to the service. the "output" return value is not valid until after UpdateHCICommon Send returns without error.
See UpdateHCICommon for more information on using the UpdateHCICommon API call, and error handling.
// Example sending a request using the UpdateHCICommonRequest method.
req, resp := client.UpdateHCICommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateHCICommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateHCICommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateHCICommonWithContext is the same as UpdateHCICommon with the addition of the ability to pass a context and additional request options.
See UpdateHCICommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateHCIRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateHCIRequest(input *UpdateHCIInput) (req *request.Request, output *UpdateHCIOutput)
UpdateHCIRequest generates a "volcengine/request.Request" representing the client's request for the UpdateHCI operation. The "output" return value will be populated with the UpdateHCICommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateHCICommon Request to send the API call to the service. the "output" return value is not valid until after UpdateHCICommon Send returns without error.
See UpdateHCI for more information on using the UpdateHCI API call, and error handling.
// Example sending a request using the UpdateHCIRequest method.
req, resp := client.UpdateHCIRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateHCIWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateHCIWithContext(ctx volcengine.Context, input *UpdateHCIInput, opts ...request.Option) (*UpdateHCIOutput, error)
UpdateHCIWithContext is the same as UpdateHCI with the addition of the ability to pass a context and additional request options.
See UpdateHCI for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateLogRule ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogRule(input *UpdateLogRuleInput) (*UpdateLogRuleOutput, error)
UpdateLogRule API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateLogRule for usage and error information.
func (*VEIAPI) UpdateLogRuleCommon ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateLogRuleCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateLogRuleCommon for usage and error information.
func (*VEIAPI) UpdateLogRuleCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateLogRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLogRuleCommon operation. The "output" return value will be populated with the UpdateLogRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLogRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLogRuleCommon Send returns without error.
See UpdateLogRuleCommon for more information on using the UpdateLogRuleCommon API call, and error handling.
// Example sending a request using the UpdateLogRuleCommonRequest method.
req, resp := client.UpdateLogRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateLogRuleCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateLogRuleCommonWithContext is the same as UpdateLogRuleCommon with the addition of the ability to pass a context and additional request options.
See UpdateLogRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateLogRuleRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogRuleRequest(input *UpdateLogRuleInput) (req *request.Request, output *UpdateLogRuleOutput)
UpdateLogRuleRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLogRule operation. The "output" return value will be populated with the UpdateLogRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLogRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLogRuleCommon Send returns without error.
See UpdateLogRule for more information on using the UpdateLogRule API call, and error handling.
// Example sending a request using the UpdateLogRuleRequest method.
req, resp := client.UpdateLogRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateLogRuleWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogRuleWithContext(ctx volcengine.Context, input *UpdateLogRuleInput, opts ...request.Option) (*UpdateLogRuleOutput, error)
UpdateLogRuleWithContext is the same as UpdateLogRule with the addition of the ability to pass a context and additional request options.
See UpdateLogRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateLogStatus ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogStatus(input *UpdateLogStatusInput) (*UpdateLogStatusOutput, error)
UpdateLogStatus API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateLogStatus for usage and error information.
func (*VEIAPI) UpdateLogStatusCommon ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateLogStatusCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateLogStatusCommon for usage and error information.
func (*VEIAPI) UpdateLogStatusCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateLogStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLogStatusCommon operation. The "output" return value will be populated with the UpdateLogStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLogStatusCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLogStatusCommon Send returns without error.
See UpdateLogStatusCommon for more information on using the UpdateLogStatusCommon API call, and error handling.
// Example sending a request using the UpdateLogStatusCommonRequest method.
req, resp := client.UpdateLogStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateLogStatusCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateLogStatusCommonWithContext is the same as UpdateLogStatusCommon with the addition of the ability to pass a context and additional request options.
See UpdateLogStatusCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateLogStatusRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogStatusRequest(input *UpdateLogStatusInput) (req *request.Request, output *UpdateLogStatusOutput)
UpdateLogStatusRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLogStatus operation. The "output" return value will be populated with the UpdateLogStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLogStatusCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLogStatusCommon Send returns without error.
See UpdateLogStatus for more information on using the UpdateLogStatus API call, and error handling.
// Example sending a request using the UpdateLogStatusRequest method.
req, resp := client.UpdateLogStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateLogStatusWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateLogStatusWithContext(ctx volcengine.Context, input *UpdateLogStatusInput, opts ...request.Option) (*UpdateLogStatusOutput, error)
UpdateLogStatusWithContext is the same as UpdateLogStatus with the addition of the ability to pass a context and additional request options.
See UpdateLogStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateNodeGroup ¶ added in v1.1.24
func (c *VEIAPI) UpdateNodeGroup(input *UpdateNodeGroupInput) (*UpdateNodeGroupOutput, error)
UpdateNodeGroup API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateNodeGroup for usage and error information.
func (*VEIAPI) UpdateNodeGroupCommon ¶ added in v1.1.24
func (c *VEIAPI) UpdateNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateNodeGroupCommon API operation for VEI_API.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEI_API's API operation UpdateNodeGroupCommon for usage and error information.
func (*VEIAPI) UpdateNodeGroupCommonRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateNodeGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateNodeGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateNodeGroupCommon operation. The "output" return value will be populated with the UpdateNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateNodeGroupCommon Send returns without error.
See UpdateNodeGroupCommon for more information on using the UpdateNodeGroupCommon API call, and error handling.
// Example sending a request using the UpdateNodeGroupCommonRequest method.
req, resp := client.UpdateNodeGroupCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateNodeGroupCommonWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateNodeGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateNodeGroupCommonWithContext is the same as UpdateNodeGroupCommon with the addition of the ability to pass a context and additional request options.
See UpdateNodeGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEIAPI) UpdateNodeGroupRequest ¶ added in v1.1.24
func (c *VEIAPI) UpdateNodeGroupRequest(input *UpdateNodeGroupInput) (req *request.Request, output *UpdateNodeGroupOutput)
UpdateNodeGroupRequest generates a "volcengine/request.Request" representing the client's request for the UpdateNodeGroup operation. The "output" return value will be populated with the UpdateNodeGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateNodeGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateNodeGroupCommon Send returns without error.
See UpdateNodeGroup for more information on using the UpdateNodeGroup API call, and error handling.
// Example sending a request using the UpdateNodeGroupRequest method.
req, resp := client.UpdateNodeGroupRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEIAPI) UpdateNodeGroupWithContext ¶ added in v1.1.24
func (c *VEIAPI) UpdateNodeGroupWithContext(ctx volcengine.Context, input *UpdateNodeGroupInput, opts ...request.Option) (*UpdateNodeGroupOutput, error)
UpdateNodeGroupWithContext is the same as UpdateNodeGroup with the addition of the ability to pass a context and additional request options.
See UpdateNodeGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type VEIAPIAPI ¶
type VEIAPIAPI interface {
AddIotModelsCommon(*map[string]interface{}) (*map[string]interface{}, error)
AddIotModelsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
AddIotModelsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
AddIotModels(*AddIotModelsInput) (*AddIotModelsOutput, error)
AddIotModelsWithContext(volcengine.Context, *AddIotModelsInput, ...request.Option) (*AddIotModelsOutput, error)
AddIotModelsRequest(*AddIotModelsInput) (*request.Request, *AddIotModelsOutput)
CreateIotLlmTokenCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateIotLlmTokenCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateIotLlmTokenCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateIotLlmToken(*CreateIotLlmTokenInput) (*CreateIotLlmTokenOutput, error)
CreateIotLlmTokenWithContext(volcengine.Context, *CreateIotLlmTokenInput, ...request.Option) (*CreateIotLlmTokenOutput, error)
CreateIotLlmTokenRequest(*CreateIotLlmTokenInput) (*request.Request, *CreateIotLlmTokenOutput)
CreateModelServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateModelServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateModelServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateModelService(*CreateModelServiceInput) (*CreateModelServiceOutput, error)
CreateModelServiceWithContext(volcengine.Context, *CreateModelServiceInput, ...request.Option) (*CreateModelServiceOutput, error)
CreateModelServiceRequest(*CreateModelServiceInput) (*request.Request, *CreateModelServiceOutput)
CreateNodeGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateNodeGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateNodeGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateNodeGroup(*CreateNodeGroupInput) (*CreateNodeGroupOutput, error)
CreateNodeGroupWithContext(volcengine.Context, *CreateNodeGroupInput, ...request.Option) (*CreateNodeGroupOutput, error)
CreateNodeGroupRequest(*CreateNodeGroupInput) (*request.Request, *CreateNodeGroupOutput)
CreateSNInOneStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateSNInOneStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateSNInOneStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateSNInOneStep(*CreateSNInOneStepInput) (*CreateSNInOneStepOutput, error)
CreateSNInOneStepWithContext(volcengine.Context, *CreateSNInOneStepInput, ...request.Option) (*CreateSNInOneStepOutput, error)
CreateSNInOneStepRequest(*CreateSNInOneStepInput) (*request.Request, *CreateSNInOneStepOutput)
DeleteIotLlmTokensCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteIotLlmTokensCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteIotLlmTokensCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteIotLlmTokens(*DeleteIotLlmTokensInput) (*DeleteIotLlmTokensOutput, error)
DeleteIotLlmTokensWithContext(volcengine.Context, *DeleteIotLlmTokensInput, ...request.Option) (*DeleteIotLlmTokensOutput, error)
DeleteIotLlmTokensRequest(*DeleteIotLlmTokensInput) (*request.Request, *DeleteIotLlmTokensOutput)
DeleteIotModelsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteIotModelsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteIotModelsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteIotModels(*DeleteIotModelsInput) (*DeleteIotModelsOutput, error)
DeleteIotModelsWithContext(volcengine.Context, *DeleteIotModelsInput, ...request.Option) (*DeleteIotModelsOutput, error)
DeleteIotModelsRequest(*DeleteIotModelsInput) (*request.Request, *DeleteIotModelsOutput)
DeleteNodeGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteNodeGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteNodeGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteNodeGroup(*DeleteNodeGroupInput) (*DeleteNodeGroupOutput, error)
DeleteNodeGroupWithContext(volcengine.Context, *DeleteNodeGroupInput, ...request.Option) (*DeleteNodeGroupOutput, error)
DeleteNodeGroupRequest(*DeleteNodeGroupInput) (*request.Request, *DeleteNodeGroupOutput)
DeviceContinuousMoveCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeviceContinuousMoveCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeviceContinuousMoveCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeviceContinuousMove(*DeviceContinuousMoveInput) (*DeviceContinuousMoveOutput, error)
DeviceContinuousMoveWithContext(volcengine.Context, *DeviceContinuousMoveInput, ...request.Option) (*DeviceContinuousMoveOutput, error)
DeviceContinuousMoveRequest(*DeviceContinuousMoveInput) (*request.Request, *DeviceContinuousMoveOutput)
EdgeCallCommon(*map[string]interface{}) (*map[string]interface{}, error)
EdgeCallCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EdgeCallCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EdgeCall(*EdgeCallInput) (*EdgeCallOutput, error)
EdgeCallWithContext(volcengine.Context, *EdgeCallInput, ...request.Option) (*EdgeCallOutput, error)
EdgeCallRequest(*EdgeCallInput) (*request.Request, *EdgeCallOutput)
GetLastDevicePropertyValueCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetLastDevicePropertyValueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetLastDevicePropertyValueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetLastDevicePropertyValue(*GetLastDevicePropertyValueInput) (*GetLastDevicePropertyValueOutput, error)
GetLastDevicePropertyValueWithContext(volcengine.Context, *GetLastDevicePropertyValueInput, ...request.Option) (*GetLastDevicePropertyValueOutput, error)
GetLastDevicePropertyValueRequest(*GetLastDevicePropertyValueInput) (*request.Request, *GetLastDevicePropertyValueOutput)
GetLogRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetLogRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetLogRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetLogRule(*GetLogRuleInput) (*GetLogRuleOutput, error)
GetLogRuleWithContext(volcengine.Context, *GetLogRuleInput, ...request.Option) (*GetLogRuleOutput, error)
GetLogRuleRequest(*GetLogRuleInput) (*request.Request, *GetLogRuleOutput)
GetMediapipeEventCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetMediapipeEventCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetMediapipeEventCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetMediapipeEvent(*GetMediapipeEventInput) (*GetMediapipeEventOutput, error)
GetMediapipeEventWithContext(volcengine.Context, *GetMediapipeEventInput, ...request.Option) (*GetMediapipeEventOutput, error)
GetMediapipeEventRequest(*GetMediapipeEventInput) (*request.Request, *GetMediapipeEventOutput)
GetNodeGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetNodeGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetNodeGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetNodeGroup(*GetNodeGroupInput) (*GetNodeGroupOutput, error)
GetNodeGroupWithContext(volcengine.Context, *GetNodeGroupInput, ...request.Option) (*GetNodeGroupOutput, error)
GetNodeGroupRequest(*GetNodeGroupInput) (*request.Request, *GetNodeGroupOutput)
ListDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListDeployment(*ListDeploymentInput) (*ListDeploymentOutput, error)
ListDeploymentWithContext(volcengine.Context, *ListDeploymentInput, ...request.Option) (*ListDeploymentOutput, error)
ListDeploymentRequest(*ListDeploymentInput) (*request.Request, *ListDeploymentOutput)
ListDeviceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListDeviceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListDeviceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListDevice(*ListDeviceInput) (*ListDeviceOutput, error)
ListDeviceWithContext(volcengine.Context, *ListDeviceInput, ...request.Option) (*ListDeviceOutput, error)
ListDeviceRequest(*ListDeviceInput) (*request.Request, *ListDeviceOutput)
ListHCINewCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListHCINewCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListHCINewCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListHCINew(*ListHCINewInput) (*ListHCINewOutput, error)
ListHCINewWithContext(volcengine.Context, *ListHCINewInput, ...request.Option) (*ListHCINewOutput, error)
ListHCINewRequest(*ListHCINewInput) (*request.Request, *ListHCINewOutput)
ListIotModelsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListIotModelsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListIotModelsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListIotModels(*ListIotModelsInput) (*ListIotModelsOutput, error)
ListIotModelsWithContext(volcengine.Context, *ListIotModelsInput, ...request.Option) (*ListIotModelsOutput, error)
ListIotModelsRequest(*ListIotModelsInput) (*request.Request, *ListIotModelsOutput)
ListLLModelsV2Common(*map[string]interface{}) (*map[string]interface{}, error)
ListLLModelsV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListLLModelsV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListLLModelsV2(*ListLLModelsV2Input) (*ListLLModelsV2Output, error)
ListLLModelsV2WithContext(volcengine.Context, *ListLLModelsV2Input, ...request.Option) (*ListLLModelsV2Output, error)
ListLLModelsV2Request(*ListLLModelsV2Input) (*request.Request, *ListLLModelsV2Output)
ListMediapipeEventCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListMediapipeEventCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListMediapipeEventCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListMediapipeEvent(*ListMediapipeEventInput) (*ListMediapipeEventOutput, error)
ListMediapipeEventWithContext(volcengine.Context, *ListMediapipeEventInput, ...request.Option) (*ListMediapipeEventOutput, error)
ListMediapipeEventRequest(*ListMediapipeEventInput) (*request.Request, *ListMediapipeEventOutput)
ListMediapipeInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListMediapipeInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListMediapipeInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListMediapipeInstance(*ListMediapipeInstanceInput) (*ListMediapipeInstanceOutput, error)
ListMediapipeInstanceWithContext(volcengine.Context, *ListMediapipeInstanceInput, ...request.Option) (*ListMediapipeInstanceOutput, error)
ListMediapipeInstanceRequest(*ListMediapipeInstanceInput) (*request.Request, *ListMediapipeInstanceOutput)
ListModelCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListModelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListModelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListModel(*ListModelInput) (*ListModelOutput, error)
ListModelWithContext(volcengine.Context, *ListModelInput, ...request.Option) (*ListModelOutput, error)
ListModelRequest(*ListModelInput) (*request.Request, *ListModelOutput)
ListModelServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListModelServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListModelServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListModelService(*ListModelServiceInput) (*ListModelServiceOutput, error)
ListModelServiceWithContext(volcengine.Context, *ListModelServiceInput, ...request.Option) (*ListModelServiceOutput, error)
ListModelServiceRequest(*ListModelServiceInput) (*request.Request, *ListModelServiceOutput)
ListNodeGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListNodeGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListNodeGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListNodeGroup(*ListNodeGroupInput) (*ListNodeGroupOutput, error)
ListNodeGroupWithContext(volcengine.Context, *ListNodeGroupInput, ...request.Option) (*ListNodeGroupOutput, error)
ListNodeGroupRequest(*ListNodeGroupInput) (*request.Request, *ListNodeGroupOutput)
ListProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListProject(*ListProjectInput) (*ListProjectOutput, error)
ListProjectWithContext(volcengine.Context, *ListProjectInput, ...request.Option) (*ListProjectOutput, error)
ListProjectRequest(*ListProjectInput) (*request.Request, *ListProjectOutput)
TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
TagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
TagResources(*TagResourcesInput) (*TagResourcesOutput, error)
TagResourcesWithContext(volcengine.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error)
TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput)
UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
UntagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResourcesWithContext(volcengine.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput)
UpdateDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateDeployment(*UpdateDeploymentInput) (*UpdateDeploymentOutput, error)
UpdateDeploymentWithContext(volcengine.Context, *UpdateDeploymentInput, ...request.Option) (*UpdateDeploymentOutput, error)
UpdateDeploymentRequest(*UpdateDeploymentInput) (*request.Request, *UpdateDeploymentOutput)
UpdateHCICommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateHCICommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateHCICommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateHCI(*UpdateHCIInput) (*UpdateHCIOutput, error)
UpdateHCIWithContext(volcengine.Context, *UpdateHCIInput, ...request.Option) (*UpdateHCIOutput, error)
UpdateHCIRequest(*UpdateHCIInput) (*request.Request, *UpdateHCIOutput)
UpdateLogRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateLogRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateLogRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateLogRule(*UpdateLogRuleInput) (*UpdateLogRuleOutput, error)
UpdateLogRuleWithContext(volcengine.Context, *UpdateLogRuleInput, ...request.Option) (*UpdateLogRuleOutput, error)
UpdateLogRuleRequest(*UpdateLogRuleInput) (*request.Request, *UpdateLogRuleOutput)
UpdateLogStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateLogStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateLogStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateLogStatus(*UpdateLogStatusInput) (*UpdateLogStatusOutput, error)
UpdateLogStatusWithContext(volcengine.Context, *UpdateLogStatusInput, ...request.Option) (*UpdateLogStatusOutput, error)
UpdateLogStatusRequest(*UpdateLogStatusInput) (*request.Request, *UpdateLogStatusOutput)
UpdateNodeGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateNodeGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateNodeGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateNodeGroup(*UpdateNodeGroupInput) (*UpdateNodeGroupOutput, error)
UpdateNodeGroupWithContext(volcengine.Context, *UpdateNodeGroupInput, ...request.Option) (*UpdateNodeGroupOutput, error)
UpdateNodeGroupRequest(*UpdateNodeGroupInput) (*request.Request, *UpdateNodeGroupOutput)
}
VEIAPIAPI provides an interface to enable mocking the veiapi.VEIAPI service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// VEI_API.
func myFunc(svc VEIAPIAPI) bool {
// Make svc.AddIotModels request
}
func main() {
sess := session.New()
svc := veiapi.New(sess)
myFunc(svc)
}
type VolumeForUpdateDeploymentInput ¶ added in v1.1.24
type VolumeForUpdateDeploymentInput struct {
Configmap *ConfigmapForUpdateDeploymentInput `type:"structure" json:"configmap,omitempty"`
Empty_dir *Empty_dirForUpdateDeploymentInput `type:"structure" json:"empty_dir,omitempty"`
Host_path *Host_pathForUpdateDeploymentInput `type:"structure" json:"host_path,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Pvc *PvcForUpdateDeploymentInput `type:"structure" json:"pvc,omitempty"`
Secret *SecretForUpdateDeploymentInput `type:"structure" json:"secret,omitempty"`
Source_type *int32 `type:"int32" json:"source_type,omitempty"`
// contains filtered or unexported fields
}
func (VolumeForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s VolumeForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*VolumeForUpdateDeploymentInput) SetConfigmap ¶ added in v1.1.24
func (s *VolumeForUpdateDeploymentInput) SetConfigmap(v *ConfigmapForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
SetConfigmap sets the Configmap field's value.
func (*VolumeForUpdateDeploymentInput) SetEmpty_dir ¶ added in v1.1.24
func (s *VolumeForUpdateDeploymentInput) SetEmpty_dir(v *Empty_dirForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
SetEmpty_dir sets the Empty_dir field's value.
func (*VolumeForUpdateDeploymentInput) SetHost_path ¶ added in v1.1.24
func (s *VolumeForUpdateDeploymentInput) SetHost_path(v *Host_pathForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
SetHost_path sets the Host_path field's value.
func (*VolumeForUpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *VolumeForUpdateDeploymentInput) SetName(v string) *VolumeForUpdateDeploymentInput
SetName sets the Name field's value.
func (*VolumeForUpdateDeploymentInput) SetPvc ¶ added in v1.1.24
func (s *VolumeForUpdateDeploymentInput) SetPvc(v *PvcForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
SetPvc sets the Pvc field's value.
func (*VolumeForUpdateDeploymentInput) SetSecret ¶ added in v1.1.24
func (s *VolumeForUpdateDeploymentInput) SetSecret(v *SecretForUpdateDeploymentInput) *VolumeForUpdateDeploymentInput
SetSecret sets the Secret field's value.
func (*VolumeForUpdateDeploymentInput) SetSource_type ¶ added in v1.1.24
func (s *VolumeForUpdateDeploymentInput) SetSource_type(v int32) *VolumeForUpdateDeploymentInput
SetSource_type sets the Source_type field's value.
func (VolumeForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s VolumeForUpdateDeploymentInput) String() string
String returns the string representation
type Volume_deviceForUpdateDeploymentInput ¶ added in v1.1.24
type Volume_deviceForUpdateDeploymentInput struct {
Device_path *string `type:"string" json:"device_path,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (Volume_deviceForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s Volume_deviceForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*Volume_deviceForUpdateDeploymentInput) SetDevice_path ¶ added in v1.1.24
func (s *Volume_deviceForUpdateDeploymentInput) SetDevice_path(v string) *Volume_deviceForUpdateDeploymentInput
SetDevice_path sets the Device_path field's value.
func (*Volume_deviceForUpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *Volume_deviceForUpdateDeploymentInput) SetName(v string) *Volume_deviceForUpdateDeploymentInput
SetName sets the Name field's value.
func (Volume_deviceForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s Volume_deviceForUpdateDeploymentInput) String() string
String returns the string representation
type Volume_mountForUpdateDeploymentInput ¶ added in v1.1.24
type Volume_mountForUpdateDeploymentInput struct {
Mount_path *string `type:"string" json:"mount_path,omitempty"`
Name *string `type:"string" json:"name,omitempty"`
Read_only *bool `type:"boolean" json:"read_only,omitempty"`
Sub_path *string `type:"string" json:"sub_path,omitempty"`
// contains filtered or unexported fields
}
func (Volume_mountForUpdateDeploymentInput) GoString ¶ added in v1.1.24
func (s Volume_mountForUpdateDeploymentInput) GoString() string
GoString returns the string representation
func (*Volume_mountForUpdateDeploymentInput) SetMount_path ¶ added in v1.1.24
func (s *Volume_mountForUpdateDeploymentInput) SetMount_path(v string) *Volume_mountForUpdateDeploymentInput
SetMount_path sets the Mount_path field's value.
func (*Volume_mountForUpdateDeploymentInput) SetName ¶ added in v1.1.24
func (s *Volume_mountForUpdateDeploymentInput) SetName(v string) *Volume_mountForUpdateDeploymentInput
SetName sets the Name field's value.
func (*Volume_mountForUpdateDeploymentInput) SetRead_only ¶ added in v1.1.24
func (s *Volume_mountForUpdateDeploymentInput) SetRead_only(v bool) *Volume_mountForUpdateDeploymentInput
SetRead_only sets the Read_only field's value.
func (*Volume_mountForUpdateDeploymentInput) SetSub_path ¶ added in v1.1.24
func (s *Volume_mountForUpdateDeploymentInput) SetSub_path(v string) *Volume_mountForUpdateDeploymentInput
SetSub_path sets the Sub_path field's value.
func (Volume_mountForUpdateDeploymentInput) String ¶ added in v1.1.24
func (s Volume_mountForUpdateDeploymentInput) String() string
String returns the string representation
Source Files
¶
- api_add_iot_models.go
- api_create_iot_llm_token.go
- api_create_model_service.go
- api_create_node_group.go
- api_create_sn_in_one_step.go
- api_delete_iot_llm_tokens.go
- api_delete_iot_models.go
- api_delete_node_group.go
- api_device_continuous_move.go
- api_edge_call.go
- api_get_last_device_property_value.go
- api_get_log_rule.go
- api_get_mediapipe_event.go
- api_get_node_group.go
- api_list_deployment.go
- api_list_device.go
- api_list_hci_new.go
- api_list_iot_models.go
- api_list_ll_models_v2.go
- api_list_mediapipe_event.go
- api_list_mediapipe_instance.go
- api_list_model.go
- api_list_model_service.go
- api_list_node_group.go
- api_list_project.go
- api_tag_resources.go
- api_untag_resources.go
- api_update_deployment.go
- api_update_hc_i.go
- api_update_log_rule.go
- api_update_log_status.go
- api_update_node_group.go
- interface_veiapi.go
- service_veiapi.go