predictionsSchema property
Cloud Storage location to a YAML file that defines the format of a single prediction or explanation.
Implementation
@$pb.TagNumber(3)
GcsSource get predictionsSchema => $_getN(2);
Implementation
@$pb.TagNumber(3)
set predictionsSchema(GcsSource v) {
setField(3, v);
}