Uses of Class
com.tencentcloudapi.tione.v20211111.models.LogConfig
-
Packages that use LogConfig Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of LogConfig in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return LogConfig Modifier and Type Method Description LogConfigBatchTaskDetail. getLogConfig()Get 日志配置 注意:此字段可能返回 null,表示取不到有效值。LogConfigCreateBatchTaskRequest. getLogConfig()Get 日志配置LogConfigCreateModelServiceRequest. getLogConfig()Get 日志配置,需要投递服务日志到指定cls时填写LogConfigCreateNotebookRequest. getLogConfig()Get 日志配置LogConfigCreateTrainingTaskRequest. getLogConfig()Get CLS日志配置LogConfigModifyModelServiceRequest. getLogConfig()Get 日志配置,需要投递服务日志到指定cls时填写LogConfigModifyNotebookRequest. getLogConfig()Get 日志配置LogConfigNotebookDetail. getLogConfig()Get 日志配置 注意:此字段可能返回 null,表示取不到有效值。LogConfigServiceInfo. getLogConfig()Get 日志配置 注意:此字段可能返回 null,表示取不到有效值。LogConfigTrainingTaskDetail. getLogConfig()Get 日志配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type LogConfig Modifier and Type Method Description voidBatchTaskDetail. setLogConfig(LogConfig LogConfig)Set 日志配置 注意:此字段可能返回 null,表示取不到有效值。voidCreateBatchTaskRequest. setLogConfig(LogConfig LogConfig)Set 日志配置voidCreateModelServiceRequest. setLogConfig(LogConfig LogConfig)Set 日志配置,需要投递服务日志到指定cls时填写voidCreateNotebookRequest. setLogConfig(LogConfig LogConfig)Set 日志配置voidCreateTrainingTaskRequest. setLogConfig(LogConfig LogConfig)Set CLS日志配置voidModifyModelServiceRequest. setLogConfig(LogConfig LogConfig)Set 日志配置,需要投递服务日志到指定cls时填写voidModifyNotebookRequest. setLogConfig(LogConfig LogConfig)Set 日志配置voidNotebookDetail. setLogConfig(LogConfig LogConfig)Set 日志配置 注意:此字段可能返回 null,表示取不到有效值。voidServiceInfo. setLogConfig(LogConfig LogConfig)Set 日志配置 注意:此字段可能返回 null,表示取不到有效值。voidTrainingTaskDetail. setLogConfig(LogConfig LogConfig)Set 日志配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type LogConfig Constructor Description LogConfig(LogConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-