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 ExamplePayload
ExamplePayload.Builder. build()
ExamplePayload
ExamplePayload.Builder. buildPartial()
static ExamplePayload
ExamplePayload. getDefaultInstance()
ExamplePayload
ExamplePayload.Builder. getDefaultInstanceForType()
ExamplePayload
ExamplePayload. getDefaultInstanceForType()
ExamplePayload
PredictRequest.Builder. getPayload()
Required.ExamplePayload
PredictRequest. getPayload()
Required.ExamplePayload
PredictRequestOrBuilder. getPayload()
Required.ExamplePayload
PredictResponse.Builder. getPreprocessedInput()
The preprocessed example that AutoML actually makes prediction on.ExamplePayload
PredictResponse. getPreprocessedInput()
The preprocessed example that AutoML actually makes prediction on.ExamplePayload
PredictResponseOrBuilder. getPreprocessedInput()
The preprocessed example that AutoML actually makes prediction on.static ExamplePayload
ExamplePayload. parseDelimitedFrom(InputStream input)
static ExamplePayload
ExamplePayload. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplePayload
ExamplePayload. parseFrom(byte[] data)
static ExamplePayload
ExamplePayload. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplePayload
ExamplePayload. parseFrom(com.google.protobuf.ByteString data)
static ExamplePayload
ExamplePayload. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplePayload
ExamplePayload. parseFrom(com.google.protobuf.CodedInputStream input)
static ExamplePayload
ExamplePayload. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplePayload
ExamplePayload. parseFrom(InputStream input)
static ExamplePayload
ExamplePayload. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplePayload
ExamplePayload. parseFrom(ByteBuffer data)
static ExamplePayload
ExamplePayload. 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.Builder
ExamplePayload.Builder. mergeFrom(ExamplePayload other)
PredictRequest.Builder
PredictRequest.Builder. mergePayload(ExamplePayload value)
Required.PredictResponse.Builder
PredictResponse.Builder. mergePreprocessedInput(ExamplePayload value)
The preprocessed example that AutoML actually makes prediction on.static ExamplePayload.Builder
ExamplePayload. newBuilder(ExamplePayload prototype)
PredictResponse
PredictionServiceClient. predict(ModelName name, ExamplePayload payload, Map<String,String> params)
Perform an online prediction.PredictResponse
PredictionServiceClient. predict(String name, ExamplePayload payload, Map<String,String> params)
Perform an online prediction.PredictRequest.Builder
PredictRequest.Builder. setPayload(ExamplePayload value)
Required.PredictResponse.Builder
PredictResponse.Builder. setPreprocessedInput(ExamplePayload value)
The preprocessed example that AutoML actually makes prediction on.
-