Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Google.GenAI/types/CancelBatchJobParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
internal record CancelBatchJobParameters {
/// <summary>
/// A fully-qualified BatchJob resource name or ID. Example:
/// "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
/// "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
/// initialized in the client.
/// </summary>
[JsonPropertyName("name")]
Expand Down
2 changes: 1 addition & 1 deletion Google.GenAI/types/DeleteBatchJobParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
internal record DeleteBatchJobParameters {
/// <summary>
/// A fully-qualified BatchJob resource name or ID. Example:
/// "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
/// "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
/// initialized in the client.
/// </summary>
[JsonPropertyName("name")]
Expand Down
2 changes: 1 addition & 1 deletion Google.GenAI/types/GetBatchJobParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
internal record GetBatchJobParameters {
/// <summary>
/// A fully-qualified BatchJob resource name or ID. Example:
/// "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
/// "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
/// initialized in the client.
/// </summary>
[JsonPropertyName("name")]
Expand Down
Loading