GoogleCloudAiplatformV1Tensor constructor
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,
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,
});