Interface EvaluationModelConfigSummary.Builder

  • Method Details

    • bedrockModelIdentifiers

      EvaluationModelConfigSummary.Builder bedrockModelIdentifiers(Collection<String> bedrockModelIdentifiers)

      The Amazon Resource Names (ARNs) of the models used for the evaluation job.

      Parameters:
      bedrockModelIdentifiers - The Amazon Resource Names (ARNs) of the models used for the evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bedrockModelIdentifiers

      EvaluationModelConfigSummary.Builder bedrockModelIdentifiers(String... bedrockModelIdentifiers)

      The Amazon Resource Names (ARNs) of the models used for the evaluation job.

      Parameters:
      bedrockModelIdentifiers - The Amazon Resource Names (ARNs) of the models used for the evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • precomputedInferenceSourceIdentifiers

      EvaluationModelConfigSummary.Builder precomputedInferenceSourceIdentifiers(Collection<String> precomputedInferenceSourceIdentifiers)

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

      Parameters:
      precomputedInferenceSourceIdentifiers - A label that identifies the models used for a model evaluation job where you provide your own inference response data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • precomputedInferenceSourceIdentifiers

      EvaluationModelConfigSummary.Builder precomputedInferenceSourceIdentifiers(String... precomputedInferenceSourceIdentifiers)

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

      Parameters:
      precomputedInferenceSourceIdentifiers - A label that identifies the models used for a model evaluation job where you provide your own inference response data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.