Class GetBatchJobConfig

java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetBatchJobConfig

public abstract class GetBatchJobConfig extends JsonSerializable
Optional parameters.
  • Constructor Details

    • GetBatchJobConfig

      public GetBatchJobConfig()
  • Method Details

    • httpOptions

      public abstract Optional<HttpOptions> httpOptions()
      Used to override HTTP request options.
    • builder

      public static GetBatchJobConfig.Builder builder()
      Instantiates a builder for GetBatchJobConfig.
    • toBuilder

      public abstract GetBatchJobConfig.Builder toBuilder()
      Creates a builder with the same values as this instance.
    • fromJson

      public static GetBatchJobConfig fromJson(String jsonString)
      Deserializes a JSON string to a GetBatchJobConfig object.