Interface BatchPredictOperationMetadataOrBuilder

    • Method Detail

      • hasInputConfig

        boolean hasInputConfig()
         Output only. The input config that was given upon starting this
         batch predict operation.
         
        .google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;
        Returns:
        Whether the inputConfig field is set.
      • getInputConfig

        BatchPredictInputConfig getInputConfig()
         Output only. The input config that was given upon starting this
         batch predict operation.
         
        .google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;
        Returns:
        The inputConfig.
      • getInputConfigOrBuilder

        BatchPredictInputConfigOrBuilder getInputConfigOrBuilder()
         Output only. The input config that was given upon starting this
         batch predict operation.
         
        .google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;
      • hasOutputInfo

        boolean hasOutputInfo()
         Output only. Information further describing this batch predict's output.
         
        .google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
        Returns:
        Whether the outputInfo field is set.
      • getOutputInfo

        BatchPredictOperationMetadata.BatchPredictOutputInfo getOutputInfo()
         Output only. Information further describing this batch predict's output.
         
        .google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
        Returns:
        The outputInfo.