GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata.fromJson constructor

GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata.fromJson(core.Map json_)
    : this(
        maxBlobSequenceLength: json_.containsKey('maxBlobSequenceLength')
            ? json_['maxBlobSequenceLength'] as core.String
            : null,
        maxStep: json_.containsKey('maxStep')
            ? json_['maxStep'] as core.String
            : null,
        maxWallTime: json_.containsKey('maxWallTime')
            ? json_['maxWallTime'] as core.String
            : null,
      );