GoogleCloudAiplatformV1PredictSchemata.fromJson constructor

GoogleCloudAiplatformV1PredictSchemata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1PredictSchemata.fromJson(core.Map json_)
  : this(
      instanceSchemaUri: json_['instanceSchemaUri'] as core.String?,
      parametersSchemaUri: json_['parametersSchemaUri'] as core.String?,
      predictionSchemaUri: json_['predictionSchemaUri'] as core.String?,
    );