Documentation
¶
Overview ¶
Package llmscaniface provides an interface to enable mocking the LLMSCAN service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type BasicForGetRiskSummaryOutput
- func (s BasicForGetRiskSummaryOutput) GoString() string
- func (s *BasicForGetRiskSummaryOutput) SetCritical(v int32) *BasicForGetRiskSummaryOutput
- func (s *BasicForGetRiskSummaryOutput) SetDetails(v []*DetailForGetRiskSummaryOutput) *BasicForGetRiskSummaryOutput
- func (s *BasicForGetRiskSummaryOutput) SetExecCount(v int32) *BasicForGetRiskSummaryOutput
- func (s *BasicForGetRiskSummaryOutput) SetHigh(v int32) *BasicForGetRiskSummaryOutput
- func (s *BasicForGetRiskSummaryOutput) SetLow(v int32) *BasicForGetRiskSummaryOutput
- func (s *BasicForGetRiskSummaryOutput) SetMedium(v int32) *BasicForGetRiskSummaryOutput
- func (s *BasicForGetRiskSummaryOutput) SetRiskCount(v int32) *BasicForGetRiskSummaryOutput
- func (s *BasicForGetRiskSummaryOutput) SetTotalCount(v int32) *BasicForGetRiskSummaryOutput
- func (s BasicForGetRiskSummaryOutput) String() string
- type BasicInfoForGetLLMEvalTaskReportOutput
- func (s BasicInfoForGetLLMEvalTaskReportOutput) GoString() string
- func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetAssetName(v string) *BasicInfoForGetLLMEvalTaskReportOutput
- func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetAssetType(v string) *BasicInfoForGetLLMEvalTaskReportOutput
- func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *BasicInfoForGetLLMEvalTaskReportOutput
- func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetEvalTaskName(v string) *BasicInfoForGetLLMEvalTaskReportOutput
- func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetIsPassForOverall(v bool) *BasicInfoForGetLLMEvalTaskReportOutput
- func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetPassRate(v float64) *BasicInfoForGetLLMEvalTaskReportOutput
- func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetReportTime(v int32) *BasicInfoForGetLLMEvalTaskReportOutput
- func (s BasicInfoForGetLLMEvalTaskReportOutput) String() string
- type ChildForGetDimensionTreeByTaskOutput
- type ConnectAgentInput
- func (s ConnectAgentInput) GoString() string
- func (s *ConnectAgentInput) SetAgentID(v string) *ConnectAgentInput
- func (s *ConnectAgentInput) SetApiKey(v string) *ConnectAgentInput
- func (s *ConnectAgentInput) SetBaseUrl(v string) *ConnectAgentInput
- func (s *ConnectAgentInput) SetCurl(v string) *ConnectAgentInput
- func (s *ConnectAgentInput) SetName(v string) *ConnectAgentInput
- func (s *ConnectAgentInput) SetParams(v string) *ConnectAgentInput
- func (s *ConnectAgentInput) SetPlatform(v string) *ConnectAgentInput
- func (s *ConnectAgentInput) SetUserID(v string) *ConnectAgentInput
- func (s ConnectAgentInput) String() string
- func (s *ConnectAgentInput) Validate() error
- type ConnectAgentOutput
- type ConnectModelInput
- func (s ConnectModelInput) GoString() string
- func (s *ConnectModelInput) SetApiKey(v string) *ConnectModelInput
- func (s *ConnectModelInput) SetBaseUrl(v string) *ConnectModelInput
- func (s *ConnectModelInput) SetEndpointID(v string) *ConnectModelInput
- func (s ConnectModelInput) String() string
- func (s *ConnectModelInput) Validate() error
- type ConnectModelOutput
- type CreateAgentInput
- func (s CreateAgentInput) GoString() string
- func (s *CreateAgentInput) SetAPIKey(v string) *CreateAgentInput
- func (s *CreateAgentInput) SetBaseUrl(v string) *CreateAgentInput
- func (s *CreateAgentInput) SetConnectLogID(v int32) *CreateAgentInput
- func (s *CreateAgentInput) SetCurl(v string) *CreateAgentInput
- func (s *CreateAgentInput) SetName(v string) *CreateAgentInput
- func (s *CreateAgentInput) SetParam(v string) *CreateAgentInput
- func (s *CreateAgentInput) SetPlatform(v string) *CreateAgentInput
- func (s *CreateAgentInput) SetUserID(v string) *CreateAgentInput
- func (s CreateAgentInput) String() string
- type CreateAgentOutput
- type CreateEvaluationByIDInput
- func (s CreateEvaluationByIDInput) GoString() string
- func (s *CreateEvaluationByIDInput) SetAssetID(v string) *CreateEvaluationByIDInput
- func (s *CreateEvaluationByIDInput) SetAssetType(v string) *CreateEvaluationByIDInput
- func (s *CreateEvaluationByIDInput) SetConcurrency(v int32) *CreateEvaluationByIDInput
- func (s *CreateEvaluationByIDInput) SetDescription(v string) *CreateEvaluationByIDInput
- func (s *CreateEvaluationByIDInput) SetMaxRound(v int32) *CreateEvaluationByIDInput
- func (s *CreateEvaluationByIDInput) SetQuestionBankIDs(v []*string) *CreateEvaluationByIDInput
- func (s *CreateEvaluationByIDInput) SetTaskName(v string) *CreateEvaluationByIDInput
- func (s *CreateEvaluationByIDInput) SetTaskType(v string) *CreateEvaluationByIDInput
- func (s CreateEvaluationByIDInput) String() string
- type CreateEvaluationByIDOutput
- type CreateEvaluationByInfoInput
- func (s CreateEvaluationByInfoInput) GoString() string
- func (s *CreateEvaluationByInfoInput) SetAPIKey(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetAssetID(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetBaseURL(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetCurl(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetEndpointID(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetName(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetParams(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetPlatform(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetType(v string) *CreateEvaluationByInfoInput
- func (s *CreateEvaluationByInfoInput) SetUserID(v string) *CreateEvaluationByInfoInput
- func (s CreateEvaluationByInfoInput) String() string
- func (s *CreateEvaluationByInfoInput) Validate() error
- type CreateEvaluationByInfoOutput
- type CreateModelInput
- func (s CreateModelInput) GoString() string
- func (s *CreateModelInput) SetApiKey(v string) *CreateModelInput
- func (s *CreateModelInput) SetBaseUrl(v string) *CreateModelInput
- func (s *CreateModelInput) SetEndpointID(v string) *CreateModelInput
- func (s *CreateModelInput) SetImplement(v string) *CreateModelInput
- func (s *CreateModelInput) SetName(v string) *CreateModelInput
- func (s *CreateModelInput) SetParam(v string) *CreateModelInput
- func (s *CreateModelInput) SetRemark(v string) *CreateModelInput
- func (s CreateModelInput) String() string
- func (s *CreateModelInput) Validate() error
- type CreateModelOutput
- type CreateTimeForListModelApplicationInput
- func (s CreateTimeForListModelApplicationInput) GoString() string
- func (s *CreateTimeForListModelApplicationInput) SetEndTime(v int32) *CreateTimeForListModelApplicationInput
- func (s *CreateTimeForListModelApplicationInput) SetStartTime(v int32) *CreateTimeForListModelApplicationInput
- func (s CreateTimeForListModelApplicationInput) String() string
- type DataForConnectAgentOutput
- func (s DataForConnectAgentOutput) GoString() string
- func (s *DataForConnectAgentOutput) SetAnswer(v string) *DataForConnectAgentOutput
- func (s *DataForConnectAgentOutput) SetConnectLogID(v int32) *DataForConnectAgentOutput
- func (s *DataForConnectAgentOutput) SetConnectStatus(v string) *DataForConnectAgentOutput
- func (s *DataForConnectAgentOutput) SetErrorMsg(v string) *DataForConnectAgentOutput
- func (s *DataForConnectAgentOutput) SetQuestion(v string) *DataForConnectAgentOutput
- func (s DataForConnectAgentOutput) String() string
- type DataForConnectModelOutput
- type DataForCreateAgentOutput
- type DataForCreateEvaluationByInfoOutput
- func (s DataForCreateEvaluationByInfoOutput) GoString() string
- func (s *DataForCreateEvaluationByInfoOutput) SetAssetID(v string) *DataForCreateEvaluationByInfoOutput
- func (s *DataForCreateEvaluationByInfoOutput) SetTaskID(v string) *DataForCreateEvaluationByInfoOutput
- func (s DataForCreateEvaluationByInfoOutput) String() string
- type DataForCreateModelOutput
- type DataForDeleteAgentOutput
- type DataForDeleteModelOutput
- type DataForGetAgentDetailOutput
- func (s DataForGetAgentDetailOutput) GoString() string
- func (s *DataForGetAgentDetailOutput) SetApiKey(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetBaseUrl(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetConnectLogID(v int32) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetConnectStatus(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetCreateTime(v int32) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetCurl(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetID(v int32) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetName(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetParam(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetPlatform(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetUUID(v string) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetUpdateTime(v int32) *DataForGetAgentDetailOutput
- func (s *DataForGetAgentDetailOutput) SetUserID(v string) *DataForGetAgentDetailOutput
- func (s DataForGetAgentDetailOutput) String() string
- type DataForGetConnectAgentResultOutput
- type DataForGetDimensionTreeByTaskOutput
- type DataForGetLLMEvalTaskReportOutput
- func (s DataForGetLLMEvalTaskReportOutput) GoString() string
- func (s *DataForGetLLMEvalTaskReportOutput) SetBasicInfo(v *BasicInfoForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
- func (s *DataForGetLLMEvalTaskReportOutput) SetEvalBankReportData(v []*EvalBankReportDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
- func (s *DataForGetLLMEvalTaskReportOutput) SetTc260ResponseAcceptData(v *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
- func (s *DataForGetLLMEvalTaskReportOutput) SetTc260ResponseContentData(v *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
- func (s *DataForGetLLMEvalTaskReportOutput) SetTc260ResponseDenyData(v *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
- func (s DataForGetLLMEvalTaskReportOutput) String() string
- type DataForGetModelDetailOutput
- func (s DataForGetModelDetailOutput) GoString() string
- func (s *DataForGetModelDetailOutput) SetApiKey(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetBaseUrl(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetEndpointID(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetID(v int32) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetImplement(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetModelID(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetName(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetParam(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetRemark(v string) *DataForGetModelDetailOutput
- func (s *DataForGetModelDetailOutput) SetUUID(v string) *DataForGetModelDetailOutput
- func (s DataForGetModelDetailOutput) String() string
- type DataForGetRiskSummaryOutput
- func (s DataForGetRiskSummaryOutput) GoString() string
- func (s *DataForGetRiskSummaryOutput) SetBasic(v *BasicForGetRiskSummaryOutput) *DataForGetRiskSummaryOutput
- func (s *DataForGetRiskSummaryOutput) SetDeep(v *DeepForGetRiskSummaryOutput) *DataForGetRiskSummaryOutput
- func (s *DataForGetRiskSummaryOutput) SetRiskScore(v float64) *DataForGetRiskSummaryOutput
- func (s DataForGetRiskSummaryOutput) String() string
- type DataForGetTaskDetailOutput
- func (s DataForGetTaskDetailOutput) GoString() string
- func (s *DataForGetTaskDetailOutput) SetASR(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetAssetID(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetAssetName(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetConcurrency(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetCreateTime(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetDescription(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetElapsedTime(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetErrMsg(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetExecCount(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetInputTokens(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetMacRound(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetOutputTokens(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetQuestionBanks(v []*string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetRiskCount(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetRiskScore(v float64) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetTaskID(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetTaskName(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetTaskStatus(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetTaskType(v string) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetTotal(v int32) *DataForGetTaskDetailOutput
- func (s *DataForGetTaskDetailOutput) SetUpdateTime(v int32) *DataForGetTaskDetailOutput
- func (s DataForGetTaskDetailOutput) String() string
- type DataForGetTaskProgressOutput
- func (s DataForGetTaskProgressOutput) GoString() string
- func (s *DataForGetTaskProgressOutput) SetASR(v string) *DataForGetTaskProgressOutput
- func (s *DataForGetTaskProgressOutput) SetExecCount(v int32) *DataForGetTaskProgressOutput
- func (s *DataForGetTaskProgressOutput) SetProcess(v string) *DataForGetTaskProgressOutput
- func (s *DataForGetTaskProgressOutput) SetRiskCount(v int32) *DataForGetTaskProgressOutput
- func (s *DataForGetTaskProgressOutput) SetStatus(v int32) *DataForGetTaskProgressOutput
- func (s *DataForGetTaskProgressOutput) SetTotalCount(v int32) *DataForGetTaskProgressOutput
- func (s DataForGetTaskProgressOutput) String() string
- type DataForListAgentOutput
- func (s DataForListAgentOutput) GoString() string
- func (s *DataForListAgentOutput) SetEndTime(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetErrMsg(v string) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetEvalStatus(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetExecNum(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetID(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetName(v string) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetPlatform(v string) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetQuestionBank(v []*string) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetRiskLevel(v string) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetRiskNum(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetRiskScore(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetStartTime(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetTaskID(v string) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetTotalNum(v int32) *DataForListAgentOutput
- func (s *DataForListAgentOutput) SetUUID(v string) *DataForListAgentOutput
- func (s DataForListAgentOutput) String() string
- type DataForListAttackSuccessExampleOutput
- func (s DataForListAttackSuccessExampleOutput) GoString() string
- func (s *DataForListAttackSuccessExampleOutput) SetAtlas(v []*string) *DataForListAttackSuccessExampleOutput
- func (s *DataForListAttackSuccessExampleOutput) SetAtlasCode(v []*string) *DataForListAttackSuccessExampleOutput
- func (s *DataForListAttackSuccessExampleOutput) SetCostTime(v int32) *DataForListAttackSuccessExampleOutput
- func (s *DataForListAttackSuccessExampleOutput) SetCreateTime(v int32) *DataForListAttackSuccessExampleOutput
- func (s *DataForListAttackSuccessExampleOutput) SetDimension(v string) *DataForListAttackSuccessExampleOutput
- func (s *DataForListAttackSuccessExampleOutput) SetQuestion(v string) *DataForListAttackSuccessExampleOutput
- func (s *DataForListAttackSuccessExampleOutput) SetQuestionType(v string) *DataForListAttackSuccessExampleOutput
- func (s DataForListAttackSuccessExampleOutput) String() string
- type DataForListAttackSummaryOutput
- func (s DataForListAttackSummaryOutput) GoString() string
- func (s *DataForListAttackSummaryOutput) SetASR(v string) *DataForListAttackSummaryOutput
- func (s *DataForListAttackSummaryOutput) SetAttackSuccessNum(v int32) *DataForListAttackSummaryOutput
- func (s *DataForListAttackSummaryOutput) SetCode(v string) *DataForListAttackSummaryOutput
- func (s *DataForListAttackSummaryOutput) SetName(v string) *DataForListAttackSummaryOutput
- func (s *DataForListAttackSummaryOutput) SetTotalNum(v int32) *DataForListAttackSummaryOutput
- func (s DataForListAttackSummaryOutput) String() string
- type DataForListAttackTypeSummaryOutput
- func (s DataForListAttackTypeSummaryOutput) GoString() string
- func (s *DataForListAttackTypeSummaryOutput) SetASR(v string) *DataForListAttackTypeSummaryOutput
- func (s *DataForListAttackTypeSummaryOutput) SetAttackSuccessNum(v int32) *DataForListAttackTypeSummaryOutput
- func (s *DataForListAttackTypeSummaryOutput) SetCode(v string) *DataForListAttackTypeSummaryOutput
- func (s *DataForListAttackTypeSummaryOutput) SetName(v string) *DataForListAttackTypeSummaryOutput
- func (s *DataForListAttackTypeSummaryOutput) SetTotalNum(v int32) *DataForListAttackTypeSummaryOutput
- func (s DataForListAttackTypeSummaryOutput) String() string
- type DataForListLLMEvalTasksOutput
- func (s DataForListLLMEvalTasksOutput) GoString() string
- func (s *DataForListLLMEvalTasksOutput) SetASR(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetConcurrency(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetCreateTime(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetDescription(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetElapsedTime(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetErrMsg(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetExecCount(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetInputTokens(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetMacRound(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetModelID(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetModelName(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetOutputTokens(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetQuestionBanks(v []*string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetRiskCount(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetRiskScore(v float64) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetTaskID(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetTaskName(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetTaskStatus(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetTaskType(v string) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetTotal(v int32) *DataForListLLMEvalTasksOutput
- func (s *DataForListLLMEvalTasksOutput) SetUpdateTime(v int32) *DataForListLLMEvalTasksOutput
- func (s DataForListLLMEvalTasksOutput) String() string
- type DataForListModelApplicationOutput
- func (s DataForListModelApplicationOutput) GoString() string
- func (s *DataForListModelApplicationOutput) SetEndTime(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetEndpointID(v string) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetErrMsg(v string) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetEvalStatus(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetExecNum(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetID(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetImplement(v string) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetName(v string) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetQuestionBank(v []*string) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetRiskLevel(v string) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetRiskNum(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetRiskScore(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetStartTime(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetTaskID(v string) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetTotalNum(v int32) *DataForListModelApplicationOutput
- func (s *DataForListModelApplicationOutput) SetUUID(v string) *DataForListModelApplicationOutput
- func (s DataForListModelApplicationOutput) String() string
- type DataForListRiskSeverityOutput
- func (s DataForListRiskSeverityOutput) GoString() string
- func (s *DataForListRiskSeverityOutput) SetCode(v string) *DataForListRiskSeverityOutput
- func (s *DataForListRiskSeverityOutput) SetDiffRatio(v string) *DataForListRiskSeverityOutput
- func (s *DataForListRiskSeverityOutput) SetName(v string) *DataForListRiskSeverityOutput
- func (s *DataForListRiskSeverityOutput) SetRealRatio(v string) *DataForListRiskSeverityOutput
- func (s *DataForListRiskSeverityOutput) SetStandardRatio(v string) *DataForListRiskSeverityOutput
- func (s DataForListRiskSeverityOutput) String() string
- type DataForListTaskDetailsOutput
- func (s DataForListTaskDetailsOutput) GoString() string
- func (s *DataForListTaskDetailsOutput) SetAtlas(v []*string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetAtlasCodes(v []*string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetAtlasIds(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetComplianceType(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetConfidence(v float64) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetCreateTime(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetDescription(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetDialog(v []*DialogForListTaskDetailsOutput) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetDimensionID(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetDimensionName(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetDimensionPath(v []*string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetEvalDeepType(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetEvalType(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetID(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetLLMInputToken(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetLLMOutputToken(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetOWASPID(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetOwaspName(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetPromptNum(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetQuestion(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetQuestionType(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetResult(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetRiskDesc(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetRiskScore(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetSeverity(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetTargetInputToken(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetTargetOutputToken(v int32) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetThreatID(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetThreatProductID(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetThreatProductName(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetThreatSubID(v string) *DataForListTaskDetailsOutput
- func (s *DataForListTaskDetailsOutput) SetTimeConsumed(v int32) *DataForListTaskDetailsOutput
- func (s DataForListTaskDetailsOutput) String() string
- type DataForUpdateAgentOutput
- type DataForUpdateModelOutput
- type DeepForGetRiskSummaryOutput
- func (s DeepForGetRiskSummaryOutput) GoString() string
- func (s *DeepForGetRiskSummaryOutput) SetCritical(v int32) *DeepForGetRiskSummaryOutput
- func (s *DeepForGetRiskSummaryOutput) SetDetails(v []*DetailForGetRiskSummaryOutput) *DeepForGetRiskSummaryOutput
- func (s *DeepForGetRiskSummaryOutput) SetExecCount(v int32) *DeepForGetRiskSummaryOutput
- func (s *DeepForGetRiskSummaryOutput) SetHigh(v int32) *DeepForGetRiskSummaryOutput
- func (s *DeepForGetRiskSummaryOutput) SetLow(v int32) *DeepForGetRiskSummaryOutput
- func (s *DeepForGetRiskSummaryOutput) SetMedium(v int32) *DeepForGetRiskSummaryOutput
- func (s *DeepForGetRiskSummaryOutput) SetRiskCount(v int32) *DeepForGetRiskSummaryOutput
- func (s *DeepForGetRiskSummaryOutput) SetTotalCount(v int32) *DeepForGetRiskSummaryOutput
- func (s DeepForGetRiskSummaryOutput) String() string
- type DeleteAgentInput
- type DeleteAgentOutput
- type DeleteModelInput
- type DeleteModelOutput
- type DetailForGetRiskSummaryOutput
- func (s DetailForGetRiskSummaryOutput) GoString() string
- func (s *DetailForGetRiskSummaryOutput) SetExecCount(v int32) *DetailForGetRiskSummaryOutput
- func (s *DetailForGetRiskSummaryOutput) SetName(v string) *DetailForGetRiskSummaryOutput
- func (s *DetailForGetRiskSummaryOutput) SetRiskCount(v int32) *DetailForGetRiskSummaryOutput
- func (s *DetailForGetRiskSummaryOutput) SetTotalCount(v int32) *DetailForGetRiskSummaryOutput
- func (s *DetailForGetRiskSummaryOutput) SetValue(v int32) *DetailForGetRiskSummaryOutput
- func (s DetailForGetRiskSummaryOutput) String() string
- type DialogForListTaskDetailsOutput
- type DimensionReportDataForGetLLMEvalTaskReportOutput
- func (s DimensionReportDataForGetLLMEvalTaskReportOutput) GoString() string
- func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetDimensionCode(v string) *DimensionReportDataForGetLLMEvalTaskReportOutput
- func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetDimensionName(v string) *DimensionReportDataForGetLLMEvalTaskReportOutput
- func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *DimensionReportDataForGetLLMEvalTaskReportOutput
- func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *DimensionReportDataForGetLLMEvalTaskReportOutput
- func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *DimensionReportDataForGetLLMEvalTaskReportOutput
- func (s DimensionReportDataForGetLLMEvalTaskReportOutput) String() string
- type EditEvalTaskInput
- type EditEvalTaskOutput
- type EvalBankReportDataForGetLLMEvalTaskReportOutput
- func (s EvalBankReportDataForGetLLMEvalTaskReportOutput) GoString() string
- func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetDimensionReportData(v []*DimensionReportDataForGetLLMEvalTaskReportOutput) *EvalBankReportDataForGetLLMEvalTaskReportOutput
- func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *EvalBankReportDataForGetLLMEvalTaskReportOutput
- func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *EvalBankReportDataForGetLLMEvalTaskReportOutput
- func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *EvalBankReportDataForGetLLMEvalTaskReportOutput
- func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetQuestionBankID(v string) *EvalBankReportDataForGetLLMEvalTaskReportOutput
- func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetQuestionBankName(v string) *EvalBankReportDataForGetLLMEvalTaskReportOutput
- func (s EvalBankReportDataForGetLLMEvalTaskReportOutput) String() string
- type FilterForListAgentInput
- func (s FilterForListAgentInput) GoString() string
- func (s *FilterForListAgentInput) SetEvalStatus(v int32) *FilterForListAgentInput
- func (s *FilterForListAgentInput) SetName(v string) *FilterForListAgentInput
- func (s *FilterForListAgentInput) SetRiskLevel(v string) *FilterForListAgentInput
- func (s *FilterForListAgentInput) SetUpdateTime(v *UpdateTimeForListAgentInput) *FilterForListAgentInput
- func (s FilterForListAgentInput) String() string
- type FilterForListAttackTypeSummaryInput
- type FilterForListLLMEvalTasksInput
- func (s FilterForListLLMEvalTasksInput) GoString() string
- func (s *FilterForListLLMEvalTasksInput) SetAssetName(v string) *FilterForListLLMEvalTasksInput
- func (s *FilterForListLLMEvalTasksInput) SetAssetType(v string) *FilterForListLLMEvalTasksInput
- func (s *FilterForListLLMEvalTasksInput) SetHasRisk(v int32) *FilterForListLLMEvalTasksInput
- func (s *FilterForListLLMEvalTasksInput) SetTaskName(v string) *FilterForListLLMEvalTasksInput
- func (s *FilterForListLLMEvalTasksInput) SetTaskStatus(v []*int32) *FilterForListLLMEvalTasksInput
- func (s *FilterForListLLMEvalTasksInput) SetTaskType(v string) *FilterForListLLMEvalTasksInput
- func (s FilterForListLLMEvalTasksInput) String() string
- type FilterForListModelApplicationInput
- func (s FilterForListModelApplicationInput) GoString() string
- func (s *FilterForListModelApplicationInput) SetCreateTime(v *CreateTimeForListModelApplicationInput) *FilterForListModelApplicationInput
- func (s *FilterForListModelApplicationInput) SetEndpointID(v string) *FilterForListModelApplicationInput
- func (s *FilterForListModelApplicationInput) SetEvalStatus(v int32) *FilterForListModelApplicationInput
- func (s *FilterForListModelApplicationInput) SetImplement(v string) *FilterForListModelApplicationInput
- func (s *FilterForListModelApplicationInput) SetModelID(v string) *FilterForListModelApplicationInput
- func (s *FilterForListModelApplicationInput) SetName(v string) *FilterForListModelApplicationInput
- func (s *FilterForListModelApplicationInput) SetRiskLevel(v string) *FilterForListModelApplicationInput
- func (s *FilterForListModelApplicationInput) SetUpdateTime(v *UpdateTimeForListModelApplicationInput) *FilterForListModelApplicationInput
- func (s FilterForListModelApplicationInput) String() string
- type FilterForListTaskDetailsInput
- func (s FilterForListTaskDetailsInput) GoString() string
- func (s *FilterForListTaskDetailsInput) SetAtlasCodes(v []*string) *FilterForListTaskDetailsInput
- func (s *FilterForListTaskDetailsInput) SetDimensionIds(v []*string) *FilterForListTaskDetailsInput
- func (s *FilterForListTaskDetailsInput) SetEvalRiskResult(v int32) *FilterForListTaskDetailsInput
- func (s *FilterForListTaskDetailsInput) SetOwaspIds(v []*string) *FilterForListTaskDetailsInput
- func (s *FilterForListTaskDetailsInput) SetQuestion(v string) *FilterForListTaskDetailsInput
- func (s *FilterForListTaskDetailsInput) SetRiskLevels(v []*string) *FilterForListTaskDetailsInput
- func (s *FilterForListTaskDetailsInput) SetTaskID(v string) *FilterForListTaskDetailsInput
- func (s FilterForListTaskDetailsInput) String() string
- type GetAgentDetailInput
- type GetAgentDetailOutput
- type GetConnectAgentResultInput
- type GetConnectAgentResultOutput
- type GetDimensionTreeByTaskInput
- type GetDimensionTreeByTaskOutput
- type GetLLMEvalTaskReportInput
- type GetLLMEvalTaskReportOutput
- type GetModelDetailInput
- type GetModelDetailOutput
- type GetRiskSummaryInput
- type GetRiskSummaryOutput
- type GetTaskDetailInput
- type GetTaskDetailOutput
- type GetTaskProgressInput
- type GetTaskProgressOutput
- type LLMSCAN
- func (c *LLMSCAN) ConnectAgent(input *ConnectAgentInput) (*ConnectAgentOutput, error)
- func (c *LLMSCAN) ConnectAgentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ConnectAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ConnectAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ConnectAgentRequest(input *ConnectAgentInput) (req *request.Request, output *ConnectAgentOutput)
- func (c *LLMSCAN) ConnectAgentWithContext(ctx volcengine.Context, input *ConnectAgentInput, opts ...request.Option) (*ConnectAgentOutput, error)
- func (c *LLMSCAN) ConnectModel(input *ConnectModelInput) (*ConnectModelOutput, error)
- func (c *LLMSCAN) ConnectModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ConnectModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ConnectModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ConnectModelRequest(input *ConnectModelInput) (req *request.Request, output *ConnectModelOutput)
- func (c *LLMSCAN) ConnectModelWithContext(ctx volcengine.Context, input *ConnectModelInput, opts ...request.Option) (*ConnectModelOutput, error)
- func (c *LLMSCAN) CreateAgent(input *CreateAgentInput) (*CreateAgentOutput, error)
- func (c *LLMSCAN) CreateAgentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) CreateAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateAgentRequest(input *CreateAgentInput) (req *request.Request, output *CreateAgentOutput)
- func (c *LLMSCAN) CreateAgentWithContext(ctx volcengine.Context, input *CreateAgentInput, opts ...request.Option) (*CreateAgentOutput, error)
- func (c *LLMSCAN) CreateEvaluationByID(input *CreateEvaluationByIDInput) (*CreateEvaluationByIDOutput, error)
- func (c *LLMSCAN) CreateEvaluationByIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateEvaluationByIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) CreateEvaluationByIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateEvaluationByIDRequest(input *CreateEvaluationByIDInput) (req *request.Request, output *CreateEvaluationByIDOutput)
- func (c *LLMSCAN) CreateEvaluationByIDWithContext(ctx volcengine.Context, input *CreateEvaluationByIDInput, ...) (*CreateEvaluationByIDOutput, error)
- func (c *LLMSCAN) CreateEvaluationByInfo(input *CreateEvaluationByInfoInput) (*CreateEvaluationByInfoOutput, error)
- func (c *LLMSCAN) CreateEvaluationByInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateEvaluationByInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) CreateEvaluationByInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateEvaluationByInfoRequest(input *CreateEvaluationByInfoInput) (req *request.Request, output *CreateEvaluationByInfoOutput)
- func (c *LLMSCAN) CreateEvaluationByInfoWithContext(ctx volcengine.Context, input *CreateEvaluationByInfoInput, ...) (*CreateEvaluationByInfoOutput, error)
- func (c *LLMSCAN) CreateModel(input *CreateModelInput) (*CreateModelOutput, error)
- func (c *LLMSCAN) CreateModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) CreateModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) CreateModelRequest(input *CreateModelInput) (req *request.Request, output *CreateModelOutput)
- func (c *LLMSCAN) CreateModelWithContext(ctx volcengine.Context, input *CreateModelInput, opts ...request.Option) (*CreateModelOutput, error)
- func (c *LLMSCAN) DeleteAgent(input *DeleteAgentInput) (*DeleteAgentOutput, error)
- func (c *LLMSCAN) DeleteAgentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) DeleteAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) DeleteAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) DeleteAgentRequest(input *DeleteAgentInput) (req *request.Request, output *DeleteAgentOutput)
- func (c *LLMSCAN) DeleteAgentWithContext(ctx volcengine.Context, input *DeleteAgentInput, opts ...request.Option) (*DeleteAgentOutput, error)
- func (c *LLMSCAN) DeleteModel(input *DeleteModelInput) (*DeleteModelOutput, error)
- func (c *LLMSCAN) DeleteModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) DeleteModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) DeleteModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) DeleteModelRequest(input *DeleteModelInput) (req *request.Request, output *DeleteModelOutput)
- func (c *LLMSCAN) DeleteModelWithContext(ctx volcengine.Context, input *DeleteModelInput, opts ...request.Option) (*DeleteModelOutput, error)
- func (c *LLMSCAN) EditEvalTask(input *EditEvalTaskInput) (*EditEvalTaskOutput, error)
- func (c *LLMSCAN) EditEvalTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) EditEvalTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) EditEvalTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) EditEvalTaskRequest(input *EditEvalTaskInput) (req *request.Request, output *EditEvalTaskOutput)
- func (c *LLMSCAN) EditEvalTaskWithContext(ctx volcengine.Context, input *EditEvalTaskInput, opts ...request.Option) (*EditEvalTaskOutput, error)
- func (c *LLMSCAN) GetAgentDetail(input *GetAgentDetailInput) (*GetAgentDetailOutput, error)
- func (c *LLMSCAN) GetAgentDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetAgentDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetAgentDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetAgentDetailRequest(input *GetAgentDetailInput) (req *request.Request, output *GetAgentDetailOutput)
- func (c *LLMSCAN) GetAgentDetailWithContext(ctx volcengine.Context, input *GetAgentDetailInput, opts ...request.Option) (*GetAgentDetailOutput, error)
- func (c *LLMSCAN) GetConnectAgentResult(input *GetConnectAgentResultInput) (*GetConnectAgentResultOutput, error)
- func (c *LLMSCAN) GetConnectAgentResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetConnectAgentResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetConnectAgentResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetConnectAgentResultRequest(input *GetConnectAgentResultInput) (req *request.Request, output *GetConnectAgentResultOutput)
- func (c *LLMSCAN) GetConnectAgentResultWithContext(ctx volcengine.Context, input *GetConnectAgentResultInput, ...) (*GetConnectAgentResultOutput, error)
- func (c *LLMSCAN) GetDimensionTreeByTask(input *GetDimensionTreeByTaskInput) (*GetDimensionTreeByTaskOutput, error)
- func (c *LLMSCAN) GetDimensionTreeByTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetDimensionTreeByTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetDimensionTreeByTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetDimensionTreeByTaskRequest(input *GetDimensionTreeByTaskInput) (req *request.Request, output *GetDimensionTreeByTaskOutput)
- func (c *LLMSCAN) GetDimensionTreeByTaskWithContext(ctx volcengine.Context, input *GetDimensionTreeByTaskInput, ...) (*GetDimensionTreeByTaskOutput, error)
- func (c *LLMSCAN) GetLLMEvalTaskReport(input *GetLLMEvalTaskReportInput) (*GetLLMEvalTaskReportOutput, error)
- func (c *LLMSCAN) GetLLMEvalTaskReportCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetLLMEvalTaskReportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetLLMEvalTaskReportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetLLMEvalTaskReportRequest(input *GetLLMEvalTaskReportInput) (req *request.Request, output *GetLLMEvalTaskReportOutput)
- func (c *LLMSCAN) GetLLMEvalTaskReportWithContext(ctx volcengine.Context, input *GetLLMEvalTaskReportInput, ...) (*GetLLMEvalTaskReportOutput, error)
- func (c *LLMSCAN) GetModelDetail(input *GetModelDetailInput) (*GetModelDetailOutput, error)
- func (c *LLMSCAN) GetModelDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetModelDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetModelDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetModelDetailRequest(input *GetModelDetailInput) (req *request.Request, output *GetModelDetailOutput)
- func (c *LLMSCAN) GetModelDetailWithContext(ctx volcengine.Context, input *GetModelDetailInput, opts ...request.Option) (*GetModelDetailOutput, error)
- func (c *LLMSCAN) GetRiskSummary(input *GetRiskSummaryInput) (*GetRiskSummaryOutput, error)
- func (c *LLMSCAN) GetRiskSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetRiskSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetRiskSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetRiskSummaryRequest(input *GetRiskSummaryInput) (req *request.Request, output *GetRiskSummaryOutput)
- func (c *LLMSCAN) GetRiskSummaryWithContext(ctx volcengine.Context, input *GetRiskSummaryInput, opts ...request.Option) (*GetRiskSummaryOutput, error)
- func (c *LLMSCAN) GetTaskDetail(input *GetTaskDetailInput) (*GetTaskDetailOutput, error)
- func (c *LLMSCAN) GetTaskDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetTaskDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetTaskDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetTaskDetailRequest(input *GetTaskDetailInput) (req *request.Request, output *GetTaskDetailOutput)
- func (c *LLMSCAN) GetTaskDetailWithContext(ctx volcengine.Context, input *GetTaskDetailInput, opts ...request.Option) (*GetTaskDetailOutput, error)
- func (c *LLMSCAN) GetTaskProgress(input *GetTaskProgressInput) (*GetTaskProgressOutput, error)
- func (c *LLMSCAN) GetTaskProgressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetTaskProgressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) GetTaskProgressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) GetTaskProgressRequest(input *GetTaskProgressInput) (req *request.Request, output *GetTaskProgressOutput)
- func (c *LLMSCAN) GetTaskProgressWithContext(ctx volcengine.Context, input *GetTaskProgressInput, opts ...request.Option) (*GetTaskProgressOutput, error)
- func (c *LLMSCAN) ListAgent(input *ListAgentInput) (*ListAgentOutput, error)
- func (c *LLMSCAN) ListAgentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAgentRequest(input *ListAgentInput) (req *request.Request, output *ListAgentOutput)
- func (c *LLMSCAN) ListAgentWithContext(ctx volcengine.Context, input *ListAgentInput, opts ...request.Option) (*ListAgentOutput, error)
- func (c *LLMSCAN) ListAttackSuccessExample(input *ListAttackSuccessExampleInput) (*ListAttackSuccessExampleOutput, error)
- func (c *LLMSCAN) ListAttackSuccessExampleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAttackSuccessExampleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListAttackSuccessExampleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAttackSuccessExampleRequest(input *ListAttackSuccessExampleInput) (req *request.Request, output *ListAttackSuccessExampleOutput)
- func (c *LLMSCAN) ListAttackSuccessExampleWithContext(ctx volcengine.Context, input *ListAttackSuccessExampleInput, ...) (*ListAttackSuccessExampleOutput, error)
- func (c *LLMSCAN) ListAttackSummary(input *ListAttackSummaryInput) (*ListAttackSummaryOutput, error)
- func (c *LLMSCAN) ListAttackSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAttackSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListAttackSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAttackSummaryRequest(input *ListAttackSummaryInput) (req *request.Request, output *ListAttackSummaryOutput)
- func (c *LLMSCAN) ListAttackSummaryWithContext(ctx volcengine.Context, input *ListAttackSummaryInput, opts ...request.Option) (*ListAttackSummaryOutput, error)
- func (c *LLMSCAN) ListAttackTypeSummary(input *ListAttackTypeSummaryInput) (*ListAttackTypeSummaryOutput, error)
- func (c *LLMSCAN) ListAttackTypeSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAttackTypeSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListAttackTypeSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListAttackTypeSummaryRequest(input *ListAttackTypeSummaryInput) (req *request.Request, output *ListAttackTypeSummaryOutput)
- func (c *LLMSCAN) ListAttackTypeSummaryWithContext(ctx volcengine.Context, input *ListAttackTypeSummaryInput, ...) (*ListAttackTypeSummaryOutput, error)
- func (c *LLMSCAN) ListLLMEvalTasks(input *ListLLMEvalTasksInput) (*ListLLMEvalTasksOutput, error)
- func (c *LLMSCAN) ListLLMEvalTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListLLMEvalTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListLLMEvalTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListLLMEvalTasksRequest(input *ListLLMEvalTasksInput) (req *request.Request, output *ListLLMEvalTasksOutput)
- func (c *LLMSCAN) ListLLMEvalTasksWithContext(ctx volcengine.Context, input *ListLLMEvalTasksInput, opts ...request.Option) (*ListLLMEvalTasksOutput, error)
- func (c *LLMSCAN) ListModelApplication(input *ListModelApplicationInput) (*ListModelApplicationOutput, error)
- func (c *LLMSCAN) ListModelApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListModelApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListModelApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListModelApplicationRequest(input *ListModelApplicationInput) (req *request.Request, output *ListModelApplicationOutput)
- func (c *LLMSCAN) ListModelApplicationWithContext(ctx volcengine.Context, input *ListModelApplicationInput, ...) (*ListModelApplicationOutput, error)
- func (c *LLMSCAN) ListRiskSeverity(input *ListRiskSeverityInput) (*ListRiskSeverityOutput, error)
- func (c *LLMSCAN) ListRiskSeverityCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListRiskSeverityCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListRiskSeverityCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListRiskSeverityRequest(input *ListRiskSeverityInput) (req *request.Request, output *ListRiskSeverityOutput)
- func (c *LLMSCAN) ListRiskSeverityWithContext(ctx volcengine.Context, input *ListRiskSeverityInput, opts ...request.Option) (*ListRiskSeverityOutput, error)
- func (c *LLMSCAN) ListTaskDetails(input *ListTaskDetailsInput) (*ListTaskDetailsOutput, error)
- func (c *LLMSCAN) ListTaskDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListTaskDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) ListTaskDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) ListTaskDetailsRequest(input *ListTaskDetailsInput) (req *request.Request, output *ListTaskDetailsOutput)
- func (c *LLMSCAN) ListTaskDetailsWithContext(ctx volcengine.Context, input *ListTaskDetailsInput, opts ...request.Option) (*ListTaskDetailsOutput, error)
- func (c *LLMSCAN) OperateTask(input *OperateTaskInput) (*OperateTaskOutput, error)
- func (c *LLMSCAN) OperateTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) OperateTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) OperateTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) OperateTaskRequest(input *OperateTaskInput) (req *request.Request, output *OperateTaskOutput)
- func (c *LLMSCAN) OperateTaskWithContext(ctx volcengine.Context, input *OperateTaskInput, opts ...request.Option) (*OperateTaskOutput, error)
- func (c *LLMSCAN) UpdateAgent(input *UpdateAgentInput) (*UpdateAgentOutput, error)
- func (c *LLMSCAN) UpdateAgentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) UpdateAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) UpdateAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) UpdateAgentRequest(input *UpdateAgentInput) (req *request.Request, output *UpdateAgentOutput)
- func (c *LLMSCAN) UpdateAgentWithContext(ctx volcengine.Context, input *UpdateAgentInput, opts ...request.Option) (*UpdateAgentOutput, error)
- func (c *LLMSCAN) UpdateModel(input *UpdateModelInput) (*UpdateModelOutput, error)
- func (c *LLMSCAN) UpdateModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *LLMSCAN) UpdateModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *LLMSCAN) UpdateModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *LLMSCAN) UpdateModelRequest(input *UpdateModelInput) (req *request.Request, output *UpdateModelOutput)
- func (c *LLMSCAN) UpdateModelWithContext(ctx volcengine.Context, input *UpdateModelInput, opts ...request.Option) (*UpdateModelOutput, error)
- type LLMSCANAPI
- type ListAgentInput
- func (s ListAgentInput) GoString() string
- func (s *ListAgentInput) SetFilter(v *FilterForListAgentInput) *ListAgentInput
- func (s *ListAgentInput) SetPageNumber(v int32) *ListAgentInput
- func (s *ListAgentInput) SetPageSize(v int32) *ListAgentInput
- func (s *ListAgentInput) SetSortBy(v string) *ListAgentInput
- func (s *ListAgentInput) SetSortOrder(v string) *ListAgentInput
- func (s ListAgentInput) String() string
- func (s *ListAgentInput) Validate() error
- type ListAgentOutput
- func (s ListAgentOutput) GoString() string
- func (s *ListAgentOutput) SetData(v []*DataForListAgentOutput) *ListAgentOutput
- func (s *ListAgentOutput) SetPageNumber(v int32) *ListAgentOutput
- func (s *ListAgentOutput) SetPageSize(v int32) *ListAgentOutput
- func (s *ListAgentOutput) SetTotalCount(v int32) *ListAgentOutput
- func (s ListAgentOutput) String() string
- type ListAttackSuccessExampleInput
- type ListAttackSuccessExampleOutput
- type ListAttackSummaryInput
- type ListAttackSummaryOutput
- type ListAttackTypeSummaryInput
- func (s ListAttackTypeSummaryInput) GoString() string
- func (s *ListAttackTypeSummaryInput) SetFilter(v *FilterForListAttackTypeSummaryInput) *ListAttackTypeSummaryInput
- func (s *ListAttackTypeSummaryInput) SetPageNumber(v int32) *ListAttackTypeSummaryInput
- func (s *ListAttackTypeSummaryInput) SetPageSize(v int32) *ListAttackTypeSummaryInput
- func (s *ListAttackTypeSummaryInput) SetSortBy(v string) *ListAttackTypeSummaryInput
- func (s *ListAttackTypeSummaryInput) SetSortOrder(v string) *ListAttackTypeSummaryInput
- func (s ListAttackTypeSummaryInput) String() string
- func (s *ListAttackTypeSummaryInput) Validate() error
- type ListAttackTypeSummaryOutput
- type ListLLMEvalTasksInput
- func (s ListLLMEvalTasksInput) GoString() string
- func (s *ListLLMEvalTasksInput) SetFilter(v *FilterForListLLMEvalTasksInput) *ListLLMEvalTasksInput
- func (s *ListLLMEvalTasksInput) SetPageNumber(v int32) *ListLLMEvalTasksInput
- func (s *ListLLMEvalTasksInput) SetPageSize(v int32) *ListLLMEvalTasksInput
- func (s *ListLLMEvalTasksInput) SetSortBy(v string) *ListLLMEvalTasksInput
- func (s *ListLLMEvalTasksInput) SetSortOrder(v string) *ListLLMEvalTasksInput
- func (s ListLLMEvalTasksInput) String() string
- func (s *ListLLMEvalTasksInput) Validate() error
- type ListLLMEvalTasksOutput
- func (s ListLLMEvalTasksOutput) GoString() string
- func (s *ListLLMEvalTasksOutput) SetData(v []*DataForListLLMEvalTasksOutput) *ListLLMEvalTasksOutput
- func (s *ListLLMEvalTasksOutput) SetPageNumber(v int32) *ListLLMEvalTasksOutput
- func (s *ListLLMEvalTasksOutput) SetPageSize(v int32) *ListLLMEvalTasksOutput
- func (s *ListLLMEvalTasksOutput) SetTotalCount(v int32) *ListLLMEvalTasksOutput
- func (s ListLLMEvalTasksOutput) String() string
- type ListModelApplicationInput
- func (s ListModelApplicationInput) GoString() string
- func (s *ListModelApplicationInput) SetFilter(v *FilterForListModelApplicationInput) *ListModelApplicationInput
- func (s *ListModelApplicationInput) SetPageNumber(v int32) *ListModelApplicationInput
- func (s *ListModelApplicationInput) SetPageSize(v int32) *ListModelApplicationInput
- func (s *ListModelApplicationInput) SetSortBy(v string) *ListModelApplicationInput
- func (s *ListModelApplicationInput) SetSortOrder(v string) *ListModelApplicationInput
- func (s ListModelApplicationInput) String() string
- func (s *ListModelApplicationInput) Validate() error
- type ListModelApplicationOutput
- func (s ListModelApplicationOutput) GoString() string
- func (s *ListModelApplicationOutput) SetData(v []*DataForListModelApplicationOutput) *ListModelApplicationOutput
- func (s *ListModelApplicationOutput) SetPageNumber(v int32) *ListModelApplicationOutput
- func (s *ListModelApplicationOutput) SetPageSize(v int32) *ListModelApplicationOutput
- func (s *ListModelApplicationOutput) SetTotalCount(v int32) *ListModelApplicationOutput
- func (s ListModelApplicationOutput) String() string
- type ListRiskSeverityInput
- type ListRiskSeverityOutput
- type ListTaskDetailsInput
- func (s ListTaskDetailsInput) GoString() string
- func (s *ListTaskDetailsInput) SetFilter(v *FilterForListTaskDetailsInput) *ListTaskDetailsInput
- func (s *ListTaskDetailsInput) SetPageNumber(v int32) *ListTaskDetailsInput
- func (s *ListTaskDetailsInput) SetPageSize(v int32) *ListTaskDetailsInput
- func (s *ListTaskDetailsInput) SetSortBy(v string) *ListTaskDetailsInput
- func (s *ListTaskDetailsInput) SetSortOrder(v string) *ListTaskDetailsInput
- func (s ListTaskDetailsInput) String() string
- func (s *ListTaskDetailsInput) Validate() error
- type ListTaskDetailsOutput
- func (s ListTaskDetailsOutput) GoString() string
- func (s *ListTaskDetailsOutput) SetData(v []*DataForListTaskDetailsOutput) *ListTaskDetailsOutput
- func (s *ListTaskDetailsOutput) SetPageNumber(v int32) *ListTaskDetailsOutput
- func (s *ListTaskDetailsOutput) SetPageSize(v int32) *ListTaskDetailsOutput
- func (s *ListTaskDetailsOutput) SetTotalCount(v int32) *ListTaskDetailsOutput
- func (s ListTaskDetailsOutput) String() string
- type OperateTaskInput
- type OperateTaskOutput
- type ProjectInfoForGetLLMEvalTaskReportOutput
- func (s ProjectInfoForGetLLMEvalTaskReportOutput) GoString() string
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetAllSubProjectName(v []*string) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetFailSubProjectName(v []*string) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetIsPass(v bool) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetProjectCode(v string) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetProjectName(v string) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetStandardPassRate(v float64) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectInfos(v []*SubProjectInfoForGetLLMEvalTaskReportOutput) *ProjectInfoForGetLLMEvalTaskReportOutput
- func (s ProjectInfoForGetLLMEvalTaskReportOutput) String() string
- type RootForGetDimensionTreeByTaskOutput
- func (s RootForGetDimensionTreeByTaskOutput) GoString() string
- func (s *RootForGetDimensionTreeByTaskOutput) SetChildren(v []*ChildForGetDimensionTreeByTaskOutput) *RootForGetDimensionTreeByTaskOutput
- func (s *RootForGetDimensionTreeByTaskOutput) SetDimensionID(v string) *RootForGetDimensionTreeByTaskOutput
- func (s *RootForGetDimensionTreeByTaskOutput) SetDimensionLevel(v string) *RootForGetDimensionTreeByTaskOutput
- func (s *RootForGetDimensionTreeByTaskOutput) SetDimensionName(v string) *RootForGetDimensionTreeByTaskOutput
- func (s *RootForGetDimensionTreeByTaskOutput) SetParentID(v string) *RootForGetDimensionTreeByTaskOutput
- func (s *RootForGetDimensionTreeByTaskOutput) SetUpdateTime(v int32) *RootForGetDimensionTreeByTaskOutput
- func (s RootForGetDimensionTreeByTaskOutput) String() string
- type SubProjectInfoForGetLLMEvalTaskReportOutput
- func (s SubProjectInfoForGetLLMEvalTaskReportOutput) GoString() string
- func (s *SubProjectInfoForGetLLMEvalTaskReportOutput) SetPassRate(v float64) *SubProjectInfoForGetLLMEvalTaskReportOutput
- func (s *SubProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectCode(v string) *SubProjectInfoForGetLLMEvalTaskReportOutput
- func (s *SubProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectName(v string) *SubProjectInfoForGetLLMEvalTaskReportOutput
- func (s SubProjectInfoForGetLLMEvalTaskReportOutput) String() string
- type Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) GoString() string
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetAllSubProjectName(v []*string) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetFailSubProjectName(v []*string) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetIsPass(v bool) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetStandardPassRate(v float64) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetSubProjectInfos(v []*SubProjectInfoForGetLLMEvalTaskReportOutput) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
- func (s Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) String() string
- type Tc260ResponseContentDataForGetLLMEvalTaskReportOutput
- func (s Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) GoString() string
- func (s *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) SetIsPassForResponse(v bool) *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) SetProjectInfos(v []*ProjectInfoForGetLLMEvalTaskReportOutput) *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput
- func (s Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) String() string
- type Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput
- func (s Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) GoString() string
- func (s *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) SetIsPassForResponse(v bool) *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput
- func (s *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) SetProjectInfos(v []*ProjectInfoForGetLLMEvalTaskReportOutput) *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput
- func (s Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) String() string
- type UpdateAgentInput
- func (s UpdateAgentInput) GoString() string
- func (s *UpdateAgentInput) SetApiKey(v string) *UpdateAgentInput
- func (s *UpdateAgentInput) SetBaseUrl(v string) *UpdateAgentInput
- func (s *UpdateAgentInput) SetName(v string) *UpdateAgentInput
- func (s *UpdateAgentInput) SetParam(v string) *UpdateAgentInput
- func (s *UpdateAgentInput) SetPlatform(v string) *UpdateAgentInput
- func (s *UpdateAgentInput) SetUUID(v string) *UpdateAgentInput
- func (s *UpdateAgentInput) SetUserID(v string) *UpdateAgentInput
- func (s UpdateAgentInput) String() string
- func (s *UpdateAgentInput) Validate() error
- type UpdateAgentOutput
- type UpdateModelInput
- func (s UpdateModelInput) GoString() string
- func (s *UpdateModelInput) SetApiKey(v string) *UpdateModelInput
- func (s *UpdateModelInput) SetBaseUrl(v string) *UpdateModelInput
- func (s *UpdateModelInput) SetEndpointID(v string) *UpdateModelInput
- func (s *UpdateModelInput) SetImplement(v string) *UpdateModelInput
- func (s *UpdateModelInput) SetName(v string) *UpdateModelInput
- func (s *UpdateModelInput) SetParam(v string) *UpdateModelInput
- func (s *UpdateModelInput) SetRemark(v string) *UpdateModelInput
- func (s *UpdateModelInput) SetUUID(v string) *UpdateModelInput
- func (s UpdateModelInput) String() string
- func (s *UpdateModelInput) Validate() error
- type UpdateModelOutput
- type UpdateTimeForListAgentInput
- type UpdateTimeForListModelApplicationInput
- func (s UpdateTimeForListModelApplicationInput) GoString() string
- func (s *UpdateTimeForListModelApplicationInput) SetEndTime(v int32) *UpdateTimeForListModelApplicationInput
- func (s *UpdateTimeForListModelApplicationInput) SetStartTime(v int32) *UpdateTimeForListModelApplicationInput
- func (s UpdateTimeForListModelApplicationInput) String() string
Constants ¶
const ( ServiceName = "llmscan" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "llmscan" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicForGetRiskSummaryOutput ¶
type BasicForGetRiskSummaryOutput struct {
Critical *int32 `type:"int32" json:",omitempty"`
Details []*DetailForGetRiskSummaryOutput `type:"list" json:",omitempty"`
ExecCount *int32 `type:"int32" json:",omitempty"`
High *int32 `type:"int32" json:",omitempty"`
Low *int32 `type:"int32" json:",omitempty"`
Medium *int32 `type:"int32" json:",omitempty"`
RiskCount *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (BasicForGetRiskSummaryOutput) GoString ¶
func (s BasicForGetRiskSummaryOutput) GoString() string
GoString returns the string representation
func (*BasicForGetRiskSummaryOutput) SetCritical ¶
func (s *BasicForGetRiskSummaryOutput) SetCritical(v int32) *BasicForGetRiskSummaryOutput
SetCritical sets the Critical field's value.
func (*BasicForGetRiskSummaryOutput) SetDetails ¶
func (s *BasicForGetRiskSummaryOutput) SetDetails(v []*DetailForGetRiskSummaryOutput) *BasicForGetRiskSummaryOutput
SetDetails sets the Details field's value.
func (*BasicForGetRiskSummaryOutput) SetExecCount ¶
func (s *BasicForGetRiskSummaryOutput) SetExecCount(v int32) *BasicForGetRiskSummaryOutput
SetExecCount sets the ExecCount field's value.
func (*BasicForGetRiskSummaryOutput) SetHigh ¶
func (s *BasicForGetRiskSummaryOutput) SetHigh(v int32) *BasicForGetRiskSummaryOutput
SetHigh sets the High field's value.
func (*BasicForGetRiskSummaryOutput) SetLow ¶
func (s *BasicForGetRiskSummaryOutput) SetLow(v int32) *BasicForGetRiskSummaryOutput
SetLow sets the Low field's value.
func (*BasicForGetRiskSummaryOutput) SetMedium ¶
func (s *BasicForGetRiskSummaryOutput) SetMedium(v int32) *BasicForGetRiskSummaryOutput
SetMedium sets the Medium field's value.
func (*BasicForGetRiskSummaryOutput) SetRiskCount ¶
func (s *BasicForGetRiskSummaryOutput) SetRiskCount(v int32) *BasicForGetRiskSummaryOutput
SetRiskCount sets the RiskCount field's value.
func (*BasicForGetRiskSummaryOutput) SetTotalCount ¶
func (s *BasicForGetRiskSummaryOutput) SetTotalCount(v int32) *BasicForGetRiskSummaryOutput
SetTotalCount sets the TotalCount field's value.
func (BasicForGetRiskSummaryOutput) String ¶
func (s BasicForGetRiskSummaryOutput) String() string
String returns the string representation
type BasicInfoForGetLLMEvalTaskReportOutput ¶
type BasicInfoForGetLLMEvalTaskReportOutput struct {
AssetName *string `type:"string" json:",omitempty"`
AssetType *string `type:"string" json:",omitempty"`
EvalContentTotalNum *int32 `type:"int32" json:",omitempty"`
EvalTaskName *string `type:"string" json:",omitempty"`
IsPassForOverall *bool `type:"boolean" json:",omitempty"`
PassRate *float64 `type:"float" json:",omitempty"`
ReportTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (BasicInfoForGetLLMEvalTaskReportOutput) GoString ¶
func (s BasicInfoForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*BasicInfoForGetLLMEvalTaskReportOutput) SetAssetName ¶
func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetAssetName(v string) *BasicInfoForGetLLMEvalTaskReportOutput
SetAssetName sets the AssetName field's value.
func (*BasicInfoForGetLLMEvalTaskReportOutput) SetAssetType ¶
func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetAssetType(v string) *BasicInfoForGetLLMEvalTaskReportOutput
SetAssetType sets the AssetType field's value.
func (*BasicInfoForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum ¶
func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *BasicInfoForGetLLMEvalTaskReportOutput
SetEvalContentTotalNum sets the EvalContentTotalNum field's value.
func (*BasicInfoForGetLLMEvalTaskReportOutput) SetEvalTaskName ¶
func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetEvalTaskName(v string) *BasicInfoForGetLLMEvalTaskReportOutput
SetEvalTaskName sets the EvalTaskName field's value.
func (*BasicInfoForGetLLMEvalTaskReportOutput) SetIsPassForOverall ¶
func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetIsPassForOverall(v bool) *BasicInfoForGetLLMEvalTaskReportOutput
SetIsPassForOverall sets the IsPassForOverall field's value.
func (*BasicInfoForGetLLMEvalTaskReportOutput) SetPassRate ¶
func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetPassRate(v float64) *BasicInfoForGetLLMEvalTaskReportOutput
SetPassRate sets the PassRate field's value.
func (*BasicInfoForGetLLMEvalTaskReportOutput) SetReportTime ¶
func (s *BasicInfoForGetLLMEvalTaskReportOutput) SetReportTime(v int32) *BasicInfoForGetLLMEvalTaskReportOutput
SetReportTime sets the ReportTime field's value.
func (BasicInfoForGetLLMEvalTaskReportOutput) String ¶
func (s BasicInfoForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type ChildForGetDimensionTreeByTaskOutput ¶
type ChildForGetDimensionTreeByTaskOutput struct {
// contains filtered or unexported fields
}
func (ChildForGetDimensionTreeByTaskOutput) GoString ¶
func (s ChildForGetDimensionTreeByTaskOutput) GoString() string
GoString returns the string representation
func (ChildForGetDimensionTreeByTaskOutput) String ¶
func (s ChildForGetDimensionTreeByTaskOutput) String() string
String returns the string representation
type ConnectAgentInput ¶
type ConnectAgentInput struct {
AgentID *string `type:"string" json:",omitempty"`
ApiKey *string `type:"string" json:",omitempty"`
BaseUrl *string `type:"string" json:",omitempty"`
Curl *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Params *string `type:"string" json:",omitempty"`
// Platform is a required field
Platform *string `type:"string" json:",omitempty" required:"true"`
UserID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConnectAgentInput) GoString ¶
func (s ConnectAgentInput) GoString() string
GoString returns the string representation
func (*ConnectAgentInput) SetAgentID ¶
func (s *ConnectAgentInput) SetAgentID(v string) *ConnectAgentInput
SetAgentID sets the AgentID field's value.
func (*ConnectAgentInput) SetApiKey ¶
func (s *ConnectAgentInput) SetApiKey(v string) *ConnectAgentInput
SetApiKey sets the ApiKey field's value.
func (*ConnectAgentInput) SetBaseUrl ¶
func (s *ConnectAgentInput) SetBaseUrl(v string) *ConnectAgentInput
SetBaseUrl sets the BaseUrl field's value.
func (*ConnectAgentInput) SetCurl ¶
func (s *ConnectAgentInput) SetCurl(v string) *ConnectAgentInput
SetCurl sets the Curl field's value.
func (*ConnectAgentInput) SetName ¶
func (s *ConnectAgentInput) SetName(v string) *ConnectAgentInput
SetName sets the Name field's value.
func (*ConnectAgentInput) SetParams ¶
func (s *ConnectAgentInput) SetParams(v string) *ConnectAgentInput
SetParams sets the Params field's value.
func (*ConnectAgentInput) SetPlatform ¶
func (s *ConnectAgentInput) SetPlatform(v string) *ConnectAgentInput
SetPlatform sets the Platform field's value.
func (*ConnectAgentInput) SetUserID ¶
func (s *ConnectAgentInput) SetUserID(v string) *ConnectAgentInput
SetUserID sets the UserID field's value.
func (ConnectAgentInput) String ¶
func (s ConnectAgentInput) String() string
String returns the string representation
func (*ConnectAgentInput) Validate ¶
func (s *ConnectAgentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConnectAgentOutput ¶
type ConnectAgentOutput struct {
Metadata *response.ResponseMetadata
Data *DataForConnectAgentOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConnectAgentOutput) GoString ¶
func (s ConnectAgentOutput) GoString() string
GoString returns the string representation
func (*ConnectAgentOutput) SetData ¶
func (s *ConnectAgentOutput) SetData(v *DataForConnectAgentOutput) *ConnectAgentOutput
SetData sets the Data field's value.
func (ConnectAgentOutput) String ¶
func (s ConnectAgentOutput) String() string
String returns the string representation
type ConnectModelInput ¶
type ConnectModelInput struct {
// ApiKey is a required field
ApiKey *string `type:"string" json:",omitempty" required:"true"`
// BaseUrl is a required field
BaseUrl *string `type:"string" json:",omitempty" required:"true"`
// EndpointID is a required field
EndpointID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ConnectModelInput) GoString ¶
func (s ConnectModelInput) GoString() string
GoString returns the string representation
func (*ConnectModelInput) SetApiKey ¶
func (s *ConnectModelInput) SetApiKey(v string) *ConnectModelInput
SetApiKey sets the ApiKey field's value.
func (*ConnectModelInput) SetBaseUrl ¶
func (s *ConnectModelInput) SetBaseUrl(v string) *ConnectModelInput
SetBaseUrl sets the BaseUrl field's value.
func (*ConnectModelInput) SetEndpointID ¶
func (s *ConnectModelInput) SetEndpointID(v string) *ConnectModelInput
SetEndpointID sets the EndpointID field's value.
func (ConnectModelInput) String ¶
func (s ConnectModelInput) String() string
String returns the string representation
func (*ConnectModelInput) Validate ¶
func (s *ConnectModelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConnectModelOutput ¶
type ConnectModelOutput struct {
Metadata *response.ResponseMetadata
Data *DataForConnectModelOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConnectModelOutput) GoString ¶
func (s ConnectModelOutput) GoString() string
GoString returns the string representation
func (*ConnectModelOutput) SetData ¶
func (s *ConnectModelOutput) SetData(v *DataForConnectModelOutput) *ConnectModelOutput
SetData sets the Data field's value.
func (ConnectModelOutput) String ¶
func (s ConnectModelOutput) String() string
String returns the string representation
type CreateAgentInput ¶
type CreateAgentInput struct {
APIKey *string `type:"string" json:",omitempty"`
BaseUrl *string `type:"string" json:",omitempty"`
ConnectLogID *int32 `type:"int32" json:",omitempty"`
Curl *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Param *string `type:"string" json:",omitempty"`
Platform *string `type:"string" json:",omitempty"`
UserID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateAgentInput) GoString ¶
func (s CreateAgentInput) GoString() string
GoString returns the string representation
func (*CreateAgentInput) SetAPIKey ¶
func (s *CreateAgentInput) SetAPIKey(v string) *CreateAgentInput
SetAPIKey sets the APIKey field's value.
func (*CreateAgentInput) SetBaseUrl ¶
func (s *CreateAgentInput) SetBaseUrl(v string) *CreateAgentInput
SetBaseUrl sets the BaseUrl field's value.
func (*CreateAgentInput) SetConnectLogID ¶
func (s *CreateAgentInput) SetConnectLogID(v int32) *CreateAgentInput
SetConnectLogID sets the ConnectLogID field's value.
func (*CreateAgentInput) SetCurl ¶
func (s *CreateAgentInput) SetCurl(v string) *CreateAgentInput
SetCurl sets the Curl field's value.
func (*CreateAgentInput) SetName ¶
func (s *CreateAgentInput) SetName(v string) *CreateAgentInput
SetName sets the Name field's value.
func (*CreateAgentInput) SetParam ¶
func (s *CreateAgentInput) SetParam(v string) *CreateAgentInput
SetParam sets the Param field's value.
func (*CreateAgentInput) SetPlatform ¶
func (s *CreateAgentInput) SetPlatform(v string) *CreateAgentInput
SetPlatform sets the Platform field's value.
func (*CreateAgentInput) SetUserID ¶
func (s *CreateAgentInput) SetUserID(v string) *CreateAgentInput
SetUserID sets the UserID field's value.
func (CreateAgentInput) String ¶
func (s CreateAgentInput) String() string
String returns the string representation
type CreateAgentOutput ¶
type CreateAgentOutput struct {
Metadata *response.ResponseMetadata
Data *DataForCreateAgentOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateAgentOutput) GoString ¶
func (s CreateAgentOutput) GoString() string
GoString returns the string representation
func (*CreateAgentOutput) SetData ¶
func (s *CreateAgentOutput) SetData(v *DataForCreateAgentOutput) *CreateAgentOutput
SetData sets the Data field's value.
func (CreateAgentOutput) String ¶
func (s CreateAgentOutput) String() string
String returns the string representation
type CreateEvaluationByIDInput ¶
type CreateEvaluationByIDInput struct {
AssetID *string `type:"string" json:",omitempty"`
AssetType *string `type:"string" json:",omitempty"`
Concurrency *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
MaxRound *int32 `type:"int32" json:",omitempty"`
QuestionBankIDs []*string `type:"list" json:",omitempty"`
TaskName *string `type:"string" json:",omitempty"`
TaskType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateEvaluationByIDInput) GoString ¶
func (s CreateEvaluationByIDInput) GoString() string
GoString returns the string representation
func (*CreateEvaluationByIDInput) SetAssetID ¶
func (s *CreateEvaluationByIDInput) SetAssetID(v string) *CreateEvaluationByIDInput
SetAssetID sets the AssetID field's value.
func (*CreateEvaluationByIDInput) SetAssetType ¶
func (s *CreateEvaluationByIDInput) SetAssetType(v string) *CreateEvaluationByIDInput
SetAssetType sets the AssetType field's value.
func (*CreateEvaluationByIDInput) SetConcurrency ¶
func (s *CreateEvaluationByIDInput) SetConcurrency(v int32) *CreateEvaluationByIDInput
SetConcurrency sets the Concurrency field's value.
func (*CreateEvaluationByIDInput) SetDescription ¶
func (s *CreateEvaluationByIDInput) SetDescription(v string) *CreateEvaluationByIDInput
SetDescription sets the Description field's value.
func (*CreateEvaluationByIDInput) SetMaxRound ¶
func (s *CreateEvaluationByIDInput) SetMaxRound(v int32) *CreateEvaluationByIDInput
SetMaxRound sets the MaxRound field's value.
func (*CreateEvaluationByIDInput) SetQuestionBankIDs ¶
func (s *CreateEvaluationByIDInput) SetQuestionBankIDs(v []*string) *CreateEvaluationByIDInput
SetQuestionBankIDs sets the QuestionBankIDs field's value.
func (*CreateEvaluationByIDInput) SetTaskName ¶
func (s *CreateEvaluationByIDInput) SetTaskName(v string) *CreateEvaluationByIDInput
SetTaskName sets the TaskName field's value.
func (*CreateEvaluationByIDInput) SetTaskType ¶
func (s *CreateEvaluationByIDInput) SetTaskType(v string) *CreateEvaluationByIDInput
SetTaskType sets the TaskType field's value.
func (CreateEvaluationByIDInput) String ¶
func (s CreateEvaluationByIDInput) String() string
String returns the string representation
type CreateEvaluationByIDOutput ¶
type CreateEvaluationByIDOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CreateEvaluationByIDOutput) GoString ¶
func (s CreateEvaluationByIDOutput) GoString() string
GoString returns the string representation
func (CreateEvaluationByIDOutput) String ¶
func (s CreateEvaluationByIDOutput) String() string
String returns the string representation
type CreateEvaluationByInfoInput ¶
type CreateEvaluationByInfoInput struct {
APIKey *string `type:"string" json:",omitempty"`
AssetID *string `type:"string" json:",omitempty"`
BaseURL *string `type:"string" json:",omitempty"`
Curl *string `type:"string" json:",omitempty"`
EndpointID *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Params *string `type:"string" json:",omitempty"`
Platform *string `type:"string" json:",omitempty"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true"`
UserID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateEvaluationByInfoInput) GoString ¶
func (s CreateEvaluationByInfoInput) GoString() string
GoString returns the string representation
func (*CreateEvaluationByInfoInput) SetAPIKey ¶
func (s *CreateEvaluationByInfoInput) SetAPIKey(v string) *CreateEvaluationByInfoInput
SetAPIKey sets the APIKey field's value.
func (*CreateEvaluationByInfoInput) SetAssetID ¶
func (s *CreateEvaluationByInfoInput) SetAssetID(v string) *CreateEvaluationByInfoInput
SetAssetID sets the AssetID field's value.
func (*CreateEvaluationByInfoInput) SetBaseURL ¶
func (s *CreateEvaluationByInfoInput) SetBaseURL(v string) *CreateEvaluationByInfoInput
SetBaseURL sets the BaseURL field's value.
func (*CreateEvaluationByInfoInput) SetCurl ¶
func (s *CreateEvaluationByInfoInput) SetCurl(v string) *CreateEvaluationByInfoInput
SetCurl sets the Curl field's value.
func (*CreateEvaluationByInfoInput) SetEndpointID ¶
func (s *CreateEvaluationByInfoInput) SetEndpointID(v string) *CreateEvaluationByInfoInput
SetEndpointID sets the EndpointID field's value.
func (*CreateEvaluationByInfoInput) SetName ¶
func (s *CreateEvaluationByInfoInput) SetName(v string) *CreateEvaluationByInfoInput
SetName sets the Name field's value.
func (*CreateEvaluationByInfoInput) SetParams ¶
func (s *CreateEvaluationByInfoInput) SetParams(v string) *CreateEvaluationByInfoInput
SetParams sets the Params field's value.
func (*CreateEvaluationByInfoInput) SetPlatform ¶
func (s *CreateEvaluationByInfoInput) SetPlatform(v string) *CreateEvaluationByInfoInput
SetPlatform sets the Platform field's value.
func (*CreateEvaluationByInfoInput) SetType ¶
func (s *CreateEvaluationByInfoInput) SetType(v string) *CreateEvaluationByInfoInput
SetType sets the Type field's value.
func (*CreateEvaluationByInfoInput) SetUserID ¶
func (s *CreateEvaluationByInfoInput) SetUserID(v string) *CreateEvaluationByInfoInput
SetUserID sets the UserID field's value.
func (CreateEvaluationByInfoInput) String ¶
func (s CreateEvaluationByInfoInput) String() string
String returns the string representation
func (*CreateEvaluationByInfoInput) Validate ¶
func (s *CreateEvaluationByInfoInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEvaluationByInfoOutput ¶
type CreateEvaluationByInfoOutput struct {
Metadata *response.ResponseMetadata
Data *DataForCreateEvaluationByInfoOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateEvaluationByInfoOutput) GoString ¶
func (s CreateEvaluationByInfoOutput) GoString() string
GoString returns the string representation
func (*CreateEvaluationByInfoOutput) SetData ¶
func (s *CreateEvaluationByInfoOutput) SetData(v *DataForCreateEvaluationByInfoOutput) *CreateEvaluationByInfoOutput
SetData sets the Data field's value.
func (CreateEvaluationByInfoOutput) String ¶
func (s CreateEvaluationByInfoOutput) String() string
String returns the string representation
type CreateModelInput ¶
type CreateModelInput struct {
// ApiKey is a required field
ApiKey *string `type:"string" json:",omitempty" required:"true"`
// BaseUrl is a required field
BaseUrl *string `type:"string" json:",omitempty" required:"true"`
// EndpointID is a required field
EndpointID *string `type:"string" json:",omitempty" required:"true"`
// Implement is a required field
Implement *string `type:"string" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
Param *string `type:"string" json:",omitempty"`
Remark *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateModelInput) GoString ¶
func (s CreateModelInput) GoString() string
GoString returns the string representation
func (*CreateModelInput) SetApiKey ¶
func (s *CreateModelInput) SetApiKey(v string) *CreateModelInput
SetApiKey sets the ApiKey field's value.
func (*CreateModelInput) SetBaseUrl ¶
func (s *CreateModelInput) SetBaseUrl(v string) *CreateModelInput
SetBaseUrl sets the BaseUrl field's value.
func (*CreateModelInput) SetEndpointID ¶
func (s *CreateModelInput) SetEndpointID(v string) *CreateModelInput
SetEndpointID sets the EndpointID field's value.
func (*CreateModelInput) SetImplement ¶
func (s *CreateModelInput) SetImplement(v string) *CreateModelInput
SetImplement sets the Implement field's value.
func (*CreateModelInput) SetName ¶
func (s *CreateModelInput) SetName(v string) *CreateModelInput
SetName sets the Name field's value.
func (*CreateModelInput) SetParam ¶
func (s *CreateModelInput) SetParam(v string) *CreateModelInput
SetParam sets the Param field's value.
func (*CreateModelInput) SetRemark ¶
func (s *CreateModelInput) SetRemark(v string) *CreateModelInput
SetRemark sets the Remark field's value.
func (CreateModelInput) String ¶
func (s CreateModelInput) String() string
String returns the string representation
func (*CreateModelInput) Validate ¶
func (s *CreateModelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateModelOutput ¶
type CreateModelOutput struct {
Metadata *response.ResponseMetadata
Data *DataForCreateModelOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateModelOutput) GoString ¶
func (s CreateModelOutput) GoString() string
GoString returns the string representation
func (*CreateModelOutput) SetData ¶
func (s *CreateModelOutput) SetData(v *DataForCreateModelOutput) *CreateModelOutput
SetData sets the Data field's value.
func (CreateModelOutput) String ¶
func (s CreateModelOutput) String() string
String returns the string representation
type CreateTimeForListModelApplicationInput ¶
type CreateTimeForListModelApplicationInput struct {
EndTime *int32 `type:"int32" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateTimeForListModelApplicationInput) GoString ¶
func (s CreateTimeForListModelApplicationInput) GoString() string
GoString returns the string representation
func (*CreateTimeForListModelApplicationInput) SetEndTime ¶
func (s *CreateTimeForListModelApplicationInput) SetEndTime(v int32) *CreateTimeForListModelApplicationInput
SetEndTime sets the EndTime field's value.
func (*CreateTimeForListModelApplicationInput) SetStartTime ¶
func (s *CreateTimeForListModelApplicationInput) SetStartTime(v int32) *CreateTimeForListModelApplicationInput
SetStartTime sets the StartTime field's value.
func (CreateTimeForListModelApplicationInput) String ¶
func (s CreateTimeForListModelApplicationInput) String() string
String returns the string representation
type DataForConnectAgentOutput ¶
type DataForConnectAgentOutput struct {
Answer *string `type:"string" json:",omitempty"`
ConnectLogID *int32 `type:"int32" json:",omitempty"`
ConnectStatus *string `type:"string" json:",omitempty"`
ErrorMsg *string `type:"string" json:",omitempty"`
Question *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForConnectAgentOutput) GoString ¶
func (s DataForConnectAgentOutput) GoString() string
GoString returns the string representation
func (*DataForConnectAgentOutput) SetAnswer ¶
func (s *DataForConnectAgentOutput) SetAnswer(v string) *DataForConnectAgentOutput
SetAnswer sets the Answer field's value.
func (*DataForConnectAgentOutput) SetConnectLogID ¶
func (s *DataForConnectAgentOutput) SetConnectLogID(v int32) *DataForConnectAgentOutput
SetConnectLogID sets the ConnectLogID field's value.
func (*DataForConnectAgentOutput) SetConnectStatus ¶
func (s *DataForConnectAgentOutput) SetConnectStatus(v string) *DataForConnectAgentOutput
SetConnectStatus sets the ConnectStatus field's value.
func (*DataForConnectAgentOutput) SetErrorMsg ¶
func (s *DataForConnectAgentOutput) SetErrorMsg(v string) *DataForConnectAgentOutput
SetErrorMsg sets the ErrorMsg field's value.
func (*DataForConnectAgentOutput) SetQuestion ¶
func (s *DataForConnectAgentOutput) SetQuestion(v string) *DataForConnectAgentOutput
SetQuestion sets the Question field's value.
func (DataForConnectAgentOutput) String ¶
func (s DataForConnectAgentOutput) String() string
String returns the string representation
type DataForConnectModelOutput ¶
type DataForConnectModelOutput struct {
Answer *string `type:"string" json:",omitempty"`
Question *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForConnectModelOutput) GoString ¶
func (s DataForConnectModelOutput) GoString() string
GoString returns the string representation
func (*DataForConnectModelOutput) SetAnswer ¶
func (s *DataForConnectModelOutput) SetAnswer(v string) *DataForConnectModelOutput
SetAnswer sets the Answer field's value.
func (*DataForConnectModelOutput) SetQuestion ¶
func (s *DataForConnectModelOutput) SetQuestion(v string) *DataForConnectModelOutput
SetQuestion sets the Question field's value.
func (DataForConnectModelOutput) String ¶
func (s DataForConnectModelOutput) String() string
String returns the string representation
type DataForCreateAgentOutput ¶
type DataForCreateAgentOutput struct {
// contains filtered or unexported fields
}
func (DataForCreateAgentOutput) GoString ¶
func (s DataForCreateAgentOutput) GoString() string
GoString returns the string representation
func (DataForCreateAgentOutput) String ¶
func (s DataForCreateAgentOutput) String() string
String returns the string representation
type DataForCreateEvaluationByInfoOutput ¶
type DataForCreateEvaluationByInfoOutput struct {
AssetID *string `type:"string" json:",omitempty"`
TaskID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForCreateEvaluationByInfoOutput) GoString ¶
func (s DataForCreateEvaluationByInfoOutput) GoString() string
GoString returns the string representation
func (*DataForCreateEvaluationByInfoOutput) SetAssetID ¶
func (s *DataForCreateEvaluationByInfoOutput) SetAssetID(v string) *DataForCreateEvaluationByInfoOutput
SetAssetID sets the AssetID field's value.
func (*DataForCreateEvaluationByInfoOutput) SetTaskID ¶
func (s *DataForCreateEvaluationByInfoOutput) SetTaskID(v string) *DataForCreateEvaluationByInfoOutput
SetTaskID sets the TaskID field's value.
func (DataForCreateEvaluationByInfoOutput) String ¶
func (s DataForCreateEvaluationByInfoOutput) String() string
String returns the string representation
type DataForCreateModelOutput ¶
type DataForCreateModelOutput struct {
// contains filtered or unexported fields
}
func (DataForCreateModelOutput) GoString ¶
func (s DataForCreateModelOutput) GoString() string
GoString returns the string representation
func (DataForCreateModelOutput) String ¶
func (s DataForCreateModelOutput) String() string
String returns the string representation
type DataForDeleteAgentOutput ¶
type DataForDeleteAgentOutput struct {
// contains filtered or unexported fields
}
func (DataForDeleteAgentOutput) GoString ¶
func (s DataForDeleteAgentOutput) GoString() string
GoString returns the string representation
func (DataForDeleteAgentOutput) String ¶
func (s DataForDeleteAgentOutput) String() string
String returns the string representation
type DataForDeleteModelOutput ¶
type DataForDeleteModelOutput struct {
// contains filtered or unexported fields
}
func (DataForDeleteModelOutput) GoString ¶
func (s DataForDeleteModelOutput) GoString() string
GoString returns the string representation
func (DataForDeleteModelOutput) String ¶
func (s DataForDeleteModelOutput) String() string
String returns the string representation
type DataForGetAgentDetailOutput ¶
type DataForGetAgentDetailOutput struct {
ApiKey *string `type:"string" json:",omitempty"`
BaseUrl *string `type:"string" json:",omitempty"`
ConnectLogID *int32 `type:"int32" json:",omitempty"`
ConnectStatus *string `type:"string" json:",omitempty"`
CreateTime *int32 `type:"int32" json:",omitempty"`
Curl *string `type:"string" json:",omitempty"`
ID *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Param *string `type:"string" json:",omitempty"`
Platform *string `type:"string" json:",omitempty"`
UUID *string `type:"string" json:",omitempty"`
UpdateTime *int32 `type:"int32" json:",omitempty"`
UserID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForGetAgentDetailOutput) GoString ¶
func (s DataForGetAgentDetailOutput) GoString() string
GoString returns the string representation
func (*DataForGetAgentDetailOutput) SetApiKey ¶
func (s *DataForGetAgentDetailOutput) SetApiKey(v string) *DataForGetAgentDetailOutput
SetApiKey sets the ApiKey field's value.
func (*DataForGetAgentDetailOutput) SetBaseUrl ¶
func (s *DataForGetAgentDetailOutput) SetBaseUrl(v string) *DataForGetAgentDetailOutput
SetBaseUrl sets the BaseUrl field's value.
func (*DataForGetAgentDetailOutput) SetConnectLogID ¶
func (s *DataForGetAgentDetailOutput) SetConnectLogID(v int32) *DataForGetAgentDetailOutput
SetConnectLogID sets the ConnectLogID field's value.
func (*DataForGetAgentDetailOutput) SetConnectStatus ¶
func (s *DataForGetAgentDetailOutput) SetConnectStatus(v string) *DataForGetAgentDetailOutput
SetConnectStatus sets the ConnectStatus field's value.
func (*DataForGetAgentDetailOutput) SetCreateTime ¶
func (s *DataForGetAgentDetailOutput) SetCreateTime(v int32) *DataForGetAgentDetailOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForGetAgentDetailOutput) SetCurl ¶
func (s *DataForGetAgentDetailOutput) SetCurl(v string) *DataForGetAgentDetailOutput
SetCurl sets the Curl field's value.
func (*DataForGetAgentDetailOutput) SetID ¶
func (s *DataForGetAgentDetailOutput) SetID(v int32) *DataForGetAgentDetailOutput
SetID sets the ID field's value.
func (*DataForGetAgentDetailOutput) SetName ¶
func (s *DataForGetAgentDetailOutput) SetName(v string) *DataForGetAgentDetailOutput
SetName sets the Name field's value.
func (*DataForGetAgentDetailOutput) SetParam ¶
func (s *DataForGetAgentDetailOutput) SetParam(v string) *DataForGetAgentDetailOutput
SetParam sets the Param field's value.
func (*DataForGetAgentDetailOutput) SetPlatform ¶
func (s *DataForGetAgentDetailOutput) SetPlatform(v string) *DataForGetAgentDetailOutput
SetPlatform sets the Platform field's value.
func (*DataForGetAgentDetailOutput) SetUUID ¶
func (s *DataForGetAgentDetailOutput) SetUUID(v string) *DataForGetAgentDetailOutput
SetUUID sets the UUID field's value.
func (*DataForGetAgentDetailOutput) SetUpdateTime ¶
func (s *DataForGetAgentDetailOutput) SetUpdateTime(v int32) *DataForGetAgentDetailOutput
SetUpdateTime sets the UpdateTime field's value.
func (*DataForGetAgentDetailOutput) SetUserID ¶
func (s *DataForGetAgentDetailOutput) SetUserID(v string) *DataForGetAgentDetailOutput
SetUserID sets the UserID field's value.
func (DataForGetAgentDetailOutput) String ¶
func (s DataForGetAgentDetailOutput) String() string
String returns the string representation
type DataForGetConnectAgentResultOutput ¶
type DataForGetConnectAgentResultOutput struct {
// contains filtered or unexported fields
}
func (DataForGetConnectAgentResultOutput) GoString ¶
func (s DataForGetConnectAgentResultOutput) GoString() string
GoString returns the string representation
func (DataForGetConnectAgentResultOutput) String ¶
func (s DataForGetConnectAgentResultOutput) String() string
String returns the string representation
type DataForGetDimensionTreeByTaskOutput ¶
type DataForGetDimensionTreeByTaskOutput struct {
Root *RootForGetDimensionTreeByTaskOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForGetDimensionTreeByTaskOutput) GoString ¶
func (s DataForGetDimensionTreeByTaskOutput) GoString() string
GoString returns the string representation
func (*DataForGetDimensionTreeByTaskOutput) SetRoot ¶
func (s *DataForGetDimensionTreeByTaskOutput) SetRoot(v *RootForGetDimensionTreeByTaskOutput) *DataForGetDimensionTreeByTaskOutput
SetRoot sets the Root field's value.
func (DataForGetDimensionTreeByTaskOutput) String ¶
func (s DataForGetDimensionTreeByTaskOutput) String() string
String returns the string representation
type DataForGetLLMEvalTaskReportOutput ¶
type DataForGetLLMEvalTaskReportOutput struct {
BasicInfo *BasicInfoForGetLLMEvalTaskReportOutput `type:"structure" json:",omitempty"`
EvalBankReportData []*EvalBankReportDataForGetLLMEvalTaskReportOutput `type:"list" json:",omitempty"`
Tc260ResponseAcceptData *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput `type:"structure" json:",omitempty"`
Tc260ResponseContentData *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput `type:"structure" json:",omitempty"`
Tc260ResponseDenyData *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForGetLLMEvalTaskReportOutput) GoString ¶
func (s DataForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*DataForGetLLMEvalTaskReportOutput) SetBasicInfo ¶
func (s *DataForGetLLMEvalTaskReportOutput) SetBasicInfo(v *BasicInfoForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
SetBasicInfo sets the BasicInfo field's value.
func (*DataForGetLLMEvalTaskReportOutput) SetEvalBankReportData ¶
func (s *DataForGetLLMEvalTaskReportOutput) SetEvalBankReportData(v []*EvalBankReportDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
SetEvalBankReportData sets the EvalBankReportData field's value.
func (*DataForGetLLMEvalTaskReportOutput) SetTc260ResponseAcceptData ¶
func (s *DataForGetLLMEvalTaskReportOutput) SetTc260ResponseAcceptData(v *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
SetTc260ResponseAcceptData sets the Tc260ResponseAcceptData field's value.
func (*DataForGetLLMEvalTaskReportOutput) SetTc260ResponseContentData ¶
func (s *DataForGetLLMEvalTaskReportOutput) SetTc260ResponseContentData(v *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
SetTc260ResponseContentData sets the Tc260ResponseContentData field's value.
func (*DataForGetLLMEvalTaskReportOutput) SetTc260ResponseDenyData ¶
func (s *DataForGetLLMEvalTaskReportOutput) SetTc260ResponseDenyData(v *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) *DataForGetLLMEvalTaskReportOutput
SetTc260ResponseDenyData sets the Tc260ResponseDenyData field's value.
func (DataForGetLLMEvalTaskReportOutput) String ¶
func (s DataForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type DataForGetModelDetailOutput ¶
type DataForGetModelDetailOutput struct {
ApiKey *string `type:"string" json:",omitempty"`
BaseUrl *string `type:"string" json:",omitempty"`
EndpointID *string `type:"string" json:",omitempty"`
ID *int32 `type:"int32" json:",omitempty"`
Implement *string `type:"string" json:",omitempty"`
ModelID *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Param *string `type:"string" json:",omitempty"`
Remark *string `type:"string" json:",omitempty"`
UUID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForGetModelDetailOutput) GoString ¶
func (s DataForGetModelDetailOutput) GoString() string
GoString returns the string representation
func (*DataForGetModelDetailOutput) SetApiKey ¶
func (s *DataForGetModelDetailOutput) SetApiKey(v string) *DataForGetModelDetailOutput
SetApiKey sets the ApiKey field's value.
func (*DataForGetModelDetailOutput) SetBaseUrl ¶
func (s *DataForGetModelDetailOutput) SetBaseUrl(v string) *DataForGetModelDetailOutput
SetBaseUrl sets the BaseUrl field's value.
func (*DataForGetModelDetailOutput) SetEndpointID ¶
func (s *DataForGetModelDetailOutput) SetEndpointID(v string) *DataForGetModelDetailOutput
SetEndpointID sets the EndpointID field's value.
func (*DataForGetModelDetailOutput) SetID ¶
func (s *DataForGetModelDetailOutput) SetID(v int32) *DataForGetModelDetailOutput
SetID sets the ID field's value.
func (*DataForGetModelDetailOutput) SetImplement ¶
func (s *DataForGetModelDetailOutput) SetImplement(v string) *DataForGetModelDetailOutput
SetImplement sets the Implement field's value.
func (*DataForGetModelDetailOutput) SetModelID ¶
func (s *DataForGetModelDetailOutput) SetModelID(v string) *DataForGetModelDetailOutput
SetModelID sets the ModelID field's value.
func (*DataForGetModelDetailOutput) SetName ¶
func (s *DataForGetModelDetailOutput) SetName(v string) *DataForGetModelDetailOutput
SetName sets the Name field's value.
func (*DataForGetModelDetailOutput) SetParam ¶
func (s *DataForGetModelDetailOutput) SetParam(v string) *DataForGetModelDetailOutput
SetParam sets the Param field's value.
func (*DataForGetModelDetailOutput) SetRemark ¶
func (s *DataForGetModelDetailOutput) SetRemark(v string) *DataForGetModelDetailOutput
SetRemark sets the Remark field's value.
func (*DataForGetModelDetailOutput) SetUUID ¶
func (s *DataForGetModelDetailOutput) SetUUID(v string) *DataForGetModelDetailOutput
SetUUID sets the UUID field's value.
func (DataForGetModelDetailOutput) String ¶
func (s DataForGetModelDetailOutput) String() string
String returns the string representation
type DataForGetRiskSummaryOutput ¶
type DataForGetRiskSummaryOutput struct {
Basic *BasicForGetRiskSummaryOutput `type:"structure" json:",omitempty"`
Deep *DeepForGetRiskSummaryOutput `type:"structure" json:",omitempty"`
RiskScore *float64 `type:"float" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForGetRiskSummaryOutput) GoString ¶
func (s DataForGetRiskSummaryOutput) GoString() string
GoString returns the string representation
func (*DataForGetRiskSummaryOutput) SetBasic ¶
func (s *DataForGetRiskSummaryOutput) SetBasic(v *BasicForGetRiskSummaryOutput) *DataForGetRiskSummaryOutput
SetBasic sets the Basic field's value.
func (*DataForGetRiskSummaryOutput) SetDeep ¶
func (s *DataForGetRiskSummaryOutput) SetDeep(v *DeepForGetRiskSummaryOutput) *DataForGetRiskSummaryOutput
SetDeep sets the Deep field's value.
func (*DataForGetRiskSummaryOutput) SetRiskScore ¶
func (s *DataForGetRiskSummaryOutput) SetRiskScore(v float64) *DataForGetRiskSummaryOutput
SetRiskScore sets the RiskScore field's value.
func (DataForGetRiskSummaryOutput) String ¶
func (s DataForGetRiskSummaryOutput) String() string
String returns the string representation
type DataForGetTaskDetailOutput ¶
type DataForGetTaskDetailOutput struct {
ASR *string `type:"string" json:",omitempty"`
AssetID *string `type:"string" json:",omitempty"`
AssetName *string `type:"string" json:",omitempty"`
Concurrency *int32 `type:"int32" json:",omitempty"`
CreateTime *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ElapsedTime *int32 `type:"int32" json:",omitempty"`
ErrMsg *string `type:"string" json:",omitempty"`
ExecCount *int32 `type:"int32" json:",omitempty"`
InputTokens *int32 `type:"int32" json:",omitempty"`
MacRound *int32 `type:"int32" json:",omitempty"`
OutputTokens *int32 `type:"int32" json:",omitempty"`
QuestionBanks []*string `type:"list" json:",omitempty"`
RiskCount *int32 `type:"int32" json:",omitempty"`
RiskScore *float64 `type:"float" json:",omitempty"`
TaskID *string `type:"string" json:",omitempty"`
TaskName *string `type:"string" json:",omitempty"`
TaskStatus *int32 `type:"int32" json:",omitempty"`
TaskType *string `type:"string" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
UpdateTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForGetTaskDetailOutput) GoString ¶
func (s DataForGetTaskDetailOutput) GoString() string
GoString returns the string representation
func (*DataForGetTaskDetailOutput) SetASR ¶
func (s *DataForGetTaskDetailOutput) SetASR(v string) *DataForGetTaskDetailOutput
SetASR sets the ASR field's value.
func (*DataForGetTaskDetailOutput) SetAssetID ¶
func (s *DataForGetTaskDetailOutput) SetAssetID(v string) *DataForGetTaskDetailOutput
SetAssetID sets the AssetID field's value.
func (*DataForGetTaskDetailOutput) SetAssetName ¶
func (s *DataForGetTaskDetailOutput) SetAssetName(v string) *DataForGetTaskDetailOutput
SetAssetName sets the AssetName field's value.
func (*DataForGetTaskDetailOutput) SetConcurrency ¶
func (s *DataForGetTaskDetailOutput) SetConcurrency(v int32) *DataForGetTaskDetailOutput
SetConcurrency sets the Concurrency field's value.
func (*DataForGetTaskDetailOutput) SetCreateTime ¶
func (s *DataForGetTaskDetailOutput) SetCreateTime(v int32) *DataForGetTaskDetailOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForGetTaskDetailOutput) SetDescription ¶
func (s *DataForGetTaskDetailOutput) SetDescription(v string) *DataForGetTaskDetailOutput
SetDescription sets the Description field's value.
func (*DataForGetTaskDetailOutput) SetElapsedTime ¶
func (s *DataForGetTaskDetailOutput) SetElapsedTime(v int32) *DataForGetTaskDetailOutput
SetElapsedTime sets the ElapsedTime field's value.
func (*DataForGetTaskDetailOutput) SetErrMsg ¶
func (s *DataForGetTaskDetailOutput) SetErrMsg(v string) *DataForGetTaskDetailOutput
SetErrMsg sets the ErrMsg field's value.
func (*DataForGetTaskDetailOutput) SetExecCount ¶
func (s *DataForGetTaskDetailOutput) SetExecCount(v int32) *DataForGetTaskDetailOutput
SetExecCount sets the ExecCount field's value.
func (*DataForGetTaskDetailOutput) SetInputTokens ¶
func (s *DataForGetTaskDetailOutput) SetInputTokens(v int32) *DataForGetTaskDetailOutput
SetInputTokens sets the InputTokens field's value.
func (*DataForGetTaskDetailOutput) SetMacRound ¶
func (s *DataForGetTaskDetailOutput) SetMacRound(v int32) *DataForGetTaskDetailOutput
SetMacRound sets the MacRound field's value.
func (*DataForGetTaskDetailOutput) SetOutputTokens ¶
func (s *DataForGetTaskDetailOutput) SetOutputTokens(v int32) *DataForGetTaskDetailOutput
SetOutputTokens sets the OutputTokens field's value.
func (*DataForGetTaskDetailOutput) SetQuestionBanks ¶
func (s *DataForGetTaskDetailOutput) SetQuestionBanks(v []*string) *DataForGetTaskDetailOutput
SetQuestionBanks sets the QuestionBanks field's value.
func (*DataForGetTaskDetailOutput) SetRiskCount ¶
func (s *DataForGetTaskDetailOutput) SetRiskCount(v int32) *DataForGetTaskDetailOutput
SetRiskCount sets the RiskCount field's value.
func (*DataForGetTaskDetailOutput) SetRiskScore ¶
func (s *DataForGetTaskDetailOutput) SetRiskScore(v float64) *DataForGetTaskDetailOutput
SetRiskScore sets the RiskScore field's value.
func (*DataForGetTaskDetailOutput) SetTaskID ¶
func (s *DataForGetTaskDetailOutput) SetTaskID(v string) *DataForGetTaskDetailOutput
SetTaskID sets the TaskID field's value.
func (*DataForGetTaskDetailOutput) SetTaskName ¶
func (s *DataForGetTaskDetailOutput) SetTaskName(v string) *DataForGetTaskDetailOutput
SetTaskName sets the TaskName field's value.
func (*DataForGetTaskDetailOutput) SetTaskStatus ¶
func (s *DataForGetTaskDetailOutput) SetTaskStatus(v int32) *DataForGetTaskDetailOutput
SetTaskStatus sets the TaskStatus field's value.
func (*DataForGetTaskDetailOutput) SetTaskType ¶
func (s *DataForGetTaskDetailOutput) SetTaskType(v string) *DataForGetTaskDetailOutput
SetTaskType sets the TaskType field's value.
func (*DataForGetTaskDetailOutput) SetTotal ¶
func (s *DataForGetTaskDetailOutput) SetTotal(v int32) *DataForGetTaskDetailOutput
SetTotal sets the Total field's value.
func (*DataForGetTaskDetailOutput) SetUpdateTime ¶
func (s *DataForGetTaskDetailOutput) SetUpdateTime(v int32) *DataForGetTaskDetailOutput
SetUpdateTime sets the UpdateTime field's value.
func (DataForGetTaskDetailOutput) String ¶
func (s DataForGetTaskDetailOutput) String() string
String returns the string representation
type DataForGetTaskProgressOutput ¶
type DataForGetTaskProgressOutput struct {
ASR *string `type:"string" json:",omitempty"`
ExecCount *int32 `type:"int32" json:",omitempty"`
Process *string `type:"string" json:",omitempty"`
RiskCount *int32 `type:"int32" json:",omitempty"`
Status *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForGetTaskProgressOutput) GoString ¶
func (s DataForGetTaskProgressOutput) GoString() string
GoString returns the string representation
func (*DataForGetTaskProgressOutput) SetASR ¶
func (s *DataForGetTaskProgressOutput) SetASR(v string) *DataForGetTaskProgressOutput
SetASR sets the ASR field's value.
func (*DataForGetTaskProgressOutput) SetExecCount ¶
func (s *DataForGetTaskProgressOutput) SetExecCount(v int32) *DataForGetTaskProgressOutput
SetExecCount sets the ExecCount field's value.
func (*DataForGetTaskProgressOutput) SetProcess ¶
func (s *DataForGetTaskProgressOutput) SetProcess(v string) *DataForGetTaskProgressOutput
SetProcess sets the Process field's value.
func (*DataForGetTaskProgressOutput) SetRiskCount ¶
func (s *DataForGetTaskProgressOutput) SetRiskCount(v int32) *DataForGetTaskProgressOutput
SetRiskCount sets the RiskCount field's value.
func (*DataForGetTaskProgressOutput) SetStatus ¶
func (s *DataForGetTaskProgressOutput) SetStatus(v int32) *DataForGetTaskProgressOutput
SetStatus sets the Status field's value.
func (*DataForGetTaskProgressOutput) SetTotalCount ¶
func (s *DataForGetTaskProgressOutput) SetTotalCount(v int32) *DataForGetTaskProgressOutput
SetTotalCount sets the TotalCount field's value.
func (DataForGetTaskProgressOutput) String ¶
func (s DataForGetTaskProgressOutput) String() string
String returns the string representation
type DataForListAgentOutput ¶
type DataForListAgentOutput struct {
EndTime *int32 `type:"int32" json:",omitempty"`
ErrMsg *string `type:"string" json:",omitempty"`
EvalStatus *int32 `type:"int32" json:",omitempty"`
ExecNum *int32 `type:"int32" json:",omitempty"`
ID *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Platform *string `type:"string" json:",omitempty"`
QuestionBank []*string `type:"list" json:",omitempty"`
RiskLevel *string `type:"string" json:",omitempty"`
RiskNum *int32 `type:"int32" json:",omitempty"`
RiskScore *int32 `type:"int32" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
TaskID *string `type:"string" json:",omitempty"`
TotalNum *int32 `type:"int32" json:",omitempty"`
UUID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListAgentOutput) GoString ¶
func (s DataForListAgentOutput) GoString() string
GoString returns the string representation
func (*DataForListAgentOutput) SetEndTime ¶
func (s *DataForListAgentOutput) SetEndTime(v int32) *DataForListAgentOutput
SetEndTime sets the EndTime field's value.
func (*DataForListAgentOutput) SetErrMsg ¶
func (s *DataForListAgentOutput) SetErrMsg(v string) *DataForListAgentOutput
SetErrMsg sets the ErrMsg field's value.
func (*DataForListAgentOutput) SetEvalStatus ¶
func (s *DataForListAgentOutput) SetEvalStatus(v int32) *DataForListAgentOutput
SetEvalStatus sets the EvalStatus field's value.
func (*DataForListAgentOutput) SetExecNum ¶
func (s *DataForListAgentOutput) SetExecNum(v int32) *DataForListAgentOutput
SetExecNum sets the ExecNum field's value.
func (*DataForListAgentOutput) SetID ¶
func (s *DataForListAgentOutput) SetID(v int32) *DataForListAgentOutput
SetID sets the ID field's value.
func (*DataForListAgentOutput) SetName ¶
func (s *DataForListAgentOutput) SetName(v string) *DataForListAgentOutput
SetName sets the Name field's value.
func (*DataForListAgentOutput) SetPlatform ¶
func (s *DataForListAgentOutput) SetPlatform(v string) *DataForListAgentOutput
SetPlatform sets the Platform field's value.
func (*DataForListAgentOutput) SetQuestionBank ¶
func (s *DataForListAgentOutput) SetQuestionBank(v []*string) *DataForListAgentOutput
SetQuestionBank sets the QuestionBank field's value.
func (*DataForListAgentOutput) SetRiskLevel ¶
func (s *DataForListAgentOutput) SetRiskLevel(v string) *DataForListAgentOutput
SetRiskLevel sets the RiskLevel field's value.
func (*DataForListAgentOutput) SetRiskNum ¶
func (s *DataForListAgentOutput) SetRiskNum(v int32) *DataForListAgentOutput
SetRiskNum sets the RiskNum field's value.
func (*DataForListAgentOutput) SetRiskScore ¶
func (s *DataForListAgentOutput) SetRiskScore(v int32) *DataForListAgentOutput
SetRiskScore sets the RiskScore field's value.
func (*DataForListAgentOutput) SetStartTime ¶
func (s *DataForListAgentOutput) SetStartTime(v int32) *DataForListAgentOutput
SetStartTime sets the StartTime field's value.
func (*DataForListAgentOutput) SetTaskID ¶
func (s *DataForListAgentOutput) SetTaskID(v string) *DataForListAgentOutput
SetTaskID sets the TaskID field's value.
func (*DataForListAgentOutput) SetTotalNum ¶
func (s *DataForListAgentOutput) SetTotalNum(v int32) *DataForListAgentOutput
SetTotalNum sets the TotalNum field's value.
func (*DataForListAgentOutput) SetUUID ¶
func (s *DataForListAgentOutput) SetUUID(v string) *DataForListAgentOutput
SetUUID sets the UUID field's value.
func (DataForListAgentOutput) String ¶
func (s DataForListAgentOutput) String() string
String returns the string representation
type DataForListAttackSuccessExampleOutput ¶
type DataForListAttackSuccessExampleOutput struct {
Atlas []*string `type:"list" json:",omitempty"`
AtlasCode []*string `type:"list" json:",omitempty"`
CostTime *int32 `type:"int32" json:",omitempty"`
CreateTime *int32 `type:"int32" json:",omitempty"`
Dimension *string `type:"string" json:",omitempty"`
Question *string `type:"string" json:",omitempty"`
QuestionType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListAttackSuccessExampleOutput) GoString ¶
func (s DataForListAttackSuccessExampleOutput) GoString() string
GoString returns the string representation
func (*DataForListAttackSuccessExampleOutput) SetAtlas ¶
func (s *DataForListAttackSuccessExampleOutput) SetAtlas(v []*string) *DataForListAttackSuccessExampleOutput
SetAtlas sets the Atlas field's value.
func (*DataForListAttackSuccessExampleOutput) SetAtlasCode ¶
func (s *DataForListAttackSuccessExampleOutput) SetAtlasCode(v []*string) *DataForListAttackSuccessExampleOutput
SetAtlasCode sets the AtlasCode field's value.
func (*DataForListAttackSuccessExampleOutput) SetCostTime ¶
func (s *DataForListAttackSuccessExampleOutput) SetCostTime(v int32) *DataForListAttackSuccessExampleOutput
SetCostTime sets the CostTime field's value.
func (*DataForListAttackSuccessExampleOutput) SetCreateTime ¶
func (s *DataForListAttackSuccessExampleOutput) SetCreateTime(v int32) *DataForListAttackSuccessExampleOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForListAttackSuccessExampleOutput) SetDimension ¶
func (s *DataForListAttackSuccessExampleOutput) SetDimension(v string) *DataForListAttackSuccessExampleOutput
SetDimension sets the Dimension field's value.
func (*DataForListAttackSuccessExampleOutput) SetQuestion ¶
func (s *DataForListAttackSuccessExampleOutput) SetQuestion(v string) *DataForListAttackSuccessExampleOutput
SetQuestion sets the Question field's value.
func (*DataForListAttackSuccessExampleOutput) SetQuestionType ¶
func (s *DataForListAttackSuccessExampleOutput) SetQuestionType(v string) *DataForListAttackSuccessExampleOutput
SetQuestionType sets the QuestionType field's value.
func (DataForListAttackSuccessExampleOutput) String ¶
func (s DataForListAttackSuccessExampleOutput) String() string
String returns the string representation
type DataForListAttackSummaryOutput ¶
type DataForListAttackSummaryOutput struct {
ASR *string `type:"string" json:",omitempty"`
AttackSuccessNum *int32 `type:"int32" json:",omitempty"`
Code *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
TotalNum *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListAttackSummaryOutput) GoString ¶
func (s DataForListAttackSummaryOutput) GoString() string
GoString returns the string representation
func (*DataForListAttackSummaryOutput) SetASR ¶
func (s *DataForListAttackSummaryOutput) SetASR(v string) *DataForListAttackSummaryOutput
SetASR sets the ASR field's value.
func (*DataForListAttackSummaryOutput) SetAttackSuccessNum ¶
func (s *DataForListAttackSummaryOutput) SetAttackSuccessNum(v int32) *DataForListAttackSummaryOutput
SetAttackSuccessNum sets the AttackSuccessNum field's value.
func (*DataForListAttackSummaryOutput) SetCode ¶
func (s *DataForListAttackSummaryOutput) SetCode(v string) *DataForListAttackSummaryOutput
SetCode sets the Code field's value.
func (*DataForListAttackSummaryOutput) SetName ¶
func (s *DataForListAttackSummaryOutput) SetName(v string) *DataForListAttackSummaryOutput
SetName sets the Name field's value.
func (*DataForListAttackSummaryOutput) SetTotalNum ¶
func (s *DataForListAttackSummaryOutput) SetTotalNum(v int32) *DataForListAttackSummaryOutput
SetTotalNum sets the TotalNum field's value.
func (DataForListAttackSummaryOutput) String ¶
func (s DataForListAttackSummaryOutput) String() string
String returns the string representation
type DataForListAttackTypeSummaryOutput ¶
type DataForListAttackTypeSummaryOutput struct {
ASR *string `type:"string" json:",omitempty"`
AttackSuccessNum *int32 `type:"int32" json:",omitempty"`
Code *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
TotalNum *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListAttackTypeSummaryOutput) GoString ¶
func (s DataForListAttackTypeSummaryOutput) GoString() string
GoString returns the string representation
func (*DataForListAttackTypeSummaryOutput) SetASR ¶
func (s *DataForListAttackTypeSummaryOutput) SetASR(v string) *DataForListAttackTypeSummaryOutput
SetASR sets the ASR field's value.
func (*DataForListAttackTypeSummaryOutput) SetAttackSuccessNum ¶
func (s *DataForListAttackTypeSummaryOutput) SetAttackSuccessNum(v int32) *DataForListAttackTypeSummaryOutput
SetAttackSuccessNum sets the AttackSuccessNum field's value.
func (*DataForListAttackTypeSummaryOutput) SetCode ¶
func (s *DataForListAttackTypeSummaryOutput) SetCode(v string) *DataForListAttackTypeSummaryOutput
SetCode sets the Code field's value.
func (*DataForListAttackTypeSummaryOutput) SetName ¶
func (s *DataForListAttackTypeSummaryOutput) SetName(v string) *DataForListAttackTypeSummaryOutput
SetName sets the Name field's value.
func (*DataForListAttackTypeSummaryOutput) SetTotalNum ¶
func (s *DataForListAttackTypeSummaryOutput) SetTotalNum(v int32) *DataForListAttackTypeSummaryOutput
SetTotalNum sets the TotalNum field's value.
func (DataForListAttackTypeSummaryOutput) String ¶
func (s DataForListAttackTypeSummaryOutput) String() string
String returns the string representation
type DataForListLLMEvalTasksOutput ¶
type DataForListLLMEvalTasksOutput struct {
ASR *string `type:"string" json:",omitempty"`
Concurrency *int32 `type:"int32" json:",omitempty"`
CreateTime *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ElapsedTime *int32 `type:"int32" json:",omitempty"`
ErrMsg *string `type:"string" json:",omitempty"`
ExecCount *int32 `type:"int32" json:",omitempty"`
InputTokens *int32 `type:"int32" json:",omitempty"`
MacRound *int32 `type:"int32" json:",omitempty"`
ModelID *string `type:"string" json:",omitempty"`
ModelName *string `type:"string" json:",omitempty"`
OutputTokens *int32 `type:"int32" json:",omitempty"`
QuestionBanks []*string `type:"list" json:",omitempty"`
RiskCount *int32 `type:"int32" json:",omitempty"`
RiskScore *float64 `type:"float" json:",omitempty"`
TaskID *string `type:"string" json:",omitempty"`
TaskName *string `type:"string" json:",omitempty"`
TaskStatus *int32 `type:"int32" json:",omitempty"`
TaskType *string `type:"string" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
UpdateTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListLLMEvalTasksOutput) GoString ¶
func (s DataForListLLMEvalTasksOutput) GoString() string
GoString returns the string representation
func (*DataForListLLMEvalTasksOutput) SetASR ¶
func (s *DataForListLLMEvalTasksOutput) SetASR(v string) *DataForListLLMEvalTasksOutput
SetASR sets the ASR field's value.
func (*DataForListLLMEvalTasksOutput) SetConcurrency ¶
func (s *DataForListLLMEvalTasksOutput) SetConcurrency(v int32) *DataForListLLMEvalTasksOutput
SetConcurrency sets the Concurrency field's value.
func (*DataForListLLMEvalTasksOutput) SetCreateTime ¶
func (s *DataForListLLMEvalTasksOutput) SetCreateTime(v int32) *DataForListLLMEvalTasksOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForListLLMEvalTasksOutput) SetDescription ¶
func (s *DataForListLLMEvalTasksOutput) SetDescription(v string) *DataForListLLMEvalTasksOutput
SetDescription sets the Description field's value.
func (*DataForListLLMEvalTasksOutput) SetElapsedTime ¶
func (s *DataForListLLMEvalTasksOutput) SetElapsedTime(v int32) *DataForListLLMEvalTasksOutput
SetElapsedTime sets the ElapsedTime field's value.
func (*DataForListLLMEvalTasksOutput) SetErrMsg ¶
func (s *DataForListLLMEvalTasksOutput) SetErrMsg(v string) *DataForListLLMEvalTasksOutput
SetErrMsg sets the ErrMsg field's value.
func (*DataForListLLMEvalTasksOutput) SetExecCount ¶
func (s *DataForListLLMEvalTasksOutput) SetExecCount(v int32) *DataForListLLMEvalTasksOutput
SetExecCount sets the ExecCount field's value.
func (*DataForListLLMEvalTasksOutput) SetInputTokens ¶
func (s *DataForListLLMEvalTasksOutput) SetInputTokens(v int32) *DataForListLLMEvalTasksOutput
SetInputTokens sets the InputTokens field's value.
func (*DataForListLLMEvalTasksOutput) SetMacRound ¶
func (s *DataForListLLMEvalTasksOutput) SetMacRound(v int32) *DataForListLLMEvalTasksOutput
SetMacRound sets the MacRound field's value.
func (*DataForListLLMEvalTasksOutput) SetModelID ¶
func (s *DataForListLLMEvalTasksOutput) SetModelID(v string) *DataForListLLMEvalTasksOutput
SetModelID sets the ModelID field's value.
func (*DataForListLLMEvalTasksOutput) SetModelName ¶
func (s *DataForListLLMEvalTasksOutput) SetModelName(v string) *DataForListLLMEvalTasksOutput
SetModelName sets the ModelName field's value.
func (*DataForListLLMEvalTasksOutput) SetOutputTokens ¶
func (s *DataForListLLMEvalTasksOutput) SetOutputTokens(v int32) *DataForListLLMEvalTasksOutput
SetOutputTokens sets the OutputTokens field's value.
func (*DataForListLLMEvalTasksOutput) SetQuestionBanks ¶
func (s *DataForListLLMEvalTasksOutput) SetQuestionBanks(v []*string) *DataForListLLMEvalTasksOutput
SetQuestionBanks sets the QuestionBanks field's value.
func (*DataForListLLMEvalTasksOutput) SetRiskCount ¶
func (s *DataForListLLMEvalTasksOutput) SetRiskCount(v int32) *DataForListLLMEvalTasksOutput
SetRiskCount sets the RiskCount field's value.
func (*DataForListLLMEvalTasksOutput) SetRiskScore ¶
func (s *DataForListLLMEvalTasksOutput) SetRiskScore(v float64) *DataForListLLMEvalTasksOutput
SetRiskScore sets the RiskScore field's value.
func (*DataForListLLMEvalTasksOutput) SetTaskID ¶
func (s *DataForListLLMEvalTasksOutput) SetTaskID(v string) *DataForListLLMEvalTasksOutput
SetTaskID sets the TaskID field's value.
func (*DataForListLLMEvalTasksOutput) SetTaskName ¶
func (s *DataForListLLMEvalTasksOutput) SetTaskName(v string) *DataForListLLMEvalTasksOutput
SetTaskName sets the TaskName field's value.
func (*DataForListLLMEvalTasksOutput) SetTaskStatus ¶
func (s *DataForListLLMEvalTasksOutput) SetTaskStatus(v int32) *DataForListLLMEvalTasksOutput
SetTaskStatus sets the TaskStatus field's value.
func (*DataForListLLMEvalTasksOutput) SetTaskType ¶
func (s *DataForListLLMEvalTasksOutput) SetTaskType(v string) *DataForListLLMEvalTasksOutput
SetTaskType sets the TaskType field's value.
func (*DataForListLLMEvalTasksOutput) SetTotal ¶
func (s *DataForListLLMEvalTasksOutput) SetTotal(v int32) *DataForListLLMEvalTasksOutput
SetTotal sets the Total field's value.
func (*DataForListLLMEvalTasksOutput) SetUpdateTime ¶
func (s *DataForListLLMEvalTasksOutput) SetUpdateTime(v int32) *DataForListLLMEvalTasksOutput
SetUpdateTime sets the UpdateTime field's value.
func (DataForListLLMEvalTasksOutput) String ¶
func (s DataForListLLMEvalTasksOutput) String() string
String returns the string representation
type DataForListModelApplicationOutput ¶
type DataForListModelApplicationOutput struct {
EndTime *int32 `type:"int32" json:",omitempty"`
EndpointID *string `type:"string" json:",omitempty"`
ErrMsg *string `type:"string" json:",omitempty"`
EvalStatus *int32 `type:"int32" json:",omitempty"`
ExecNum *int32 `type:"int32" json:",omitempty"`
ID *int32 `type:"int32" json:",omitempty"`
Implement *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
QuestionBank []*string `type:"list" json:",omitempty"`
RiskLevel *string `type:"string" json:",omitempty"`
RiskNum *int32 `type:"int32" json:",omitempty"`
RiskScore *int32 `type:"int32" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
TaskID *string `type:"string" json:",omitempty"`
TotalNum *int32 `type:"int32" json:",omitempty"`
UUID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListModelApplicationOutput) GoString ¶
func (s DataForListModelApplicationOutput) GoString() string
GoString returns the string representation
func (*DataForListModelApplicationOutput) SetEndTime ¶
func (s *DataForListModelApplicationOutput) SetEndTime(v int32) *DataForListModelApplicationOutput
SetEndTime sets the EndTime field's value.
func (*DataForListModelApplicationOutput) SetEndpointID ¶
func (s *DataForListModelApplicationOutput) SetEndpointID(v string) *DataForListModelApplicationOutput
SetEndpointID sets the EndpointID field's value.
func (*DataForListModelApplicationOutput) SetErrMsg ¶
func (s *DataForListModelApplicationOutput) SetErrMsg(v string) *DataForListModelApplicationOutput
SetErrMsg sets the ErrMsg field's value.
func (*DataForListModelApplicationOutput) SetEvalStatus ¶
func (s *DataForListModelApplicationOutput) SetEvalStatus(v int32) *DataForListModelApplicationOutput
SetEvalStatus sets the EvalStatus field's value.
func (*DataForListModelApplicationOutput) SetExecNum ¶
func (s *DataForListModelApplicationOutput) SetExecNum(v int32) *DataForListModelApplicationOutput
SetExecNum sets the ExecNum field's value.
func (*DataForListModelApplicationOutput) SetID ¶
func (s *DataForListModelApplicationOutput) SetID(v int32) *DataForListModelApplicationOutput
SetID sets the ID field's value.
func (*DataForListModelApplicationOutput) SetImplement ¶
func (s *DataForListModelApplicationOutput) SetImplement(v string) *DataForListModelApplicationOutput
SetImplement sets the Implement field's value.
func (*DataForListModelApplicationOutput) SetName ¶
func (s *DataForListModelApplicationOutput) SetName(v string) *DataForListModelApplicationOutput
SetName sets the Name field's value.
func (*DataForListModelApplicationOutput) SetQuestionBank ¶
func (s *DataForListModelApplicationOutput) SetQuestionBank(v []*string) *DataForListModelApplicationOutput
SetQuestionBank sets the QuestionBank field's value.
func (*DataForListModelApplicationOutput) SetRiskLevel ¶
func (s *DataForListModelApplicationOutput) SetRiskLevel(v string) *DataForListModelApplicationOutput
SetRiskLevel sets the RiskLevel field's value.
func (*DataForListModelApplicationOutput) SetRiskNum ¶
func (s *DataForListModelApplicationOutput) SetRiskNum(v int32) *DataForListModelApplicationOutput
SetRiskNum sets the RiskNum field's value.
func (*DataForListModelApplicationOutput) SetRiskScore ¶
func (s *DataForListModelApplicationOutput) SetRiskScore(v int32) *DataForListModelApplicationOutput
SetRiskScore sets the RiskScore field's value.
func (*DataForListModelApplicationOutput) SetStartTime ¶
func (s *DataForListModelApplicationOutput) SetStartTime(v int32) *DataForListModelApplicationOutput
SetStartTime sets the StartTime field's value.
func (*DataForListModelApplicationOutput) SetTaskID ¶
func (s *DataForListModelApplicationOutput) SetTaskID(v string) *DataForListModelApplicationOutput
SetTaskID sets the TaskID field's value.
func (*DataForListModelApplicationOutput) SetTotalNum ¶
func (s *DataForListModelApplicationOutput) SetTotalNum(v int32) *DataForListModelApplicationOutput
SetTotalNum sets the TotalNum field's value.
func (*DataForListModelApplicationOutput) SetUUID ¶
func (s *DataForListModelApplicationOutput) SetUUID(v string) *DataForListModelApplicationOutput
SetUUID sets the UUID field's value.
func (DataForListModelApplicationOutput) String ¶
func (s DataForListModelApplicationOutput) String() string
String returns the string representation
type DataForListRiskSeverityOutput ¶
type DataForListRiskSeverityOutput struct {
Code *string `type:"string" json:",omitempty"`
DiffRatio *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
RealRatio *string `type:"string" json:",omitempty"`
StandardRatio *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListRiskSeverityOutput) GoString ¶
func (s DataForListRiskSeverityOutput) GoString() string
GoString returns the string representation
func (*DataForListRiskSeverityOutput) SetCode ¶
func (s *DataForListRiskSeverityOutput) SetCode(v string) *DataForListRiskSeverityOutput
SetCode sets the Code field's value.
func (*DataForListRiskSeverityOutput) SetDiffRatio ¶
func (s *DataForListRiskSeverityOutput) SetDiffRatio(v string) *DataForListRiskSeverityOutput
SetDiffRatio sets the DiffRatio field's value.
func (*DataForListRiskSeverityOutput) SetName ¶
func (s *DataForListRiskSeverityOutput) SetName(v string) *DataForListRiskSeverityOutput
SetName sets the Name field's value.
func (*DataForListRiskSeverityOutput) SetRealRatio ¶
func (s *DataForListRiskSeverityOutput) SetRealRatio(v string) *DataForListRiskSeverityOutput
SetRealRatio sets the RealRatio field's value.
func (*DataForListRiskSeverityOutput) SetStandardRatio ¶
func (s *DataForListRiskSeverityOutput) SetStandardRatio(v string) *DataForListRiskSeverityOutput
SetStandardRatio sets the StandardRatio field's value.
func (DataForListRiskSeverityOutput) String ¶
func (s DataForListRiskSeverityOutput) String() string
String returns the string representation
type DataForListTaskDetailsOutput ¶
type DataForListTaskDetailsOutput struct {
Atlas []*string `type:"list" json:",omitempty"`
AtlasCodes []*string `type:"list" json:",omitempty"`
AtlasIds *string `type:"string" json:",omitempty"`
ComplianceType *string `type:"string" json:",omitempty"`
Confidence *float64 `type:"float" json:",omitempty"`
CreateTime *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Dialog []*DialogForListTaskDetailsOutput `type:"list" json:",omitempty"`
DimensionID *string `type:"string" json:",omitempty"`
DimensionName *string `type:"string" json:",omitempty"`
DimensionPath []*string `type:"list" json:",omitempty"`
EvalDeepType *string `type:"string" json:",omitempty"`
EvalType *string `type:"string" json:",omitempty"`
ID *int32 `type:"int32" json:",omitempty"`
LLMInputToken *int32 `type:"int32" json:",omitempty"`
LLMOutputToken *int32 `type:"int32" json:",omitempty"`
OWASPID *string `type:"string" json:",omitempty"`
OwaspName *string `type:"string" json:",omitempty"`
PromptNum *int32 `type:"int32" json:",omitempty"`
Question *string `type:"string" json:",omitempty"`
QuestionType *string `type:"string" json:",omitempty"`
Result *int32 `type:"int32" json:",omitempty"`
RiskDesc *string `type:"string" json:",omitempty"`
RiskScore *int32 `type:"int32" json:",omitempty"`
Severity *string `type:"string" json:",omitempty"`
TargetInputToken *int32 `type:"int32" json:",omitempty"`
TargetOutputToken *int32 `type:"int32" json:",omitempty"`
ThreatID *string `type:"string" json:",omitempty"`
ThreatProductID *string `type:"string" json:",omitempty"`
ThreatProductName *string `type:"string" json:",omitempty"`
ThreatSubID *string `type:"string" json:",omitempty"`
TimeConsumed *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListTaskDetailsOutput) GoString ¶
func (s DataForListTaskDetailsOutput) GoString() string
GoString returns the string representation
func (*DataForListTaskDetailsOutput) SetAtlas ¶
func (s *DataForListTaskDetailsOutput) SetAtlas(v []*string) *DataForListTaskDetailsOutput
SetAtlas sets the Atlas field's value.
func (*DataForListTaskDetailsOutput) SetAtlasCodes ¶
func (s *DataForListTaskDetailsOutput) SetAtlasCodes(v []*string) *DataForListTaskDetailsOutput
SetAtlasCodes sets the AtlasCodes field's value.
func (*DataForListTaskDetailsOutput) SetAtlasIds ¶
func (s *DataForListTaskDetailsOutput) SetAtlasIds(v string) *DataForListTaskDetailsOutput
SetAtlasIds sets the AtlasIds field's value.
func (*DataForListTaskDetailsOutput) SetComplianceType ¶
func (s *DataForListTaskDetailsOutput) SetComplianceType(v string) *DataForListTaskDetailsOutput
SetComplianceType sets the ComplianceType field's value.
func (*DataForListTaskDetailsOutput) SetConfidence ¶
func (s *DataForListTaskDetailsOutput) SetConfidence(v float64) *DataForListTaskDetailsOutput
SetConfidence sets the Confidence field's value.
func (*DataForListTaskDetailsOutput) SetCreateTime ¶
func (s *DataForListTaskDetailsOutput) SetCreateTime(v int32) *DataForListTaskDetailsOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForListTaskDetailsOutput) SetDescription ¶
func (s *DataForListTaskDetailsOutput) SetDescription(v string) *DataForListTaskDetailsOutput
SetDescription sets the Description field's value.
func (*DataForListTaskDetailsOutput) SetDialog ¶
func (s *DataForListTaskDetailsOutput) SetDialog(v []*DialogForListTaskDetailsOutput) *DataForListTaskDetailsOutput
SetDialog sets the Dialog field's value.
func (*DataForListTaskDetailsOutput) SetDimensionID ¶
func (s *DataForListTaskDetailsOutput) SetDimensionID(v string) *DataForListTaskDetailsOutput
SetDimensionID sets the DimensionID field's value.
func (*DataForListTaskDetailsOutput) SetDimensionName ¶
func (s *DataForListTaskDetailsOutput) SetDimensionName(v string) *DataForListTaskDetailsOutput
SetDimensionName sets the DimensionName field's value.
func (*DataForListTaskDetailsOutput) SetDimensionPath ¶
func (s *DataForListTaskDetailsOutput) SetDimensionPath(v []*string) *DataForListTaskDetailsOutput
SetDimensionPath sets the DimensionPath field's value.
func (*DataForListTaskDetailsOutput) SetEvalDeepType ¶
func (s *DataForListTaskDetailsOutput) SetEvalDeepType(v string) *DataForListTaskDetailsOutput
SetEvalDeepType sets the EvalDeepType field's value.
func (*DataForListTaskDetailsOutput) SetEvalType ¶
func (s *DataForListTaskDetailsOutput) SetEvalType(v string) *DataForListTaskDetailsOutput
SetEvalType sets the EvalType field's value.
func (*DataForListTaskDetailsOutput) SetID ¶
func (s *DataForListTaskDetailsOutput) SetID(v int32) *DataForListTaskDetailsOutput
SetID sets the ID field's value.
func (*DataForListTaskDetailsOutput) SetLLMInputToken ¶
func (s *DataForListTaskDetailsOutput) SetLLMInputToken(v int32) *DataForListTaskDetailsOutput
SetLLMInputToken sets the LLMInputToken field's value.
func (*DataForListTaskDetailsOutput) SetLLMOutputToken ¶
func (s *DataForListTaskDetailsOutput) SetLLMOutputToken(v int32) *DataForListTaskDetailsOutput
SetLLMOutputToken sets the LLMOutputToken field's value.
func (*DataForListTaskDetailsOutput) SetOWASPID ¶
func (s *DataForListTaskDetailsOutput) SetOWASPID(v string) *DataForListTaskDetailsOutput
SetOWASPID sets the OWASPID field's value.
func (*DataForListTaskDetailsOutput) SetOwaspName ¶
func (s *DataForListTaskDetailsOutput) SetOwaspName(v string) *DataForListTaskDetailsOutput
SetOwaspName sets the OwaspName field's value.
func (*DataForListTaskDetailsOutput) SetPromptNum ¶
func (s *DataForListTaskDetailsOutput) SetPromptNum(v int32) *DataForListTaskDetailsOutput
SetPromptNum sets the PromptNum field's value.
func (*DataForListTaskDetailsOutput) SetQuestion ¶
func (s *DataForListTaskDetailsOutput) SetQuestion(v string) *DataForListTaskDetailsOutput
SetQuestion sets the Question field's value.
func (*DataForListTaskDetailsOutput) SetQuestionType ¶
func (s *DataForListTaskDetailsOutput) SetQuestionType(v string) *DataForListTaskDetailsOutput
SetQuestionType sets the QuestionType field's value.
func (*DataForListTaskDetailsOutput) SetResult ¶
func (s *DataForListTaskDetailsOutput) SetResult(v int32) *DataForListTaskDetailsOutput
SetResult sets the Result field's value.
func (*DataForListTaskDetailsOutput) SetRiskDesc ¶
func (s *DataForListTaskDetailsOutput) SetRiskDesc(v string) *DataForListTaskDetailsOutput
SetRiskDesc sets the RiskDesc field's value.
func (*DataForListTaskDetailsOutput) SetRiskScore ¶
func (s *DataForListTaskDetailsOutput) SetRiskScore(v int32) *DataForListTaskDetailsOutput
SetRiskScore sets the RiskScore field's value.
func (*DataForListTaskDetailsOutput) SetSeverity ¶
func (s *DataForListTaskDetailsOutput) SetSeverity(v string) *DataForListTaskDetailsOutput
SetSeverity sets the Severity field's value.
func (*DataForListTaskDetailsOutput) SetTargetInputToken ¶
func (s *DataForListTaskDetailsOutput) SetTargetInputToken(v int32) *DataForListTaskDetailsOutput
SetTargetInputToken sets the TargetInputToken field's value.
func (*DataForListTaskDetailsOutput) SetTargetOutputToken ¶
func (s *DataForListTaskDetailsOutput) SetTargetOutputToken(v int32) *DataForListTaskDetailsOutput
SetTargetOutputToken sets the TargetOutputToken field's value.
func (*DataForListTaskDetailsOutput) SetThreatID ¶
func (s *DataForListTaskDetailsOutput) SetThreatID(v string) *DataForListTaskDetailsOutput
SetThreatID sets the ThreatID field's value.
func (*DataForListTaskDetailsOutput) SetThreatProductID ¶
func (s *DataForListTaskDetailsOutput) SetThreatProductID(v string) *DataForListTaskDetailsOutput
SetThreatProductID sets the ThreatProductID field's value.
func (*DataForListTaskDetailsOutput) SetThreatProductName ¶
func (s *DataForListTaskDetailsOutput) SetThreatProductName(v string) *DataForListTaskDetailsOutput
SetThreatProductName sets the ThreatProductName field's value.
func (*DataForListTaskDetailsOutput) SetThreatSubID ¶
func (s *DataForListTaskDetailsOutput) SetThreatSubID(v string) *DataForListTaskDetailsOutput
SetThreatSubID sets the ThreatSubID field's value.
func (*DataForListTaskDetailsOutput) SetTimeConsumed ¶
func (s *DataForListTaskDetailsOutput) SetTimeConsumed(v int32) *DataForListTaskDetailsOutput
SetTimeConsumed sets the TimeConsumed field's value.
func (DataForListTaskDetailsOutput) String ¶
func (s DataForListTaskDetailsOutput) String() string
String returns the string representation
type DataForUpdateAgentOutput ¶
type DataForUpdateAgentOutput struct {
// contains filtered or unexported fields
}
func (DataForUpdateAgentOutput) GoString ¶
func (s DataForUpdateAgentOutput) GoString() string
GoString returns the string representation
func (DataForUpdateAgentOutput) String ¶
func (s DataForUpdateAgentOutput) String() string
String returns the string representation
type DataForUpdateModelOutput ¶
type DataForUpdateModelOutput struct {
// contains filtered or unexported fields
}
func (DataForUpdateModelOutput) GoString ¶
func (s DataForUpdateModelOutput) GoString() string
GoString returns the string representation
func (DataForUpdateModelOutput) String ¶
func (s DataForUpdateModelOutput) String() string
String returns the string representation
type DeepForGetRiskSummaryOutput ¶
type DeepForGetRiskSummaryOutput struct {
Critical *int32 `type:"int32" json:",omitempty"`
Details []*DetailForGetRiskSummaryOutput `type:"list" json:",omitempty"`
ExecCount *int32 `type:"int32" json:",omitempty"`
High *int32 `type:"int32" json:",omitempty"`
Low *int32 `type:"int32" json:",omitempty"`
Medium *int32 `type:"int32" json:",omitempty"`
RiskCount *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeepForGetRiskSummaryOutput) GoString ¶
func (s DeepForGetRiskSummaryOutput) GoString() string
GoString returns the string representation
func (*DeepForGetRiskSummaryOutput) SetCritical ¶
func (s *DeepForGetRiskSummaryOutput) SetCritical(v int32) *DeepForGetRiskSummaryOutput
SetCritical sets the Critical field's value.
func (*DeepForGetRiskSummaryOutput) SetDetails ¶
func (s *DeepForGetRiskSummaryOutput) SetDetails(v []*DetailForGetRiskSummaryOutput) *DeepForGetRiskSummaryOutput
SetDetails sets the Details field's value.
func (*DeepForGetRiskSummaryOutput) SetExecCount ¶
func (s *DeepForGetRiskSummaryOutput) SetExecCount(v int32) *DeepForGetRiskSummaryOutput
SetExecCount sets the ExecCount field's value.
func (*DeepForGetRiskSummaryOutput) SetHigh ¶
func (s *DeepForGetRiskSummaryOutput) SetHigh(v int32) *DeepForGetRiskSummaryOutput
SetHigh sets the High field's value.
func (*DeepForGetRiskSummaryOutput) SetLow ¶
func (s *DeepForGetRiskSummaryOutput) SetLow(v int32) *DeepForGetRiskSummaryOutput
SetLow sets the Low field's value.
func (*DeepForGetRiskSummaryOutput) SetMedium ¶
func (s *DeepForGetRiskSummaryOutput) SetMedium(v int32) *DeepForGetRiskSummaryOutput
SetMedium sets the Medium field's value.
func (*DeepForGetRiskSummaryOutput) SetRiskCount ¶
func (s *DeepForGetRiskSummaryOutput) SetRiskCount(v int32) *DeepForGetRiskSummaryOutput
SetRiskCount sets the RiskCount field's value.
func (*DeepForGetRiskSummaryOutput) SetTotalCount ¶
func (s *DeepForGetRiskSummaryOutput) SetTotalCount(v int32) *DeepForGetRiskSummaryOutput
SetTotalCount sets the TotalCount field's value.
func (DeepForGetRiskSummaryOutput) String ¶
func (s DeepForGetRiskSummaryOutput) String() string
String returns the string representation
type DeleteAgentInput ¶
type DeleteAgentInput struct {
AgentID []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteAgentInput) GoString ¶
func (s DeleteAgentInput) GoString() string
GoString returns the string representation
func (*DeleteAgentInput) SetAgentID ¶
func (s *DeleteAgentInput) SetAgentID(v []*string) *DeleteAgentInput
SetAgentID sets the AgentID field's value.
func (DeleteAgentInput) String ¶
func (s DeleteAgentInput) String() string
String returns the string representation
type DeleteAgentOutput ¶
type DeleteAgentOutput struct {
Metadata *response.ResponseMetadata
Data *DataForDeleteAgentOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteAgentOutput) GoString ¶
func (s DeleteAgentOutput) GoString() string
GoString returns the string representation
func (*DeleteAgentOutput) SetData ¶
func (s *DeleteAgentOutput) SetData(v *DataForDeleteAgentOutput) *DeleteAgentOutput
SetData sets the Data field's value.
func (DeleteAgentOutput) String ¶
func (s DeleteAgentOutput) String() string
String returns the string representation
type DeleteModelInput ¶
type DeleteModelInput struct {
UUID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteModelInput) GoString ¶
func (s DeleteModelInput) GoString() string
GoString returns the string representation
func (*DeleteModelInput) SetUUID ¶
func (s *DeleteModelInput) SetUUID(v string) *DeleteModelInput
SetUUID sets the UUID field's value.
func (DeleteModelInput) String ¶
func (s DeleteModelInput) String() string
String returns the string representation
type DeleteModelOutput ¶
type DeleteModelOutput struct {
Metadata *response.ResponseMetadata
Data *DataForDeleteModelOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteModelOutput) GoString ¶
func (s DeleteModelOutput) GoString() string
GoString returns the string representation
func (*DeleteModelOutput) SetData ¶
func (s *DeleteModelOutput) SetData(v *DataForDeleteModelOutput) *DeleteModelOutput
SetData sets the Data field's value.
func (DeleteModelOutput) String ¶
func (s DeleteModelOutput) String() string
String returns the string representation
type DetailForGetRiskSummaryOutput ¶
type DetailForGetRiskSummaryOutput struct {
ExecCount *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
RiskCount *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
Value *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DetailForGetRiskSummaryOutput) GoString ¶
func (s DetailForGetRiskSummaryOutput) GoString() string
GoString returns the string representation
func (*DetailForGetRiskSummaryOutput) SetExecCount ¶
func (s *DetailForGetRiskSummaryOutput) SetExecCount(v int32) *DetailForGetRiskSummaryOutput
SetExecCount sets the ExecCount field's value.
func (*DetailForGetRiskSummaryOutput) SetName ¶
func (s *DetailForGetRiskSummaryOutput) SetName(v string) *DetailForGetRiskSummaryOutput
SetName sets the Name field's value.
func (*DetailForGetRiskSummaryOutput) SetRiskCount ¶
func (s *DetailForGetRiskSummaryOutput) SetRiskCount(v int32) *DetailForGetRiskSummaryOutput
SetRiskCount sets the RiskCount field's value.
func (*DetailForGetRiskSummaryOutput) SetTotalCount ¶
func (s *DetailForGetRiskSummaryOutput) SetTotalCount(v int32) *DetailForGetRiskSummaryOutput
SetTotalCount sets the TotalCount field's value.
func (*DetailForGetRiskSummaryOutput) SetValue ¶
func (s *DetailForGetRiskSummaryOutput) SetValue(v int32) *DetailForGetRiskSummaryOutput
SetValue sets the Value field's value.
func (DetailForGetRiskSummaryOutput) String ¶
func (s DetailForGetRiskSummaryOutput) String() string
String returns the string representation
type DialogForListTaskDetailsOutput ¶
type DialogForListTaskDetailsOutput struct {
Content *string `type:"string" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DialogForListTaskDetailsOutput) GoString ¶
func (s DialogForListTaskDetailsOutput) GoString() string
GoString returns the string representation
func (*DialogForListTaskDetailsOutput) SetContent ¶
func (s *DialogForListTaskDetailsOutput) SetContent(v string) *DialogForListTaskDetailsOutput
SetContent sets the Content field's value.
func (*DialogForListTaskDetailsOutput) SetRole ¶
func (s *DialogForListTaskDetailsOutput) SetRole(v string) *DialogForListTaskDetailsOutput
SetRole sets the Role field's value.
func (DialogForListTaskDetailsOutput) String ¶
func (s DialogForListTaskDetailsOutput) String() string
String returns the string representation
type DimensionReportDataForGetLLMEvalTaskReportOutput ¶
type DimensionReportDataForGetLLMEvalTaskReportOutput struct {
DimensionCode *string `type:"string" json:",omitempty"`
DimensionName *string `type:"string" json:",omitempty"`
EvalContentPassNum *int32 `type:"int32" json:",omitempty"`
EvalContentTotalNum *int32 `type:"int32" json:",omitempty"`
PassRateStr *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DimensionReportDataForGetLLMEvalTaskReportOutput) GoString ¶
func (s DimensionReportDataForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*DimensionReportDataForGetLLMEvalTaskReportOutput) SetDimensionCode ¶
func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetDimensionCode(v string) *DimensionReportDataForGetLLMEvalTaskReportOutput
SetDimensionCode sets the DimensionCode field's value.
func (*DimensionReportDataForGetLLMEvalTaskReportOutput) SetDimensionName ¶
func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetDimensionName(v string) *DimensionReportDataForGetLLMEvalTaskReportOutput
SetDimensionName sets the DimensionName field's value.
func (*DimensionReportDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum ¶
func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *DimensionReportDataForGetLLMEvalTaskReportOutput
SetEvalContentPassNum sets the EvalContentPassNum field's value.
func (*DimensionReportDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum ¶
func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *DimensionReportDataForGetLLMEvalTaskReportOutput
SetEvalContentTotalNum sets the EvalContentTotalNum field's value.
func (*DimensionReportDataForGetLLMEvalTaskReportOutput) SetPassRateStr ¶
func (s *DimensionReportDataForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *DimensionReportDataForGetLLMEvalTaskReportOutput
SetPassRateStr sets the PassRateStr field's value.
func (DimensionReportDataForGetLLMEvalTaskReportOutput) String ¶
func (s DimensionReportDataForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type EditEvalTaskInput ¶
type EditEvalTaskInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
TaskName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EditEvalTaskInput) GoString ¶
func (s EditEvalTaskInput) GoString() string
GoString returns the string representation
func (*EditEvalTaskInput) SetTaskID ¶
func (s *EditEvalTaskInput) SetTaskID(v string) *EditEvalTaskInput
SetTaskID sets the TaskID field's value.
func (*EditEvalTaskInput) SetTaskName ¶
func (s *EditEvalTaskInput) SetTaskName(v string) *EditEvalTaskInput
SetTaskName sets the TaskName field's value.
func (EditEvalTaskInput) String ¶
func (s EditEvalTaskInput) String() string
String returns the string representation
func (*EditEvalTaskInput) Validate ¶
func (s *EditEvalTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EditEvalTaskOutput ¶
type EditEvalTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (EditEvalTaskOutput) GoString ¶
func (s EditEvalTaskOutput) GoString() string
GoString returns the string representation
func (EditEvalTaskOutput) String ¶
func (s EditEvalTaskOutput) String() string
String returns the string representation
type EvalBankReportDataForGetLLMEvalTaskReportOutput ¶
type EvalBankReportDataForGetLLMEvalTaskReportOutput struct {
DimensionReportData []*DimensionReportDataForGetLLMEvalTaskReportOutput `type:"list" json:",omitempty"`
EvalContentPassNum *int32 `type:"int32" json:",omitempty"`
EvalContentTotalNum *int32 `type:"int32" json:",omitempty"`
PassRateStr *string `type:"string" json:",omitempty"`
QuestionBankID *string `type:"string" json:",omitempty"`
QuestionBankName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EvalBankReportDataForGetLLMEvalTaskReportOutput) GoString ¶
func (s EvalBankReportDataForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*EvalBankReportDataForGetLLMEvalTaskReportOutput) SetDimensionReportData ¶
func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetDimensionReportData(v []*DimensionReportDataForGetLLMEvalTaskReportOutput) *EvalBankReportDataForGetLLMEvalTaskReportOutput
SetDimensionReportData sets the DimensionReportData field's value.
func (*EvalBankReportDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum ¶
func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *EvalBankReportDataForGetLLMEvalTaskReportOutput
SetEvalContentPassNum sets the EvalContentPassNum field's value.
func (*EvalBankReportDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum ¶
func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *EvalBankReportDataForGetLLMEvalTaskReportOutput
SetEvalContentTotalNum sets the EvalContentTotalNum field's value.
func (*EvalBankReportDataForGetLLMEvalTaskReportOutput) SetPassRateStr ¶
func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *EvalBankReportDataForGetLLMEvalTaskReportOutput
SetPassRateStr sets the PassRateStr field's value.
func (*EvalBankReportDataForGetLLMEvalTaskReportOutput) SetQuestionBankID ¶
func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetQuestionBankID(v string) *EvalBankReportDataForGetLLMEvalTaskReportOutput
SetQuestionBankID sets the QuestionBankID field's value.
func (*EvalBankReportDataForGetLLMEvalTaskReportOutput) SetQuestionBankName ¶
func (s *EvalBankReportDataForGetLLMEvalTaskReportOutput) SetQuestionBankName(v string) *EvalBankReportDataForGetLLMEvalTaskReportOutput
SetQuestionBankName sets the QuestionBankName field's value.
func (EvalBankReportDataForGetLLMEvalTaskReportOutput) String ¶
func (s EvalBankReportDataForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type FilterForListAgentInput ¶
type FilterForListAgentInput struct {
EvalStatus *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
RiskLevel *string `type:"string" json:",omitempty"`
UpdateTime *UpdateTimeForListAgentInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListAgentInput) GoString ¶
func (s FilterForListAgentInput) GoString() string
GoString returns the string representation
func (*FilterForListAgentInput) SetEvalStatus ¶
func (s *FilterForListAgentInput) SetEvalStatus(v int32) *FilterForListAgentInput
SetEvalStatus sets the EvalStatus field's value.
func (*FilterForListAgentInput) SetName ¶
func (s *FilterForListAgentInput) SetName(v string) *FilterForListAgentInput
SetName sets the Name field's value.
func (*FilterForListAgentInput) SetRiskLevel ¶
func (s *FilterForListAgentInput) SetRiskLevel(v string) *FilterForListAgentInput
SetRiskLevel sets the RiskLevel field's value.
func (*FilterForListAgentInput) SetUpdateTime ¶
func (s *FilterForListAgentInput) SetUpdateTime(v *UpdateTimeForListAgentInput) *FilterForListAgentInput
SetUpdateTime sets the UpdateTime field's value.
func (FilterForListAgentInput) String ¶
func (s FilterForListAgentInput) String() string
String returns the string representation
type FilterForListAttackTypeSummaryInput ¶
type FilterForListAttackTypeSummaryInput struct {
TaskID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListAttackTypeSummaryInput) GoString ¶
func (s FilterForListAttackTypeSummaryInput) GoString() string
GoString returns the string representation
func (*FilterForListAttackTypeSummaryInput) SetTaskID ¶
func (s *FilterForListAttackTypeSummaryInput) SetTaskID(v string) *FilterForListAttackTypeSummaryInput
SetTaskID sets the TaskID field's value.
func (FilterForListAttackTypeSummaryInput) String ¶
func (s FilterForListAttackTypeSummaryInput) String() string
String returns the string representation
type FilterForListLLMEvalTasksInput ¶
type FilterForListLLMEvalTasksInput struct {
AssetName *string `type:"string" json:",omitempty"`
AssetType *string `type:"string" json:",omitempty"`
HasRisk *int32 `type:"int32" json:",omitempty"`
TaskName *string `type:"string" json:",omitempty"`
TaskStatus []*int32 `type:"list" json:",omitempty"`
TaskType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListLLMEvalTasksInput) GoString ¶
func (s FilterForListLLMEvalTasksInput) GoString() string
GoString returns the string representation
func (*FilterForListLLMEvalTasksInput) SetAssetName ¶
func (s *FilterForListLLMEvalTasksInput) SetAssetName(v string) *FilterForListLLMEvalTasksInput
SetAssetName sets the AssetName field's value.
func (*FilterForListLLMEvalTasksInput) SetAssetType ¶
func (s *FilterForListLLMEvalTasksInput) SetAssetType(v string) *FilterForListLLMEvalTasksInput
SetAssetType sets the AssetType field's value.
func (*FilterForListLLMEvalTasksInput) SetHasRisk ¶
func (s *FilterForListLLMEvalTasksInput) SetHasRisk(v int32) *FilterForListLLMEvalTasksInput
SetHasRisk sets the HasRisk field's value.
func (*FilterForListLLMEvalTasksInput) SetTaskName ¶
func (s *FilterForListLLMEvalTasksInput) SetTaskName(v string) *FilterForListLLMEvalTasksInput
SetTaskName sets the TaskName field's value.
func (*FilterForListLLMEvalTasksInput) SetTaskStatus ¶
func (s *FilterForListLLMEvalTasksInput) SetTaskStatus(v []*int32) *FilterForListLLMEvalTasksInput
SetTaskStatus sets the TaskStatus field's value.
func (*FilterForListLLMEvalTasksInput) SetTaskType ¶
func (s *FilterForListLLMEvalTasksInput) SetTaskType(v string) *FilterForListLLMEvalTasksInput
SetTaskType sets the TaskType field's value.
func (FilterForListLLMEvalTasksInput) String ¶
func (s FilterForListLLMEvalTasksInput) String() string
String returns the string representation
type FilterForListModelApplicationInput ¶
type FilterForListModelApplicationInput struct {
CreateTime *CreateTimeForListModelApplicationInput `type:"structure" json:",omitempty"`
EndpointID *string `type:"string" json:",omitempty"`
EvalStatus *int32 `type:"int32" json:",omitempty"`
Implement *string `type:"string" json:",omitempty"`
ModelID *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
RiskLevel *string `type:"string" json:",omitempty"`
UpdateTime *UpdateTimeForListModelApplicationInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListModelApplicationInput) GoString ¶
func (s FilterForListModelApplicationInput) GoString() string
GoString returns the string representation
func (*FilterForListModelApplicationInput) SetCreateTime ¶
func (s *FilterForListModelApplicationInput) SetCreateTime(v *CreateTimeForListModelApplicationInput) *FilterForListModelApplicationInput
SetCreateTime sets the CreateTime field's value.
func (*FilterForListModelApplicationInput) SetEndpointID ¶
func (s *FilterForListModelApplicationInput) SetEndpointID(v string) *FilterForListModelApplicationInput
SetEndpointID sets the EndpointID field's value.
func (*FilterForListModelApplicationInput) SetEvalStatus ¶
func (s *FilterForListModelApplicationInput) SetEvalStatus(v int32) *FilterForListModelApplicationInput
SetEvalStatus sets the EvalStatus field's value.
func (*FilterForListModelApplicationInput) SetImplement ¶
func (s *FilterForListModelApplicationInput) SetImplement(v string) *FilterForListModelApplicationInput
SetImplement sets the Implement field's value.
func (*FilterForListModelApplicationInput) SetModelID ¶
func (s *FilterForListModelApplicationInput) SetModelID(v string) *FilterForListModelApplicationInput
SetModelID sets the ModelID field's value.
func (*FilterForListModelApplicationInput) SetName ¶
func (s *FilterForListModelApplicationInput) SetName(v string) *FilterForListModelApplicationInput
SetName sets the Name field's value.
func (*FilterForListModelApplicationInput) SetRiskLevel ¶
func (s *FilterForListModelApplicationInput) SetRiskLevel(v string) *FilterForListModelApplicationInput
SetRiskLevel sets the RiskLevel field's value.
func (*FilterForListModelApplicationInput) SetUpdateTime ¶
func (s *FilterForListModelApplicationInput) SetUpdateTime(v *UpdateTimeForListModelApplicationInput) *FilterForListModelApplicationInput
SetUpdateTime sets the UpdateTime field's value.
func (FilterForListModelApplicationInput) String ¶
func (s FilterForListModelApplicationInput) String() string
String returns the string representation
type FilterForListTaskDetailsInput ¶
type FilterForListTaskDetailsInput struct {
AtlasCodes []*string `type:"list" json:",omitempty"`
DimensionIds []*string `type:"list" json:",omitempty"`
EvalRiskResult *int32 `type:"int32" json:",omitempty"`
OwaspIds []*string `type:"list" json:",omitempty"`
Question *string `type:"string" json:",omitempty"`
RiskLevels []*string `type:"list" json:",omitempty"`
TaskID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListTaskDetailsInput) GoString ¶
func (s FilterForListTaskDetailsInput) GoString() string
GoString returns the string representation
func (*FilterForListTaskDetailsInput) SetAtlasCodes ¶
func (s *FilterForListTaskDetailsInput) SetAtlasCodes(v []*string) *FilterForListTaskDetailsInput
SetAtlasCodes sets the AtlasCodes field's value.
func (*FilterForListTaskDetailsInput) SetDimensionIds ¶
func (s *FilterForListTaskDetailsInput) SetDimensionIds(v []*string) *FilterForListTaskDetailsInput
SetDimensionIds sets the DimensionIds field's value.
func (*FilterForListTaskDetailsInput) SetEvalRiskResult ¶
func (s *FilterForListTaskDetailsInput) SetEvalRiskResult(v int32) *FilterForListTaskDetailsInput
SetEvalRiskResult sets the EvalRiskResult field's value.
func (*FilterForListTaskDetailsInput) SetOwaspIds ¶
func (s *FilterForListTaskDetailsInput) SetOwaspIds(v []*string) *FilterForListTaskDetailsInput
SetOwaspIds sets the OwaspIds field's value.
func (*FilterForListTaskDetailsInput) SetQuestion ¶
func (s *FilterForListTaskDetailsInput) SetQuestion(v string) *FilterForListTaskDetailsInput
SetQuestion sets the Question field's value.
func (*FilterForListTaskDetailsInput) SetRiskLevels ¶
func (s *FilterForListTaskDetailsInput) SetRiskLevels(v []*string) *FilterForListTaskDetailsInput
SetRiskLevels sets the RiskLevels field's value.
func (*FilterForListTaskDetailsInput) SetTaskID ¶
func (s *FilterForListTaskDetailsInput) SetTaskID(v string) *FilterForListTaskDetailsInput
SetTaskID sets the TaskID field's value.
func (FilterForListTaskDetailsInput) String ¶
func (s FilterForListTaskDetailsInput) String() string
String returns the string representation
type GetAgentDetailInput ¶
type GetAgentDetailInput struct {
UUID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetAgentDetailInput) GoString ¶
func (s GetAgentDetailInput) GoString() string
GoString returns the string representation
func (*GetAgentDetailInput) SetUUID ¶
func (s *GetAgentDetailInput) SetUUID(v string) *GetAgentDetailInput
SetUUID sets the UUID field's value.
func (GetAgentDetailInput) String ¶
func (s GetAgentDetailInput) String() string
String returns the string representation
type GetAgentDetailOutput ¶
type GetAgentDetailOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetAgentDetailOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetAgentDetailOutput) GoString ¶
func (s GetAgentDetailOutput) GoString() string
GoString returns the string representation
func (*GetAgentDetailOutput) SetData ¶
func (s *GetAgentDetailOutput) SetData(v *DataForGetAgentDetailOutput) *GetAgentDetailOutput
SetData sets the Data field's value.
func (GetAgentDetailOutput) String ¶
func (s GetAgentDetailOutput) String() string
String returns the string representation
type GetConnectAgentResultInput ¶
type GetConnectAgentResultInput struct {
// ConnectLogID is a required field
ConnectLogID *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetConnectAgentResultInput) GoString ¶
func (s GetConnectAgentResultInput) GoString() string
GoString returns the string representation
func (*GetConnectAgentResultInput) SetConnectLogID ¶
func (s *GetConnectAgentResultInput) SetConnectLogID(v int32) *GetConnectAgentResultInput
SetConnectLogID sets the ConnectLogID field's value.
func (GetConnectAgentResultInput) String ¶
func (s GetConnectAgentResultInput) String() string
String returns the string representation
func (*GetConnectAgentResultInput) Validate ¶
func (s *GetConnectAgentResultInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConnectAgentResultOutput ¶
type GetConnectAgentResultOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetConnectAgentResultOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetConnectAgentResultOutput) GoString ¶
func (s GetConnectAgentResultOutput) GoString() string
GoString returns the string representation
func (*GetConnectAgentResultOutput) SetData ¶
func (s *GetConnectAgentResultOutput) SetData(v *DataForGetConnectAgentResultOutput) *GetConnectAgentResultOutput
SetData sets the Data field's value.
func (GetConnectAgentResultOutput) String ¶
func (s GetConnectAgentResultOutput) String() string
String returns the string representation
type GetDimensionTreeByTaskInput ¶
type GetDimensionTreeByTaskInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetDimensionTreeByTaskInput) GoString ¶
func (s GetDimensionTreeByTaskInput) GoString() string
GoString returns the string representation
func (*GetDimensionTreeByTaskInput) SetTaskID ¶
func (s *GetDimensionTreeByTaskInput) SetTaskID(v string) *GetDimensionTreeByTaskInput
SetTaskID sets the TaskID field's value.
func (GetDimensionTreeByTaskInput) String ¶
func (s GetDimensionTreeByTaskInput) String() string
String returns the string representation
func (*GetDimensionTreeByTaskInput) Validate ¶
func (s *GetDimensionTreeByTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDimensionTreeByTaskOutput ¶
type GetDimensionTreeByTaskOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetDimensionTreeByTaskOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetDimensionTreeByTaskOutput) GoString ¶
func (s GetDimensionTreeByTaskOutput) GoString() string
GoString returns the string representation
func (*GetDimensionTreeByTaskOutput) SetData ¶
func (s *GetDimensionTreeByTaskOutput) SetData(v *DataForGetDimensionTreeByTaskOutput) *GetDimensionTreeByTaskOutput
SetData sets the Data field's value.
func (GetDimensionTreeByTaskOutput) String ¶
func (s GetDimensionTreeByTaskOutput) String() string
String returns the string representation
type GetLLMEvalTaskReportInput ¶
type GetLLMEvalTaskReportInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetLLMEvalTaskReportInput) GoString ¶
func (s GetLLMEvalTaskReportInput) GoString() string
GoString returns the string representation
func (*GetLLMEvalTaskReportInput) SetTaskID ¶
func (s *GetLLMEvalTaskReportInput) SetTaskID(v string) *GetLLMEvalTaskReportInput
SetTaskID sets the TaskID field's value.
func (GetLLMEvalTaskReportInput) String ¶
func (s GetLLMEvalTaskReportInput) String() string
String returns the string representation
func (*GetLLMEvalTaskReportInput) Validate ¶
func (s *GetLLMEvalTaskReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLLMEvalTaskReportOutput ¶
type GetLLMEvalTaskReportOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetLLMEvalTaskReportOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetLLMEvalTaskReportOutput) GoString ¶
func (s GetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*GetLLMEvalTaskReportOutput) SetData ¶
func (s *GetLLMEvalTaskReportOutput) SetData(v *DataForGetLLMEvalTaskReportOutput) *GetLLMEvalTaskReportOutput
SetData sets the Data field's value.
func (GetLLMEvalTaskReportOutput) String ¶
func (s GetLLMEvalTaskReportOutput) String() string
String returns the string representation
type GetModelDetailInput ¶
type GetModelDetailInput struct {
UUID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetModelDetailInput) GoString ¶
func (s GetModelDetailInput) GoString() string
GoString returns the string representation
func (*GetModelDetailInput) SetUUID ¶
func (s *GetModelDetailInput) SetUUID(v string) *GetModelDetailInput
SetUUID sets the UUID field's value.
func (GetModelDetailInput) String ¶
func (s GetModelDetailInput) String() string
String returns the string representation
type GetModelDetailOutput ¶
type GetModelDetailOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetModelDetailOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetModelDetailOutput) GoString ¶
func (s GetModelDetailOutput) GoString() string
GoString returns the string representation
func (*GetModelDetailOutput) SetData ¶
func (s *GetModelDetailOutput) SetData(v *DataForGetModelDetailOutput) *GetModelDetailOutput
SetData sets the Data field's value.
func (GetModelDetailOutput) String ¶
func (s GetModelDetailOutput) String() string
String returns the string representation
type GetRiskSummaryInput ¶
type GetRiskSummaryInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetRiskSummaryInput) GoString ¶
func (s GetRiskSummaryInput) GoString() string
GoString returns the string representation
func (*GetRiskSummaryInput) SetTaskID ¶
func (s *GetRiskSummaryInput) SetTaskID(v string) *GetRiskSummaryInput
SetTaskID sets the TaskID field's value.
func (GetRiskSummaryInput) String ¶
func (s GetRiskSummaryInput) String() string
String returns the string representation
func (*GetRiskSummaryInput) Validate ¶
func (s *GetRiskSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRiskSummaryOutput ¶
type GetRiskSummaryOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetRiskSummaryOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetRiskSummaryOutput) GoString ¶
func (s GetRiskSummaryOutput) GoString() string
GoString returns the string representation
func (*GetRiskSummaryOutput) SetData ¶
func (s *GetRiskSummaryOutput) SetData(v *DataForGetRiskSummaryOutput) *GetRiskSummaryOutput
SetData sets the Data field's value.
func (GetRiskSummaryOutput) String ¶
func (s GetRiskSummaryOutput) String() string
String returns the string representation
type GetTaskDetailInput ¶
type GetTaskDetailInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetTaskDetailInput) GoString ¶
func (s GetTaskDetailInput) GoString() string
GoString returns the string representation
func (*GetTaskDetailInput) SetTaskID ¶
func (s *GetTaskDetailInput) SetTaskID(v string) *GetTaskDetailInput
SetTaskID sets the TaskID field's value.
func (GetTaskDetailInput) String ¶
func (s GetTaskDetailInput) String() string
String returns the string representation
func (*GetTaskDetailInput) Validate ¶
func (s *GetTaskDetailInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTaskDetailOutput ¶
type GetTaskDetailOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetTaskDetailOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetTaskDetailOutput) GoString ¶
func (s GetTaskDetailOutput) GoString() string
GoString returns the string representation
func (*GetTaskDetailOutput) SetData ¶
func (s *GetTaskDetailOutput) SetData(v *DataForGetTaskDetailOutput) *GetTaskDetailOutput
SetData sets the Data field's value.
func (GetTaskDetailOutput) String ¶
func (s GetTaskDetailOutput) String() string
String returns the string representation
type GetTaskProgressInput ¶
type GetTaskProgressInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetTaskProgressInput) GoString ¶
func (s GetTaskProgressInput) GoString() string
GoString returns the string representation
func (*GetTaskProgressInput) SetTaskID ¶
func (s *GetTaskProgressInput) SetTaskID(v string) *GetTaskProgressInput
SetTaskID sets the TaskID field's value.
func (GetTaskProgressInput) String ¶
func (s GetTaskProgressInput) String() string
String returns the string representation
func (*GetTaskProgressInput) Validate ¶
func (s *GetTaskProgressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTaskProgressOutput ¶
type GetTaskProgressOutput struct {
Metadata *response.ResponseMetadata
Data *DataForGetTaskProgressOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetTaskProgressOutput) GoString ¶
func (s GetTaskProgressOutput) GoString() string
GoString returns the string representation
func (*GetTaskProgressOutput) SetData ¶
func (s *GetTaskProgressOutput) SetData(v *DataForGetTaskProgressOutput) *GetTaskProgressOutput
SetData sets the Data field's value.
func (GetTaskProgressOutput) String ¶
func (s GetTaskProgressOutput) String() string
String returns the string representation
type LLMSCAN ¶
LLMSCAN provides the API operation methods for making requests to LLMSCAN. See this package's package overview docs for details on the service.
LLMSCAN 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) *LLMSCAN
New create int can support ssl or region locate set
func (*LLMSCAN) ConnectAgent ¶
func (c *LLMSCAN) ConnectAgent(input *ConnectAgentInput) (*ConnectAgentOutput, error)
ConnectAgent API operation for LLMSCAN.
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 LLMSCAN's API operation ConnectAgent for usage and error information.
func (*LLMSCAN) ConnectAgentCommon ¶
func (c *LLMSCAN) ConnectAgentCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ConnectAgentCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ConnectAgentCommon for usage and error information.
func (*LLMSCAN) ConnectAgentCommonRequest ¶
func (c *LLMSCAN) ConnectAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ConnectAgentCommonRequest generates a "volcengine/request.Request" representing the client's request for the ConnectAgentCommon operation. The "output" return value will be populated with the ConnectAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned ConnectAgentCommon Request to send the API call to the service. the "output" return value is not valid until after ConnectAgentCommon Send returns without error.
See ConnectAgentCommon for more information on using the ConnectAgentCommon API call, and error handling.
// Example sending a request using the ConnectAgentCommonRequest method.
req, resp := client.ConnectAgentCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ConnectAgentCommonWithContext ¶
func (c *LLMSCAN) ConnectAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ConnectAgentCommonWithContext is the same as ConnectAgentCommon with the addition of the ability to pass a context and additional request options.
See ConnectAgentCommon 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 (*LLMSCAN) ConnectAgentRequest ¶
func (c *LLMSCAN) ConnectAgentRequest(input *ConnectAgentInput) (req *request.Request, output *ConnectAgentOutput)
ConnectAgentRequest generates a "volcengine/request.Request" representing the client's request for the ConnectAgent operation. The "output" return value will be populated with the ConnectAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned ConnectAgentCommon Request to send the API call to the service. the "output" return value is not valid until after ConnectAgentCommon Send returns without error.
See ConnectAgent for more information on using the ConnectAgent API call, and error handling.
// Example sending a request using the ConnectAgentRequest method.
req, resp := client.ConnectAgentRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ConnectAgentWithContext ¶
func (c *LLMSCAN) ConnectAgentWithContext(ctx volcengine.Context, input *ConnectAgentInput, opts ...request.Option) (*ConnectAgentOutput, error)
ConnectAgentWithContext is the same as ConnectAgent with the addition of the ability to pass a context and additional request options.
See ConnectAgent 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 (*LLMSCAN) ConnectModel ¶
func (c *LLMSCAN) ConnectModel(input *ConnectModelInput) (*ConnectModelOutput, error)
ConnectModel API operation for LLMSCAN.
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 LLMSCAN's API operation ConnectModel for usage and error information.
func (*LLMSCAN) ConnectModelCommon ¶
func (c *LLMSCAN) ConnectModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ConnectModelCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ConnectModelCommon for usage and error information.
func (*LLMSCAN) ConnectModelCommonRequest ¶
func (c *LLMSCAN) ConnectModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ConnectModelCommonRequest generates a "volcengine/request.Request" representing the client's request for the ConnectModelCommon operation. The "output" return value will be populated with the ConnectModelCommon request's response once the request completes successfully.
Use "Send" method on the returned ConnectModelCommon Request to send the API call to the service. the "output" return value is not valid until after ConnectModelCommon Send returns without error.
See ConnectModelCommon for more information on using the ConnectModelCommon API call, and error handling.
// Example sending a request using the ConnectModelCommonRequest method.
req, resp := client.ConnectModelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ConnectModelCommonWithContext ¶
func (c *LLMSCAN) ConnectModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ConnectModelCommonWithContext is the same as ConnectModelCommon with the addition of the ability to pass a context and additional request options.
See ConnectModelCommon 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 (*LLMSCAN) ConnectModelRequest ¶
func (c *LLMSCAN) ConnectModelRequest(input *ConnectModelInput) (req *request.Request, output *ConnectModelOutput)
ConnectModelRequest generates a "volcengine/request.Request" representing the client's request for the ConnectModel operation. The "output" return value will be populated with the ConnectModelCommon request's response once the request completes successfully.
Use "Send" method on the returned ConnectModelCommon Request to send the API call to the service. the "output" return value is not valid until after ConnectModelCommon Send returns without error.
See ConnectModel for more information on using the ConnectModel API call, and error handling.
// Example sending a request using the ConnectModelRequest method.
req, resp := client.ConnectModelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ConnectModelWithContext ¶
func (c *LLMSCAN) ConnectModelWithContext(ctx volcengine.Context, input *ConnectModelInput, opts ...request.Option) (*ConnectModelOutput, error)
ConnectModelWithContext is the same as ConnectModel with the addition of the ability to pass a context and additional request options.
See ConnectModel 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 (*LLMSCAN) CreateAgent ¶
func (c *LLMSCAN) CreateAgent(input *CreateAgentInput) (*CreateAgentOutput, error)
CreateAgent API operation for LLMSCAN.
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 LLMSCAN's API operation CreateAgent for usage and error information.
func (*LLMSCAN) CreateAgentCommon ¶
CreateAgentCommon API operation for LLMSCAN.
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 LLMSCAN's API operation CreateAgentCommon for usage and error information.
func (*LLMSCAN) CreateAgentCommonRequest ¶
func (c *LLMSCAN) CreateAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateAgentCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAgentCommon operation. The "output" return value will be populated with the CreateAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAgentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAgentCommon Send returns without error.
See CreateAgentCommon for more information on using the CreateAgentCommon API call, and error handling.
// Example sending a request using the CreateAgentCommonRequest method.
req, resp := client.CreateAgentCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateAgentCommonWithContext ¶
func (c *LLMSCAN) CreateAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateAgentCommonWithContext is the same as CreateAgentCommon with the addition of the ability to pass a context and additional request options.
See CreateAgentCommon 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 (*LLMSCAN) CreateAgentRequest ¶
func (c *LLMSCAN) CreateAgentRequest(input *CreateAgentInput) (req *request.Request, output *CreateAgentOutput)
CreateAgentRequest generates a "volcengine/request.Request" representing the client's request for the CreateAgent operation. The "output" return value will be populated with the CreateAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAgentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAgentCommon Send returns without error.
See CreateAgent for more information on using the CreateAgent API call, and error handling.
// Example sending a request using the CreateAgentRequest method.
req, resp := client.CreateAgentRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateAgentWithContext ¶
func (c *LLMSCAN) CreateAgentWithContext(ctx volcengine.Context, input *CreateAgentInput, opts ...request.Option) (*CreateAgentOutput, error)
CreateAgentWithContext is the same as CreateAgent with the addition of the ability to pass a context and additional request options.
See CreateAgent 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 (*LLMSCAN) CreateEvaluationByID ¶
func (c *LLMSCAN) CreateEvaluationByID(input *CreateEvaluationByIDInput) (*CreateEvaluationByIDOutput, error)
CreateEvaluationByID API operation for LLMSCAN.
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 LLMSCAN's API operation CreateEvaluationByID for usage and error information.
func (*LLMSCAN) CreateEvaluationByIDCommon ¶
func (c *LLMSCAN) CreateEvaluationByIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateEvaluationByIDCommon API operation for LLMSCAN.
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 LLMSCAN's API operation CreateEvaluationByIDCommon for usage and error information.
func (*LLMSCAN) CreateEvaluationByIDCommonRequest ¶
func (c *LLMSCAN) CreateEvaluationByIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateEvaluationByIDCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateEvaluationByIDCommon operation. The "output" return value will be populated with the CreateEvaluationByIDCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateEvaluationByIDCommon Request to send the API call to the service. the "output" return value is not valid until after CreateEvaluationByIDCommon Send returns without error.
See CreateEvaluationByIDCommon for more information on using the CreateEvaluationByIDCommon API call, and error handling.
// Example sending a request using the CreateEvaluationByIDCommonRequest method.
req, resp := client.CreateEvaluationByIDCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateEvaluationByIDCommonWithContext ¶
func (c *LLMSCAN) CreateEvaluationByIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateEvaluationByIDCommonWithContext is the same as CreateEvaluationByIDCommon with the addition of the ability to pass a context and additional request options.
See CreateEvaluationByIDCommon 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 (*LLMSCAN) CreateEvaluationByIDRequest ¶
func (c *LLMSCAN) CreateEvaluationByIDRequest(input *CreateEvaluationByIDInput) (req *request.Request, output *CreateEvaluationByIDOutput)
CreateEvaluationByIDRequest generates a "volcengine/request.Request" representing the client's request for the CreateEvaluationByID operation. The "output" return value will be populated with the CreateEvaluationByIDCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateEvaluationByIDCommon Request to send the API call to the service. the "output" return value is not valid until after CreateEvaluationByIDCommon Send returns without error.
See CreateEvaluationByID for more information on using the CreateEvaluationByID API call, and error handling.
// Example sending a request using the CreateEvaluationByIDRequest method.
req, resp := client.CreateEvaluationByIDRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateEvaluationByIDWithContext ¶
func (c *LLMSCAN) CreateEvaluationByIDWithContext(ctx volcengine.Context, input *CreateEvaluationByIDInput, opts ...request.Option) (*CreateEvaluationByIDOutput, error)
CreateEvaluationByIDWithContext is the same as CreateEvaluationByID with the addition of the ability to pass a context and additional request options.
See CreateEvaluationByID 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 (*LLMSCAN) CreateEvaluationByInfo ¶
func (c *LLMSCAN) CreateEvaluationByInfo(input *CreateEvaluationByInfoInput) (*CreateEvaluationByInfoOutput, error)
CreateEvaluationByInfo API operation for LLMSCAN.
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 LLMSCAN's API operation CreateEvaluationByInfo for usage and error information.
func (*LLMSCAN) CreateEvaluationByInfoCommon ¶
func (c *LLMSCAN) CreateEvaluationByInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateEvaluationByInfoCommon API operation for LLMSCAN.
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 LLMSCAN's API operation CreateEvaluationByInfoCommon for usage and error information.
func (*LLMSCAN) CreateEvaluationByInfoCommonRequest ¶
func (c *LLMSCAN) CreateEvaluationByInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateEvaluationByInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateEvaluationByInfoCommon operation. The "output" return value will be populated with the CreateEvaluationByInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateEvaluationByInfoCommon Request to send the API call to the service. the "output" return value is not valid until after CreateEvaluationByInfoCommon Send returns without error.
See CreateEvaluationByInfoCommon for more information on using the CreateEvaluationByInfoCommon API call, and error handling.
// Example sending a request using the CreateEvaluationByInfoCommonRequest method.
req, resp := client.CreateEvaluationByInfoCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateEvaluationByInfoCommonWithContext ¶
func (c *LLMSCAN) CreateEvaluationByInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateEvaluationByInfoCommonWithContext is the same as CreateEvaluationByInfoCommon with the addition of the ability to pass a context and additional request options.
See CreateEvaluationByInfoCommon 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 (*LLMSCAN) CreateEvaluationByInfoRequest ¶
func (c *LLMSCAN) CreateEvaluationByInfoRequest(input *CreateEvaluationByInfoInput) (req *request.Request, output *CreateEvaluationByInfoOutput)
CreateEvaluationByInfoRequest generates a "volcengine/request.Request" representing the client's request for the CreateEvaluationByInfo operation. The "output" return value will be populated with the CreateEvaluationByInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateEvaluationByInfoCommon Request to send the API call to the service. the "output" return value is not valid until after CreateEvaluationByInfoCommon Send returns without error.
See CreateEvaluationByInfo for more information on using the CreateEvaluationByInfo API call, and error handling.
// Example sending a request using the CreateEvaluationByInfoRequest method.
req, resp := client.CreateEvaluationByInfoRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateEvaluationByInfoWithContext ¶
func (c *LLMSCAN) CreateEvaluationByInfoWithContext(ctx volcengine.Context, input *CreateEvaluationByInfoInput, opts ...request.Option) (*CreateEvaluationByInfoOutput, error)
CreateEvaluationByInfoWithContext is the same as CreateEvaluationByInfo with the addition of the ability to pass a context and additional request options.
See CreateEvaluationByInfo 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 (*LLMSCAN) CreateModel ¶
func (c *LLMSCAN) CreateModel(input *CreateModelInput) (*CreateModelOutput, error)
CreateModel API operation for LLMSCAN.
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 LLMSCAN's API operation CreateModel for usage and error information.
func (*LLMSCAN) CreateModelCommon ¶
CreateModelCommon API operation for LLMSCAN.
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 LLMSCAN's API operation CreateModelCommon for usage and error information.
func (*LLMSCAN) CreateModelCommonRequest ¶
func (c *LLMSCAN) CreateModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateModelCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateModelCommon operation. The "output" return value will be populated with the CreateModelCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateModelCommon Request to send the API call to the service. the "output" return value is not valid until after CreateModelCommon Send returns without error.
See CreateModelCommon for more information on using the CreateModelCommon API call, and error handling.
// Example sending a request using the CreateModelCommonRequest method.
req, resp := client.CreateModelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateModelCommonWithContext ¶
func (c *LLMSCAN) CreateModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateModelCommonWithContext is the same as CreateModelCommon with the addition of the ability to pass a context and additional request options.
See CreateModelCommon 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 (*LLMSCAN) CreateModelRequest ¶
func (c *LLMSCAN) CreateModelRequest(input *CreateModelInput) (req *request.Request, output *CreateModelOutput)
CreateModelRequest generates a "volcengine/request.Request" representing the client's request for the CreateModel operation. The "output" return value will be populated with the CreateModelCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateModelCommon Request to send the API call to the service. the "output" return value is not valid until after CreateModelCommon Send returns without error.
See CreateModel for more information on using the CreateModel API call, and error handling.
// Example sending a request using the CreateModelRequest method.
req, resp := client.CreateModelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) CreateModelWithContext ¶
func (c *LLMSCAN) CreateModelWithContext(ctx volcengine.Context, input *CreateModelInput, opts ...request.Option) (*CreateModelOutput, error)
CreateModelWithContext is the same as CreateModel with the addition of the ability to pass a context and additional request options.
See CreateModel 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 (*LLMSCAN) DeleteAgent ¶
func (c *LLMSCAN) DeleteAgent(input *DeleteAgentInput) (*DeleteAgentOutput, error)
DeleteAgent API operation for LLMSCAN.
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 LLMSCAN's API operation DeleteAgent for usage and error information.
func (*LLMSCAN) DeleteAgentCommon ¶
DeleteAgentCommon API operation for LLMSCAN.
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 LLMSCAN's API operation DeleteAgentCommon for usage and error information.
func (*LLMSCAN) DeleteAgentCommonRequest ¶
func (c *LLMSCAN) DeleteAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteAgentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAgentCommon operation. The "output" return value will be populated with the DeleteAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAgentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAgentCommon Send returns without error.
See DeleteAgentCommon for more information on using the DeleteAgentCommon API call, and error handling.
// Example sending a request using the DeleteAgentCommonRequest method.
req, resp := client.DeleteAgentCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) DeleteAgentCommonWithContext ¶
func (c *LLMSCAN) DeleteAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteAgentCommonWithContext is the same as DeleteAgentCommon with the addition of the ability to pass a context and additional request options.
See DeleteAgentCommon 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 (*LLMSCAN) DeleteAgentRequest ¶
func (c *LLMSCAN) DeleteAgentRequest(input *DeleteAgentInput) (req *request.Request, output *DeleteAgentOutput)
DeleteAgentRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAgent operation. The "output" return value will be populated with the DeleteAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAgentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAgentCommon Send returns without error.
See DeleteAgent for more information on using the DeleteAgent API call, and error handling.
// Example sending a request using the DeleteAgentRequest method.
req, resp := client.DeleteAgentRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) DeleteAgentWithContext ¶
func (c *LLMSCAN) DeleteAgentWithContext(ctx volcengine.Context, input *DeleteAgentInput, opts ...request.Option) (*DeleteAgentOutput, error)
DeleteAgentWithContext is the same as DeleteAgent with the addition of the ability to pass a context and additional request options.
See DeleteAgent 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 (*LLMSCAN) DeleteModel ¶
func (c *LLMSCAN) DeleteModel(input *DeleteModelInput) (*DeleteModelOutput, error)
DeleteModel API operation for LLMSCAN.
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 LLMSCAN's API operation DeleteModel for usage and error information.
func (*LLMSCAN) DeleteModelCommon ¶
DeleteModelCommon API operation for LLMSCAN.
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 LLMSCAN's API operation DeleteModelCommon for usage and error information.
func (*LLMSCAN) DeleteModelCommonRequest ¶
func (c *LLMSCAN) DeleteModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteModelCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteModelCommon operation. The "output" return value will be populated with the DeleteModelCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteModelCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteModelCommon Send returns without error.
See DeleteModelCommon for more information on using the DeleteModelCommon API call, and error handling.
// Example sending a request using the DeleteModelCommonRequest method.
req, resp := client.DeleteModelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) DeleteModelCommonWithContext ¶
func (c *LLMSCAN) DeleteModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteModelCommonWithContext is the same as DeleteModelCommon with the addition of the ability to pass a context and additional request options.
See DeleteModelCommon 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 (*LLMSCAN) DeleteModelRequest ¶
func (c *LLMSCAN) DeleteModelRequest(input *DeleteModelInput) (req *request.Request, output *DeleteModelOutput)
DeleteModelRequest generates a "volcengine/request.Request" representing the client's request for the DeleteModel operation. The "output" return value will be populated with the DeleteModelCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteModelCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteModelCommon Send returns without error.
See DeleteModel for more information on using the DeleteModel API call, and error handling.
// Example sending a request using the DeleteModelRequest method.
req, resp := client.DeleteModelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) DeleteModelWithContext ¶
func (c *LLMSCAN) DeleteModelWithContext(ctx volcengine.Context, input *DeleteModelInput, opts ...request.Option) (*DeleteModelOutput, error)
DeleteModelWithContext is the same as DeleteModel with the addition of the ability to pass a context and additional request options.
See DeleteModel 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 (*LLMSCAN) EditEvalTask ¶
func (c *LLMSCAN) EditEvalTask(input *EditEvalTaskInput) (*EditEvalTaskOutput, error)
EditEvalTask API operation for LLMSCAN.
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 LLMSCAN's API operation EditEvalTask for usage and error information.
func (*LLMSCAN) EditEvalTaskCommon ¶
func (c *LLMSCAN) EditEvalTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EditEvalTaskCommon API operation for LLMSCAN.
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 LLMSCAN's API operation EditEvalTaskCommon for usage and error information.
func (*LLMSCAN) EditEvalTaskCommonRequest ¶
func (c *LLMSCAN) EditEvalTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EditEvalTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the EditEvalTaskCommon operation. The "output" return value will be populated with the EditEvalTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned EditEvalTaskCommon Request to send the API call to the service. the "output" return value is not valid until after EditEvalTaskCommon Send returns without error.
See EditEvalTaskCommon for more information on using the EditEvalTaskCommon API call, and error handling.
// Example sending a request using the EditEvalTaskCommonRequest method.
req, resp := client.EditEvalTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) EditEvalTaskCommonWithContext ¶
func (c *LLMSCAN) EditEvalTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EditEvalTaskCommonWithContext is the same as EditEvalTaskCommon with the addition of the ability to pass a context and additional request options.
See EditEvalTaskCommon 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 (*LLMSCAN) EditEvalTaskRequest ¶
func (c *LLMSCAN) EditEvalTaskRequest(input *EditEvalTaskInput) (req *request.Request, output *EditEvalTaskOutput)
EditEvalTaskRequest generates a "volcengine/request.Request" representing the client's request for the EditEvalTask operation. The "output" return value will be populated with the EditEvalTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned EditEvalTaskCommon Request to send the API call to the service. the "output" return value is not valid until after EditEvalTaskCommon Send returns without error.
See EditEvalTask for more information on using the EditEvalTask API call, and error handling.
// Example sending a request using the EditEvalTaskRequest method.
req, resp := client.EditEvalTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) EditEvalTaskWithContext ¶
func (c *LLMSCAN) EditEvalTaskWithContext(ctx volcengine.Context, input *EditEvalTaskInput, opts ...request.Option) (*EditEvalTaskOutput, error)
EditEvalTaskWithContext is the same as EditEvalTask with the addition of the ability to pass a context and additional request options.
See EditEvalTask 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 (*LLMSCAN) GetAgentDetail ¶
func (c *LLMSCAN) GetAgentDetail(input *GetAgentDetailInput) (*GetAgentDetailOutput, error)
GetAgentDetail API operation for LLMSCAN.
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 LLMSCAN's API operation GetAgentDetail for usage and error information.
func (*LLMSCAN) GetAgentDetailCommon ¶
func (c *LLMSCAN) GetAgentDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetAgentDetailCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetAgentDetailCommon for usage and error information.
func (*LLMSCAN) GetAgentDetailCommonRequest ¶
func (c *LLMSCAN) GetAgentDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetAgentDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetAgentDetailCommon operation. The "output" return value will be populated with the GetAgentDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned GetAgentDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetAgentDetailCommon Send returns without error.
See GetAgentDetailCommon for more information on using the GetAgentDetailCommon API call, and error handling.
// Example sending a request using the GetAgentDetailCommonRequest method.
req, resp := client.GetAgentDetailCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetAgentDetailCommonWithContext ¶
func (c *LLMSCAN) GetAgentDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetAgentDetailCommonWithContext is the same as GetAgentDetailCommon with the addition of the ability to pass a context and additional request options.
See GetAgentDetailCommon 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 (*LLMSCAN) GetAgentDetailRequest ¶
func (c *LLMSCAN) GetAgentDetailRequest(input *GetAgentDetailInput) (req *request.Request, output *GetAgentDetailOutput)
GetAgentDetailRequest generates a "volcengine/request.Request" representing the client's request for the GetAgentDetail operation. The "output" return value will be populated with the GetAgentDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned GetAgentDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetAgentDetailCommon Send returns without error.
See GetAgentDetail for more information on using the GetAgentDetail API call, and error handling.
// Example sending a request using the GetAgentDetailRequest method.
req, resp := client.GetAgentDetailRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetAgentDetailWithContext ¶
func (c *LLMSCAN) GetAgentDetailWithContext(ctx volcengine.Context, input *GetAgentDetailInput, opts ...request.Option) (*GetAgentDetailOutput, error)
GetAgentDetailWithContext is the same as GetAgentDetail with the addition of the ability to pass a context and additional request options.
See GetAgentDetail 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 (*LLMSCAN) GetConnectAgentResult ¶
func (c *LLMSCAN) GetConnectAgentResult(input *GetConnectAgentResultInput) (*GetConnectAgentResultOutput, error)
GetConnectAgentResult API operation for LLMSCAN.
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 LLMSCAN's API operation GetConnectAgentResult for usage and error information.
func (*LLMSCAN) GetConnectAgentResultCommon ¶
func (c *LLMSCAN) GetConnectAgentResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetConnectAgentResultCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetConnectAgentResultCommon for usage and error information.
func (*LLMSCAN) GetConnectAgentResultCommonRequest ¶
func (c *LLMSCAN) GetConnectAgentResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetConnectAgentResultCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetConnectAgentResultCommon operation. The "output" return value will be populated with the GetConnectAgentResultCommon request's response once the request completes successfully.
Use "Send" method on the returned GetConnectAgentResultCommon Request to send the API call to the service. the "output" return value is not valid until after GetConnectAgentResultCommon Send returns without error.
See GetConnectAgentResultCommon for more information on using the GetConnectAgentResultCommon API call, and error handling.
// Example sending a request using the GetConnectAgentResultCommonRequest method.
req, resp := client.GetConnectAgentResultCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetConnectAgentResultCommonWithContext ¶
func (c *LLMSCAN) GetConnectAgentResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetConnectAgentResultCommonWithContext is the same as GetConnectAgentResultCommon with the addition of the ability to pass a context and additional request options.
See GetConnectAgentResultCommon 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 (*LLMSCAN) GetConnectAgentResultRequest ¶
func (c *LLMSCAN) GetConnectAgentResultRequest(input *GetConnectAgentResultInput) (req *request.Request, output *GetConnectAgentResultOutput)
GetConnectAgentResultRequest generates a "volcengine/request.Request" representing the client's request for the GetConnectAgentResult operation. The "output" return value will be populated with the GetConnectAgentResultCommon request's response once the request completes successfully.
Use "Send" method on the returned GetConnectAgentResultCommon Request to send the API call to the service. the "output" return value is not valid until after GetConnectAgentResultCommon Send returns without error.
See GetConnectAgentResult for more information on using the GetConnectAgentResult API call, and error handling.
// Example sending a request using the GetConnectAgentResultRequest method.
req, resp := client.GetConnectAgentResultRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetConnectAgentResultWithContext ¶
func (c *LLMSCAN) GetConnectAgentResultWithContext(ctx volcengine.Context, input *GetConnectAgentResultInput, opts ...request.Option) (*GetConnectAgentResultOutput, error)
GetConnectAgentResultWithContext is the same as GetConnectAgentResult with the addition of the ability to pass a context and additional request options.
See GetConnectAgentResult 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 (*LLMSCAN) GetDimensionTreeByTask ¶
func (c *LLMSCAN) GetDimensionTreeByTask(input *GetDimensionTreeByTaskInput) (*GetDimensionTreeByTaskOutput, error)
GetDimensionTreeByTask API operation for LLMSCAN.
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 LLMSCAN's API operation GetDimensionTreeByTask for usage and error information.
func (*LLMSCAN) GetDimensionTreeByTaskCommon ¶
func (c *LLMSCAN) GetDimensionTreeByTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetDimensionTreeByTaskCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetDimensionTreeByTaskCommon for usage and error information.
func (*LLMSCAN) GetDimensionTreeByTaskCommonRequest ¶
func (c *LLMSCAN) GetDimensionTreeByTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetDimensionTreeByTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetDimensionTreeByTaskCommon operation. The "output" return value will be populated with the GetDimensionTreeByTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned GetDimensionTreeByTaskCommon Request to send the API call to the service. the "output" return value is not valid until after GetDimensionTreeByTaskCommon Send returns without error.
See GetDimensionTreeByTaskCommon for more information on using the GetDimensionTreeByTaskCommon API call, and error handling.
// Example sending a request using the GetDimensionTreeByTaskCommonRequest method.
req, resp := client.GetDimensionTreeByTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetDimensionTreeByTaskCommonWithContext ¶
func (c *LLMSCAN) GetDimensionTreeByTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetDimensionTreeByTaskCommonWithContext is the same as GetDimensionTreeByTaskCommon with the addition of the ability to pass a context and additional request options.
See GetDimensionTreeByTaskCommon 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 (*LLMSCAN) GetDimensionTreeByTaskRequest ¶
func (c *LLMSCAN) GetDimensionTreeByTaskRequest(input *GetDimensionTreeByTaskInput) (req *request.Request, output *GetDimensionTreeByTaskOutput)
GetDimensionTreeByTaskRequest generates a "volcengine/request.Request" representing the client's request for the GetDimensionTreeByTask operation. The "output" return value will be populated with the GetDimensionTreeByTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned GetDimensionTreeByTaskCommon Request to send the API call to the service. the "output" return value is not valid until after GetDimensionTreeByTaskCommon Send returns without error.
See GetDimensionTreeByTask for more information on using the GetDimensionTreeByTask API call, and error handling.
// Example sending a request using the GetDimensionTreeByTaskRequest method.
req, resp := client.GetDimensionTreeByTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetDimensionTreeByTaskWithContext ¶
func (c *LLMSCAN) GetDimensionTreeByTaskWithContext(ctx volcengine.Context, input *GetDimensionTreeByTaskInput, opts ...request.Option) (*GetDimensionTreeByTaskOutput, error)
GetDimensionTreeByTaskWithContext is the same as GetDimensionTreeByTask with the addition of the ability to pass a context and additional request options.
See GetDimensionTreeByTask 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 (*LLMSCAN) GetLLMEvalTaskReport ¶
func (c *LLMSCAN) GetLLMEvalTaskReport(input *GetLLMEvalTaskReportInput) (*GetLLMEvalTaskReportOutput, error)
GetLLMEvalTaskReport API operation for LLMSCAN.
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 LLMSCAN's API operation GetLLMEvalTaskReport for usage and error information.
func (*LLMSCAN) GetLLMEvalTaskReportCommon ¶
func (c *LLMSCAN) GetLLMEvalTaskReportCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetLLMEvalTaskReportCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetLLMEvalTaskReportCommon for usage and error information.
func (*LLMSCAN) GetLLMEvalTaskReportCommonRequest ¶
func (c *LLMSCAN) GetLLMEvalTaskReportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetLLMEvalTaskReportCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetLLMEvalTaskReportCommon operation. The "output" return value will be populated with the GetLLMEvalTaskReportCommon request's response once the request completes successfully.
Use "Send" method on the returned GetLLMEvalTaskReportCommon Request to send the API call to the service. the "output" return value is not valid until after GetLLMEvalTaskReportCommon Send returns without error.
See GetLLMEvalTaskReportCommon for more information on using the GetLLMEvalTaskReportCommon API call, and error handling.
// Example sending a request using the GetLLMEvalTaskReportCommonRequest method.
req, resp := client.GetLLMEvalTaskReportCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetLLMEvalTaskReportCommonWithContext ¶
func (c *LLMSCAN) GetLLMEvalTaskReportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetLLMEvalTaskReportCommonWithContext is the same as GetLLMEvalTaskReportCommon with the addition of the ability to pass a context and additional request options.
See GetLLMEvalTaskReportCommon 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 (*LLMSCAN) GetLLMEvalTaskReportRequest ¶
func (c *LLMSCAN) GetLLMEvalTaskReportRequest(input *GetLLMEvalTaskReportInput) (req *request.Request, output *GetLLMEvalTaskReportOutput)
GetLLMEvalTaskReportRequest generates a "volcengine/request.Request" representing the client's request for the GetLLMEvalTaskReport operation. The "output" return value will be populated with the GetLLMEvalTaskReportCommon request's response once the request completes successfully.
Use "Send" method on the returned GetLLMEvalTaskReportCommon Request to send the API call to the service. the "output" return value is not valid until after GetLLMEvalTaskReportCommon Send returns without error.
See GetLLMEvalTaskReport for more information on using the GetLLMEvalTaskReport API call, and error handling.
// Example sending a request using the GetLLMEvalTaskReportRequest method.
req, resp := client.GetLLMEvalTaskReportRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetLLMEvalTaskReportWithContext ¶
func (c *LLMSCAN) GetLLMEvalTaskReportWithContext(ctx volcengine.Context, input *GetLLMEvalTaskReportInput, opts ...request.Option) (*GetLLMEvalTaskReportOutput, error)
GetLLMEvalTaskReportWithContext is the same as GetLLMEvalTaskReport with the addition of the ability to pass a context and additional request options.
See GetLLMEvalTaskReport 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 (*LLMSCAN) GetModelDetail ¶
func (c *LLMSCAN) GetModelDetail(input *GetModelDetailInput) (*GetModelDetailOutput, error)
GetModelDetail API operation for LLMSCAN.
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 LLMSCAN's API operation GetModelDetail for usage and error information.
func (*LLMSCAN) GetModelDetailCommon ¶
func (c *LLMSCAN) GetModelDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetModelDetailCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetModelDetailCommon for usage and error information.
func (*LLMSCAN) GetModelDetailCommonRequest ¶
func (c *LLMSCAN) GetModelDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetModelDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetModelDetailCommon operation. The "output" return value will be populated with the GetModelDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned GetModelDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetModelDetailCommon Send returns without error.
See GetModelDetailCommon for more information on using the GetModelDetailCommon API call, and error handling.
// Example sending a request using the GetModelDetailCommonRequest method.
req, resp := client.GetModelDetailCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetModelDetailCommonWithContext ¶
func (c *LLMSCAN) GetModelDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetModelDetailCommonWithContext is the same as GetModelDetailCommon with the addition of the ability to pass a context and additional request options.
See GetModelDetailCommon 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 (*LLMSCAN) GetModelDetailRequest ¶
func (c *LLMSCAN) GetModelDetailRequest(input *GetModelDetailInput) (req *request.Request, output *GetModelDetailOutput)
GetModelDetailRequest generates a "volcengine/request.Request" representing the client's request for the GetModelDetail operation. The "output" return value will be populated with the GetModelDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned GetModelDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetModelDetailCommon Send returns without error.
See GetModelDetail for more information on using the GetModelDetail API call, and error handling.
// Example sending a request using the GetModelDetailRequest method.
req, resp := client.GetModelDetailRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetModelDetailWithContext ¶
func (c *LLMSCAN) GetModelDetailWithContext(ctx volcengine.Context, input *GetModelDetailInput, opts ...request.Option) (*GetModelDetailOutput, error)
GetModelDetailWithContext is the same as GetModelDetail with the addition of the ability to pass a context and additional request options.
See GetModelDetail 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 (*LLMSCAN) GetRiskSummary ¶
func (c *LLMSCAN) GetRiskSummary(input *GetRiskSummaryInput) (*GetRiskSummaryOutput, error)
GetRiskSummary API operation for LLMSCAN.
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 LLMSCAN's API operation GetRiskSummary for usage and error information.
func (*LLMSCAN) GetRiskSummaryCommon ¶
func (c *LLMSCAN) GetRiskSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetRiskSummaryCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetRiskSummaryCommon for usage and error information.
func (*LLMSCAN) GetRiskSummaryCommonRequest ¶
func (c *LLMSCAN) GetRiskSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetRiskSummaryCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetRiskSummaryCommon operation. The "output" return value will be populated with the GetRiskSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned GetRiskSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after GetRiskSummaryCommon Send returns without error.
See GetRiskSummaryCommon for more information on using the GetRiskSummaryCommon API call, and error handling.
// Example sending a request using the GetRiskSummaryCommonRequest method.
req, resp := client.GetRiskSummaryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetRiskSummaryCommonWithContext ¶
func (c *LLMSCAN) GetRiskSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetRiskSummaryCommonWithContext is the same as GetRiskSummaryCommon with the addition of the ability to pass a context and additional request options.
See GetRiskSummaryCommon 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 (*LLMSCAN) GetRiskSummaryRequest ¶
func (c *LLMSCAN) GetRiskSummaryRequest(input *GetRiskSummaryInput) (req *request.Request, output *GetRiskSummaryOutput)
GetRiskSummaryRequest generates a "volcengine/request.Request" representing the client's request for the GetRiskSummary operation. The "output" return value will be populated with the GetRiskSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned GetRiskSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after GetRiskSummaryCommon Send returns without error.
See GetRiskSummary for more information on using the GetRiskSummary API call, and error handling.
// Example sending a request using the GetRiskSummaryRequest method.
req, resp := client.GetRiskSummaryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetRiskSummaryWithContext ¶
func (c *LLMSCAN) GetRiskSummaryWithContext(ctx volcengine.Context, input *GetRiskSummaryInput, opts ...request.Option) (*GetRiskSummaryOutput, error)
GetRiskSummaryWithContext is the same as GetRiskSummary with the addition of the ability to pass a context and additional request options.
See GetRiskSummary 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 (*LLMSCAN) GetTaskDetail ¶
func (c *LLMSCAN) GetTaskDetail(input *GetTaskDetailInput) (*GetTaskDetailOutput, error)
GetTaskDetail API operation for LLMSCAN.
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 LLMSCAN's API operation GetTaskDetail for usage and error information.
func (*LLMSCAN) GetTaskDetailCommon ¶
func (c *LLMSCAN) GetTaskDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetTaskDetailCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetTaskDetailCommon for usage and error information.
func (*LLMSCAN) GetTaskDetailCommonRequest ¶
func (c *LLMSCAN) GetTaskDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetTaskDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTaskDetailCommon operation. The "output" return value will be populated with the GetTaskDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskDetailCommon Send returns without error.
See GetTaskDetailCommon for more information on using the GetTaskDetailCommon API call, and error handling.
// Example sending a request using the GetTaskDetailCommonRequest method.
req, resp := client.GetTaskDetailCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetTaskDetailCommonWithContext ¶
func (c *LLMSCAN) GetTaskDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetTaskDetailCommonWithContext is the same as GetTaskDetailCommon with the addition of the ability to pass a context and additional request options.
See GetTaskDetailCommon 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 (*LLMSCAN) GetTaskDetailRequest ¶
func (c *LLMSCAN) GetTaskDetailRequest(input *GetTaskDetailInput) (req *request.Request, output *GetTaskDetailOutput)
GetTaskDetailRequest generates a "volcengine/request.Request" representing the client's request for the GetTaskDetail operation. The "output" return value will be populated with the GetTaskDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskDetailCommon Send returns without error.
See GetTaskDetail for more information on using the GetTaskDetail API call, and error handling.
// Example sending a request using the GetTaskDetailRequest method.
req, resp := client.GetTaskDetailRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetTaskDetailWithContext ¶
func (c *LLMSCAN) GetTaskDetailWithContext(ctx volcengine.Context, input *GetTaskDetailInput, opts ...request.Option) (*GetTaskDetailOutput, error)
GetTaskDetailWithContext is the same as GetTaskDetail with the addition of the ability to pass a context and additional request options.
See GetTaskDetail 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 (*LLMSCAN) GetTaskProgress ¶
func (c *LLMSCAN) GetTaskProgress(input *GetTaskProgressInput) (*GetTaskProgressOutput, error)
GetTaskProgress API operation for LLMSCAN.
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 LLMSCAN's API operation GetTaskProgress for usage and error information.
func (*LLMSCAN) GetTaskProgressCommon ¶
func (c *LLMSCAN) GetTaskProgressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetTaskProgressCommon API operation for LLMSCAN.
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 LLMSCAN's API operation GetTaskProgressCommon for usage and error information.
func (*LLMSCAN) GetTaskProgressCommonRequest ¶
func (c *LLMSCAN) GetTaskProgressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetTaskProgressCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTaskProgressCommon operation. The "output" return value will be populated with the GetTaskProgressCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskProgressCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskProgressCommon Send returns without error.
See GetTaskProgressCommon for more information on using the GetTaskProgressCommon API call, and error handling.
// Example sending a request using the GetTaskProgressCommonRequest method.
req, resp := client.GetTaskProgressCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetTaskProgressCommonWithContext ¶
func (c *LLMSCAN) GetTaskProgressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetTaskProgressCommonWithContext is the same as GetTaskProgressCommon with the addition of the ability to pass a context and additional request options.
See GetTaskProgressCommon 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 (*LLMSCAN) GetTaskProgressRequest ¶
func (c *LLMSCAN) GetTaskProgressRequest(input *GetTaskProgressInput) (req *request.Request, output *GetTaskProgressOutput)
GetTaskProgressRequest generates a "volcengine/request.Request" representing the client's request for the GetTaskProgress operation. The "output" return value will be populated with the GetTaskProgressCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskProgressCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskProgressCommon Send returns without error.
See GetTaskProgress for more information on using the GetTaskProgress API call, and error handling.
// Example sending a request using the GetTaskProgressRequest method.
req, resp := client.GetTaskProgressRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) GetTaskProgressWithContext ¶
func (c *LLMSCAN) GetTaskProgressWithContext(ctx volcengine.Context, input *GetTaskProgressInput, opts ...request.Option) (*GetTaskProgressOutput, error)
GetTaskProgressWithContext is the same as GetTaskProgress with the addition of the ability to pass a context and additional request options.
See GetTaskProgress 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 (*LLMSCAN) ListAgent ¶
func (c *LLMSCAN) ListAgent(input *ListAgentInput) (*ListAgentOutput, error)
ListAgent API operation for LLMSCAN.
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 LLMSCAN's API operation ListAgent for usage and error information.
func (*LLMSCAN) ListAgentCommon ¶
ListAgentCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListAgentCommon for usage and error information.
func (*LLMSCAN) ListAgentCommonRequest ¶
func (c *LLMSCAN) ListAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAgentCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAgentCommon operation. The "output" return value will be populated with the ListAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAgentCommon Request to send the API call to the service. the "output" return value is not valid until after ListAgentCommon Send returns without error.
See ListAgentCommon for more information on using the ListAgentCommon API call, and error handling.
// Example sending a request using the ListAgentCommonRequest method.
req, resp := client.ListAgentCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAgentCommonWithContext ¶
func (c *LLMSCAN) ListAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAgentCommonWithContext is the same as ListAgentCommon with the addition of the ability to pass a context and additional request options.
See ListAgentCommon 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 (*LLMSCAN) ListAgentRequest ¶
func (c *LLMSCAN) ListAgentRequest(input *ListAgentInput) (req *request.Request, output *ListAgentOutput)
ListAgentRequest generates a "volcengine/request.Request" representing the client's request for the ListAgent operation. The "output" return value will be populated with the ListAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAgentCommon Request to send the API call to the service. the "output" return value is not valid until after ListAgentCommon Send returns without error.
See ListAgent for more information on using the ListAgent API call, and error handling.
// Example sending a request using the ListAgentRequest method.
req, resp := client.ListAgentRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAgentWithContext ¶
func (c *LLMSCAN) ListAgentWithContext(ctx volcengine.Context, input *ListAgentInput, opts ...request.Option) (*ListAgentOutput, error)
ListAgentWithContext is the same as ListAgent with the addition of the ability to pass a context and additional request options.
See ListAgent 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 (*LLMSCAN) ListAttackSuccessExample ¶
func (c *LLMSCAN) ListAttackSuccessExample(input *ListAttackSuccessExampleInput) (*ListAttackSuccessExampleOutput, error)
ListAttackSuccessExample API operation for LLMSCAN.
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 LLMSCAN's API operation ListAttackSuccessExample for usage and error information.
func (*LLMSCAN) ListAttackSuccessExampleCommon ¶
func (c *LLMSCAN) ListAttackSuccessExampleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAttackSuccessExampleCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListAttackSuccessExampleCommon for usage and error information.
func (*LLMSCAN) ListAttackSuccessExampleCommonRequest ¶
func (c *LLMSCAN) ListAttackSuccessExampleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAttackSuccessExampleCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAttackSuccessExampleCommon operation. The "output" return value will be populated with the ListAttackSuccessExampleCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAttackSuccessExampleCommon Request to send the API call to the service. the "output" return value is not valid until after ListAttackSuccessExampleCommon Send returns without error.
See ListAttackSuccessExampleCommon for more information on using the ListAttackSuccessExampleCommon API call, and error handling.
// Example sending a request using the ListAttackSuccessExampleCommonRequest method.
req, resp := client.ListAttackSuccessExampleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAttackSuccessExampleCommonWithContext ¶
func (c *LLMSCAN) ListAttackSuccessExampleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAttackSuccessExampleCommonWithContext is the same as ListAttackSuccessExampleCommon with the addition of the ability to pass a context and additional request options.
See ListAttackSuccessExampleCommon 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 (*LLMSCAN) ListAttackSuccessExampleRequest ¶
func (c *LLMSCAN) ListAttackSuccessExampleRequest(input *ListAttackSuccessExampleInput) (req *request.Request, output *ListAttackSuccessExampleOutput)
ListAttackSuccessExampleRequest generates a "volcengine/request.Request" representing the client's request for the ListAttackSuccessExample operation. The "output" return value will be populated with the ListAttackSuccessExampleCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAttackSuccessExampleCommon Request to send the API call to the service. the "output" return value is not valid until after ListAttackSuccessExampleCommon Send returns without error.
See ListAttackSuccessExample for more information on using the ListAttackSuccessExample API call, and error handling.
// Example sending a request using the ListAttackSuccessExampleRequest method.
req, resp := client.ListAttackSuccessExampleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAttackSuccessExampleWithContext ¶
func (c *LLMSCAN) ListAttackSuccessExampleWithContext(ctx volcengine.Context, input *ListAttackSuccessExampleInput, opts ...request.Option) (*ListAttackSuccessExampleOutput, error)
ListAttackSuccessExampleWithContext is the same as ListAttackSuccessExample with the addition of the ability to pass a context and additional request options.
See ListAttackSuccessExample 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 (*LLMSCAN) ListAttackSummary ¶
func (c *LLMSCAN) ListAttackSummary(input *ListAttackSummaryInput) (*ListAttackSummaryOutput, error)
ListAttackSummary API operation for LLMSCAN.
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 LLMSCAN's API operation ListAttackSummary for usage and error information.
func (*LLMSCAN) ListAttackSummaryCommon ¶
func (c *LLMSCAN) ListAttackSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAttackSummaryCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListAttackSummaryCommon for usage and error information.
func (*LLMSCAN) ListAttackSummaryCommonRequest ¶
func (c *LLMSCAN) ListAttackSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAttackSummaryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAttackSummaryCommon operation. The "output" return value will be populated with the ListAttackSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAttackSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after ListAttackSummaryCommon Send returns without error.
See ListAttackSummaryCommon for more information on using the ListAttackSummaryCommon API call, and error handling.
// Example sending a request using the ListAttackSummaryCommonRequest method.
req, resp := client.ListAttackSummaryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAttackSummaryCommonWithContext ¶
func (c *LLMSCAN) ListAttackSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAttackSummaryCommonWithContext is the same as ListAttackSummaryCommon with the addition of the ability to pass a context and additional request options.
See ListAttackSummaryCommon 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 (*LLMSCAN) ListAttackSummaryRequest ¶
func (c *LLMSCAN) ListAttackSummaryRequest(input *ListAttackSummaryInput) (req *request.Request, output *ListAttackSummaryOutput)
ListAttackSummaryRequest generates a "volcengine/request.Request" representing the client's request for the ListAttackSummary operation. The "output" return value will be populated with the ListAttackSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAttackSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after ListAttackSummaryCommon Send returns without error.
See ListAttackSummary for more information on using the ListAttackSummary API call, and error handling.
// Example sending a request using the ListAttackSummaryRequest method.
req, resp := client.ListAttackSummaryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAttackSummaryWithContext ¶
func (c *LLMSCAN) ListAttackSummaryWithContext(ctx volcengine.Context, input *ListAttackSummaryInput, opts ...request.Option) (*ListAttackSummaryOutput, error)
ListAttackSummaryWithContext is the same as ListAttackSummary with the addition of the ability to pass a context and additional request options.
See ListAttackSummary 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 (*LLMSCAN) ListAttackTypeSummary ¶
func (c *LLMSCAN) ListAttackTypeSummary(input *ListAttackTypeSummaryInput) (*ListAttackTypeSummaryOutput, error)
ListAttackTypeSummary API operation for LLMSCAN.
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 LLMSCAN's API operation ListAttackTypeSummary for usage and error information.
func (*LLMSCAN) ListAttackTypeSummaryCommon ¶
func (c *LLMSCAN) ListAttackTypeSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAttackTypeSummaryCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListAttackTypeSummaryCommon for usage and error information.
func (*LLMSCAN) ListAttackTypeSummaryCommonRequest ¶
func (c *LLMSCAN) ListAttackTypeSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAttackTypeSummaryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAttackTypeSummaryCommon operation. The "output" return value will be populated with the ListAttackTypeSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAttackTypeSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after ListAttackTypeSummaryCommon Send returns without error.
See ListAttackTypeSummaryCommon for more information on using the ListAttackTypeSummaryCommon API call, and error handling.
// Example sending a request using the ListAttackTypeSummaryCommonRequest method.
req, resp := client.ListAttackTypeSummaryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAttackTypeSummaryCommonWithContext ¶
func (c *LLMSCAN) ListAttackTypeSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAttackTypeSummaryCommonWithContext is the same as ListAttackTypeSummaryCommon with the addition of the ability to pass a context and additional request options.
See ListAttackTypeSummaryCommon 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 (*LLMSCAN) ListAttackTypeSummaryRequest ¶
func (c *LLMSCAN) ListAttackTypeSummaryRequest(input *ListAttackTypeSummaryInput) (req *request.Request, output *ListAttackTypeSummaryOutput)
ListAttackTypeSummaryRequest generates a "volcengine/request.Request" representing the client's request for the ListAttackTypeSummary operation. The "output" return value will be populated with the ListAttackTypeSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAttackTypeSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after ListAttackTypeSummaryCommon Send returns without error.
See ListAttackTypeSummary for more information on using the ListAttackTypeSummary API call, and error handling.
// Example sending a request using the ListAttackTypeSummaryRequest method.
req, resp := client.ListAttackTypeSummaryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListAttackTypeSummaryWithContext ¶
func (c *LLMSCAN) ListAttackTypeSummaryWithContext(ctx volcengine.Context, input *ListAttackTypeSummaryInput, opts ...request.Option) (*ListAttackTypeSummaryOutput, error)
ListAttackTypeSummaryWithContext is the same as ListAttackTypeSummary with the addition of the ability to pass a context and additional request options.
See ListAttackTypeSummary 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 (*LLMSCAN) ListLLMEvalTasks ¶
func (c *LLMSCAN) ListLLMEvalTasks(input *ListLLMEvalTasksInput) (*ListLLMEvalTasksOutput, error)
ListLLMEvalTasks API operation for LLMSCAN.
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 LLMSCAN's API operation ListLLMEvalTasks for usage and error information.
func (*LLMSCAN) ListLLMEvalTasksCommon ¶
func (c *LLMSCAN) ListLLMEvalTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListLLMEvalTasksCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListLLMEvalTasksCommon for usage and error information.
func (*LLMSCAN) ListLLMEvalTasksCommonRequest ¶
func (c *LLMSCAN) ListLLMEvalTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListLLMEvalTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListLLMEvalTasksCommon operation. The "output" return value will be populated with the ListLLMEvalTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned ListLLMEvalTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListLLMEvalTasksCommon Send returns without error.
See ListLLMEvalTasksCommon for more information on using the ListLLMEvalTasksCommon API call, and error handling.
// Example sending a request using the ListLLMEvalTasksCommonRequest method.
req, resp := client.ListLLMEvalTasksCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListLLMEvalTasksCommonWithContext ¶
func (c *LLMSCAN) ListLLMEvalTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListLLMEvalTasksCommonWithContext is the same as ListLLMEvalTasksCommon with the addition of the ability to pass a context and additional request options.
See ListLLMEvalTasksCommon 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 (*LLMSCAN) ListLLMEvalTasksRequest ¶
func (c *LLMSCAN) ListLLMEvalTasksRequest(input *ListLLMEvalTasksInput) (req *request.Request, output *ListLLMEvalTasksOutput)
ListLLMEvalTasksRequest generates a "volcengine/request.Request" representing the client's request for the ListLLMEvalTasks operation. The "output" return value will be populated with the ListLLMEvalTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned ListLLMEvalTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListLLMEvalTasksCommon Send returns without error.
See ListLLMEvalTasks for more information on using the ListLLMEvalTasks API call, and error handling.
// Example sending a request using the ListLLMEvalTasksRequest method.
req, resp := client.ListLLMEvalTasksRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListLLMEvalTasksWithContext ¶
func (c *LLMSCAN) ListLLMEvalTasksWithContext(ctx volcengine.Context, input *ListLLMEvalTasksInput, opts ...request.Option) (*ListLLMEvalTasksOutput, error)
ListLLMEvalTasksWithContext is the same as ListLLMEvalTasks with the addition of the ability to pass a context and additional request options.
See ListLLMEvalTasks 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 (*LLMSCAN) ListModelApplication ¶
func (c *LLMSCAN) ListModelApplication(input *ListModelApplicationInput) (*ListModelApplicationOutput, error)
ListModelApplication API operation for LLMSCAN.
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 LLMSCAN's API operation ListModelApplication for usage and error information.
func (*LLMSCAN) ListModelApplicationCommon ¶
func (c *LLMSCAN) ListModelApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListModelApplicationCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListModelApplicationCommon for usage and error information.
func (*LLMSCAN) ListModelApplicationCommonRequest ¶
func (c *LLMSCAN) ListModelApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListModelApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListModelApplicationCommon operation. The "output" return value will be populated with the ListModelApplicationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListModelApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelApplicationCommon Send returns without error.
See ListModelApplicationCommon for more information on using the ListModelApplicationCommon API call, and error handling.
// Example sending a request using the ListModelApplicationCommonRequest method.
req, resp := client.ListModelApplicationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListModelApplicationCommonWithContext ¶
func (c *LLMSCAN) ListModelApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListModelApplicationCommonWithContext is the same as ListModelApplicationCommon with the addition of the ability to pass a context and additional request options.
See ListModelApplicationCommon 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 (*LLMSCAN) ListModelApplicationRequest ¶
func (c *LLMSCAN) ListModelApplicationRequest(input *ListModelApplicationInput) (req *request.Request, output *ListModelApplicationOutput)
ListModelApplicationRequest generates a "volcengine/request.Request" representing the client's request for the ListModelApplication operation. The "output" return value will be populated with the ListModelApplicationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListModelApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelApplicationCommon Send returns without error.
See ListModelApplication for more information on using the ListModelApplication API call, and error handling.
// Example sending a request using the ListModelApplicationRequest method.
req, resp := client.ListModelApplicationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListModelApplicationWithContext ¶
func (c *LLMSCAN) ListModelApplicationWithContext(ctx volcengine.Context, input *ListModelApplicationInput, opts ...request.Option) (*ListModelApplicationOutput, error)
ListModelApplicationWithContext is the same as ListModelApplication with the addition of the ability to pass a context and additional request options.
See ListModelApplication 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 (*LLMSCAN) ListRiskSeverity ¶
func (c *LLMSCAN) ListRiskSeverity(input *ListRiskSeverityInput) (*ListRiskSeverityOutput, error)
ListRiskSeverity API operation for LLMSCAN.
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 LLMSCAN's API operation ListRiskSeverity for usage and error information.
func (*LLMSCAN) ListRiskSeverityCommon ¶
func (c *LLMSCAN) ListRiskSeverityCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListRiskSeverityCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListRiskSeverityCommon for usage and error information.
func (*LLMSCAN) ListRiskSeverityCommonRequest ¶
func (c *LLMSCAN) ListRiskSeverityCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListRiskSeverityCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListRiskSeverityCommon operation. The "output" return value will be populated with the ListRiskSeverityCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRiskSeverityCommon Request to send the API call to the service. the "output" return value is not valid until after ListRiskSeverityCommon Send returns without error.
See ListRiskSeverityCommon for more information on using the ListRiskSeverityCommon API call, and error handling.
// Example sending a request using the ListRiskSeverityCommonRequest method.
req, resp := client.ListRiskSeverityCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListRiskSeverityCommonWithContext ¶
func (c *LLMSCAN) ListRiskSeverityCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListRiskSeverityCommonWithContext is the same as ListRiskSeverityCommon with the addition of the ability to pass a context and additional request options.
See ListRiskSeverityCommon 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 (*LLMSCAN) ListRiskSeverityRequest ¶
func (c *LLMSCAN) ListRiskSeverityRequest(input *ListRiskSeverityInput) (req *request.Request, output *ListRiskSeverityOutput)
ListRiskSeverityRequest generates a "volcengine/request.Request" representing the client's request for the ListRiskSeverity operation. The "output" return value will be populated with the ListRiskSeverityCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRiskSeverityCommon Request to send the API call to the service. the "output" return value is not valid until after ListRiskSeverityCommon Send returns without error.
See ListRiskSeverity for more information on using the ListRiskSeverity API call, and error handling.
// Example sending a request using the ListRiskSeverityRequest method.
req, resp := client.ListRiskSeverityRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListRiskSeverityWithContext ¶
func (c *LLMSCAN) ListRiskSeverityWithContext(ctx volcengine.Context, input *ListRiskSeverityInput, opts ...request.Option) (*ListRiskSeverityOutput, error)
ListRiskSeverityWithContext is the same as ListRiskSeverity with the addition of the ability to pass a context and additional request options.
See ListRiskSeverity 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 (*LLMSCAN) ListTaskDetails ¶
func (c *LLMSCAN) ListTaskDetails(input *ListTaskDetailsInput) (*ListTaskDetailsOutput, error)
ListTaskDetails API operation for LLMSCAN.
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 LLMSCAN's API operation ListTaskDetails for usage and error information.
func (*LLMSCAN) ListTaskDetailsCommon ¶
func (c *LLMSCAN) ListTaskDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListTaskDetailsCommon API operation for LLMSCAN.
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 LLMSCAN's API operation ListTaskDetailsCommon for usage and error information.
func (*LLMSCAN) ListTaskDetailsCommonRequest ¶
func (c *LLMSCAN) ListTaskDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTaskDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTaskDetailsCommon operation. The "output" return value will be populated with the ListTaskDetailsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTaskDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after ListTaskDetailsCommon Send returns without error.
See ListTaskDetailsCommon for more information on using the ListTaskDetailsCommon API call, and error handling.
// Example sending a request using the ListTaskDetailsCommonRequest method.
req, resp := client.ListTaskDetailsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListTaskDetailsCommonWithContext ¶
func (c *LLMSCAN) ListTaskDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTaskDetailsCommonWithContext is the same as ListTaskDetailsCommon with the addition of the ability to pass a context and additional request options.
See ListTaskDetailsCommon 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 (*LLMSCAN) ListTaskDetailsRequest ¶
func (c *LLMSCAN) ListTaskDetailsRequest(input *ListTaskDetailsInput) (req *request.Request, output *ListTaskDetailsOutput)
ListTaskDetailsRequest generates a "volcengine/request.Request" representing the client's request for the ListTaskDetails operation. The "output" return value will be populated with the ListTaskDetailsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTaskDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after ListTaskDetailsCommon Send returns without error.
See ListTaskDetails for more information on using the ListTaskDetails API call, and error handling.
// Example sending a request using the ListTaskDetailsRequest method.
req, resp := client.ListTaskDetailsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) ListTaskDetailsWithContext ¶
func (c *LLMSCAN) ListTaskDetailsWithContext(ctx volcengine.Context, input *ListTaskDetailsInput, opts ...request.Option) (*ListTaskDetailsOutput, error)
ListTaskDetailsWithContext is the same as ListTaskDetails with the addition of the ability to pass a context and additional request options.
See ListTaskDetails 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 (*LLMSCAN) OperateTask ¶
func (c *LLMSCAN) OperateTask(input *OperateTaskInput) (*OperateTaskOutput, error)
OperateTask API operation for LLMSCAN.
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 LLMSCAN's API operation OperateTask for usage and error information.
func (*LLMSCAN) OperateTaskCommon ¶
OperateTaskCommon API operation for LLMSCAN.
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 LLMSCAN's API operation OperateTaskCommon for usage and error information.
func (*LLMSCAN) OperateTaskCommonRequest ¶
func (c *LLMSCAN) OperateTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
OperateTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the OperateTaskCommon operation. The "output" return value will be populated with the OperateTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned OperateTaskCommon Request to send the API call to the service. the "output" return value is not valid until after OperateTaskCommon Send returns without error.
See OperateTaskCommon for more information on using the OperateTaskCommon API call, and error handling.
// Example sending a request using the OperateTaskCommonRequest method.
req, resp := client.OperateTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) OperateTaskCommonWithContext ¶
func (c *LLMSCAN) OperateTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
OperateTaskCommonWithContext is the same as OperateTaskCommon with the addition of the ability to pass a context and additional request options.
See OperateTaskCommon 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 (*LLMSCAN) OperateTaskRequest ¶
func (c *LLMSCAN) OperateTaskRequest(input *OperateTaskInput) (req *request.Request, output *OperateTaskOutput)
OperateTaskRequest generates a "volcengine/request.Request" representing the client's request for the OperateTask operation. The "output" return value will be populated with the OperateTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned OperateTaskCommon Request to send the API call to the service. the "output" return value is not valid until after OperateTaskCommon Send returns without error.
See OperateTask for more information on using the OperateTask API call, and error handling.
// Example sending a request using the OperateTaskRequest method.
req, resp := client.OperateTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) OperateTaskWithContext ¶
func (c *LLMSCAN) OperateTaskWithContext(ctx volcengine.Context, input *OperateTaskInput, opts ...request.Option) (*OperateTaskOutput, error)
OperateTaskWithContext is the same as OperateTask with the addition of the ability to pass a context and additional request options.
See OperateTask 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 (*LLMSCAN) UpdateAgent ¶
func (c *LLMSCAN) UpdateAgent(input *UpdateAgentInput) (*UpdateAgentOutput, error)
UpdateAgent API operation for LLMSCAN.
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 LLMSCAN's API operation UpdateAgent for usage and error information.
func (*LLMSCAN) UpdateAgentCommon ¶
UpdateAgentCommon API operation for LLMSCAN.
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 LLMSCAN's API operation UpdateAgentCommon for usage and error information.
func (*LLMSCAN) UpdateAgentCommonRequest ¶
func (c *LLMSCAN) UpdateAgentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAgentCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAgentCommon operation. The "output" return value will be populated with the UpdateAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAgentCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAgentCommon Send returns without error.
See UpdateAgentCommon for more information on using the UpdateAgentCommon API call, and error handling.
// Example sending a request using the UpdateAgentCommonRequest method.
req, resp := client.UpdateAgentCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) UpdateAgentCommonWithContext ¶
func (c *LLMSCAN) UpdateAgentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAgentCommonWithContext is the same as UpdateAgentCommon with the addition of the ability to pass a context and additional request options.
See UpdateAgentCommon 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 (*LLMSCAN) UpdateAgentRequest ¶
func (c *LLMSCAN) UpdateAgentRequest(input *UpdateAgentInput) (req *request.Request, output *UpdateAgentOutput)
UpdateAgentRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAgent operation. The "output" return value will be populated with the UpdateAgentCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAgentCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAgentCommon Send returns without error.
See UpdateAgent for more information on using the UpdateAgent API call, and error handling.
// Example sending a request using the UpdateAgentRequest method.
req, resp := client.UpdateAgentRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) UpdateAgentWithContext ¶
func (c *LLMSCAN) UpdateAgentWithContext(ctx volcengine.Context, input *UpdateAgentInput, opts ...request.Option) (*UpdateAgentOutput, error)
UpdateAgentWithContext is the same as UpdateAgent with the addition of the ability to pass a context and additional request options.
See UpdateAgent 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 (*LLMSCAN) UpdateModel ¶
func (c *LLMSCAN) UpdateModel(input *UpdateModelInput) (*UpdateModelOutput, error)
UpdateModel API operation for LLMSCAN.
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 LLMSCAN's API operation UpdateModel for usage and error information.
func (*LLMSCAN) UpdateModelCommon ¶
UpdateModelCommon API operation for LLMSCAN.
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 LLMSCAN's API operation UpdateModelCommon for usage and error information.
func (*LLMSCAN) UpdateModelCommonRequest ¶
func (c *LLMSCAN) UpdateModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateModelCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateModelCommon operation. The "output" return value will be populated with the UpdateModelCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateModelCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateModelCommon Send returns without error.
See UpdateModelCommon for more information on using the UpdateModelCommon API call, and error handling.
// Example sending a request using the UpdateModelCommonRequest method.
req, resp := client.UpdateModelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) UpdateModelCommonWithContext ¶
func (c *LLMSCAN) UpdateModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateModelCommonWithContext is the same as UpdateModelCommon with the addition of the ability to pass a context and additional request options.
See UpdateModelCommon 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 (*LLMSCAN) UpdateModelRequest ¶
func (c *LLMSCAN) UpdateModelRequest(input *UpdateModelInput) (req *request.Request, output *UpdateModelOutput)
UpdateModelRequest generates a "volcengine/request.Request" representing the client's request for the UpdateModel operation. The "output" return value will be populated with the UpdateModelCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateModelCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateModelCommon Send returns without error.
See UpdateModel for more information on using the UpdateModel API call, and error handling.
// Example sending a request using the UpdateModelRequest method.
req, resp := client.UpdateModelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*LLMSCAN) UpdateModelWithContext ¶
func (c *LLMSCAN) UpdateModelWithContext(ctx volcengine.Context, input *UpdateModelInput, opts ...request.Option) (*UpdateModelOutput, error)
UpdateModelWithContext is the same as UpdateModel with the addition of the ability to pass a context and additional request options.
See UpdateModel 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 LLMSCANAPI ¶
type LLMSCANAPI interface {
ConnectAgentCommon(*map[string]interface{}) (*map[string]interface{}, error)
ConnectAgentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ConnectAgentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ConnectAgent(*ConnectAgentInput) (*ConnectAgentOutput, error)
ConnectAgentWithContext(volcengine.Context, *ConnectAgentInput, ...request.Option) (*ConnectAgentOutput, error)
ConnectAgentRequest(*ConnectAgentInput) (*request.Request, *ConnectAgentOutput)
ConnectModelCommon(*map[string]interface{}) (*map[string]interface{}, error)
ConnectModelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ConnectModelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ConnectModel(*ConnectModelInput) (*ConnectModelOutput, error)
ConnectModelWithContext(volcengine.Context, *ConnectModelInput, ...request.Option) (*ConnectModelOutput, error)
ConnectModelRequest(*ConnectModelInput) (*request.Request, *ConnectModelOutput)
CreateAgentCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateAgentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateAgentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateAgent(*CreateAgentInput) (*CreateAgentOutput, error)
CreateAgentWithContext(volcengine.Context, *CreateAgentInput, ...request.Option) (*CreateAgentOutput, error)
CreateAgentRequest(*CreateAgentInput) (*request.Request, *CreateAgentOutput)
CreateEvaluationByIDCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateEvaluationByIDCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateEvaluationByIDCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateEvaluationByID(*CreateEvaluationByIDInput) (*CreateEvaluationByIDOutput, error)
CreateEvaluationByIDWithContext(volcengine.Context, *CreateEvaluationByIDInput, ...request.Option) (*CreateEvaluationByIDOutput, error)
CreateEvaluationByIDRequest(*CreateEvaluationByIDInput) (*request.Request, *CreateEvaluationByIDOutput)
CreateEvaluationByInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateEvaluationByInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateEvaluationByInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateEvaluationByInfo(*CreateEvaluationByInfoInput) (*CreateEvaluationByInfoOutput, error)
CreateEvaluationByInfoWithContext(volcengine.Context, *CreateEvaluationByInfoInput, ...request.Option) (*CreateEvaluationByInfoOutput, error)
CreateEvaluationByInfoRequest(*CreateEvaluationByInfoInput) (*request.Request, *CreateEvaluationByInfoOutput)
CreateModelCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateModelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateModelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateModel(*CreateModelInput) (*CreateModelOutput, error)
CreateModelWithContext(volcengine.Context, *CreateModelInput, ...request.Option) (*CreateModelOutput, error)
CreateModelRequest(*CreateModelInput) (*request.Request, *CreateModelOutput)
DeleteAgentCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteAgentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteAgentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteAgent(*DeleteAgentInput) (*DeleteAgentOutput, error)
DeleteAgentWithContext(volcengine.Context, *DeleteAgentInput, ...request.Option) (*DeleteAgentOutput, error)
DeleteAgentRequest(*DeleteAgentInput) (*request.Request, *DeleteAgentOutput)
DeleteModelCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteModelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteModelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteModel(*DeleteModelInput) (*DeleteModelOutput, error)
DeleteModelWithContext(volcengine.Context, *DeleteModelInput, ...request.Option) (*DeleteModelOutput, error)
DeleteModelRequest(*DeleteModelInput) (*request.Request, *DeleteModelOutput)
EditEvalTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
EditEvalTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EditEvalTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EditEvalTask(*EditEvalTaskInput) (*EditEvalTaskOutput, error)
EditEvalTaskWithContext(volcengine.Context, *EditEvalTaskInput, ...request.Option) (*EditEvalTaskOutput, error)
EditEvalTaskRequest(*EditEvalTaskInput) (*request.Request, *EditEvalTaskOutput)
GetAgentDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetAgentDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetAgentDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetAgentDetail(*GetAgentDetailInput) (*GetAgentDetailOutput, error)
GetAgentDetailWithContext(volcengine.Context, *GetAgentDetailInput, ...request.Option) (*GetAgentDetailOutput, error)
GetAgentDetailRequest(*GetAgentDetailInput) (*request.Request, *GetAgentDetailOutput)
GetConnectAgentResultCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetConnectAgentResultCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetConnectAgentResultCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetConnectAgentResult(*GetConnectAgentResultInput) (*GetConnectAgentResultOutput, error)
GetConnectAgentResultWithContext(volcengine.Context, *GetConnectAgentResultInput, ...request.Option) (*GetConnectAgentResultOutput, error)
GetConnectAgentResultRequest(*GetConnectAgentResultInput) (*request.Request, *GetConnectAgentResultOutput)
GetDimensionTreeByTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetDimensionTreeByTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetDimensionTreeByTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetDimensionTreeByTask(*GetDimensionTreeByTaskInput) (*GetDimensionTreeByTaskOutput, error)
GetDimensionTreeByTaskWithContext(volcengine.Context, *GetDimensionTreeByTaskInput, ...request.Option) (*GetDimensionTreeByTaskOutput, error)
GetDimensionTreeByTaskRequest(*GetDimensionTreeByTaskInput) (*request.Request, *GetDimensionTreeByTaskOutput)
GetLLMEvalTaskReportCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetLLMEvalTaskReportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetLLMEvalTaskReportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetLLMEvalTaskReport(*GetLLMEvalTaskReportInput) (*GetLLMEvalTaskReportOutput, error)
GetLLMEvalTaskReportWithContext(volcengine.Context, *GetLLMEvalTaskReportInput, ...request.Option) (*GetLLMEvalTaskReportOutput, error)
GetLLMEvalTaskReportRequest(*GetLLMEvalTaskReportInput) (*request.Request, *GetLLMEvalTaskReportOutput)
GetModelDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetModelDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetModelDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetModelDetail(*GetModelDetailInput) (*GetModelDetailOutput, error)
GetModelDetailWithContext(volcengine.Context, *GetModelDetailInput, ...request.Option) (*GetModelDetailOutput, error)
GetModelDetailRequest(*GetModelDetailInput) (*request.Request, *GetModelDetailOutput)
GetRiskSummaryCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetRiskSummaryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetRiskSummaryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetRiskSummary(*GetRiskSummaryInput) (*GetRiskSummaryOutput, error)
GetRiskSummaryWithContext(volcengine.Context, *GetRiskSummaryInput, ...request.Option) (*GetRiskSummaryOutput, error)
GetRiskSummaryRequest(*GetRiskSummaryInput) (*request.Request, *GetRiskSummaryOutput)
GetTaskDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetTaskDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetTaskDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetTaskDetail(*GetTaskDetailInput) (*GetTaskDetailOutput, error)
GetTaskDetailWithContext(volcengine.Context, *GetTaskDetailInput, ...request.Option) (*GetTaskDetailOutput, error)
GetTaskDetailRequest(*GetTaskDetailInput) (*request.Request, *GetTaskDetailOutput)
GetTaskProgressCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetTaskProgressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetTaskProgressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetTaskProgress(*GetTaskProgressInput) (*GetTaskProgressOutput, error)
GetTaskProgressWithContext(volcengine.Context, *GetTaskProgressInput, ...request.Option) (*GetTaskProgressOutput, error)
GetTaskProgressRequest(*GetTaskProgressInput) (*request.Request, *GetTaskProgressOutput)
ListAgentCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAgentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAgentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAgent(*ListAgentInput) (*ListAgentOutput, error)
ListAgentWithContext(volcengine.Context, *ListAgentInput, ...request.Option) (*ListAgentOutput, error)
ListAgentRequest(*ListAgentInput) (*request.Request, *ListAgentOutput)
ListAttackSuccessExampleCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAttackSuccessExampleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAttackSuccessExampleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAttackSuccessExample(*ListAttackSuccessExampleInput) (*ListAttackSuccessExampleOutput, error)
ListAttackSuccessExampleWithContext(volcengine.Context, *ListAttackSuccessExampleInput, ...request.Option) (*ListAttackSuccessExampleOutput, error)
ListAttackSuccessExampleRequest(*ListAttackSuccessExampleInput) (*request.Request, *ListAttackSuccessExampleOutput)
ListAttackSummaryCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAttackSummaryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAttackSummaryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAttackSummary(*ListAttackSummaryInput) (*ListAttackSummaryOutput, error)
ListAttackSummaryWithContext(volcengine.Context, *ListAttackSummaryInput, ...request.Option) (*ListAttackSummaryOutput, error)
ListAttackSummaryRequest(*ListAttackSummaryInput) (*request.Request, *ListAttackSummaryOutput)
ListAttackTypeSummaryCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAttackTypeSummaryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAttackTypeSummaryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAttackTypeSummary(*ListAttackTypeSummaryInput) (*ListAttackTypeSummaryOutput, error)
ListAttackTypeSummaryWithContext(volcengine.Context, *ListAttackTypeSummaryInput, ...request.Option) (*ListAttackTypeSummaryOutput, error)
ListAttackTypeSummaryRequest(*ListAttackTypeSummaryInput) (*request.Request, *ListAttackTypeSummaryOutput)
ListLLMEvalTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListLLMEvalTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListLLMEvalTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListLLMEvalTasks(*ListLLMEvalTasksInput) (*ListLLMEvalTasksOutput, error)
ListLLMEvalTasksWithContext(volcengine.Context, *ListLLMEvalTasksInput, ...request.Option) (*ListLLMEvalTasksOutput, error)
ListLLMEvalTasksRequest(*ListLLMEvalTasksInput) (*request.Request, *ListLLMEvalTasksOutput)
ListModelApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListModelApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListModelApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListModelApplication(*ListModelApplicationInput) (*ListModelApplicationOutput, error)
ListModelApplicationWithContext(volcengine.Context, *ListModelApplicationInput, ...request.Option) (*ListModelApplicationOutput, error)
ListModelApplicationRequest(*ListModelApplicationInput) (*request.Request, *ListModelApplicationOutput)
ListRiskSeverityCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListRiskSeverityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListRiskSeverityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListRiskSeverity(*ListRiskSeverityInput) (*ListRiskSeverityOutput, error)
ListRiskSeverityWithContext(volcengine.Context, *ListRiskSeverityInput, ...request.Option) (*ListRiskSeverityOutput, error)
ListRiskSeverityRequest(*ListRiskSeverityInput) (*request.Request, *ListRiskSeverityOutput)
ListTaskDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTaskDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTaskDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTaskDetails(*ListTaskDetailsInput) (*ListTaskDetailsOutput, error)
ListTaskDetailsWithContext(volcengine.Context, *ListTaskDetailsInput, ...request.Option) (*ListTaskDetailsOutput, error)
ListTaskDetailsRequest(*ListTaskDetailsInput) (*request.Request, *ListTaskDetailsOutput)
OperateTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
OperateTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
OperateTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
OperateTask(*OperateTaskInput) (*OperateTaskOutput, error)
OperateTaskWithContext(volcengine.Context, *OperateTaskInput, ...request.Option) (*OperateTaskOutput, error)
OperateTaskRequest(*OperateTaskInput) (*request.Request, *OperateTaskOutput)
UpdateAgentCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateAgentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateAgentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateAgent(*UpdateAgentInput) (*UpdateAgentOutput, error)
UpdateAgentWithContext(volcengine.Context, *UpdateAgentInput, ...request.Option) (*UpdateAgentOutput, error)
UpdateAgentRequest(*UpdateAgentInput) (*request.Request, *UpdateAgentOutput)
UpdateModelCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateModelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateModelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateModel(*UpdateModelInput) (*UpdateModelOutput, error)
UpdateModelWithContext(volcengine.Context, *UpdateModelInput, ...request.Option) (*UpdateModelOutput, error)
UpdateModelRequest(*UpdateModelInput) (*request.Request, *UpdateModelOutput)
}
LLMSCANAPI provides an interface to enable mocking the llmscan.LLMSCAN service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// LLMSCAN.
func myFunc(svc LLMSCANAPI) bool {
// Make svc.ConnectAgent request
}
func main() {
sess := session.New()
svc := llmscan.New(sess)
myFunc(svc)
}
type ListAgentInput ¶
type ListAgentInput struct {
Filter *FilterForListAgentInput `type:"structure" json:",omitempty"`
// PageNumber is a required field
PageNumber *int32 `type:"int32" json:",omitempty" required:"true"`
// PageSize is a required field
PageSize *int32 `type:"int32" json:",omitempty" required:"true"`
SortBy *string `type:"string" json:",omitempty"`
SortOrder *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAgentInput) GoString ¶
func (s ListAgentInput) GoString() string
GoString returns the string representation
func (*ListAgentInput) SetFilter ¶
func (s *ListAgentInput) SetFilter(v *FilterForListAgentInput) *ListAgentInput
SetFilter sets the Filter field's value.
func (*ListAgentInput) SetPageNumber ¶
func (s *ListAgentInput) SetPageNumber(v int32) *ListAgentInput
SetPageNumber sets the PageNumber field's value.
func (*ListAgentInput) SetPageSize ¶
func (s *ListAgentInput) SetPageSize(v int32) *ListAgentInput
SetPageSize sets the PageSize field's value.
func (*ListAgentInput) SetSortBy ¶
func (s *ListAgentInput) SetSortBy(v string) *ListAgentInput
SetSortBy sets the SortBy field's value.
func (*ListAgentInput) SetSortOrder ¶
func (s *ListAgentInput) SetSortOrder(v string) *ListAgentInput
SetSortOrder sets the SortOrder field's value.
func (ListAgentInput) String ¶
func (s ListAgentInput) String() string
String returns the string representation
func (*ListAgentInput) Validate ¶
func (s *ListAgentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAgentOutput ¶
type ListAgentOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListAgentOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAgentOutput) GoString ¶
func (s ListAgentOutput) GoString() string
GoString returns the string representation
func (*ListAgentOutput) SetData ¶
func (s *ListAgentOutput) SetData(v []*DataForListAgentOutput) *ListAgentOutput
SetData sets the Data field's value.
func (*ListAgentOutput) SetPageNumber ¶
func (s *ListAgentOutput) SetPageNumber(v int32) *ListAgentOutput
SetPageNumber sets the PageNumber field's value.
func (*ListAgentOutput) SetPageSize ¶
func (s *ListAgentOutput) SetPageSize(v int32) *ListAgentOutput
SetPageSize sets the PageSize field's value.
func (*ListAgentOutput) SetTotalCount ¶
func (s *ListAgentOutput) SetTotalCount(v int32) *ListAgentOutput
SetTotalCount sets the TotalCount field's value.
func (ListAgentOutput) String ¶
func (s ListAgentOutput) String() string
String returns the string representation
type ListAttackSuccessExampleInput ¶
type ListAttackSuccessExampleInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListAttackSuccessExampleInput) GoString ¶
func (s ListAttackSuccessExampleInput) GoString() string
GoString returns the string representation
func (*ListAttackSuccessExampleInput) SetTaskID ¶
func (s *ListAttackSuccessExampleInput) SetTaskID(v string) *ListAttackSuccessExampleInput
SetTaskID sets the TaskID field's value.
func (ListAttackSuccessExampleInput) String ¶
func (s ListAttackSuccessExampleInput) String() string
String returns the string representation
func (*ListAttackSuccessExampleInput) Validate ¶
func (s *ListAttackSuccessExampleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAttackSuccessExampleOutput ¶
type ListAttackSuccessExampleOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListAttackSuccessExampleOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAttackSuccessExampleOutput) GoString ¶
func (s ListAttackSuccessExampleOutput) GoString() string
GoString returns the string representation
func (*ListAttackSuccessExampleOutput) SetData ¶
func (s *ListAttackSuccessExampleOutput) SetData(v []*DataForListAttackSuccessExampleOutput) *ListAttackSuccessExampleOutput
SetData sets the Data field's value.
func (ListAttackSuccessExampleOutput) String ¶
func (s ListAttackSuccessExampleOutput) String() string
String returns the string representation
type ListAttackSummaryInput ¶
type ListAttackSummaryInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListAttackSummaryInput) GoString ¶
func (s ListAttackSummaryInput) GoString() string
GoString returns the string representation
func (*ListAttackSummaryInput) SetTaskID ¶
func (s *ListAttackSummaryInput) SetTaskID(v string) *ListAttackSummaryInput
SetTaskID sets the TaskID field's value.
func (ListAttackSummaryInput) String ¶
func (s ListAttackSummaryInput) String() string
String returns the string representation
func (*ListAttackSummaryInput) Validate ¶
func (s *ListAttackSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAttackSummaryOutput ¶
type ListAttackSummaryOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListAttackSummaryOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAttackSummaryOutput) GoString ¶
func (s ListAttackSummaryOutput) GoString() string
GoString returns the string representation
func (*ListAttackSummaryOutput) SetData ¶
func (s *ListAttackSummaryOutput) SetData(v []*DataForListAttackSummaryOutput) *ListAttackSummaryOutput
SetData sets the Data field's value.
func (ListAttackSummaryOutput) String ¶
func (s ListAttackSummaryOutput) String() string
String returns the string representation
type ListAttackTypeSummaryInput ¶
type ListAttackTypeSummaryInput struct {
Filter *FilterForListAttackTypeSummaryInput `type:"structure" json:",omitempty"`
// PageNumber is a required field
PageNumber *int32 `type:"int32" json:",omitempty" required:"true"`
// PageSize is a required field
PageSize *int32 `type:"int32" json:",omitempty" required:"true"`
SortBy *string `type:"string" json:",omitempty"`
SortOrder *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAttackTypeSummaryInput) GoString ¶
func (s ListAttackTypeSummaryInput) GoString() string
GoString returns the string representation
func (*ListAttackTypeSummaryInput) SetFilter ¶
func (s *ListAttackTypeSummaryInput) SetFilter(v *FilterForListAttackTypeSummaryInput) *ListAttackTypeSummaryInput
SetFilter sets the Filter field's value.
func (*ListAttackTypeSummaryInput) SetPageNumber ¶
func (s *ListAttackTypeSummaryInput) SetPageNumber(v int32) *ListAttackTypeSummaryInput
SetPageNumber sets the PageNumber field's value.
func (*ListAttackTypeSummaryInput) SetPageSize ¶
func (s *ListAttackTypeSummaryInput) SetPageSize(v int32) *ListAttackTypeSummaryInput
SetPageSize sets the PageSize field's value.
func (*ListAttackTypeSummaryInput) SetSortBy ¶
func (s *ListAttackTypeSummaryInput) SetSortBy(v string) *ListAttackTypeSummaryInput
SetSortBy sets the SortBy field's value.
func (*ListAttackTypeSummaryInput) SetSortOrder ¶
func (s *ListAttackTypeSummaryInput) SetSortOrder(v string) *ListAttackTypeSummaryInput
SetSortOrder sets the SortOrder field's value.
func (ListAttackTypeSummaryInput) String ¶
func (s ListAttackTypeSummaryInput) String() string
String returns the string representation
func (*ListAttackTypeSummaryInput) Validate ¶
func (s *ListAttackTypeSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAttackTypeSummaryOutput ¶
type ListAttackTypeSummaryOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListAttackTypeSummaryOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAttackTypeSummaryOutput) GoString ¶
func (s ListAttackTypeSummaryOutput) GoString() string
GoString returns the string representation
func (*ListAttackTypeSummaryOutput) SetData ¶
func (s *ListAttackTypeSummaryOutput) SetData(v []*DataForListAttackTypeSummaryOutput) *ListAttackTypeSummaryOutput
SetData sets the Data field's value.
func (ListAttackTypeSummaryOutput) String ¶
func (s ListAttackTypeSummaryOutput) String() string
String returns the string representation
type ListLLMEvalTasksInput ¶
type ListLLMEvalTasksInput struct {
Filter *FilterForListLLMEvalTasksInput `type:"structure" json:",omitempty"`
// PageNumber is a required field
PageNumber *int32 `type:"int32" json:",omitempty" required:"true"`
// PageSize is a required field
PageSize *int32 `type:"int32" json:",omitempty" required:"true"`
SortBy *string `type:"string" json:",omitempty"`
SortOrder *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListLLMEvalTasksInput) GoString ¶
func (s ListLLMEvalTasksInput) GoString() string
GoString returns the string representation
func (*ListLLMEvalTasksInput) SetFilter ¶
func (s *ListLLMEvalTasksInput) SetFilter(v *FilterForListLLMEvalTasksInput) *ListLLMEvalTasksInput
SetFilter sets the Filter field's value.
func (*ListLLMEvalTasksInput) SetPageNumber ¶
func (s *ListLLMEvalTasksInput) SetPageNumber(v int32) *ListLLMEvalTasksInput
SetPageNumber sets the PageNumber field's value.
func (*ListLLMEvalTasksInput) SetPageSize ¶
func (s *ListLLMEvalTasksInput) SetPageSize(v int32) *ListLLMEvalTasksInput
SetPageSize sets the PageSize field's value.
func (*ListLLMEvalTasksInput) SetSortBy ¶
func (s *ListLLMEvalTasksInput) SetSortBy(v string) *ListLLMEvalTasksInput
SetSortBy sets the SortBy field's value.
func (*ListLLMEvalTasksInput) SetSortOrder ¶
func (s *ListLLMEvalTasksInput) SetSortOrder(v string) *ListLLMEvalTasksInput
SetSortOrder sets the SortOrder field's value.
func (ListLLMEvalTasksInput) String ¶
func (s ListLLMEvalTasksInput) String() string
String returns the string representation
func (*ListLLMEvalTasksInput) Validate ¶
func (s *ListLLMEvalTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListLLMEvalTasksOutput ¶
type ListLLMEvalTasksOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListLLMEvalTasksOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListLLMEvalTasksOutput) GoString ¶
func (s ListLLMEvalTasksOutput) GoString() string
GoString returns the string representation
func (*ListLLMEvalTasksOutput) SetData ¶
func (s *ListLLMEvalTasksOutput) SetData(v []*DataForListLLMEvalTasksOutput) *ListLLMEvalTasksOutput
SetData sets the Data field's value.
func (*ListLLMEvalTasksOutput) SetPageNumber ¶
func (s *ListLLMEvalTasksOutput) SetPageNumber(v int32) *ListLLMEvalTasksOutput
SetPageNumber sets the PageNumber field's value.
func (*ListLLMEvalTasksOutput) SetPageSize ¶
func (s *ListLLMEvalTasksOutput) SetPageSize(v int32) *ListLLMEvalTasksOutput
SetPageSize sets the PageSize field's value.
func (*ListLLMEvalTasksOutput) SetTotalCount ¶
func (s *ListLLMEvalTasksOutput) SetTotalCount(v int32) *ListLLMEvalTasksOutput
SetTotalCount sets the TotalCount field's value.
func (ListLLMEvalTasksOutput) String ¶
func (s ListLLMEvalTasksOutput) String() string
String returns the string representation
type ListModelApplicationInput ¶
type ListModelApplicationInput struct {
Filter *FilterForListModelApplicationInput `type:"structure" json:",omitempty"`
// PageNumber is a required field
PageNumber *int32 `type:"int32" json:",omitempty" required:"true"`
// PageSize is a required field
PageSize *int32 `type:"int32" json:",omitempty" required:"true"`
SortBy *string `type:"string" json:",omitempty"`
SortOrder *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListModelApplicationInput) GoString ¶
func (s ListModelApplicationInput) GoString() string
GoString returns the string representation
func (*ListModelApplicationInput) SetFilter ¶
func (s *ListModelApplicationInput) SetFilter(v *FilterForListModelApplicationInput) *ListModelApplicationInput
SetFilter sets the Filter field's value.
func (*ListModelApplicationInput) SetPageNumber ¶
func (s *ListModelApplicationInput) SetPageNumber(v int32) *ListModelApplicationInput
SetPageNumber sets the PageNumber field's value.
func (*ListModelApplicationInput) SetPageSize ¶
func (s *ListModelApplicationInput) SetPageSize(v int32) *ListModelApplicationInput
SetPageSize sets the PageSize field's value.
func (*ListModelApplicationInput) SetSortBy ¶
func (s *ListModelApplicationInput) SetSortBy(v string) *ListModelApplicationInput
SetSortBy sets the SortBy field's value.
func (*ListModelApplicationInput) SetSortOrder ¶
func (s *ListModelApplicationInput) SetSortOrder(v string) *ListModelApplicationInput
SetSortOrder sets the SortOrder field's value.
func (ListModelApplicationInput) String ¶
func (s ListModelApplicationInput) String() string
String returns the string representation
func (*ListModelApplicationInput) Validate ¶
func (s *ListModelApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListModelApplicationOutput ¶
type ListModelApplicationOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListModelApplicationOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListModelApplicationOutput) GoString ¶
func (s ListModelApplicationOutput) GoString() string
GoString returns the string representation
func (*ListModelApplicationOutput) SetData ¶
func (s *ListModelApplicationOutput) SetData(v []*DataForListModelApplicationOutput) *ListModelApplicationOutput
SetData sets the Data field's value.
func (*ListModelApplicationOutput) SetPageNumber ¶
func (s *ListModelApplicationOutput) SetPageNumber(v int32) *ListModelApplicationOutput
SetPageNumber sets the PageNumber field's value.
func (*ListModelApplicationOutput) SetPageSize ¶
func (s *ListModelApplicationOutput) SetPageSize(v int32) *ListModelApplicationOutput
SetPageSize sets the PageSize field's value.
func (*ListModelApplicationOutput) SetTotalCount ¶
func (s *ListModelApplicationOutput) SetTotalCount(v int32) *ListModelApplicationOutput
SetTotalCount sets the TotalCount field's value.
func (ListModelApplicationOutput) String ¶
func (s ListModelApplicationOutput) String() string
String returns the string representation
type ListRiskSeverityInput ¶
type ListRiskSeverityInput struct {
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListRiskSeverityInput) GoString ¶
func (s ListRiskSeverityInput) GoString() string
GoString returns the string representation
func (*ListRiskSeverityInput) SetTaskID ¶
func (s *ListRiskSeverityInput) SetTaskID(v string) *ListRiskSeverityInput
SetTaskID sets the TaskID field's value.
func (ListRiskSeverityInput) String ¶
func (s ListRiskSeverityInput) String() string
String returns the string representation
func (*ListRiskSeverityInput) Validate ¶
func (s *ListRiskSeverityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRiskSeverityOutput ¶
type ListRiskSeverityOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListRiskSeverityOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListRiskSeverityOutput) GoString ¶
func (s ListRiskSeverityOutput) GoString() string
GoString returns the string representation
func (*ListRiskSeverityOutput) SetData ¶
func (s *ListRiskSeverityOutput) SetData(v []*DataForListRiskSeverityOutput) *ListRiskSeverityOutput
SetData sets the Data field's value.
func (ListRiskSeverityOutput) String ¶
func (s ListRiskSeverityOutput) String() string
String returns the string representation
type ListTaskDetailsInput ¶
type ListTaskDetailsInput struct {
Filter *FilterForListTaskDetailsInput `type:"structure" json:",omitempty"`
// PageNumber is a required field
PageNumber *int32 `type:"int32" json:",omitempty" required:"true"`
// PageSize is a required field
PageSize *int32 `type:"int32" json:",omitempty" required:"true"`
SortBy *string `type:"string" json:",omitempty"`
SortOrder *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTaskDetailsInput) GoString ¶
func (s ListTaskDetailsInput) GoString() string
GoString returns the string representation
func (*ListTaskDetailsInput) SetFilter ¶
func (s *ListTaskDetailsInput) SetFilter(v *FilterForListTaskDetailsInput) *ListTaskDetailsInput
SetFilter sets the Filter field's value.
func (*ListTaskDetailsInput) SetPageNumber ¶
func (s *ListTaskDetailsInput) SetPageNumber(v int32) *ListTaskDetailsInput
SetPageNumber sets the PageNumber field's value.
func (*ListTaskDetailsInput) SetPageSize ¶
func (s *ListTaskDetailsInput) SetPageSize(v int32) *ListTaskDetailsInput
SetPageSize sets the PageSize field's value.
func (*ListTaskDetailsInput) SetSortBy ¶
func (s *ListTaskDetailsInput) SetSortBy(v string) *ListTaskDetailsInput
SetSortBy sets the SortBy field's value.
func (*ListTaskDetailsInput) SetSortOrder ¶
func (s *ListTaskDetailsInput) SetSortOrder(v string) *ListTaskDetailsInput
SetSortOrder sets the SortOrder field's value.
func (ListTaskDetailsInput) String ¶
func (s ListTaskDetailsInput) String() string
String returns the string representation
func (*ListTaskDetailsInput) Validate ¶
func (s *ListTaskDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTaskDetailsOutput ¶
type ListTaskDetailsOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListTaskDetailsOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTaskDetailsOutput) GoString ¶
func (s ListTaskDetailsOutput) GoString() string
GoString returns the string representation
func (*ListTaskDetailsOutput) SetData ¶
func (s *ListTaskDetailsOutput) SetData(v []*DataForListTaskDetailsOutput) *ListTaskDetailsOutput
SetData sets the Data field's value.
func (*ListTaskDetailsOutput) SetPageNumber ¶
func (s *ListTaskDetailsOutput) SetPageNumber(v int32) *ListTaskDetailsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTaskDetailsOutput) SetPageSize ¶
func (s *ListTaskDetailsOutput) SetPageSize(v int32) *ListTaskDetailsOutput
SetPageSize sets the PageSize field's value.
func (*ListTaskDetailsOutput) SetTotalCount ¶
func (s *ListTaskDetailsOutput) SetTotalCount(v int32) *ListTaskDetailsOutput
SetTotalCount sets the TotalCount field's value.
func (ListTaskDetailsOutput) String ¶
func (s ListTaskDetailsOutput) String() string
String returns the string representation
type OperateTaskInput ¶
type OperateTaskInput struct {
// Operate is a required field
Operate *string `type:"string" json:",omitempty" required:"true"`
// TaskID is a required field
TaskID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (OperateTaskInput) GoString ¶
func (s OperateTaskInput) GoString() string
GoString returns the string representation
func (*OperateTaskInput) SetOperate ¶
func (s *OperateTaskInput) SetOperate(v string) *OperateTaskInput
SetOperate sets the Operate field's value.
func (*OperateTaskInput) SetTaskID ¶
func (s *OperateTaskInput) SetTaskID(v string) *OperateTaskInput
SetTaskID sets the TaskID field's value.
func (OperateTaskInput) String ¶
func (s OperateTaskInput) String() string
String returns the string representation
func (*OperateTaskInput) Validate ¶
func (s *OperateTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OperateTaskOutput ¶
type OperateTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (OperateTaskOutput) GoString ¶
func (s OperateTaskOutput) GoString() string
GoString returns the string representation
func (OperateTaskOutput) String ¶
func (s OperateTaskOutput) String() string
String returns the string representation
type ProjectInfoForGetLLMEvalTaskReportOutput ¶
type ProjectInfoForGetLLMEvalTaskReportOutput struct {
AllSubProjectName []*string `type:"list" json:",omitempty"`
EvalContentPassNum *int32 `type:"int32" json:",omitempty"`
EvalContentTotalNum *int32 `type:"int32" json:",omitempty"`
FailSubProjectName []*string `type:"list" json:",omitempty"`
IsPass *bool `type:"boolean" json:",omitempty"`
PassRateStr *string `type:"string" json:",omitempty"`
ProjectCode *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
StandardPassRate *float64 `type:"float" json:",omitempty"`
SubProjectInfos []*SubProjectInfoForGetLLMEvalTaskReportOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ProjectInfoForGetLLMEvalTaskReportOutput) GoString ¶
func (s ProjectInfoForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetAllSubProjectName ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetAllSubProjectName(v []*string) *ProjectInfoForGetLLMEvalTaskReportOutput
SetAllSubProjectName sets the AllSubProjectName field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetEvalContentPassNum ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *ProjectInfoForGetLLMEvalTaskReportOutput
SetEvalContentPassNum sets the EvalContentPassNum field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *ProjectInfoForGetLLMEvalTaskReportOutput
SetEvalContentTotalNum sets the EvalContentTotalNum field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetFailSubProjectName ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetFailSubProjectName(v []*string) *ProjectInfoForGetLLMEvalTaskReportOutput
SetFailSubProjectName sets the FailSubProjectName field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetIsPass ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetIsPass(v bool) *ProjectInfoForGetLLMEvalTaskReportOutput
SetIsPass sets the IsPass field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetPassRateStr ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *ProjectInfoForGetLLMEvalTaskReportOutput
SetPassRateStr sets the PassRateStr field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetProjectCode ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetProjectCode(v string) *ProjectInfoForGetLLMEvalTaskReportOutput
SetProjectCode sets the ProjectCode field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetProjectName ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetProjectName(v string) *ProjectInfoForGetLLMEvalTaskReportOutput
SetProjectName sets the ProjectName field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetStandardPassRate ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetStandardPassRate(v float64) *ProjectInfoForGetLLMEvalTaskReportOutput
SetStandardPassRate sets the StandardPassRate field's value.
func (*ProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectInfos ¶
func (s *ProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectInfos(v []*SubProjectInfoForGetLLMEvalTaskReportOutput) *ProjectInfoForGetLLMEvalTaskReportOutput
SetSubProjectInfos sets the SubProjectInfos field's value.
func (ProjectInfoForGetLLMEvalTaskReportOutput) String ¶
func (s ProjectInfoForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type RootForGetDimensionTreeByTaskOutput ¶
type RootForGetDimensionTreeByTaskOutput struct {
Children []*ChildForGetDimensionTreeByTaskOutput `type:"list" json:",omitempty"`
DimensionID *string `type:"string" json:",omitempty"`
DimensionLevel *string `type:"string" json:",omitempty"`
DimensionName *string `type:"string" json:",omitempty"`
ParentID *string `type:"string" json:",omitempty"`
UpdateTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RootForGetDimensionTreeByTaskOutput) GoString ¶
func (s RootForGetDimensionTreeByTaskOutput) GoString() string
GoString returns the string representation
func (*RootForGetDimensionTreeByTaskOutput) SetChildren ¶
func (s *RootForGetDimensionTreeByTaskOutput) SetChildren(v []*ChildForGetDimensionTreeByTaskOutput) *RootForGetDimensionTreeByTaskOutput
SetChildren sets the Children field's value.
func (*RootForGetDimensionTreeByTaskOutput) SetDimensionID ¶
func (s *RootForGetDimensionTreeByTaskOutput) SetDimensionID(v string) *RootForGetDimensionTreeByTaskOutput
SetDimensionID sets the DimensionID field's value.
func (*RootForGetDimensionTreeByTaskOutput) SetDimensionLevel ¶
func (s *RootForGetDimensionTreeByTaskOutput) SetDimensionLevel(v string) *RootForGetDimensionTreeByTaskOutput
SetDimensionLevel sets the DimensionLevel field's value.
func (*RootForGetDimensionTreeByTaskOutput) SetDimensionName ¶
func (s *RootForGetDimensionTreeByTaskOutput) SetDimensionName(v string) *RootForGetDimensionTreeByTaskOutput
SetDimensionName sets the DimensionName field's value.
func (*RootForGetDimensionTreeByTaskOutput) SetParentID ¶
func (s *RootForGetDimensionTreeByTaskOutput) SetParentID(v string) *RootForGetDimensionTreeByTaskOutput
SetParentID sets the ParentID field's value.
func (*RootForGetDimensionTreeByTaskOutput) SetUpdateTime ¶
func (s *RootForGetDimensionTreeByTaskOutput) SetUpdateTime(v int32) *RootForGetDimensionTreeByTaskOutput
SetUpdateTime sets the UpdateTime field's value.
func (RootForGetDimensionTreeByTaskOutput) String ¶
func (s RootForGetDimensionTreeByTaskOutput) String() string
String returns the string representation
type SubProjectInfoForGetLLMEvalTaskReportOutput ¶
type SubProjectInfoForGetLLMEvalTaskReportOutput struct {
PassRate *float64 `type:"float" json:",omitempty"`
SubProjectCode *string `type:"string" json:",omitempty"`
SubProjectName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SubProjectInfoForGetLLMEvalTaskReportOutput) GoString ¶
func (s SubProjectInfoForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*SubProjectInfoForGetLLMEvalTaskReportOutput) SetPassRate ¶
func (s *SubProjectInfoForGetLLMEvalTaskReportOutput) SetPassRate(v float64) *SubProjectInfoForGetLLMEvalTaskReportOutput
SetPassRate sets the PassRate field's value.
func (*SubProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectCode ¶
func (s *SubProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectCode(v string) *SubProjectInfoForGetLLMEvalTaskReportOutput
SetSubProjectCode sets the SubProjectCode field's value.
func (*SubProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectName ¶
func (s *SubProjectInfoForGetLLMEvalTaskReportOutput) SetSubProjectName(v string) *SubProjectInfoForGetLLMEvalTaskReportOutput
SetSubProjectName sets the SubProjectName field's value.
func (SubProjectInfoForGetLLMEvalTaskReportOutput) String ¶
func (s SubProjectInfoForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput ¶
type Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput struct {
AllSubProjectName []*string `type:"list" json:",omitempty"`
EvalContentPassNum *int32 `type:"int32" json:",omitempty"`
EvalContentTotalNum *int32 `type:"int32" json:",omitempty"`
FailSubProjectName []*string `type:"list" json:",omitempty"`
IsPass *bool `type:"boolean" json:",omitempty"`
PassRateStr *string `type:"string" json:",omitempty"`
StandardPassRate *float64 `type:"float" json:",omitempty"`
SubProjectInfos []*SubProjectInfoForGetLLMEvalTaskReportOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) GoString ¶
func (s Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetAllSubProjectName ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetAllSubProjectName(v []*string) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetAllSubProjectName sets the AllSubProjectName field's value.
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetEvalContentPassNum(v int32) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetEvalContentPassNum sets the EvalContentPassNum field's value.
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetEvalContentTotalNum(v int32) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetEvalContentTotalNum sets the EvalContentTotalNum field's value.
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetFailSubProjectName ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetFailSubProjectName(v []*string) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetFailSubProjectName sets the FailSubProjectName field's value.
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetIsPass ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetIsPass(v bool) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetIsPass sets the IsPass field's value.
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetPassRateStr ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetPassRateStr(v string) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetPassRateStr sets the PassRateStr field's value.
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetStandardPassRate ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetStandardPassRate(v float64) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetStandardPassRate sets the StandardPassRate field's value.
func (*Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetSubProjectInfos ¶
func (s *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) SetSubProjectInfos(v []*SubProjectInfoForGetLLMEvalTaskReportOutput) *Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput
SetSubProjectInfos sets the SubProjectInfos field's value.
func (Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) String ¶
func (s Tc260ResponseAcceptDataForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type Tc260ResponseContentDataForGetLLMEvalTaskReportOutput ¶
type Tc260ResponseContentDataForGetLLMEvalTaskReportOutput struct {
IsPassForResponse *bool `type:"boolean" json:",omitempty"`
ProjectInfos []*ProjectInfoForGetLLMEvalTaskReportOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) GoString ¶
func (s Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) SetIsPassForResponse ¶
func (s *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) SetIsPassForResponse(v bool) *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput
SetIsPassForResponse sets the IsPassForResponse field's value.
func (*Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) SetProjectInfos ¶
func (s *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) SetProjectInfos(v []*ProjectInfoForGetLLMEvalTaskReportOutput) *Tc260ResponseContentDataForGetLLMEvalTaskReportOutput
SetProjectInfos sets the ProjectInfos field's value.
func (Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) String ¶
func (s Tc260ResponseContentDataForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput ¶
type Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput struct {
IsPassForResponse *bool `type:"boolean" json:",omitempty"`
ProjectInfos []*ProjectInfoForGetLLMEvalTaskReportOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) GoString ¶
func (s Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) GoString() string
GoString returns the string representation
func (*Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) SetIsPassForResponse ¶
func (s *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) SetIsPassForResponse(v bool) *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput
SetIsPassForResponse sets the IsPassForResponse field's value.
func (*Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) SetProjectInfos ¶
func (s *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) SetProjectInfos(v []*ProjectInfoForGetLLMEvalTaskReportOutput) *Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput
SetProjectInfos sets the ProjectInfos field's value.
func (Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) String ¶
func (s Tc260ResponseDenyDataForGetLLMEvalTaskReportOutput) String() string
String returns the string representation
type UpdateAgentInput ¶
type UpdateAgentInput struct {
ApiKey *string `type:"string" json:",omitempty"`
// BaseUrl is a required field
BaseUrl *string `type:"string" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
Param *string `type:"string" json:",omitempty"`
// Platform is a required field
Platform *string `type:"string" json:",omitempty" required:"true"`
// UUID is a required field
UUID *string `type:"string" json:",omitempty" required:"true"`
UserID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateAgentInput) GoString ¶
func (s UpdateAgentInput) GoString() string
GoString returns the string representation
func (*UpdateAgentInput) SetApiKey ¶
func (s *UpdateAgentInput) SetApiKey(v string) *UpdateAgentInput
SetApiKey sets the ApiKey field's value.
func (*UpdateAgentInput) SetBaseUrl ¶
func (s *UpdateAgentInput) SetBaseUrl(v string) *UpdateAgentInput
SetBaseUrl sets the BaseUrl field's value.
func (*UpdateAgentInput) SetName ¶
func (s *UpdateAgentInput) SetName(v string) *UpdateAgentInput
SetName sets the Name field's value.
func (*UpdateAgentInput) SetParam ¶
func (s *UpdateAgentInput) SetParam(v string) *UpdateAgentInput
SetParam sets the Param field's value.
func (*UpdateAgentInput) SetPlatform ¶
func (s *UpdateAgentInput) SetPlatform(v string) *UpdateAgentInput
SetPlatform sets the Platform field's value.
func (*UpdateAgentInput) SetUUID ¶
func (s *UpdateAgentInput) SetUUID(v string) *UpdateAgentInput
SetUUID sets the UUID field's value.
func (*UpdateAgentInput) SetUserID ¶
func (s *UpdateAgentInput) SetUserID(v string) *UpdateAgentInput
SetUserID sets the UserID field's value.
func (UpdateAgentInput) String ¶
func (s UpdateAgentInput) String() string
String returns the string representation
func (*UpdateAgentInput) Validate ¶
func (s *UpdateAgentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAgentOutput ¶
type UpdateAgentOutput struct {
Metadata *response.ResponseMetadata
Data *DataForUpdateAgentOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateAgentOutput) GoString ¶
func (s UpdateAgentOutput) GoString() string
GoString returns the string representation
func (*UpdateAgentOutput) SetData ¶
func (s *UpdateAgentOutput) SetData(v *DataForUpdateAgentOutput) *UpdateAgentOutput
SetData sets the Data field's value.
func (UpdateAgentOutput) String ¶
func (s UpdateAgentOutput) String() string
String returns the string representation
type UpdateModelInput ¶
type UpdateModelInput struct {
ApiKey *string `type:"string" json:",omitempty"`
// BaseUrl is a required field
BaseUrl *string `type:"string" json:",omitempty" required:"true"`
EndpointID *string `type:"string" json:",omitempty"`
// Implement is a required field
Implement *string `type:"string" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
Param *string `type:"string" json:",omitempty"`
Remark *string `type:"string" json:",omitempty"`
// UUID is a required field
UUID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateModelInput) GoString ¶
func (s UpdateModelInput) GoString() string
GoString returns the string representation
func (*UpdateModelInput) SetApiKey ¶
func (s *UpdateModelInput) SetApiKey(v string) *UpdateModelInput
SetApiKey sets the ApiKey field's value.
func (*UpdateModelInput) SetBaseUrl ¶
func (s *UpdateModelInput) SetBaseUrl(v string) *UpdateModelInput
SetBaseUrl sets the BaseUrl field's value.
func (*UpdateModelInput) SetEndpointID ¶
func (s *UpdateModelInput) SetEndpointID(v string) *UpdateModelInput
SetEndpointID sets the EndpointID field's value.
func (*UpdateModelInput) SetImplement ¶
func (s *UpdateModelInput) SetImplement(v string) *UpdateModelInput
SetImplement sets the Implement field's value.
func (*UpdateModelInput) SetName ¶
func (s *UpdateModelInput) SetName(v string) *UpdateModelInput
SetName sets the Name field's value.
func (*UpdateModelInput) SetParam ¶
func (s *UpdateModelInput) SetParam(v string) *UpdateModelInput
SetParam sets the Param field's value.
func (*UpdateModelInput) SetRemark ¶
func (s *UpdateModelInput) SetRemark(v string) *UpdateModelInput
SetRemark sets the Remark field's value.
func (*UpdateModelInput) SetUUID ¶
func (s *UpdateModelInput) SetUUID(v string) *UpdateModelInput
SetUUID sets the UUID field's value.
func (UpdateModelInput) String ¶
func (s UpdateModelInput) String() string
String returns the string representation
func (*UpdateModelInput) Validate ¶
func (s *UpdateModelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateModelOutput ¶
type UpdateModelOutput struct {
Metadata *response.ResponseMetadata
Data *DataForUpdateModelOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateModelOutput) GoString ¶
func (s UpdateModelOutput) GoString() string
GoString returns the string representation
func (*UpdateModelOutput) SetData ¶
func (s *UpdateModelOutput) SetData(v *DataForUpdateModelOutput) *UpdateModelOutput
SetData sets the Data field's value.
func (UpdateModelOutput) String ¶
func (s UpdateModelOutput) String() string
String returns the string representation
type UpdateTimeForListAgentInput ¶
type UpdateTimeForListAgentInput struct {
EndTime *int32 `type:"int32" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateTimeForListAgentInput) GoString ¶
func (s UpdateTimeForListAgentInput) GoString() string
GoString returns the string representation
func (*UpdateTimeForListAgentInput) SetEndTime ¶
func (s *UpdateTimeForListAgentInput) SetEndTime(v int32) *UpdateTimeForListAgentInput
SetEndTime sets the EndTime field's value.
func (*UpdateTimeForListAgentInput) SetStartTime ¶
func (s *UpdateTimeForListAgentInput) SetStartTime(v int32) *UpdateTimeForListAgentInput
SetStartTime sets the StartTime field's value.
func (UpdateTimeForListAgentInput) String ¶
func (s UpdateTimeForListAgentInput) String() string
String returns the string representation
type UpdateTimeForListModelApplicationInput ¶
type UpdateTimeForListModelApplicationInput struct {
EndTime *int32 `type:"int32" json:",omitempty"`
StartTime *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateTimeForListModelApplicationInput) GoString ¶
func (s UpdateTimeForListModelApplicationInput) GoString() string
GoString returns the string representation
func (*UpdateTimeForListModelApplicationInput) SetEndTime ¶
func (s *UpdateTimeForListModelApplicationInput) SetEndTime(v int32) *UpdateTimeForListModelApplicationInput
SetEndTime sets the EndTime field's value.
func (*UpdateTimeForListModelApplicationInput) SetStartTime ¶
func (s *UpdateTimeForListModelApplicationInput) SetStartTime(v int32) *UpdateTimeForListModelApplicationInput
SetStartTime sets the StartTime field's value.
func (UpdateTimeForListModelApplicationInput) String ¶
func (s UpdateTimeForListModelApplicationInput) String() string
String returns the string representation
Source Files
¶
- api_connect_agent.go
- api_connect_model.go
- api_create_agent.go
- api_create_evaluation_by_i_d.go
- api_create_evaluation_by_info.go
- api_create_model.go
- api_delete_agent.go
- api_delete_model.go
- api_edit_eval_task.go
- api_get_agent_detail.go
- api_get_connect_agent_result.go
- api_get_dimension_tree_by_task.go
- api_get_llm_eval_task_report.go
- api_get_model_detail.go
- api_get_risk_summary.go
- api_get_task_detail.go
- api_get_task_progress.go
- api_list_agent.go
- api_list_attack_success_example.go
- api_list_attack_summary.go
- api_list_attack_type_summary.go
- api_list_llm_eval_tasks.go
- api_list_model_application.go
- api_list_risk_severity.go
- api_list_task_details.go
- api_operate_task.go
- api_update_agent.go
- api_update_model.go
- interface_llmscan.go
- service_llmscan.go