Uses of Class
com.google.cloud.aiplatform.v1beta1.MetadataValue.Builder
Packages that use MetadataValue.Builder
-
Uses of MetadataValue.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MetadataValue.BuilderModifier and TypeMethodDescriptionMetadataList.Builder.addValuesBuilder()The values of `LIST` data type metadata.MetadataList.Builder.addValuesBuilder(int index) The values of `LIST` data type metadata.MetadataValue.Builder.clear()MetadataValue.Builder.clearBoolValue()Value of boolean type metadata.MetadataValue.Builder.clearDatetimeValue()Value of date time type metadata.MetadataValue.Builder.clearFloatValue()Value of float type metadata.MetadataValue.Builder.clearIntValue()Value of int type metadata.MetadataValue.Builder.clearListValue()Value of list type metadata.MetadataValue.Builder.clearStrValue()Value of string type metadata.MetadataValue.Builder.clearValue()UserSpecifiedMetadata.Builder.getValueBuilder()Value of the metadata.MetadataList.Builder.getValuesBuilder(int index) The values of `LIST` data type metadata.MetadataValue.Builder.mergeFrom(MetadataValue other) MetadataValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetadataValue.Builder.mergeFrom(com.google.protobuf.Message other) MetadataValue.Builder.mergeListValue(MetadataList value) Value of list type metadata.static MetadataValue.BuilderMetadataValue.newBuilder()static MetadataValue.BuilderMetadataValue.newBuilder(MetadataValue prototype) MetadataValue.newBuilderForType()protected MetadataValue.BuilderMetadataValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MetadataValue.Builder.setBoolValue(boolean value) Value of boolean type metadata.MetadataValue.Builder.setDatetimeValue(String value) Value of date time type metadata.MetadataValue.Builder.setDatetimeValueBytes(com.google.protobuf.ByteString value) Value of date time type metadata.MetadataValue.Builder.setFloatValue(float value) Value of float type metadata.MetadataValue.Builder.setIntValue(long value) Value of int type metadata.MetadataValue.Builder.setListValue(MetadataList value) Value of list type metadata.MetadataValue.Builder.setListValue(MetadataList.Builder builderForValue) Value of list type metadata.MetadataValue.Builder.setStrValue(String value) Value of string type metadata.MetadataValue.Builder.setStrValueBytes(com.google.protobuf.ByteString value) Value of string type metadata.MetadataValue.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type MetadataValue.BuilderModifier and TypeMethodDescriptionMetadataList.Builder.getValuesBuilderList()The values of `LIST` data type metadata.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type MetadataValue.BuilderModifier and TypeMethodDescriptionMetadataList.Builder.addValues(int index, MetadataValue.Builder builderForValue) The values of `LIST` data type metadata.MetadataList.Builder.addValues(MetadataValue.Builder builderForValue) The values of `LIST` data type metadata.UserSpecifiedMetadata.Builder.setValue(MetadataValue.Builder builderForValue) Value of the metadata.MetadataList.Builder.setValues(int index, MetadataValue.Builder builderForValue) The values of `LIST` data type metadata.