Uses of Class
com.google.cloud.aiplatform.v1beta1.ExampleStore
Packages that use ExampleStore
-
Uses of ExampleStore in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExampleStoreModifier and TypeMethodDescriptionExampleStore.Builder.build()ExampleStore.Builder.buildPartial()static ExampleStoreExampleStore.getDefaultInstance()ExampleStore.Builder.getDefaultInstanceForType()ExampleStore.getDefaultInstanceForType()CreateExampleStoreRequest.Builder.getExampleStore()Required.CreateExampleStoreRequest.getExampleStore()Required.CreateExampleStoreRequestOrBuilder.getExampleStore()Required.UpdateExampleStoreRequest.Builder.getExampleStore()Required.UpdateExampleStoreRequest.getExampleStore()Required.UpdateExampleStoreRequestOrBuilder.getExampleStore()Required.ListExampleStoresResponse.Builder.getExampleStores(int index) List of ExampleStore in the requested page.ListExampleStoresResponse.getExampleStores(int index) List of ExampleStore in the requested page.ListExampleStoresResponseOrBuilder.getExampleStores(int index) List of ExampleStore in the requested page.static ExampleStoreExampleStore.parseDelimitedFrom(InputStream input) static ExampleStoreExampleStore.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleStoreExampleStore.parseFrom(byte[] data) static ExampleStoreExampleStore.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleStoreExampleStore.parseFrom(com.google.protobuf.ByteString data) static ExampleStoreExampleStore.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleStoreExampleStore.parseFrom(com.google.protobuf.CodedInputStream input) static ExampleStoreExampleStore.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleStoreExampleStore.parseFrom(InputStream input) static ExampleStoreExampleStore.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleStoreExampleStore.parseFrom(ByteBuffer data) static ExampleStoreExampleStore.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExampleStoreModifier and TypeMethodDescriptionListExampleStoresResponse.Builder.getExampleStoresList()List of ExampleStore in the requested page.ListExampleStoresResponse.getExampleStoresList()List of ExampleStore in the requested page.ListExampleStoresResponseOrBuilder.getExampleStoresList()List of ExampleStore in the requested page.com.google.protobuf.Parser<ExampleStore>ExampleStore.getParserForType()static com.google.protobuf.Parser<ExampleStore>ExampleStore.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExampleStoreModifier and TypeMethodDescriptionListExampleStoresResponse.Builder.addExampleStores(int index, ExampleStore value) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.addExampleStores(ExampleStore value) List of ExampleStore in the requested page.CreateExampleStoreRequest.Builder.mergeExampleStore(ExampleStore value) Required.UpdateExampleStoreRequest.Builder.mergeExampleStore(ExampleStore value) Required.ExampleStore.Builder.mergeFrom(ExampleStore other) static ExampleStore.BuilderExampleStore.newBuilder(ExampleStore prototype) CreateExampleStoreRequest.Builder.setExampleStore(ExampleStore value) Required.UpdateExampleStoreRequest.Builder.setExampleStore(ExampleStore value) Required.ListExampleStoresResponse.Builder.setExampleStores(int index, ExampleStore value) List of ExampleStore in the requested page.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ExampleStoreModifier and TypeMethodDescriptionListExampleStoresResponse.Builder.addAllExampleStores(Iterable<? extends ExampleStore> values) List of ExampleStore in the requested page.