Class DeleteBatchJobParameters

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

@InternalApi public abstract class DeleteBatchJobParameters extends JsonSerializable
Config for batches.delete parameters.
  • Constructor Details

    • DeleteBatchJobParameters

      public DeleteBatchJobParameters()
  • Method Details

    • name

      public abstract Optional<String> name()
      A fully-qualified BatchJob resource name or ID. Example: "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are initialized in the client.
    • config

      public abstract Optional<DeleteBatchJobConfig> config()
      Optional parameters for the request.
    • builder

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

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

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