Interface CreateEvaluationRequest.Builder

    • Method Detail

      • evaluationId

        CreateEvaluationRequest.Builder evaluationId​(String evaluationId)

        A user-supplied ID that uniquely identifies the Evaluation.

        Parameters:
        evaluationId - A user-supplied ID that uniquely identifies the Evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluationName

        CreateEvaluationRequest.Builder evaluationName​(String evaluationName)

        A user-supplied name or description of the Evaluation.

        Parameters:
        evaluationName - A user-supplied name or description of the Evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mlModelId

        CreateEvaluationRequest.Builder mlModelId​(String mlModelId)

        The ID of the MLModel to evaluate.

        The schema used in creating the MLModel must match the schema of the DataSource used in the Evaluation.

        Parameters:
        mlModelId - The ID of the MLModel to evaluate.

        The schema used in creating the MLModel must match the schema of the DataSource used in the Evaluation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluationDataSourceId

        CreateEvaluationRequest.Builder evaluationDataSourceId​(String evaluationDataSourceId)

        The ID of the DataSource for the evaluation. The schema of the DataSource must match the schema used to create the MLModel.

        Parameters:
        evaluationDataSourceId - The ID of the DataSource for the evaluation. The schema of the DataSource must match the schema used to create the MLModel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.