public interface ExportModelOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenericOperationMetadata |
getGenericMetadata()
The common part of the operation metadata.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
The common part of the operation metadata.
|
ExportModelOperationMetadata.OutputInfo |
getOutputInfo()
Output only.
|
ExportModelOperationMetadata.OutputInfoOrBuilder |
getOutputInfoOrBuilder()
Output only.
|
boolean |
hasGenericMetadata()
The common part of the operation metadata.
|
boolean |
hasOutputInfo()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;boolean hasOutputInfo()
Output only. Information further describing the output of this Model export.
.google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
ExportModelOperationMetadata.OutputInfo getOutputInfo()
Output only. Information further describing the output of this Model export.
.google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
ExportModelOperationMetadata.OutputInfoOrBuilder getOutputInfoOrBuilder()
Output only. Information further describing the output of this Model export.
.google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.