File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
2929 internal record CancelBatchJobParameters {
3030 /// <summary>
3131 /// A fully-qualified BatchJob resource name or ID. Example:
32- /// "projects/.../locations/.../batchPredictionJobs/456 " or "456 " when project and location are
32+ /// "projects/.../locations/.../batchPredictionJobs/123 " or "123 " when project and location are
3333 /// initialized in the client.
3434 /// </summary>
3535 [ JsonPropertyName ( "name" ) ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
2929 internal record DeleteBatchJobParameters {
3030 /// <summary>
3131 /// A fully-qualified BatchJob resource name or ID. Example:
32- /// "projects/.../locations/.../batchPredictionJobs/456 " or "456 " when project and location are
32+ /// "projects/.../locations/.../batchPredictionJobs/123 " or "123 " when project and location are
3333 /// initialized in the client.
3434 /// </summary>
3535 [ JsonPropertyName ( "name" ) ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
2929 internal record GetBatchJobParameters {
3030 /// <summary>
3131 /// A fully-qualified BatchJob resource name or ID. Example:
32- /// "projects/.../locations/.../batchPredictionJobs/456 " or "456 " when project and location are
32+ /// "projects/.../locations/.../batchPredictionJobs/123 " or "123 " when project and location are
3333 /// initialized in the client.
3434 /// </summary>
3535 [ JsonPropertyName ( "name" ) ]
You can’t perform that action at this time.
0 commit comments