Class BatchJobOutputInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public abstract class BatchJobOutputInfo.Builder

      Builder for BatchJobOutputInfo.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Optional<String> vertexMultimodalDatasetName() This field is experimental and may change in future versions.
      abstract Optional<String> gcsOutputDirectory() The full path of the Cloud Storage directory created, into which the prediction output is written.
      abstract Optional<String> bigqueryOutputTable() The name of the BigQuery table created, in `predictions_` format, into which the prediction output is written.
      static BatchJobOutputInfo.Builder builder() Instantiates a builder for BatchJobOutputInfo.
      abstract BatchJobOutputInfo.Builder toBuilder() Creates a builder with the same values as this instance.
      static BatchJobOutputInfo fromJson(String jsonString) Deserializes a JSON string to a BatchJobOutputInfo object.
      • Methods inherited from class com.google.genai.JsonSerializable

        fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait