Uses of Class
com.google.cloud.aiplatform.v1.DataItem
Packages that use DataItem
-
Uses of DataItem in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DataItemModifier and TypeMethodDescriptionDataItem.Builder.build()DataItem.Builder.buildPartial()DataItemView.Builder.getDataItem()The DataItem.DataItemView.getDataItem()The DataItem.DataItemViewOrBuilder.getDataItem()The DataItem.ListDataItemsResponse.Builder.getDataItems(int index) A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.getDataItems(int index) A list of DataItems that matches the specified filter in the request.ListDataItemsResponseOrBuilder.getDataItems(int index) A list of DataItems that matches the specified filter in the request.static DataItemDataItem.getDefaultInstance()DataItem.Builder.getDefaultInstanceForType()DataItem.getDefaultInstanceForType()static DataItemDataItem.parseDelimitedFrom(InputStream input) static DataItemDataItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataItemDataItem.parseFrom(byte[] data) static DataItemDataItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataItemDataItem.parseFrom(com.google.protobuf.ByteString data) static DataItemDataItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataItemDataItem.parseFrom(com.google.protobuf.CodedInputStream input) static DataItemDataItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataItemDataItem.parseFrom(InputStream input) static DataItemDataItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataItemDataItem.parseFrom(ByteBuffer data) static DataItemDataItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DataItemModifier and TypeMethodDescriptionListDataItemsResponse.Builder.getDataItemsList()A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.getDataItemsList()A list of DataItems that matches the specified filter in the request.ListDataItemsResponseOrBuilder.getDataItemsList()A list of DataItems that matches the specified filter in the request.com.google.protobuf.Parser<DataItem>DataItem.getParserForType()static com.google.protobuf.Parser<DataItem>DataItem.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type DataItemModifier and TypeMethodDescriptionListDataItemsResponse.Builder.addDataItems(int index, DataItem value) A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder.addDataItems(DataItem value) A list of DataItems that matches the specified filter in the request.DataItemView.Builder.mergeDataItem(DataItem value) The DataItem.static DataItem.BuilderDataItem.newBuilder(DataItem prototype) DataItemView.Builder.setDataItem(DataItem value) The DataItem.ListDataItemsResponse.Builder.setDataItems(int index, DataItem value) A list of DataItems that matches the specified filter in the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DataItemModifier and TypeMethodDescriptionListDataItemsResponse.Builder.addAllDataItems(Iterable<? extends DataItem> values) A list of DataItems that matches the specified filter in the request.