Uses of Class
com.google.cloud.automl.v1beta1.ExamplePayload
-
Packages that use ExamplePayload Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of ExamplePayload in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return ExamplePayload Modifier and Type Method Description ExamplePayloadExamplePayload.Builder. build()ExamplePayloadExamplePayload.Builder. buildPartial()static ExamplePayloadExamplePayload. getDefaultInstance()ExamplePayloadExamplePayload.Builder. getDefaultInstanceForType()ExamplePayloadExamplePayload. getDefaultInstanceForType()ExamplePayloadPredictRequest.Builder. getPayload()Required.ExamplePayloadPredictRequest. getPayload()Required.ExamplePayloadPredictRequestOrBuilder. getPayload()Required.ExamplePayloadPredictResponse.Builder. getPreprocessedInput()The preprocessed example that AutoML actually makes prediction on.ExamplePayloadPredictResponse. getPreprocessedInput()The preprocessed example that AutoML actually makes prediction on.ExamplePayloadPredictResponseOrBuilder. getPreprocessedInput()The preprocessed example that AutoML actually makes prediction on.static ExamplePayloadExamplePayload. parseDelimitedFrom(InputStream input)static ExamplePayloadExamplePayload. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExamplePayloadExamplePayload. parseFrom(byte[] data)static ExamplePayloadExamplePayload. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExamplePayloadExamplePayload. parseFrom(com.google.protobuf.ByteString data)static ExamplePayloadExamplePayload. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExamplePayloadExamplePayload. parseFrom(com.google.protobuf.CodedInputStream input)static ExamplePayloadExamplePayload. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExamplePayloadExamplePayload. parseFrom(InputStream input)static ExamplePayloadExamplePayload. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExamplePayloadExamplePayload. parseFrom(ByteBuffer data)static ExamplePayloadExamplePayload. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type ExamplePayload Modifier and Type Method Description com.google.protobuf.Parser<ExamplePayload>ExamplePayload. getParserForType()static com.google.protobuf.Parser<ExamplePayload>ExamplePayload. parser()Methods in com.google.cloud.automl.v1beta1 with parameters of type ExamplePayload Modifier and Type Method Description ExamplePayload.BuilderExamplePayload.Builder. mergeFrom(ExamplePayload other)PredictRequest.BuilderPredictRequest.Builder. mergePayload(ExamplePayload value)Required.PredictResponse.BuilderPredictResponse.Builder. mergePreprocessedInput(ExamplePayload value)The preprocessed example that AutoML actually makes prediction on.static ExamplePayload.BuilderExamplePayload. newBuilder(ExamplePayload prototype)PredictResponsePredictionServiceClient. predict(ModelName name, ExamplePayload payload, Map<String,String> params)Perform an online prediction.PredictResponsePredictionServiceClient. predict(String name, ExamplePayload payload, Map<String,String> params)Perform an online prediction.PredictRequest.BuilderPredictRequest.Builder. setPayload(ExamplePayload value)Required.PredictResponse.BuilderPredictResponse.Builder. setPreprocessedInput(ExamplePayload value)The preprocessed example that AutoML actually makes prediction on.
-