Class: Aws::Types::EvaluationInferenceConfig

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

Defined Under Namespace

Classes: Models, RagConfigs, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#models::Array[Types::EvaluationModelConfig]

Returns the value of attribute models.

Returns:



1489
1490
1491
# File 'sig/types.rbs', line 1489

def models
  @models
end

#rag_configs::Array[Types::RAGConfig]

Returns the value of attribute rag_configs.

Returns:



1490
1491
1492
# File 'sig/types.rbs', line 1490

def rag_configs
  @rag_configs
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def unknown
  @unknown
end