GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue.fromJson constructor

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue.fromJson(
    core.Map json_)
    : this(
        floatValue: (json_['floatValue'] as core.num?)?.toDouble(),
        stringValue: json_['stringValue'] as core.String?,
      );