Class: Aws::Types::ClarifyShapConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_samples::Integer

Returns the value of attribute number_of_samples.

Returns:

  • (::Integer)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def number_of_samples
  @number_of_samples
end

#seed::Integer

Returns the value of attribute seed.

Returns:

  • (::Integer)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def seed
  @seed
end

#shap_baseline_configTypes::ClarifyShapBaselineConfig

Returns the value of attribute shap_baseline_config.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def shap_baseline_config
  @shap_baseline_config
end

#text_configTypes::ClarifyTextConfig

Returns the value of attribute text_config.



1205
1206
1207
# File 'sig/types.rbs', line 1205

def text_config
  @text_config
end

#use_logitBoolean

Returns the value of attribute use_logit.

Returns:

  • (Boolean)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def use_logit
  @use_logit
end