parametersSchema property
Cloud Storage location to a YAML file that defines the prediction and explanation parameters.
Implementation
@$pb.TagNumber(2)
GcsSource get parametersSchema => $_getN(1);
Implementation
@$pb.TagNumber(2)
set parametersSchema(GcsSource v) { setField(2, v); }