GoogleCloudAiplatformV1Tensor class
A tensor value type.
Constructors
-
GoogleCloudAiplatformV1Tensor({List<
bool> ? boolVal, List<String> ? bytesVal, List<double> ? doubleVal, String? dtype, List<double> ? floatVal, List<String> ? int64Val, List<int> ? intVal, List<GoogleCloudAiplatformV1Tensor> ? listVal, List<String> ? shape, List<String> ? stringVal, Map<String, GoogleCloudAiplatformV1Tensor> ? structVal, String? tensorVal, List<String> ? uint64Val, List<int> ? uintVal}) - GoogleCloudAiplatformV1Tensor.fromJson(Map json_)
Properties
-
boolVal
↔ List<
bool> ? -
Type specific representations that make it easy to create tensor protos in
all languages.
getter/setter pair
-
bytesVal
↔ List<
String> ? -
STRING
getter/setter pair
-
doubleVal
↔ List<
double> ? -
DOUBLE
getter/setter pair
- dtype ↔ String?
-
The data type of tensor.
Possible string values are:
getter/setter pair
-
floatVal
↔ List<
double> ? -
FLOAT
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
int64Val
↔ List<
String> ? -
INT64
getter/setter pair
-
intVal
↔ List<
int> ? -
INT_8 INT_16 INT_32
getter/setter pair
-
listVal
↔ List<
GoogleCloudAiplatformV1Tensor> ? -
A list of tensor values.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shape
↔ List<
String> ? -
Shape of the tensor.
getter/setter pair
-
stringVal
↔ List<
String> ? -
STRING
getter/setter pair
-
structVal
↔ Map<
String, GoogleCloudAiplatformV1Tensor> ? -
A map of string to tensor.
getter/setter pair
- tensorVal ↔ String?
-
Serialized raw tensor content.
getter/setter pair
-
tensorValAsBytes
↔ List<
int> -
getter/setter pair
-
uint64Val
↔ List<
String> ? -
UINT64
getter/setter pair
-
uintVal
↔ List<
int> ? -
UINT8 UINT16 UINT32
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited