Class CreateEvaluationRequest

    • Method Detail

      • evaluationId

        public final String evaluationId()

        A user-supplied ID that uniquely identifies the Evaluation.

        Returns:
        A user-supplied ID that uniquely identifies the Evaluation.
      • evaluationName

        public final String evaluationName()

        A user-supplied name or description of the Evaluation.

        Returns:
        A user-supplied name or description of the Evaluation.
      • mlModelId

        public final 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.

        Returns:
        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.

      • evaluationDataSourceId

        public final String evaluationDataSourceId()

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

        Returns:
        The ID of the DataSource for the evaluation. The schema of the DataSource must match the schema used to create the MLModel.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object