Uses of Class
com.google.cloud.aiplatform.v1.BatchPredictionJob.InstanceConfig.Builder
Packages that use BatchPredictionJob.InstanceConfig.Builder
-
Uses of BatchPredictionJob.InstanceConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchPredictionJob.InstanceConfig.BuilderModifier and TypeMethodDescriptionBatchPredictionJob.InstanceConfig.Builder.addAllExcludedFields(Iterable<String> values) Fields that will be excluded in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.addAllIncludedFields(Iterable<String> values) Fields that will be included in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.addExcludedFields(String value) Fields that will be excluded in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.addExcludedFieldsBytes(com.google.protobuf.ByteString value) Fields that will be excluded in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.addIncludedFields(String value) Fields that will be included in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.addIncludedFieldsBytes(com.google.protobuf.ByteString value) Fields that will be included in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.clear()BatchPredictionJob.InstanceConfig.Builder.clearExcludedFields()Fields that will be excluded in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.clearIncludedFields()Fields that will be included in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.clearInstanceType()The format of the instance that the Model accepts.BatchPredictionJob.InstanceConfig.Builder.clearKeyField()The name of the field that is considered as a key.BatchPredictionJob.Builder.getInstanceConfigBuilder()Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.BatchPredictionJob.InstanceConfig.Builder.mergeFrom(BatchPredictionJob.InstanceConfig other) BatchPredictionJob.InstanceConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchPredictionJob.InstanceConfig.Builder.mergeFrom(com.google.protobuf.Message other) BatchPredictionJob.InstanceConfig.newBuilder()BatchPredictionJob.InstanceConfig.newBuilder(BatchPredictionJob.InstanceConfig prototype) BatchPredictionJob.InstanceConfig.newBuilderForType()BatchPredictionJob.InstanceConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchPredictionJob.InstanceConfig.Builder.setExcludedFields(int index, String value) Fields that will be excluded in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.setIncludedFields(int index, String value) Fields that will be included in the prediction instance that is sent to the Model.BatchPredictionJob.InstanceConfig.Builder.setInstanceType(String value) The format of the instance that the Model accepts.BatchPredictionJob.InstanceConfig.Builder.setInstanceTypeBytes(com.google.protobuf.ByteString value) The format of the instance that the Model accepts.BatchPredictionJob.InstanceConfig.Builder.setKeyField(String value) The name of the field that is considered as a key.BatchPredictionJob.InstanceConfig.Builder.setKeyFieldBytes(com.google.protobuf.ByteString value) The name of the field that is considered as a key.BatchPredictionJob.InstanceConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type BatchPredictionJob.InstanceConfig.BuilderModifier and TypeMethodDescriptionBatchPredictionJob.Builder.setInstanceConfig(BatchPredictionJob.InstanceConfig.Builder builderForValue) Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.