Uses of Class
com.google.cloud.aiplatform.v1.DataItem
-
Packages that use DataItem Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of DataItem in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DataItem Modifier and Type Method Description DataItem
DataItem.Builder. build()
DataItem
DataItem.Builder. buildPartial()
DataItem
DataItemView.Builder. getDataItem()
The DataItem.DataItem
DataItemView. getDataItem()
The DataItem.DataItem
DataItemViewOrBuilder. getDataItem()
The DataItem.DataItem
ListDataItemsResponse.Builder. getDataItems(int index)
A list of DataItems that matches the specified filter in the request.DataItem
ListDataItemsResponse. getDataItems(int index)
A list of DataItems that matches the specified filter in the request.DataItem
ListDataItemsResponseOrBuilder. getDataItems(int index)
A list of DataItems that matches the specified filter in the request.static DataItem
DataItem. getDefaultInstance()
DataItem
DataItem.Builder. getDefaultInstanceForType()
DataItem
DataItem. getDefaultInstanceForType()
static DataItem
DataItem. parseDelimitedFrom(InputStream input)
static DataItem
DataItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItem
DataItem. parseFrom(byte[] data)
static DataItem
DataItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItem
DataItem. parseFrom(com.google.protobuf.ByteString data)
static DataItem
DataItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItem
DataItem. parseFrom(com.google.protobuf.CodedInputStream input)
static DataItem
DataItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItem
DataItem. parseFrom(InputStream input)
static DataItem
DataItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItem
DataItem. parseFrom(ByteBuffer data)
static DataItem
DataItem. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DataItem Modifier and Type Method Description List<DataItem>
ListDataItemsResponse.Builder. getDataItemsList()
A list of DataItems that matches the specified filter in the request.List<DataItem>
ListDataItemsResponse. getDataItemsList()
A list of DataItems that matches the specified filter in the request.List<DataItem>
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 DataItem Modifier and Type Method Description ListDataItemsResponse.Builder
ListDataItemsResponse.Builder. addDataItems(int index, DataItem value)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
ListDataItemsResponse.Builder. addDataItems(DataItem value)
A list of DataItems that matches the specified filter in the request.DataItemView.Builder
DataItemView.Builder. mergeDataItem(DataItem value)
The DataItem.DataItem.Builder
DataItem.Builder. mergeFrom(DataItem other)
static DataItem.Builder
DataItem. newBuilder(DataItem prototype)
DataItemView.Builder
DataItemView.Builder. setDataItem(DataItem value)
The DataItem.ListDataItemsResponse.Builder
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 DataItem Modifier and Type Method Description ListDataItemsResponse.Builder
ListDataItemsResponse.Builder. addAllDataItems(Iterable<? extends DataItem> values)
A list of DataItems that matches the specified filter in the request.static com.google.api.core.ApiFuture<DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceClient.ListDataItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataItemsRequest,ListDataItemsResponse,DataItem> context, com.google.api.core.ApiFuture<ListDataItemsResponse> futureResponse)
protected DatasetServiceClient.ListDataItemsPage
DatasetServiceClient.ListDataItemsPage. createPage(com.google.api.gax.rpc.PageContext<ListDataItemsRequest,ListDataItemsResponse,DataItem> context, ListDataItemsResponse response)
com.google.api.core.ApiFuture<DatasetServiceClient.ListDataItemsPage>
DatasetServiceClient.ListDataItemsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataItemsRequest,ListDataItemsResponse,DataItem> context, com.google.api.core.ApiFuture<ListDataItemsResponse> futureResponse)
-