GoogleCloudAiplatformV1PredictSchemata.fromJson constructor
GoogleCloudAiplatformV1PredictSchemata.fromJson(
- 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?,
);