Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions GeneratedFirebaseAI/Sources/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31192,8 +31192,8 @@ extension GetBatchJobConfig: Codable {
@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
public struct GetBatchJobParameters: Sendable {
/// A fully-qualified BatchJob resource name or ID.
/// Example: "projects/.../locations/.../batchPredictionJobs/456"
/// or "456" when project and location are initialized in the client.
/// Example: "projects/.../locations/.../batchPredictionJobs/123"
/// or "123" when project and location are initialized in the client.
public let name: String

/// Optional parameters for the request.
Expand Down Expand Up @@ -31300,8 +31300,8 @@ extension CancelBatchJobConfig: Codable {
@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
public struct CancelBatchJobParameters: Sendable {
/// A fully-qualified BatchJob resource name or ID.
/// Example: "projects/.../locations/.../batchPredictionJobs/456"
/// or "456" when project and location are initialized in the client.
/// Example: "projects/.../locations/.../batchPredictionJobs/123"
/// or "123" when project and location are initialized in the client.
public let name: String

/// Optional parameters for the request.
Expand Down Expand Up @@ -31622,8 +31622,8 @@ extension DeleteBatchJobConfig: Codable {
@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
public struct DeleteBatchJobParameters: Sendable {
/// A fully-qualified BatchJob resource name or ID.
/// Example: "projects/.../locations/.../batchPredictionJobs/456"
/// or "456" when project and location are initialized in the client.
/// Example: "projects/.../locations/.../batchPredictionJobs/123"
/// or "123" when project and location are initialized in the client.
public let name: String

/// Optional parameters for the request.
Expand Down
Loading