GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse.fromJson constructor

GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse.fromJson(
  core.Map json_,
) : this(
      importedEvaluatedAnnotationsCount:
          json_['importedEvaluatedAnnotationsCount'] as core.int?,
    );