Interface ListModelEvaluationsResponseOrBuilder

    • Method Detail

      • getModelEvaluationList

        List<ModelEvaluation> getModelEvaluationList()
         List of model evaluations in the requested page.
         
        repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;
      • getModelEvaluation

        ModelEvaluation getModelEvaluation​(int index)
         List of model evaluations in the requested page.
         
        repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;
      • getModelEvaluationCount

        int getModelEvaluationCount()
         List of model evaluations in the requested page.
         
        repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;
      • getModelEvaluationOrBuilderList

        List<? extends ModelEvaluationOrBuilder> getModelEvaluationOrBuilderList()
         List of model evaluations in the requested page.
         
        repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;
      • getModelEvaluationOrBuilder

        ModelEvaluationOrBuilder getModelEvaluationOrBuilder​(int index)
         List of model evaluations in the requested page.
         
        repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve next page of results.
         Pass to the [ListModelEvaluationsRequest.page_token][google.cloud.automl.v1.ListModelEvaluationsRequest.page_token] field of a new
         [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations] request to obtain that page.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve next page of results.
         Pass to the [ListModelEvaluationsRequest.page_token][google.cloud.automl.v1.ListModelEvaluationsRequest.page_token] field of a new
         [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations] request to obtain that page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.