Package com.google.cloud.aiplatform.v1
Interface RebaseTunedModelOperationMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RebaseTunedModelOperationMetadata,RebaseTunedModelOperationMetadata.Builder
@Generated
public interface RebaseTunedModelOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe common part of the operation generic information.The common part of the operation generic information.booleanThe common part of the operation generic information.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGenericMetadata
boolean hasGenericMetadata()The common part of the operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()The common part of the operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The common part of the operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
-