instancesSchema property

  1. @TagNumber.new(1)
GcsSource get instancesSchema

Cloud Storage location to a YAML file that defines the format of a single instance used in prediction and explanation requests.

Implementation

@$pb.TagNumber(1)
GcsSource get instancesSchema => $_getN(0);
  1. @TagNumber.new(1)
set instancesSchema (GcsSource v)

Implementation

@$pb.TagNumber(1)
set instancesSchema(GcsSource v) {
  setField(1, v);
}