Uses of Class
com.google.cloud.aiplatform.v1beta1.Tensor
-
Packages that use Tensor Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Tensor in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Tensor Modifier and Type Method Description TensorTensor.Builder. build()TensorTensor.Builder. buildPartial()static TensorTensor. getDefaultInstance()TensorTensor.Builder. getDefaultInstanceForType()TensorTensor. getDefaultInstanceForType()TensorStreamingPredictRequest.Builder. getInputs(int index)The prediction input.TensorStreamingPredictRequest. getInputs(int index)The prediction input.TensorStreamingPredictRequestOrBuilder. getInputs(int index)The prediction input.TensorTensor.Builder. getListVal(int index)A list of tensor values.TensorTensor. getListVal(int index)A list of tensor values.TensorTensorOrBuilder. getListVal(int index)A list of tensor values.TensorStreamingPredictResponse.Builder. getOutputs(int index)The prediction output.TensorStreamingPredictResponse. getOutputs(int index)The prediction output.TensorStreamingPredictResponseOrBuilder. getOutputs(int index)The prediction output.TensorStreamingPredictRequest.Builder. getParameters()The parameters that govern the prediction.TensorStreamingPredictRequest. getParameters()The parameters that govern the prediction.TensorStreamingPredictRequestOrBuilder. getParameters()The parameters that govern the prediction.TensorStreamingPredictResponse.Builder. getParameters()The parameters that govern the prediction.TensorStreamingPredictResponse. getParameters()The parameters that govern the prediction.TensorStreamingPredictResponseOrBuilder. getParameters()The parameters that govern the prediction.TensorTensor.Builder. getStructValOrDefault(String key, Tensor defaultValue)A map of string to tensor.TensorTensor. getStructValOrDefault(String key, Tensor defaultValue)A map of string to tensor.TensorTensorOrBuilder. getStructValOrDefault(String key, Tensor defaultValue)A map of string to tensor.TensorTensor.Builder. getStructValOrThrow(String key)A map of string to tensor.TensorTensor. getStructValOrThrow(String key)A map of string to tensor.TensorTensorOrBuilder. getStructValOrThrow(String key)A map of string to tensor.static TensorTensor. parseDelimitedFrom(InputStream input)static TensorTensor. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorTensor. parseFrom(byte[] data)static TensorTensor. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorTensor. parseFrom(com.google.protobuf.ByteString data)static TensorTensor. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorTensor. parseFrom(com.google.protobuf.CodedInputStream input)static TensorTensor. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorTensor. parseFrom(InputStream input)static TensorTensor. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorTensor. parseFrom(ByteBuffer data)static TensorTensor. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Tensor Modifier and Type Method Description List<Tensor>StreamingPredictRequest.Builder. getInputsList()The prediction input.List<Tensor>StreamingPredictRequest. getInputsList()The prediction input.List<Tensor>StreamingPredictRequestOrBuilder. getInputsList()The prediction input.List<Tensor>Tensor.Builder. getListValList()A list of tensor values.List<Tensor>Tensor. getListValList()A list of tensor values.List<Tensor>TensorOrBuilder. getListValList()A list of tensor values.Map<String,Tensor>Tensor.Builder. getMutableStructVal()Deprecated.List<Tensor>StreamingPredictResponse.Builder. getOutputsList()The prediction output.List<Tensor>StreamingPredictResponse. getOutputsList()The prediction output.List<Tensor>StreamingPredictResponseOrBuilder. getOutputsList()The prediction output.com.google.protobuf.Parser<Tensor>Tensor. getParserForType()Map<String,Tensor>Tensor.Builder. getStructVal()Deprecated.Map<String,Tensor>Tensor. getStructVal()Deprecated.Map<String,Tensor>TensorOrBuilder. getStructVal()Deprecated.Map<String,Tensor>Tensor.Builder. getStructValMap()A map of string to tensor.Map<String,Tensor>Tensor. getStructValMap()A map of string to tensor.Map<String,Tensor>TensorOrBuilder. getStructValMap()A map of string to tensor.static com.google.protobuf.Parser<Tensor>Tensor. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Tensor Modifier and Type Method Description StreamingPredictRequest.BuilderStreamingPredictRequest.Builder. addInputs(int index, Tensor value)The prediction input.StreamingPredictRequest.BuilderStreamingPredictRequest.Builder. addInputs(Tensor value)The prediction input.Tensor.BuilderTensor.Builder. addListVal(int index, Tensor value)A list of tensor values.Tensor.BuilderTensor.Builder. addListVal(Tensor value)A list of tensor values.StreamingPredictResponse.BuilderStreamingPredictResponse.Builder. addOutputs(int index, Tensor value)The prediction output.StreamingPredictResponse.BuilderStreamingPredictResponse.Builder. addOutputs(Tensor value)The prediction output.TensorTensor.Builder. getStructValOrDefault(String key, Tensor defaultValue)A map of string to tensor.TensorTensor. getStructValOrDefault(String key, Tensor defaultValue)A map of string to tensor.TensorTensorOrBuilder. getStructValOrDefault(String key, Tensor defaultValue)A map of string to tensor.Tensor.BuilderTensor.Builder. mergeFrom(Tensor other)StreamingPredictRequest.BuilderStreamingPredictRequest.Builder. mergeParameters(Tensor value)The parameters that govern the prediction.StreamingPredictResponse.BuilderStreamingPredictResponse.Builder. mergeParameters(Tensor value)The parameters that govern the prediction.static Tensor.BuilderTensor. newBuilder(Tensor prototype)Tensor.BuilderTensor.Builder. putStructVal(String key, Tensor value)A map of string to tensor.StreamingPredictRequest.BuilderStreamingPredictRequest.Builder. setInputs(int index, Tensor value)The prediction input.Tensor.BuilderTensor.Builder. setListVal(int index, Tensor value)A list of tensor values.StreamingPredictResponse.BuilderStreamingPredictResponse.Builder. setOutputs(int index, Tensor value)The prediction output.StreamingPredictRequest.BuilderStreamingPredictRequest.Builder. setParameters(Tensor value)The parameters that govern the prediction.StreamingPredictResponse.BuilderStreamingPredictResponse.Builder. setParameters(Tensor value)The parameters that govern the prediction.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Tensor Modifier and Type Method Description StreamingPredictRequest.BuilderStreamingPredictRequest.Builder. addAllInputs(Iterable<? extends Tensor> values)The prediction input.Tensor.BuilderTensor.Builder. addAllListVal(Iterable<? extends Tensor> values)A list of tensor values.StreamingPredictResponse.BuilderStreamingPredictResponse.Builder. addAllOutputs(Iterable<? extends Tensor> values)The prediction output.Tensor.BuilderTensor.Builder. putAllStructVal(Map<String,Tensor> values)A map of string to tensor.
-