GoogleCloudAiplatformV1Tensor constructor

GoogleCloudAiplatformV1Tensor({
  1. List<bool>? boolVal,
  2. List<String>? bytesVal,
  3. List<double>? doubleVal,
  4. String? dtype,
  5. List<double>? floatVal,
  6. List<String>? int64Val,
  7. List<int>? intVal,
  8. List<GoogleCloudAiplatformV1Tensor>? listVal,
  9. List<String>? shape,
  10. List<String>? stringVal,
  11. Map<String, GoogleCloudAiplatformV1Tensor>? structVal,
  12. String? tensorVal,
  13. List<String>? uint64Val,
  14. List<int>? uintVal,
})

Implementation

GoogleCloudAiplatformV1Tensor({
  this.boolVal,
  this.bytesVal,
  this.doubleVal,
  this.dtype,
  this.floatVal,
  this.int64Val,
  this.intVal,
  this.listVal,
  this.shape,
  this.stringVal,
  this.structVal,
  this.tensorVal,
  this.uint64Val,
  this.uintVal,
});