feat(component): rename VertexBatchPredictJob -> VertexBatchPredictionJob (#6757)

PiperOrigin-RevId: 404069661

Co-authored-by: Yang Pan <yangpa@google.com>
This commit is contained in:
copybara-service[bot] 2021-10-18 21:13:55 -07:00 committed by GitHub
parent 63c1520d28
commit ca349021fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -220,7 +220,7 @@ inputs:
- {name: labels, type: JsonArray, optional: true, default: '{}'}
- {name: encryption_spec_key_name, type: String, optional: true}
outputs:
- {name: batchpredictionjob, type: google.VertexBatchPredictJob}
- {name: batchpredictionjob, type: google.VertexBatchPredictionJob}
- {name: gcp_resources, type: String}
implementation:
container:

View File

@ -82,7 +82,7 @@
"artifacts":{
"batchpredictionjob":{
"artifactType":{
"schemaTitle":"google.VertexBatchPredictJob",
"schemaTitle":"google.VertexBatchPredictionJob",
"schemaVersion":"0.0.1"
}
}
@ -490,7 +490,5 @@
},
"schemaVersion":"2.0.0"
},
"runtimeConfig":{
}
}
"runtimeConfig":{}
}