Interface protos.google.cloud.aiplatform.v1.ITensor (3.13.0)

Properties of a Tensor.

Package

@google-cloud/aiplatform

Properties

boolVal

boolVal?: (boolean[]|null);

Tensor boolVal

bytesVal

bytesVal?: (Uint8Array[]|null);

Tensor bytesVal

doubleVal

doubleVal?: (number[]|null);

Tensor doubleVal

dtype

dtype?: (google.cloud.aiplatform.v1.Tensor.DataType|keyof typeof google.cloud.aiplatform.v1.Tensor.DataType|null);

Tensor dtype

floatVal

floatVal?: (number[]|null);

Tensor floatVal

int64Val

int64Val?: ((number|Long|string)[]|null);

Tensor int64Val

intVal

intVal?: (number[]|null);

Tensor intVal

listVal

listVal?: (google.cloud.aiplatform.v1.ITensor[]|null);

Tensor listVal

shape

shape?: ((number|Long|string)[]|null);

Tensor shape

stringVal

stringVal?: (string[]|null);

Tensor stringVal

structVal

structVal?: ({ [k: string]: google.cloud.aiplatform.v1.ITensor }|null);

Tensor structVal

tensorVal

tensorVal?: (Uint8Array|string|null);

Tensor tensorVal

uint64Val

uint64Val?: ((number|Long|string)[]|null);

Tensor uint64Val

uintVal

uintVal?: (number[]|null);

Tensor uintVal