veiapi

package
v1.1.39 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

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

View Source
const (
	// EnumOfcreated_orderbyForListModelInput0 is a EnumOfcreated_orderbyForListModelInput enum value
	EnumOfcreated_orderbyForListModelInput0 = "0"

	// EnumOfcreated_orderbyForListModelInput1 is a EnumOfcreated_orderbyForListModelInput enum value
	EnumOfcreated_orderbyForListModelInput1 = "1"
)
View Source
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

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

GoString returns the string representation

func (*CharacterForCreateIotLlmTokenInput) SetCount_limit added in v1.1.24

SetCount_limit sets the Count_limit field's value.

func (CharacterForCreateIotLlmTokenInput) String added in v1.1.24

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

GoString returns the string representation

func (*ClassifierForGetMediapipeEventOutput) SetLabel added in v1.1.24

SetLabel sets the Label field's value.

func (*ClassifierForGetMediapipeEventOutput) SetProb added in v1.1.24

SetProb sets the Prob field's value.

func (ClassifierForGetMediapipeEventOutput) String added in v1.1.24

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

GoString returns the string representation

func (*ClassifierForListMediapipeEventOutput) SetLabel added in v1.1.24

SetLabel sets the Label field's value.

func (*ClassifierForListMediapipeEventOutput) SetProb added in v1.1.24

SetProb sets the Prob field's value.

func (ClassifierForListMediapipeEventOutput) String added in v1.1.24

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

GoString returns the string representation

func (*ConfigForUpdateDeploymentInput) SetConfig_type added in v1.1.24

SetConfig_type sets the Config_type field's value.

func (*ConfigForUpdateDeploymentInput) SetContainer_path added in v1.1.24

SetContainer_path sets the Container_path field's value.

func (*ConfigForUpdateDeploymentInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (ConfigForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*ConfigmapForUpdateDeploymentInput) SetConfigmap_name added in v1.1.24

SetConfigmap_name sets the Configmap_name field's value.

func (ConfigmapForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*ContainerForUpdateDeploymentInput) SetArgs added in v1.1.24

SetArgs sets the Args field's value.

func (*ContainerForUpdateDeploymentInput) SetCommand added in v1.1.24

SetCommand sets the Command field's value.

func (*ContainerForUpdateDeploymentInput) SetConfigs added in v1.1.24

SetConfigs sets the Configs field's value.

func (*ContainerForUpdateDeploymentInput) SetDevice_mounted added in v1.1.24

SetDevice_mounted sets the Device_mounted field's value.

func (*ContainerForUpdateDeploymentInput) SetEnv added in v1.1.24

SetEnv sets the Env field's value.

func (*ContainerForUpdateDeploymentInput) SetImage added in v1.1.24

SetImage sets the Image field's value.

func (*ContainerForUpdateDeploymentInput) SetInited added in v1.1.24

SetInited sets the Inited field's value.

func (*ContainerForUpdateDeploymentInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (*ContainerForUpdateDeploymentInput) SetPorts added in v1.1.24

SetPorts sets the Ports field's value.

func (*ContainerForUpdateDeploymentInput) SetPost_start added in v1.1.24

SetPost_start sets the Post_start field's value.

func (*ContainerForUpdateDeploymentInput) SetPre_stop added in v1.1.24

SetPre_stop sets the Pre_stop field's value.

func (*ContainerForUpdateDeploymentInput) SetPrivileged added in v1.1.24

SetPrivileged sets the Privileged field's value.

func (*ContainerForUpdateDeploymentInput) SetResources added in v1.1.24

SetResources sets the Resources field's value.

func (*ContainerForUpdateDeploymentInput) SetVolume_devices added in v1.1.24

SetVolume_devices sets the Volume_devices field's value.

func (*ContainerForUpdateDeploymentInput) SetVolume_mounts added in v1.1.24

SetVolume_mounts sets the Volume_mounts field's value.

func (ContainerForUpdateDeploymentInput) String added in v1.1.24

String returns the string representation

func (*ContainerForUpdateDeploymentInput) Validate added in v1.1.24

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

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

SetMqtt_broker sets the Mqtt_broker field's value.

func (*CreateIotLlmTokenInput) SetPassword added in v1.1.24

SetPassword sets the Password field's value.

func (*CreateIotLlmTokenInput) SetQuota added in v1.1.24

SetQuota sets the Quota field's value.

func (*CreateIotLlmTokenInput) SetTags added in v1.1.25

SetTags sets the Tags field's value.

func (*CreateIotLlmTokenInput) SetUsername added in v1.1.24

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

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"`

	Shared_memory *Shared_memoryForCreateModelServiceInput `type:"structure" json:"shared_memory,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

SetCompression sets the Compression field's value.

func (*CreateModelServiceInput) SetCpu_count added in v1.1.24

SetCpu_count sets the Cpu_count field's value.

func (*CreateModelServiceInput) SetCpu_limit added in v1.1.24

SetCpu_limit sets the Cpu_limit field's value.

func (*CreateModelServiceInput) SetCpu_request added in v1.1.24

SetCpu_request sets the Cpu_request field's value.

func (*CreateModelServiceInput) SetDeploy_config added in v1.1.24

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

SetGpu_count sets the Gpu_count field's value.

func (*CreateModelServiceInput) SetGrpc_port added in v1.1.24

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

SetMem_limit sets the Mem_limit field's value.

func (*CreateModelServiceInput) SetModel_id added in v1.1.24

SetModel_id sets the Model_id field's value.

func (*CreateModelServiceInput) SetModel_name added in v1.1.24

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

SetOpen_ai_api sets the Open_ai_api field's value.

func (*CreateModelServiceInput) SetPort added in v1.1.24

SetPort sets the Port field's value.

func (*CreateModelServiceInput) SetProcess_id added in v1.1.24

SetProcess_id sets the Process_id field's value.

func (*CreateModelServiceInput) SetProcess_name added in v1.1.24

SetProcess_name sets the Process_name field's value.

func (*CreateModelServiceInput) SetProject_id added in v1.1.24

SetProject_id sets the Project_id field's value.

func (*CreateModelServiceInput) SetProject_name added in v1.1.24

SetProject_name sets the Project_name field's value.

func (*CreateModelServiceInput) SetReplicas added in v1.1.24

SetReplicas sets the Replicas field's value.

func (*CreateModelServiceInput) SetService_config added in v1.1.24

SetService_config sets the Service_config field's value.

func (*CreateModelServiceInput) SetShared_memory added in v1.1.24

SetShared_memory sets the Shared_memory field's value.

func (*CreateModelServiceInput) SetState_type added in v1.1.24

SetState_type sets the State_type field's value.

func (*CreateModelServiceInput) SetVersion_id added in v1.1.24

SetVersion_id sets the Version_id field's value.

func (*CreateModelServiceInput) SetVersion_name added in v1.1.24

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

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

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

SetNode_id sets the Node_id field's value.

func (*CreateSNInOneStepOutput) SetSn

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

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

GoString returns the string representation

func (*Deploy_configForCreateModelServiceInput) SetNode_groups added in v1.1.24

SetNode_groups sets the Node_groups field's value.

func (*Deploy_configForCreateModelServiceInput) SetNodes added in v1.1.24

SetNodes sets the Nodes field's value.

func (Deploy_configForCreateModelServiceInput) String added in v1.1.24

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

GoString returns the string representation

func (*DeploymentForUpdateDeploymentInput) SetNode_list added in v1.1.24

SetNode_list sets the Node_list field's value.

func (*DeploymentForUpdateDeploymentInput) SetReplicas added in v1.1.24

SetReplicas sets the Replicas field's value.

func (*DeploymentForUpdateDeploymentInput) SetStrategy added in v1.1.24

SetStrategy sets the Strategy field's value.

func (*DeploymentForUpdateDeploymentInput) SetTemplate added in v1.1.24

SetTemplate sets the Template field's value.

func (DeploymentForUpdateDeploymentInput) String added in v1.1.24

String returns the string representation

func (*DeploymentForUpdateDeploymentInput) Validate added in v1.1.24

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

SetDevice_id sets the Device_id field's value.

func (*DeviceContinuousMoveInput) SetPan_tilt_x added in v1.1.24

SetPan_tilt_x sets the Pan_tilt_x field's value.

func (*DeviceContinuousMoveInput) SetPan_tilt_y added in v1.1.24

SetPan_tilt_y sets the Pan_tilt_y field's value.

func (*DeviceContinuousMoveInput) SetTime_out added in v1.1.24

SetTime_out sets the Time_out field's value.

func (*DeviceContinuousMoveInput) SetZoom_x added in v1.1.24

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

SetId sets the Id field's value.

func (DeviceContinuousMoveOutput) String added in v1.1.24

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

GoString returns the string representation

func (*DurationForCreateIotLlmTokenInput) SetDuration_limit added in v1.1.24

SetDuration_limit sets the Duration_limit field's value.

func (DurationForCreateIotLlmTokenInput) String added in v1.1.24

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

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

GoString returns the string representation

func (*Empty_dirForUpdateDeploymentInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (Empty_dirForUpdateDeploymentInput) String added in v1.1.24

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

SetName sets the Name field's value.

func (*EnvForUpdateDeploymentInput) SetValue added in v1.1.24

SetValue sets the Value field's value.

func (*EnvForUpdateDeploymentInput) SetValue_type added in v1.1.24

SetValue_type sets the Value_type field's value.

func (EnvForUpdateDeploymentInput) String added in v1.1.24

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

SetBill_types sets the Bill_types field's value.

func (*FilterForListIotModelsInput) SetStatuses added in v1.1.24

SetStatuses sets the Statuses field's value.

func (FilterForListIotModelsInput) String added in v1.1.24

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

SetCategory sets the Category field's value.

func (*FilterForListLLModelsV2Input) SetChannel_source added in v1.1.24

SetChannel_source sets the Channel_source field's value.

func (*FilterForListLLModelsV2Input) SetModel added in v1.1.24

SetModel sets the Model field's value.

func (*FilterForListLLModelsV2Input) SetProvider added in v1.1.24

SetProvider sets the Provider field's value.

func (*FilterForListLLModelsV2Input) SetTags added in v1.1.24

SetTags sets the Tags field's value.

func (FilterForListLLModelsV2Input) String added in v1.1.24

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

GoString returns the string representation

func (*GetLastDevicePropertyValueInput) SetDevice_id added in v1.1.24

SetDevice_id sets the Device_id field's value.

func (*GetLastDevicePropertyValueInput) SetModule_identifier added in v1.1.24

SetModule_identifier sets the Module_identifier field's value.

func (*GetLastDevicePropertyValueInput) SetProperty_identifiers added in v1.1.24

SetProperty_identifiers sets the Property_identifiers field's value.

func (GetLastDevicePropertyValueInput) String added in v1.1.24

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

GoString returns the string representation

func (*GetLastDevicePropertyValueOutput) SetItems added in v1.1.24

SetItems sets the Items field's value.

func (GetLastDevicePropertyValueOutput) String added in v1.1.24

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

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

SetCreate_time sets the Create_time field's value.

func (*GetMediapipeEventOutput) SetEvent_id added in v1.1.24

SetEvent_id sets the Event_id field's value.

func (*GetMediapipeEventOutput) SetEvent_type added in v1.1.24

SetEvent_type sets the Event_type field's value.

func (*GetMediapipeEventOutput) SetInstance_id added in v1.1.24

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

SetObj_bboxes sets the Obj_bboxes field's value.

func (*GetMediapipeEventOutput) SetProject_id added in v1.1.24

SetProject_id sets the Project_id field's value.

func (*GetMediapipeEventOutput) SetSource_id added in v1.1.24

SetSource_id sets the Source_id field's value.

func (*GetMediapipeEventOutput) SetSource_type added in v1.1.24

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

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

GoString returns the string representation

func (*Host_pathForUpdateDeploymentInput) SetHost_path_type added in v1.1.24

SetHost_path_type sets the Host_path_type field's value.

func (*Host_pathForUpdateDeploymentInput) SetPath added in v1.1.24

SetPath sets the Path field's value.

func (Host_pathForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*Iot_filterForListLLModelsV2Input) SetInstance_id added in v1.1.24

SetInstance_id sets the Instance_id field's value.

func (Iot_filterForListLLModelsV2Input) String added in v1.1.24

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

GoString returns the string representation

func (*ItemForGetLastDevicePropertyValueOutput) SetIdentifier added in v1.1.24

SetIdentifier sets the Identifier field's value.

func (*ItemForGetLastDevicePropertyValueOutput) SetTime added in v1.1.24

SetTime sets the Time field's value.

func (*ItemForGetLastDevicePropertyValueOutput) SetType added in v1.1.24

SetType sets the Type field's value.

func (*ItemForGetLastDevicePropertyValueOutput) SetValue added in v1.1.24

SetValue sets the Value field's value.

func (ItemForGetLastDevicePropertyValueOutput) String added in v1.1.24

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

SetBiz_line sets the Biz_line field's value.

func (*ItemForListDeploymentOutput) SetCreated_at added in v1.1.24

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

SetDeployment_id sets the Deployment_id field's value.

func (*ItemForListDeploymentOutput) SetDeployment_type added in v1.1.24

SetDeployment_type sets the Deployment_type field's value.

func (*ItemForListDeploymentOutput) SetDesc added in v1.1.24

SetDesc sets the Desc field's value.

func (*ItemForListDeploymentOutput) SetHci_name added in v1.1.24

SetHci_name sets the Hci_name field's value.

func (*ItemForListDeploymentOutput) SetName added in v1.1.24

SetName sets the Name field's value.

func (*ItemForListDeploymentOutput) SetNode added in v1.1.24

SetNode sets the Node field's value.

func (*ItemForListDeploymentOutput) SetProject_id added in v1.1.24

SetProject_id sets the Project_id field's value.

func (*ItemForListDeploymentOutput) SetProject_name added in v1.1.24

SetProject_name sets the Project_name field's value.

func (*ItemForListDeploymentOutput) SetRelated_template added in v1.1.24

SetRelated_template sets the Related_template field's value.

func (*ItemForListDeploymentOutput) SetStatus added in v1.1.24

SetStatus sets the Status field's value.

func (*ItemForListDeploymentOutput) SetUpdated_at added in v1.1.24

SetUpdated_at sets the Updated_at field's value.

func (ItemForListDeploymentOutput) String added in v1.1.24

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

SetDescription sets the Description field's value.

func (*ItemForListDeviceOutput) SetDevice_id added in v1.1.24

SetDevice_id sets the Device_id field's value.

func (*ItemForListDeviceOutput) SetDevice_name added in v1.1.24

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

SetNode_alias sets the Node_alias field's value.

func (*ItemForListDeviceOutput) SetNode_name added in v1.1.24

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

SetProfile_id sets the Profile_id field's value.

func (*ItemForListDeviceOutput) SetProfile_name added in v1.1.24

SetProfile_name sets the Profile_name field's value.

func (*ItemForListDeviceOutput) SetProject_id added in v1.1.24

SetProject_id sets the Project_id field's value.

func (*ItemForListDeviceOutput) SetProject_name added in v1.1.24

SetProject_name sets the Project_name field's value.

func (*ItemForListDeviceOutput) SetStatus added in v1.1.24

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

SetActivated_at sets the Activated_at field's value.

func (*ItemForListHCINewOutput) SetAlias added in v1.1.24

SetAlias sets the Alias field's value.

func (*ItemForListHCINewOutput) SetCpu_usage added in v1.1.24

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

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

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

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

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

SetAdded_at sets the Added_at field's value.

func (*ItemForListLLModelsV2Output) SetBill_type added in v1.1.24

SetBill_type sets the Bill_type field's value.

func (*ItemForListLLModelsV2Output) SetCategory added in v1.1.24

SetCategory sets the Category field's value.

func (*ItemForListLLModelsV2Output) SetId added in v1.1.24

SetId sets the Id field's value.

func (*ItemForListLLModelsV2Output) SetModel added in v1.1.24

SetModel sets the Model field's value.

func (*ItemForListLLModelsV2Output) SetName added in v1.1.24

SetName sets the Name field's value.

func (*ItemForListLLModelsV2Output) SetProvider added in v1.1.24

SetProvider sets the Provider field's value.

func (*ItemForListLLModelsV2Output) SetStatus added in v1.1.24

SetStatus sets the Status field's value.

func (*ItemForListLLModelsV2Output) SetTags added in v1.1.24

SetTags sets the Tags field's value.

func (*ItemForListLLModelsV2Output) SetUsage added in v1.1.24

SetUsage sets the Usage field's value.

func (ItemForListLLModelsV2Output) String added in v1.1.24

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

GoString returns the string representation

func (*ItemForListMediapipeEventOutput) SetClassifier added in v1.1.24

SetClassifier sets the Classifier field's value.

func (*ItemForListMediapipeEventOutput) SetHeight added in v1.1.24

SetHeight sets the Height field's value.

func (*ItemForListMediapipeEventOutput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*ItemForListMediapipeEventOutput) SetLabel added in v1.1.24

SetLabel sets the Label field's value.

func (*ItemForListMediapipeEventOutput) SetLeft added in v1.1.24

SetLeft sets the Left field's value.

func (*ItemForListMediapipeEventOutput) SetProb added in v1.1.24

SetProb sets the Prob field's value.

func (*ItemForListMediapipeEventOutput) SetTop added in v1.1.24

SetTop sets the Top field's value.

func (*ItemForListMediapipeEventOutput) SetWidth added in v1.1.24

SetWidth sets the Width field's value.

func (ItemForListMediapipeEventOutput) String added in v1.1.24

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

GoString returns the string representation

func (ItemForListMediapipeInstanceOutput) String added in v1.1.24

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

GoString returns the string representation

func (ItemForListModelServiceOutput) String added in v1.1.24

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

SetCreated_at sets the Created_at field's value.

func (*ItemForListProjectOutput) SetDesc added in v1.1.24

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

SetId sets the Id field's value.

func (*ItemForListProjectOutput) SetName added in v1.1.24

SetName sets the Name field's value.

func (*ItemForListProjectOutput) SetStatus added in v1.1.24

SetStatus sets the Status field's value.

func (*ItemForListProjectOutput) SetTags added in v1.1.24

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

SetItems sets the Items field's value.

func (*ListDeploymentOutput) SetPageinator added in v1.1.24

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

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

SetItems sets the Items field's value.

func (*ListDeviceOutput) SetOverview added in v1.1.24

SetOverview sets the Overview field's value.

func (*ListDeviceOutput) SetPageinator added in v1.1.24

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

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

SetItems sets the Items field's value.

func (*ListHCINewOutput) SetPageinator added in v1.1.24

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

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

SetModels sets the Models field's value.

func (*ListIotModelsOutput) SetPageinator added in v1.1.24

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

SetFilter sets the Filter field's value.

func (*ListLLModelsV2Input) SetIot_filter added in v1.1.24

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

SetItems sets the Items field's value.

func (*ListLLModelsV2Output) SetPageinator added in v1.1.24

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

SetEnd_time sets the End_time field's value.

func (*ListMediapipeEventInput) SetEvent_type added in v1.1.24

SetEvent_type sets the Event_type field's value.

func (*ListMediapipeEventInput) SetInstance_id added in v1.1.24

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

SetNode_id sets the Node_id field's value.

func (*ListMediapipeEventInput) SetPage_index added in v1.1.24

SetPage_index sets the Page_index field's value.

func (*ListMediapipeEventInput) SetPage_size added in v1.1.24

SetPage_size sets the Page_size field's value.

func (*ListMediapipeEventInput) SetProject_id added in v1.1.24

SetProject_id sets the Project_id field's value.

func (*ListMediapipeEventInput) SetSource_id added in v1.1.24

SetSource_id sets the Source_id field's value.

func (*ListMediapipeEventInput) SetSource_type added in v1.1.24

SetSource_type sets the Source_type field's value.

func (*ListMediapipeEventInput) SetStart_time added in v1.1.24

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

SetItems sets the Items field's value.

func (*ListMediapipeEventOutput) SetPageinator added in v1.1.24

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

SetEngine_types sets the Engine_types field's value.

func (*ListMediapipeInstanceInput) SetHci_alias added in v1.1.24

SetHci_alias sets the Hci_alias field's value.

func (*ListMediapipeInstanceInput) SetHci_names added in v1.1.24

SetHci_names sets the Hci_names field's value.

func (*ListMediapipeInstanceInput) SetInstance_name added in v1.1.24

SetInstance_name sets the Instance_name field's value.

func (*ListMediapipeInstanceInput) SetPage_index added in v1.1.24

SetPage_index sets the Page_index field's value.

func (*ListMediapipeInstanceInput) SetPage_size added in v1.1.24

SetPage_size sets the Page_size field's value.

func (*ListMediapipeInstanceInput) SetProject_ids added in v1.1.24

SetProject_ids sets the Project_ids field's value.

func (*ListMediapipeInstanceInput) SetStatuses added in v1.1.24

SetStatuses sets the Statuses field's value.

func (ListMediapipeInstanceInput) String added in v1.1.24

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

SetItems sets the Items field's value.

func (*ListMediapipeInstanceOutput) SetPageinator added in v1.1.24

SetPageinator sets the Pageinator field's value.

func (ListMediapipeInstanceOutput) String added in v1.1.24

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

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

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

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

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

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

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

SetItems sets the Items field's value.

func (*ListModelServiceOutput) SetPageinator added in v1.1.24

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

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

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

SetItems sets the Items field's value.

func (*ListProjectOutput) SetPageinator added in v1.1.24

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

SetCreatedAt sets the CreatedAt field's value.

func (*MetaForGetNodeGroupOutput) SetDeletedAt added in v1.1.24

SetDeletedAt sets the DeletedAt field's value.

func (*MetaForGetNodeGroupOutput) SetUpdatedAt added in v1.1.24

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

SetCreatedAt sets the CreatedAt field's value.

func (*MetaForListNodeGroupOutput) SetDeletedAt added in v1.1.24

SetDeletedAt sets the DeletedAt field's value.

func (*MetaForListNodeGroupOutput) SetUpdatedAt added in v1.1.24

SetUpdatedAt sets the UpdatedAt field's value.

func (MetaForListNodeGroupOutput) String added in v1.1.24

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

SetAdded_at sets the Added_at field's value.

func (*ModelForAddIotModelsInput) SetBill_type added in v1.1.24

SetBill_type sets the Bill_type field's value.

func (*ModelForAddIotModelsInput) SetCategory added in v1.1.24

SetCategory sets the Category field's value.

func (*ModelForAddIotModelsInput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*ModelForAddIotModelsInput) SetModel added in v1.1.24

SetModel sets the Model field's value.

func (*ModelForAddIotModelsInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (*ModelForAddIotModelsInput) SetProvider added in v1.1.24

SetProvider sets the Provider field's value.

func (*ModelForAddIotModelsInput) SetStatus added in v1.1.24

SetStatus sets the Status field's value.

func (*ModelForAddIotModelsInput) SetTags added in v1.1.24

SetTags sets the Tags field's value.

func (*ModelForAddIotModelsInput) SetUsage added in v1.1.24

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

SetAdded_at sets the Added_at field's value.

func (*ModelForListIotModelsOutput) SetBill_type added in v1.1.24

SetBill_type sets the Bill_type field's value.

func (*ModelForListIotModelsOutput) SetCategory added in v1.1.24

SetCategory sets the Category field's value.

func (*ModelForListIotModelsOutput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*ModelForListIotModelsOutput) SetModel added in v1.1.24

SetModel sets the Model field's value.

func (*ModelForListIotModelsOutput) SetName added in v1.1.24

SetName sets the Name field's value.

func (*ModelForListIotModelsOutput) SetProvider added in v1.1.24

SetProvider sets the Provider field's value.

func (*ModelForListIotModelsOutput) SetStatus added in v1.1.24

SetStatus sets the Status field's value.

func (*ModelForListIotModelsOutput) SetTags added in v1.1.24

SetTags sets the Tags field's value.

func (*ModelForListIotModelsOutput) SetUsage added in v1.1.24

SetUsage sets the Usage field's value.

func (ModelForListIotModelsOutput) String added in v1.1.24

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

GoString returns the string representation

func (*NodeForCreateModelServiceInput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*NodeForCreateModelServiceInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (NodeForCreateModelServiceInput) String added in v1.1.24

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

GoString returns the string representation

func (*NodeGroupForGetNodeGroupOutput) SetDescription added in v1.1.24

SetDescription sets the Description field's value.

func (*NodeGroupForGetNodeGroupOutput) SetMeta added in v1.1.24

SetMeta sets the Meta field's value.

func (*NodeGroupForGetNodeGroupOutput) SetNodeGroupID added in v1.1.24

SetNodeGroupID sets the NodeGroupID field's value.

func (*NodeGroupForGetNodeGroupOutput) SetNodeGroupName added in v1.1.24

SetNodeGroupName sets the NodeGroupName field's value.

func (*NodeGroupForGetNodeGroupOutput) SetNodeInfos added in v1.1.24

SetNodeInfos sets the NodeInfos field's value.

func (*NodeGroupForGetNodeGroupOutput) SetNodeStatusOverview added in v1.1.24

SetNodeStatusOverview sets the NodeStatusOverview field's value.

func (*NodeGroupForGetNodeGroupOutput) SetNode_available_cpu added in v1.1.24

SetNode_available_cpu sets the Node_available_cpu field's value.

func (*NodeGroupForGetNodeGroupOutput) SetNode_available_mem added in v1.1.24

SetNode_available_mem sets the Node_available_mem field's value.

func (*NodeGroupForGetNodeGroupOutput) SetProjectID added in v1.1.24

SetProjectID sets the ProjectID field's value.

func (*NodeGroupForGetNodeGroupOutput) SetTags added in v1.1.24

SetTags sets the Tags field's value.

func (NodeGroupForGetNodeGroupOutput) String added in v1.1.24

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

GoString returns the string representation

func (*NodeGroupForListNodeGroupOutput) SetDescription added in v1.1.24

SetDescription sets the Description field's value.

func (*NodeGroupForListNodeGroupOutput) SetMeta added in v1.1.24

SetMeta sets the Meta field's value.

func (*NodeGroupForListNodeGroupOutput) SetNodeGroupID added in v1.1.24

SetNodeGroupID sets the NodeGroupID field's value.

func (*NodeGroupForListNodeGroupOutput) SetNodeGroupName added in v1.1.24

SetNodeGroupName sets the NodeGroupName field's value.

func (*NodeGroupForListNodeGroupOutput) SetNodeInfos added in v1.1.24

SetNodeInfos sets the NodeInfos field's value.

func (*NodeGroupForListNodeGroupOutput) SetNodeStatusOverview added in v1.1.24

SetNodeStatusOverview sets the NodeStatusOverview field's value.

func (*NodeGroupForListNodeGroupOutput) SetNode_available_cpu added in v1.1.24

SetNode_available_cpu sets the Node_available_cpu field's value.

func (*NodeGroupForListNodeGroupOutput) SetNode_available_mem added in v1.1.24

SetNode_available_mem sets the Node_available_mem field's value.

func (*NodeGroupForListNodeGroupOutput) SetProjectID added in v1.1.24

SetProjectID sets the ProjectID field's value.

func (*NodeGroupForListNodeGroupOutput) SetTags added in v1.1.24

SetTags sets the Tags field's value.

func (NodeGroupForListNodeGroupOutput) String added in v1.1.24

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

GoString returns the string representation

func (*NodeInfoForGetNodeGroupOutput) SetNodeID added in v1.1.24

SetNodeID sets the NodeID field's value.

func (*NodeInfoForGetNodeGroupOutput) SetNodeName added in v1.1.24

SetNodeName sets the NodeName field's value.

func (*NodeInfoForGetNodeGroupOutput) SetNodeStatus added in v1.1.24

SetNodeStatus sets the NodeStatus field's value.

func (NodeInfoForGetNodeGroupOutput) String added in v1.1.24

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

GoString returns the string representation

func (*NodeInfoForListNodeGroupOutput) SetNodeID added in v1.1.24

SetNodeID sets the NodeID field's value.

func (*NodeInfoForListNodeGroupOutput) SetNodeName added in v1.1.24

SetNodeName sets the NodeName field's value.

func (*NodeInfoForListNodeGroupOutput) SetNodeStatus added in v1.1.24

SetNodeStatus sets the NodeStatus field's value.

func (NodeInfoForListNodeGroupOutput) String added in v1.1.24

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

GoString returns the string representation

func (*NodeStatusOverviewForGetNodeGroupOutput) Set_key added in v1.1.24

Set_key sets the _key field's value.

func (*NodeStatusOverviewForGetNodeGroupOutput) Set_val added in v1.1.24

Set_val sets the _val field's value.

func (NodeStatusOverviewForGetNodeGroupOutput) String added in v1.1.24

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

GoString returns the string representation

func (*NodeStatusOverviewForListNodeGroupOutput) Set_key added in v1.1.24

Set_key sets the _key field's value.

func (*NodeStatusOverviewForListNodeGroupOutput) Set_val added in v1.1.24

Set_val sets the _val field's value.

func (NodeStatusOverviewForListNodeGroupOutput) String added in v1.1.24

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

GoString returns the string representation

func (*Node_groupForCreateModelServiceInput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*Node_groupForCreateModelServiceInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (Node_groupForCreateModelServiceInput) String added in v1.1.24

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

GoString returns the string representation

func (*Obj_bboxForGetMediapipeEventOutput) SetClassifier added in v1.1.24

SetClassifier sets the Classifier field's value.

func (*Obj_bboxForGetMediapipeEventOutput) SetHeight added in v1.1.24

SetHeight sets the Height field's value.

func (*Obj_bboxForGetMediapipeEventOutput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*Obj_bboxForGetMediapipeEventOutput) SetLabel added in v1.1.24

SetLabel sets the Label field's value.

func (*Obj_bboxForGetMediapipeEventOutput) SetLeft added in v1.1.24

SetLeft sets the Left field's value.

func (*Obj_bboxForGetMediapipeEventOutput) SetProb added in v1.1.24

SetProb sets the Prob field's value.

func (*Obj_bboxForGetMediapipeEventOutput) SetTop added in v1.1.24

SetTop sets the Top field's value.

func (*Obj_bboxForGetMediapipeEventOutput) SetWidth added in v1.1.24

SetWidth sets the Width field's value.

func (Obj_bboxForGetMediapipeEventOutput) String added in v1.1.24

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

GoString returns the string representation

func (*Open_ai_apiForCreateModelServiceInput) SetAble added in v1.1.24

SetAble sets the Able field's value.

func (*Open_ai_apiForCreateModelServiceInput) SetPort added in v1.1.24

SetPort sets the Port field's value.

func (Open_ai_apiForCreateModelServiceInput) String added in v1.1.24

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

GoString returns the string representation

func (*Ota_statusForListHCINewOutput) SetFail_message added in v1.1.24

SetFail_message sets the Fail_message field's value.

func (*Ota_statusForListHCINewOutput) SetNeed_manual_upgrade added in v1.1.24

SetNeed_manual_upgrade sets the Need_manual_upgrade field's value.

func (*Ota_statusForListHCINewOutput) SetNeed_upgrade added in v1.1.24

SetNeed_upgrade sets the Need_upgrade field's value.

func (*Ota_statusForListHCINewOutput) SetOta_job_status added in v1.1.24

SetOta_job_status sets the Ota_job_status field's value.

func (*Ota_statusForListHCINewOutput) SetOta_version added in v1.1.24

SetOta_version sets the Ota_version field's value.

func (Ota_statusForListHCINewOutput) String added in v1.1.24

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

SetApi_version sets the Api_version field's value.

func (*OutputForEdgeCallOutput) SetMessage added in v1.1.24

SetMessage sets the Message field's value.

func (*OutputForEdgeCallOutput) SetReading added in v1.1.24

SetReading sets the Reading field's value.

func (*OutputForEdgeCallOutput) SetStatus_code added in v1.1.24

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

SetActivated sets the Activated field's value.

func (*OverviewForListDeviceOutput) SetOffline added in v1.1.24

SetOffline sets the Offline field's value.

func (*OverviewForListDeviceOutput) SetOnline added in v1.1.24

SetOnline sets the Online field's value.

func (*OverviewForListDeviceOutput) SetTotal added in v1.1.24

SetTotal sets the Total field's value.

func (*OverviewForListDeviceOutput) SetUnactivated added in v1.1.24

SetUnactivated sets the Unactivated field's value.

func (OverviewForListDeviceOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListDeploymentOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListDeploymentOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListDeploymentOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListDeploymentOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListDeploymentOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListDeviceOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListDeviceOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListDeviceOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListDeviceOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListDeviceOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListHCINewOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListHCINewOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListHCINewOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListHCINewOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListHCINewOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListIotModelsOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListIotModelsOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListIotModelsOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListIotModelsOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListIotModelsOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListLLModelsV2Output) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListLLModelsV2Output) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListLLModelsV2Output) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListLLModelsV2Output) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListLLModelsV2Output) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListMediapipeEventOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListMediapipeEventOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListMediapipeEventOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListMediapipeEventOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListMediapipeEventOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListMediapipeInstanceOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListMediapipeInstanceOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListMediapipeInstanceOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListMediapipeInstanceOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListMediapipeInstanceOutput) String added in v1.1.24

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

SetIndex sets the Index field's value.

func (*PageinatorForListModelOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListModelOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListModelOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListModelOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListModelServiceOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListModelServiceOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListModelServiceOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListModelServiceOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListModelServiceOutput) String added in v1.1.24

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

GoString returns the string representation

func (*PageinatorForListProjectOutput) SetIndex added in v1.1.24

SetIndex sets the Index field's value.

func (*PageinatorForListProjectOutput) SetSize added in v1.1.24

SetSize sets the Size field's value.

func (*PageinatorForListProjectOutput) SetTotal_items added in v1.1.24

SetTotal_items sets the Total_items field's value.

func (*PageinatorForListProjectOutput) SetTotal_pages added in v1.1.24

SetTotal_pages sets the Total_pages field's value.

func (PageinatorForListProjectOutput) String added in v1.1.24

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

SetContainer_port sets the Container_port field's value.

func (*PortForUpdateDeploymentInput) SetHost_port added in v1.1.24

SetHost_port sets the Host_port field's value.

func (*PortForUpdateDeploymentInput) SetProtocol added in v1.1.24

SetProtocol sets the Protocol field's value.

func (PortForUpdateDeploymentInput) String added in v1.1.24

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

SetChannel_source sets the Channel_source field's value.

func (*ProviderForAddIotModelsInput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*ProviderForAddIotModelsInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (ProviderForAddIotModelsInput) String added in v1.1.24

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

GoString returns the string representation

func (*ProviderForListIotModelsOutput) SetChannel_source added in v1.1.24

SetChannel_source sets the Channel_source field's value.

func (*ProviderForListIotModelsOutput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*ProviderForListIotModelsOutput) SetName added in v1.1.24

SetName sets the Name field's value.

func (ProviderForListIotModelsOutput) String added in v1.1.24

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

GoString returns the string representation

func (*ProviderForListLLModelsV2Output) SetChannel_source added in v1.1.24

SetChannel_source sets the Channel_source field's value.

func (*ProviderForListLLModelsV2Output) SetId added in v1.1.24

SetId sets the Id field's value.

func (*ProviderForListLLModelsV2Output) SetName added in v1.1.24

SetName sets the Name field's value.

func (ProviderForListLLModelsV2Output) String added in v1.1.24

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

SetPvc_name sets the Pvc_name field's value.

func (PvcForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*QuotaForCreateIotLlmTokenInput) SetCharacter added in v1.1.24

SetCharacter sets the Character field's value.

func (*QuotaForCreateIotLlmTokenInput) SetDuration added in v1.1.24

SetDuration sets the Duration field's value.

func (*QuotaForCreateIotLlmTokenInput) SetRequest added in v1.1.24

SetRequest sets the Request field's value.

func (*QuotaForCreateIotLlmTokenInput) SetToken added in v1.1.24

SetToken sets the Token field's value.

func (QuotaForCreateIotLlmTokenInput) String added in v1.1.24

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

SetId sets the Id field's value.

func (*ReadingForEdgeCallOutput) SetOrigin added in v1.1.24

SetOrigin sets the Origin field's value.

func (*ReadingForEdgeCallOutput) SetType added in v1.1.24

SetType sets the Type field's value.

func (*ReadingForEdgeCallOutput) SetValue added in v1.1.24

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 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
}

GoString returns the string representation

SetName sets the Name field's value.

SetTemplate_id sets the Template_id field's value.

SetVersion_id sets the Version_id field's value.

SetVersion_name sets the Version_name field's value.

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

GoString returns the string representation

func (*RequestForCreateIotLlmTokenInput) SetCount_limit added in v1.1.24

SetCount_limit sets the Count_limit field's value.

func (RequestForCreateIotLlmTokenInput) String added in v1.1.24

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

GoString returns the string representation

func (*ResourcesForUpdateDeploymentInput) SetCpu_limit added in v1.1.24

SetCpu_limit sets the Cpu_limit field's value.

func (*ResourcesForUpdateDeploymentInput) SetCpu_request added in v1.1.24

SetCpu_request sets the Cpu_request field's value.

func (*ResourcesForUpdateDeploymentInput) SetMemory_limit added in v1.1.24

SetMemory_limit sets the Memory_limit field's value.

func (*ResourcesForUpdateDeploymentInput) SetMemory_limit_unit added in v1.1.24

SetMemory_limit_unit sets the Memory_limit_unit field's value.

func (*ResourcesForUpdateDeploymentInput) SetMemory_request added in v1.1.24

SetMemory_request sets the Memory_request field's value.

func (*ResourcesForUpdateDeploymentInput) SetMemory_request_unit added in v1.1.24

SetMemory_request_unit sets the Memory_request_unit field's value.

func (ResourcesForUpdateDeploymentInput) String added in v1.1.24

String returns the string representation

type RollingForUpdateDeploymentInput added in v1.1.24

type RollingForUpdateDeploymentInput struct {
	Max_surge *int32 `type:"int32" json:"max_surge,omitempty"`

	Max_unavailable *int32 `type:"int32" json:"max_unavailable,omitempty"`
	// contains filtered or unexported fields
}

func (RollingForUpdateDeploymentInput) GoString added in v1.1.24

GoString returns the string representation

func (*RollingForUpdateDeploymentInput) SetMax_surge added in v1.1.24

SetMax_surge sets the Max_surge field's value.

func (*RollingForUpdateDeploymentInput) SetMax_unavailable added in v1.1.24

SetMax_unavailable sets the Max_unavailable field's value.

func (RollingForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*SecretForUpdateDeploymentInput) SetSecret_name added in v1.1.24

SetSecret_name sets the Secret_name field's value.

func (SecretForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*Service_configForCreateModelServiceInput) SetCpu_count added in v1.1.24

SetCpu_count sets the Cpu_count field's value.

func (*Service_configForCreateModelServiceInput) SetDynamic_batching added in v1.1.24

SetDynamic_batching sets the Dynamic_batching field's value.

func (*Service_configForCreateModelServiceInput) SetGpu_count added in v1.1.24

SetGpu_count sets the Gpu_count field's value.

func (*Service_configForCreateModelServiceInput) SetGpu_ids added in v1.1.24

SetGpu_ids sets the Gpu_ids field's value.

func (*Service_configForCreateModelServiceInput) SetJson_parameter added in v1.1.24

SetJson_parameter sets the Json_parameter field's value.

func (*Service_configForCreateModelServiceInput) SetMax_batch_size added in v1.1.24

SetMax_batch_size sets the Max_batch_size field's value.

func (*Service_configForCreateModelServiceInput) SetMax_queue_delay_microseconds added in v1.1.24

SetMax_queue_delay_microseconds sets the Max_queue_delay_microseconds field's value.

func (*Service_configForCreateModelServiceInput) SetModel_id added in v1.1.24

SetModel_id sets the Model_id field's value.

func (*Service_configForCreateModelServiceInput) SetModel_name added in v1.1.24

SetModel_name sets the Model_name field's value.

func (Service_configForCreateModelServiceInput) String added in v1.1.24

String returns the string representation

type Shared_memoryForCreateModelServiceInput added in v1.1.24

type Shared_memoryForCreateModelServiceInput struct {
	Shm_size *int32 `type:"int32" json:"shm_size,omitempty"`

	Shm_size_unit *string `type:"string" json:"shm_size_unit,omitempty"`
	// contains filtered or unexported fields
}

func (Shared_memoryForCreateModelServiceInput) GoString added in v1.1.24

GoString returns the string representation

func (*Shared_memoryForCreateModelServiceInput) SetShm_size added in v1.1.24

SetShm_size sets the Shm_size field's value.

func (*Shared_memoryForCreateModelServiceInput) SetShm_size_unit added in v1.1.24

SetShm_size_unit sets the Shm_size_unit field's value.

func (Shared_memoryForCreateModelServiceInput) String added in v1.1.24

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

GoString returns the string representation

func (*StatusForListDeploymentOutput) SetAvailable_replicas added in v1.1.24

SetAvailable_replicas sets the Available_replicas field's value.

func (*StatusForListDeploymentOutput) SetReady_replicas added in v1.1.24

SetReady_replicas sets the Ready_replicas field's value.

func (*StatusForListDeploymentOutput) SetReplicas added in v1.1.24

SetReplicas sets the Replicas field's value.

func (*StatusForListDeploymentOutput) SetUpdated_replicas added in v1.1.24

SetUpdated_replicas sets the Updated_replicas field's value.

func (StatusForListDeploymentOutput) String added in v1.1.24

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

GoString returns the string representation

func (*StrategyForUpdateDeploymentInput) SetRolling added in v1.1.24

SetRolling sets the Rolling field's value.

func (*StrategyForUpdateDeploymentInput) SetStrategy_type added in v1.1.24

SetStrategy_type sets the Strategy_type field's value.

func (StrategyForUpdateDeploymentInput) String added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagForCreateIotLlmTokenInput) SetValue added in v1.1.25

SetValue sets the Value field's value.

func (TagForCreateIotLlmTokenInput) String added in v1.1.25

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

SetKey sets the Key field's value.

func (*TagForCreateNodeGroupInput) SetValue added in v1.1.24

SetValue sets the Value field's value.

func (TagForCreateNodeGroupInput) String added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagForListDeviceInput) SetTag_id added in v1.1.24

SetTag_id sets the Tag_id field's value.

func (*TagForListDeviceInput) SetValue added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagForListHCINewInput) SetValue added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagForListProjectOutput) SetValue added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagForTagResourcesInput) SetValue added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagForUpdateHCIInput) SetValue added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagForUpdateNodeGroupInput) SetValue added in v1.1.24

SetValue sets the Value field's value.

func (TagForUpdateNodeGroupInput) String added in v1.1.24

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

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

GoString returns the string representation

func (*Tag_filterForListProjectInput) SetKey added in v1.1.24

SetKey sets the Key field's value.

func (*Tag_filterForListProjectInput) SetValues added in v1.1.24

SetValues sets the Values field's value.

func (Tag_filterForListProjectInput) String added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagsForGetNodeGroupOutput) SetValue added in v1.1.24

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

SetKey sets the Key field's value.

func (*TagsForListNodeGroupOutput) SetValue added in v1.1.24

SetValue sets the Value field's value.

func (TagsForListNodeGroupOutput) String added in v1.1.24

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

GoString returns the string representation

func (*TemplateForUpdateDeploymentInput) SetContainers added in v1.1.24

SetContainers sets the Containers field's value.

func (*TemplateForUpdateDeploymentInput) SetDns_policy added in v1.1.24

SetDns_policy sets the Dns_policy field's value.

func (*TemplateForUpdateDeploymentInput) SetImage_secrets added in v1.1.24

SetImage_secrets sets the Image_secrets field's value.

func (*TemplateForUpdateDeploymentInput) SetVolumes added in v1.1.24

SetVolumes sets the Volumes field's value.

func (TemplateForUpdateDeploymentInput) String added in v1.1.24

String returns the string representation

func (*TemplateForUpdateDeploymentInput) Validate added in v1.1.24

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

GoString returns the string representation

func (*TokenForCreateIotLlmTokenInput) SetCompletion_limit added in v1.1.24

SetCompletion_limit sets the Completion_limit field's value.

func (*TokenForCreateIotLlmTokenInput) SetPrompt_limit added in v1.1.24

SetPrompt_limit sets the Prompt_limit field's value.

func (*TokenForCreateIotLlmTokenInput) SetTotal_limit added in v1.1.24

SetTotal_limit sets the Total_limit field's value.

func (TokenForCreateIotLlmTokenInput) String added in v1.1.24

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

GoString returns the string representation

func (*TokenForCreateIotLlmTokenOutput) SetGtm added in v1.1.24

SetGtm sets the Gtm field's value.

func (*TokenForCreateIotLlmTokenOutput) SetId added in v1.1.24

SetId sets the Id field's value.

func (*TokenForCreateIotLlmTokenOutput) SetValue added in v1.1.24

SetValue sets the Value field's value.

func (TokenForCreateIotLlmTokenOutput) String added in v1.1.24

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

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

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

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

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

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

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

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

SetDuration sets the Duration field's value.

func (*UsageForAddIotModelsInput) SetPrompt_usage added in v1.1.24

SetPrompt_usage sets the Prompt_usage field's value.

func (*UsageForAddIotModelsInput) SetRequest added in v1.1.24

SetRequest sets the Request field's value.

func (*UsageForAddIotModelsInput) SetTotal_usage added in v1.1.24

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

SetCharacter sets the Character field's value.

func (*UsageForListIotModelsOutput) SetCompletion_usage added in v1.1.24

SetCompletion_usage sets the Completion_usage field's value.

func (*UsageForListIotModelsOutput) SetDuration added in v1.1.24

SetDuration sets the Duration field's value.

func (*UsageForListIotModelsOutput) SetPrompt_usage added in v1.1.24

SetPrompt_usage sets the Prompt_usage field's value.

func (*UsageForListIotModelsOutput) SetRequest added in v1.1.24

SetRequest sets the Request field's value.

func (*UsageForListIotModelsOutput) SetTotal_usage added in v1.1.24

SetTotal_usage sets the Total_usage field's value.

func (UsageForListIotModelsOutput) String added in v1.1.24

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

SetCached_total_usage sets the Cached_total_usage field's value.

func (*UsageForListLLModelsV2Output) SetCharacter added in v1.1.24

SetCharacter sets the Character field's value.

func (*UsageForListLLModelsV2Output) SetCompletion_usage added in v1.1.24

SetCompletion_usage sets the Completion_usage field's value.

func (*UsageForListLLModelsV2Output) SetDuration added in v1.1.24

SetDuration sets the Duration field's value.

func (*UsageForListLLModelsV2Output) SetPrompt_usage added in v1.1.24

SetPrompt_usage sets the Prompt_usage field's value.

func (*UsageForListLLModelsV2Output) SetRequest added in v1.1.24

SetRequest sets the Request field's value.

func (*UsageForListLLModelsV2Output) SetTotal_usage added in v1.1.24

SetTotal_usage sets the Total_usage field's value.

func (UsageForListLLModelsV2Output) String added in v1.1.24

String returns the string representation

type VEIAPI

type VEIAPI struct {
	*client.Client
}

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

func (c *VEIAPI) AddIotModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) EdgeCallCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) GetLogRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) GetNodeGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) ListDeviceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) ListHCINewCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) ListModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) ListProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *VEIAPI) UpdateHCICommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

GoString returns the string representation

func (*VolumeForUpdateDeploymentInput) SetConfigmap added in v1.1.24

SetConfigmap sets the Configmap field's value.

func (*VolumeForUpdateDeploymentInput) SetEmpty_dir added in v1.1.24

SetEmpty_dir sets the Empty_dir field's value.

func (*VolumeForUpdateDeploymentInput) SetHost_path added in v1.1.24

SetHost_path sets the Host_path field's value.

func (*VolumeForUpdateDeploymentInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (*VolumeForUpdateDeploymentInput) SetPvc added in v1.1.24

SetPvc sets the Pvc field's value.

func (*VolumeForUpdateDeploymentInput) SetSecret added in v1.1.24

SetSecret sets the Secret field's value.

func (*VolumeForUpdateDeploymentInput) SetSource_type added in v1.1.24

SetSource_type sets the Source_type field's value.

func (VolumeForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*Volume_deviceForUpdateDeploymentInput) SetDevice_path added in v1.1.24

SetDevice_path sets the Device_path field's value.

func (*Volume_deviceForUpdateDeploymentInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (Volume_deviceForUpdateDeploymentInput) String added in v1.1.24

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

GoString returns the string representation

func (*Volume_mountForUpdateDeploymentInput) SetMount_path added in v1.1.24

SetMount_path sets the Mount_path field's value.

func (*Volume_mountForUpdateDeploymentInput) SetName added in v1.1.24

SetName sets the Name field's value.

func (*Volume_mountForUpdateDeploymentInput) SetRead_only added in v1.1.24

SetRead_only sets the Read_only field's value.

func (*Volume_mountForUpdateDeploymentInput) SetSub_path added in v1.1.24

SetSub_path sets the Sub_path field's value.

func (Volume_mountForUpdateDeploymentInput) String added in v1.1.24

String returns the string representation

Jump to

Keyboard shortcuts

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