public static final class CreatePolicyRequest.TopicConfigInfoList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePolicyRequest.TopicConfigInfoList |
build() |
CreatePolicyRequest.TopicConfigInfoList.Builder |
categoryType(Integer categoryType)
0: Text
1: Image
example:
0
|
CreatePolicyRequest.TopicConfigInfoList.Builder |
inputOutputType(Integer inputOutputType)
Model input/output type
0: Input
1: Output
example:
0
|
CreatePolicyRequest.TopicConfigInfoList.Builder |
securityLevel(Integer securityLevel)
Security level
0: Low
1: Medium
2: High
example:
1
|
CreatePolicyRequest.TopicConfigInfoList.Builder |
topicId(Long topicId)
Sensitive topic ID
example:
4
|
CreatePolicyRequest.TopicConfigInfoList.Builder |
topicName(String topicName)
Topic Name
example:
Buss.
|
public CreatePolicyRequest.TopicConfigInfoList.Builder categoryType(Integer categoryType)
0: Text 1: Image
example:0
public CreatePolicyRequest.TopicConfigInfoList.Builder inputOutputType(Integer inputOutputType)
Model input/output type 0: Input 1: Output
example:0
public CreatePolicyRequest.TopicConfigInfoList.Builder securityLevel(Integer securityLevel)
Security level 0: Low 1: Medium 2: High
example:1
public CreatePolicyRequest.TopicConfigInfoList.Builder topicId(Long topicId)
Sensitive topic ID
example:4
public CreatePolicyRequest.TopicConfigInfoList.Builder topicName(String topicName)
Topic Name
example:Buss.
public CreatePolicyRequest.TopicConfigInfoList build()
Copyright © 2025. All rights reserved.