Package com.google.cloud.automl.v1
Interface ExportModelOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportModelOperationMetadata,ExportModelOperationMetadata.Builder
public interface ExportModelOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportModelOperationMetadata.ExportModelOutputInfogetOutputInfo()Output only.ExportModelOperationMetadata.ExportModelOutputInfoOrBuildergetOutputInfoOrBuilder()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
-
hasOutputInfo
boolean hasOutputInfo()
Output only. Information further describing the output of this model export.
.google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo output_info = 2;- Returns:
- Whether the outputInfo field is set.
-
getOutputInfo
ExportModelOperationMetadata.ExportModelOutputInfo getOutputInfo()
Output only. Information further describing the output of this model export.
.google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo output_info = 2;- Returns:
- The outputInfo.
-
getOutputInfoOrBuilder
ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder getOutputInfoOrBuilder()
Output only. Information further describing the output of this model export.
.google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo output_info = 2;
-
-