public interface BatchPredictOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchPredictInputConfig |
getInputConfig()
Output only.
|
BatchPredictInputConfigOrBuilder |
getInputConfigOrBuilder()
Output only.
|
BatchPredictOperationMetadata.BatchPredictOutputInfo |
getOutputInfo()
Output only.
|
BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder |
getOutputInfoOrBuilder()
Output only.
|
boolean |
hasInputConfig()
Output only.
|
boolean |
hasOutputInfo()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInputConfig()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;BatchPredictInputConfig getInputConfig()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;BatchPredictInputConfigOrBuilder getInputConfigOrBuilder()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;boolean hasOutputInfo()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
BatchPredictOperationMetadata.BatchPredictOutputInfo getOutputInfo()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder getOutputInfoOrBuilder()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
Copyright © 2025 Google LLC. All rights reserved.