Uses of Enum
com.google.cloud.aiplatform.v1.Tensor.DataType
Packages that use Tensor.DataType
-
Uses of Tensor.DataType in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Tensor.DataTypeModifier and TypeMethodDescriptionstatic Tensor.DataTypeTensor.DataType.forNumber(int value) Tensor.Builder.getDtype()The data type of tensor.Tensor.getDtype()The data type of tensor.TensorOrBuilder.getDtype()The data type of tensor.static Tensor.DataTypeTensor.DataType.valueOf(int value) Deprecated.static Tensor.DataTypeTensor.DataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Tensor.DataTypeReturns the enum constant of this type with the specified name.static Tensor.DataType[]Tensor.DataType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Tensor.DataTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Tensor.DataType>Tensor.DataType.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type Tensor.DataTypeModifier and TypeMethodDescriptionTensor.Builder.setDtype(Tensor.DataType value) The data type of tensor.