Package com.google.cloud.aiplatform.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 GenericOperationMetadatagetGenericMetadata()The common part of the operation metadata.GenericOperationMetadataOrBuildergetGenericMetadataOrBuilder()The common part of the operation metadata.ExportModelOperationMetadata.OutputInfogetOutputInfo()Output only.ExportModelOperationMetadata.OutputInfoOrBuildergetOutputInfoOrBuilder()Output only.booleanhasGenericMetadata()The common part of the operation metadata.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
-
hasGenericMetadata
boolean hasGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
-
hasOutputInfo
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];- Returns:
- Whether the outputInfo field is set.
-
getOutputInfo
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];- Returns:
- The outputInfo.
-
getOutputInfoOrBuilder
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];
-
-