Package com.google.cloud.automl.v1beta1
Interface ExportEvaluatedExamplesOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportEvaluatedExamplesOperationMetadata
,ExportEvaluatedExamplesOperationMetadata.Builder
public interface ExportEvaluatedExamplesOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo
getOutputInfo()
Output only.ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfoOrBuilder
getOutputInfoOrBuilder()
Output only.boolean
hasOutputInfo()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOutputInfo
boolean hasOutputInfo()
Output only. Information further describing the output of this evaluated examples export.
.google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo output_info = 2;
- Returns:
- Whether the outputInfo field is set.
-
getOutputInfo
ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo getOutputInfo()
Output only. Information further describing the output of this evaluated examples export.
.google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo output_info = 2;
- Returns:
- The outputInfo.
-
getOutputInfoOrBuilder
ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfoOrBuilder getOutputInfoOrBuilder()
Output only. Information further describing the output of this evaluated examples export.
.google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo output_info = 2;
-
-