GoogleCloudAiplatformV1ModelVersionCheckpoint.fromJson constructor

GoogleCloudAiplatformV1ModelVersionCheckpoint.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ModelVersionCheckpoint.fromJson(core.Map json_)
    : this(
        checkpointId: json_['checkpointId'] as core.String?,
        epoch: json_['epoch'] as core.String?,
        name: json_['name'] as core.String?,
        step: json_['step'] as core.String?,
      );