Interface EvaluationSummary.Builder

  • Method Details

    • jobArn

      The Amazon Resource Name (ARN) of the model evaluation job.

      Parameters:
      jobArn - The Amazon Resource Name (ARN) of the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      The name of the model evaluation job.

      Parameters:
      jobName - The name of the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the model evaluation job.

      Parameters:
      status - The current status of the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the model evaluation job.

      Parameters:
      status - The current status of the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      EvaluationSummary.Builder creationTime(Instant creationTime)

      When the model evaluation job was created.

      Parameters:
      creationTime - When the model evaluation job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobType

      The type, either human or automatic, of model evaluation job.

      Parameters:
      jobType - The type, either human or automatic, of model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobType

      The type, either human or automatic, of model evaluation job.

      Parameters:
      jobType - The type, either human or automatic, of model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • evaluationTaskTypesWithStrings

      EvaluationSummary.Builder evaluationTaskTypesWithStrings(Collection<String> evaluationTaskTypes)

      What task type was used in the model evaluation job.

      Parameters:
      evaluationTaskTypes - What task type was used in the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationTaskTypesWithStrings

      EvaluationSummary.Builder evaluationTaskTypesWithStrings(String... evaluationTaskTypes)

      What task type was used in the model evaluation job.

      Parameters:
      evaluationTaskTypes - What task type was used in the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationTaskTypes

      EvaluationSummary.Builder evaluationTaskTypes(Collection<EvaluationTaskType> evaluationTaskTypes)

      What task type was used in the model evaluation job.

      Parameters:
      evaluationTaskTypes - What task type was used in the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationTaskTypes

      EvaluationSummary.Builder evaluationTaskTypes(EvaluationTaskType... evaluationTaskTypes)

      What task type was used in the model evaluation job.

      Parameters:
      evaluationTaskTypes - What task type was used in the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelIdentifiers

      EvaluationSummary.Builder modelIdentifiers(Collection<String> modelIdentifiers)

      The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.

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

      EvaluationSummary.Builder modelIdentifiers(String... modelIdentifiers)

      The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.

      Parameters:
      modelIdentifiers - The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.