outputDimensionality property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? outputDimensionality
getter/setter pair

Deprecated: Please use EmbedContentConfig.output_dimensionality instead.

Reduced dimension for the output embedding. If set, excessive values in the output embedding are truncated from the end.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? outputDimensionality;