Uses of Class
com.google.cloud.aiplatform.v1.SyntheticExample
Packages that use SyntheticExample
-
Uses of SyntheticExample in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SyntheticExampleModifier and TypeMethodDescriptionSyntheticExample.Builder.build()SyntheticExample.Builder.buildPartial()static SyntheticExampleSyntheticExample.getDefaultInstance()SyntheticExample.Builder.getDefaultInstanceForType()SyntheticExample.getDefaultInstanceForType()GenerateSyntheticDataRequest.Builder.getExamples(int index) Optional.GenerateSyntheticDataRequest.getExamples(int index) Optional.GenerateSyntheticDataRequestOrBuilder.getExamples(int index) Optional.GenerateSyntheticDataResponse.Builder.getSyntheticExamples(int index) A list of generated synthetic examples.GenerateSyntheticDataResponse.getSyntheticExamples(int index) A list of generated synthetic examples.GenerateSyntheticDataResponseOrBuilder.getSyntheticExamples(int index) A list of generated synthetic examples.static SyntheticExampleSyntheticExample.parseDelimitedFrom(InputStream input) static SyntheticExampleSyntheticExample.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SyntheticExampleSyntheticExample.parseFrom(byte[] data) static SyntheticExampleSyntheticExample.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SyntheticExampleSyntheticExample.parseFrom(com.google.protobuf.ByteString data) static SyntheticExampleSyntheticExample.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SyntheticExampleSyntheticExample.parseFrom(com.google.protobuf.CodedInputStream input) static SyntheticExampleSyntheticExample.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SyntheticExampleSyntheticExample.parseFrom(InputStream input) static SyntheticExampleSyntheticExample.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SyntheticExampleSyntheticExample.parseFrom(ByteBuffer data) static SyntheticExampleSyntheticExample.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SyntheticExampleModifier and TypeMethodDescriptionGenerateSyntheticDataRequest.Builder.getExamplesList()Optional.GenerateSyntheticDataRequest.getExamplesList()Optional.GenerateSyntheticDataRequestOrBuilder.getExamplesList()Optional.com.google.protobuf.Parser<SyntheticExample>SyntheticExample.getParserForType()GenerateSyntheticDataResponse.Builder.getSyntheticExamplesList()A list of generated synthetic examples.GenerateSyntheticDataResponse.getSyntheticExamplesList()A list of generated synthetic examples.GenerateSyntheticDataResponseOrBuilder.getSyntheticExamplesList()A list of generated synthetic examples.static com.google.protobuf.Parser<SyntheticExample>SyntheticExample.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type SyntheticExampleModifier and TypeMethodDescriptionGenerateSyntheticDataRequest.Builder.addExamples(int index, SyntheticExample value) Optional.GenerateSyntheticDataRequest.Builder.addExamples(SyntheticExample value) Optional.GenerateSyntheticDataResponse.Builder.addSyntheticExamples(int index, SyntheticExample value) A list of generated synthetic examples.GenerateSyntheticDataResponse.Builder.addSyntheticExamples(SyntheticExample value) A list of generated synthetic examples.SyntheticExample.Builder.mergeFrom(SyntheticExample other) static SyntheticExample.BuilderSyntheticExample.newBuilder(SyntheticExample prototype) GenerateSyntheticDataRequest.Builder.setExamples(int index, SyntheticExample value) Optional.GenerateSyntheticDataResponse.Builder.setSyntheticExamples(int index, SyntheticExample value) A list of generated synthetic examples.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type SyntheticExampleModifier and TypeMethodDescriptionGenerateSyntheticDataRequest.Builder.addAllExamples(Iterable<? extends SyntheticExample> values) Optional.GenerateSyntheticDataResponse.Builder.addAllSyntheticExamples(Iterable<? extends SyntheticExample> values) A list of generated synthetic examples.