Class: Aws::Bedrock::Types::EvaluationPrecomputedInferenceSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

A summary of a model used for a model evaluation job where you provide your own inference response data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_source_identifierString

A label that identifies a model used in a model evaluation job where you provide your own inference response data.

Returns:

  • (String)


4482
4483
4484
4485
4486
# File 'lib/aws-sdk-bedrock/types.rb', line 4482

class EvaluationPrecomputedInferenceSource < Struct.new(
  :inference_source_identifier)
  SENSITIVE = []
  include Aws::Structure
end