Interface EvaluationSummary.Builder

    • Method Detail

      • jobArn

        EvaluationSummary.Builder jobArn​(String 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

        EvaluationSummary.Builder jobName​(String 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.
      • 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

        EvaluationSummary.Builder jobType​(String 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:
        EvaluationJobType, EvaluationJobType
      • 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.