parametersSchema property

  1. @TagNumber.new(2)
GcsSource get parametersSchema

Cloud Storage location to a YAML file that defines the prediction and explanation parameters.

Implementation

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

Implementation

@$pb.TagNumber(2)
set parametersSchema(GcsSource v) {
  setField(2, v);
}