GoogleCloudAiplatformV1Checkpoint.fromJson constructor

GoogleCloudAiplatformV1Checkpoint.fromJson(
  1. Map json_
)

Implementation

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