Uses of Class
com.google.cloud.aiplatform.v1.BatchPredictionJob.OutputConfig.Builder
Packages that use BatchPredictionJob.OutputConfig.Builder
-
Uses of BatchPredictionJob.OutputConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchPredictionJob.OutputConfig.BuilderModifier and TypeMethodDescriptionBatchPredictionJob.OutputConfig.Builder.clear()BatchPredictionJob.OutputConfig.Builder.clearBigqueryDestination()The BigQuery project or dataset location where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.clearDestination()BatchPredictionJob.OutputConfig.Builder.clearGcsDestination()The Cloud Storage location of the directory where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.clearPredictionsFormat()Required.BatchPredictionJob.OutputConfig.Builder.clearVertexMultimodalDatasetDestination()The details for a Vertex Multimodal Dataset that will be created for the output.BatchPredictionJob.Builder.getOutputConfigBuilder()Required.BatchPredictionJob.OutputConfig.Builder.mergeBigqueryDestination(BigQueryDestination value) The BigQuery project or dataset location where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.mergeFrom(BatchPredictionJob.OutputConfig other) BatchPredictionJob.OutputConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchPredictionJob.OutputConfig.Builder.mergeFrom(com.google.protobuf.Message other) BatchPredictionJob.OutputConfig.Builder.mergeGcsDestination(GcsDestination value) The Cloud Storage location of the directory where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.mergeVertexMultimodalDatasetDestination(VertexMultimodalDatasetDestination value) The details for a Vertex Multimodal Dataset that will be created for the output.BatchPredictionJob.OutputConfig.newBuilder()BatchPredictionJob.OutputConfig.newBuilder(BatchPredictionJob.OutputConfig prototype) BatchPredictionJob.OutputConfig.newBuilderForType()protected BatchPredictionJob.OutputConfig.BuilderBatchPredictionJob.OutputConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchPredictionJob.OutputConfig.Builder.setBigqueryDestination(BigQueryDestination value) The BigQuery project or dataset location where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.setBigqueryDestination(BigQueryDestination.Builder builderForValue) The BigQuery project or dataset location where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.setGcsDestination(GcsDestination value) The Cloud Storage location of the directory where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue) The Cloud Storage location of the directory where the output is to be written to.BatchPredictionJob.OutputConfig.Builder.setPredictionsFormat(String value) Required.BatchPredictionJob.OutputConfig.Builder.setPredictionsFormatBytes(com.google.protobuf.ByteString value) Required.BatchPredictionJob.OutputConfig.Builder.setVertexMultimodalDatasetDestination(VertexMultimodalDatasetDestination value) The details for a Vertex Multimodal Dataset that will be created for the output.BatchPredictionJob.OutputConfig.Builder.setVertexMultimodalDatasetDestination(VertexMultimodalDatasetDestination.Builder builderForValue) The details for a Vertex Multimodal Dataset that will be created for the output.BatchPredictionJob.OutputConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type BatchPredictionJob.OutputConfig.BuilderModifier and TypeMethodDescriptionBatchPredictionJob.Builder.setOutputConfig(BatchPredictionJob.OutputConfig.Builder builderForValue) Required.