predictionsSchema property

  1. @TagNumber.new(3)
GcsSource get predictionsSchema

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);
  1. @TagNumber.new(3)
set predictionsSchema (GcsSource v)

Implementation

@$pb.TagNumber(3)
set predictionsSchema(GcsSource v) {
  setField(3, v);
}