Class: TencentCloud::Wedata::V20210820::RuleGroupConfig

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

任务配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(modelmonitortype = nil, predictcolumn = nil, predictcolumntype = nil, labelcolumn = nil, labelcolumntype = nil, modelidcolumn = nil, modelidcolumntype = nil, timestampcolumn = nil, timestampcolumntype = nil, granularity = nil, granularitytype = nil, basetable = nil, basedb = nil, comparisoncolumn = nil, comparisoncolumntype = nil, protectionvalue = nil, positivevalue = nil, featurecolumn = nil) ⇒ RuleGroupConfig

Returns a new instance of RuleGroupConfig.



31863
31864
31865
31866
31867
31868
31869
31870
31871
31872
31873
31874
31875
31876
31877
31878
31879
31880
31881
31882
# File 'lib/v20210820/models.rb', line 31863

def initialize(modelmonitortype=nil, predictcolumn=nil, predictcolumntype=nil, labelcolumn=nil, labelcolumntype=nil, modelidcolumn=nil, modelidcolumntype=nil, timestampcolumn=nil, timestampcolumntype=nil, granularity=nil, granularitytype=nil, basetable=nil, basedb=nil, comparisoncolumn=nil, comparisoncolumntype=nil, protectionvalue=nil, positivevalue=nil, featurecolumn=nil)
  @ModelMonitorType = modelmonitortype
  @PredictColumn = predictcolumn
  @PredictColumnType = predictcolumntype
  @LabelColumn = labelcolumn
  @LabelColumnType = labelcolumntype
  @ModelIdColumn = modelidcolumn
  @ModelIdColumnType = modelidcolumntype
  @TimestampColumn = timestampcolumn
  @TimestampColumnType = timestampcolumntype
  @Granularity = granularity
  @GranularityType = granularitytype
  @BaseTable = basetable
  @BaseDb = basedb
  @ComparisonColumn = comparisoncolumn
  @ComparisonColumnType = comparisoncolumntype
  @ProtectionValue = protectionvalue
  @PositiveValue = positivevalue
  @FeatureColumn = featurecolumn
end

Instance Attribute Details

#BaseDbObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def BaseDb
  @BaseDb
end

#BaseTableObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def BaseTable
  @BaseTable
end

#ComparisonColumnObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def ComparisonColumn
  @ComparisonColumn
end

#ComparisonColumnTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def ComparisonColumnType
  @ComparisonColumnType
end

#FeatureColumnObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def FeatureColumn
  @FeatureColumn
end

#GranularityObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def Granularity
  @Granularity
end

#GranularityTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def GranularityType
  @GranularityType
end

#LabelColumnObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def LabelColumn
  @LabelColumn
end

#LabelColumnTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def LabelColumnType
  @LabelColumnType
end

#ModelIdColumnObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def ModelIdColumn
  @ModelIdColumn
end

#ModelIdColumnTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def ModelIdColumnType
  @ModelIdColumnType
end

#ModelMonitorTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def ModelMonitorType
  @ModelMonitorType
end

#PositiveValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def PositiveValue
  @PositiveValue
end

#PredictColumnObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def PredictColumn
  @PredictColumn
end

#PredictColumnTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def PredictColumnType
  @PredictColumnType
end

#ProtectionValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def ProtectionValue
  @ProtectionValue
end

#TimestampColumnObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def TimestampColumn
  @TimestampColumn
end

#TimestampColumnTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelMonitorType:

    模型检测类型

  • PredictColumn:

    预测列

  • PredictColumnType:

    预测列类型

  • LabelColumn:

    标签列

  • LabelColumnType:

    标签列类型

  • ModelIdColumn:

    模型id列

  • ModelIdColumnType:

    模型id列类型

  • TimestampColumn:

    时间戳列

  • TimestampColumnType:

    时间戳列类型

  • Granularity:

    指标粒度

  • GranularityType:

    指标粒度单位

  • BaseTable:

    基准表

  • BaseDb:

    基准库

  • ComparisonColumn:

    对比列

  • ComparisonColumnType:

    对比列类型

  • ProtectionValue:

    保护组

  • PositiveValue:

    正类值

  • FeatureColumn:

    特征列



31861
31862
31863
# File 'lib/v20210820/models.rb', line 31861

def TimestampColumnType
  @TimestampColumnType
end

Instance Method Details

#deserialize(params) ⇒ Object



31884
31885
31886
31887
31888
31889
31890
31891
31892
31893
31894
31895
31896
31897
31898
31899
31900
31901
31902
31903
# File 'lib/v20210820/models.rb', line 31884

def deserialize(params)
  @ModelMonitorType = params['ModelMonitorType']
  @PredictColumn = params['PredictColumn']
  @PredictColumnType = params['PredictColumnType']
  @LabelColumn = params['LabelColumn']
  @LabelColumnType = params['LabelColumnType']
  @ModelIdColumn = params['ModelIdColumn']
  @ModelIdColumnType = params['ModelIdColumnType']
  @TimestampColumn = params['TimestampColumn']
  @TimestampColumnType = params['TimestampColumnType']
  @Granularity = params['Granularity']
  @GranularityType = params['GranularityType']
  @BaseTable = params['BaseTable']
  @BaseDb = params['BaseDb']
  @ComparisonColumn = params['ComparisonColumn']
  @ComparisonColumnType = params['ComparisonColumnType']
  @ProtectionValue = params['ProtectionValue']
  @PositiveValue = params['PositiveValue']
  @FeatureColumn = params['FeatureColumn']
end