Uses of Class
com.google.cloud.aiplatform.v1.DataItemView
-
Packages that use DataItemView Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of DataItemView in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DataItemView Modifier and Type Method Description DataItemView
DataItemView.Builder. build()
DataItemView
DataItemView.Builder. buildPartial()
DataItemView
SearchDataItemsResponse.Builder. getDataItemViews(int index)
The DataItemViews read.DataItemView
SearchDataItemsResponse. getDataItemViews(int index)
The DataItemViews read.DataItemView
SearchDataItemsResponseOrBuilder. getDataItemViews(int index)
The DataItemViews read.static DataItemView
DataItemView. getDefaultInstance()
DataItemView
DataItemView.Builder. getDefaultInstanceForType()
DataItemView
DataItemView. getDefaultInstanceForType()
static DataItemView
DataItemView. parseDelimitedFrom(InputStream input)
static DataItemView
DataItemView. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItemView
DataItemView. parseFrom(byte[] data)
static DataItemView
DataItemView. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItemView
DataItemView. parseFrom(com.google.protobuf.ByteString data)
static DataItemView
DataItemView. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItemView
DataItemView. parseFrom(com.google.protobuf.CodedInputStream input)
static DataItemView
DataItemView. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItemView
DataItemView. parseFrom(InputStream input)
static DataItemView
DataItemView. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataItemView
DataItemView. parseFrom(ByteBuffer data)
static DataItemView
DataItemView. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DataItemView Modifier and Type Method Description List<DataItemView>
SearchDataItemsResponse.Builder. getDataItemViewsList()
The DataItemViews read.List<DataItemView>
SearchDataItemsResponse. getDataItemViewsList()
The DataItemViews read.List<DataItemView>
SearchDataItemsResponseOrBuilder. getDataItemViewsList()
The DataItemViews read.com.google.protobuf.Parser<DataItemView>
DataItemView. getParserForType()
static com.google.protobuf.Parser<DataItemView>
DataItemView. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type DataItemView Modifier and Type Method Description SearchDataItemsResponse.Builder
SearchDataItemsResponse.Builder. addDataItemViews(int index, DataItemView value)
The DataItemViews read.SearchDataItemsResponse.Builder
SearchDataItemsResponse.Builder. addDataItemViews(DataItemView value)
The DataItemViews read.DataItemView.Builder
DataItemView.Builder. mergeFrom(DataItemView other)
static DataItemView.Builder
DataItemView. newBuilder(DataItemView prototype)
SearchDataItemsResponse.Builder
SearchDataItemsResponse.Builder. setDataItemViews(int index, DataItemView value)
The DataItemViews read.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DataItemView Modifier and Type Method Description SearchDataItemsResponse.Builder
SearchDataItemsResponse.Builder. addAllDataItemViews(Iterable<? extends DataItemView> values)
The DataItemViews read.static com.google.api.core.ApiFuture<DatasetServiceClient.SearchDataItemsPagedResponse>
DatasetServiceClient.SearchDataItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, com.google.api.core.ApiFuture<SearchDataItemsResponse> futureResponse)
protected DatasetServiceClient.SearchDataItemsPage
DatasetServiceClient.SearchDataItemsPage. createPage(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, SearchDataItemsResponse response)
com.google.api.core.ApiFuture<DatasetServiceClient.SearchDataItemsPage>
DatasetServiceClient.SearchDataItemsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, com.google.api.core.ApiFuture<SearchDataItemsResponse> futureResponse)
-