Uses of Interface
com.google.cloud.aiplatform.v1beta1.BatchPredictionJob.InstanceConfigOrBuilder
-
Packages that use BatchPredictionJob.InstanceConfigOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of BatchPredictionJob.InstanceConfigOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement BatchPredictionJob.InstanceConfigOrBuilder Modifier and Type Class Description static class
BatchPredictionJob.InstanceConfig
Configuration defining how to transform batch prediction input instances to the instances that the Model accepts.static class
BatchPredictionJob.InstanceConfig.Builder
Configuration defining how to transform batch prediction input instances to the instances that the Model accepts.Methods in com.google.cloud.aiplatform.v1beta1 that return BatchPredictionJob.InstanceConfigOrBuilder Modifier and Type Method Description BatchPredictionJob.InstanceConfigOrBuilder
BatchPredictionJob.Builder. getInstanceConfigOrBuilder()
Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.BatchPredictionJob.InstanceConfigOrBuilder
BatchPredictionJob. getInstanceConfigOrBuilder()
Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.BatchPredictionJob.InstanceConfigOrBuilder
BatchPredictionJobOrBuilder. getInstanceConfigOrBuilder()
Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.
-