feat(component): rename VertexBatchPredictJob -> VertexBatchPredictionJob (#6757)
PiperOrigin-RevId: 404069661 Co-authored-by: Yang Pan <yangpa@google.com>
This commit is contained in:
parent
63c1520d28
commit
ca349021fe
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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":{}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue