Package com.google.cloud.automl.v1beta1
Interface BatchPredictOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchPredictOperationMetadata,BatchPredictOperationMetadata.Builder
public interface BatchPredictOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchPredictInputConfiggetInputConfig()Output only.BatchPredictInputConfigOrBuildergetInputConfigOrBuilder()Output only.BatchPredictOperationMetadata.BatchPredictOutputInfogetOutputInfo()Output only.BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuildergetOutputInfoOrBuilder()Output only.booleanhasInputConfig()Output only.booleanhasOutputInfo()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInputConfig
boolean hasInputConfig()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1beta1.BatchPredictInputConfig input_config = 1;- Returns:
- Whether the inputConfig field is set.
-
getInputConfig
BatchPredictInputConfig getInputConfig()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1beta1.BatchPredictInputConfig input_config = 1;- Returns:
- The inputConfig.
-
getInputConfigOrBuilder
BatchPredictInputConfigOrBuilder getInputConfigOrBuilder()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1beta1.BatchPredictInputConfig input_config = 1;
-
hasOutputInfo
boolean hasOutputInfo()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;- Returns:
- Whether the outputInfo field is set.
-
getOutputInfo
BatchPredictOperationMetadata.BatchPredictOutputInfo getOutputInfo()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;- Returns:
- The outputInfo.
-
getOutputInfoOrBuilder
BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder getOutputInfoOrBuilder()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
-
-