Class: Aws::Types::EvaluationModelConfig

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

Defined Under Namespace

Classes: BedrockModel, PrecomputedInferenceSource, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_modelTypes::EvaluationBedrockModel

Returns the value of attribute bedrock_model.



1509
1510
1511
# File 'sig/types.rbs', line 1509

def bedrock_model
  @bedrock_model
end

#precomputed_inference_sourceTypes::EvaluationPrecomputedInferenceSource

Returns the value of attribute precomputed_inference_source.



1510
1511
1512
# File 'sig/types.rbs', line 1510

def precomputed_inference_source
  @precomputed_inference_source
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def unknown
  @unknown
end