public interface ExportModelOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOutputInfo()
public abstract ExportModelOperationMetadata.ExportModelOutputInfo getOutputInfo()Output only. Information further describing the output of this model export.
.google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo output_info = 2;
| Type | Description |
ExportModelOperationMetadata.ExportModelOutputInfo |
The outputInfo. |
getOutputInfoOrBuilder()
public abstract ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder getOutputInfoOrBuilder()Output only. Information further describing the output of this model export.
.google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo output_info = 2;
| Type | Description |
ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder |
hasOutputInfo()
public abstract boolean hasOutputInfo()Output only. Information further describing the output of this model export.
.google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo output_info = 2;
| Type | Description |
boolean |
Whether the outputInfo field is set. |