GoogleCloudAiplatformV1TensorboardBlobSequence.fromJson constructor
GoogleCloudAiplatformV1TensorboardBlobSequence.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1TensorboardBlobSequence.fromJson(core.Map json_)
: this(
values:
(json_['values'] as core.List?)
?.map(
(value) => GoogleCloudAiplatformV1TensorboardBlob.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);