instancesSchema property

  1. @TagNumber(1)
GcsSource 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(1)
void instancesSchema=(GcsSource v)

Implementation

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