Constructor
new DataStats(propertiesopt)
Constructs a new DataStats.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.cloud.automl.v1beta1.IDataStats |
<optional> |
Properties to set |
- Implements:
-
- IDataStats
Members
arrayStats :google.cloud.automl.v1beta1.IArrayStats|null|undefined
DataStats arrayStats.
categoryStats :google.cloud.automl.v1beta1.ICategoryStats|null|undefined
DataStats categoryStats.
distinctValueCount :number|Long
DataStats distinctValueCount.
float64Stats :google.cloud.automl.v1beta1.IFloat64Stats|null|undefined
DataStats float64Stats.
nullValueCount :number|Long
DataStats nullValueCount.
stats :"float64Stats"|"stringStats"|"timestampStats"|"arrayStats"|"structStats"|"categoryStats"|undefined
DataStats stats.
stringStats :google.cloud.automl.v1beta1.IStringStats|null|undefined
DataStats stringStats.
structStats :google.cloud.automl.v1beta1.IStructStats|null|undefined
DataStats structStats.
timestampStats :google.cloud.automl.v1beta1.ITimestampStats|null|undefined
DataStats timestampStats.
validValueCount :number|Long
DataStats validValueCount.
Methods
(static) create(propertiesopt) → {google.cloud.automl.v1beta1.DataStats}
Creates a new DataStats instance using the specified properties.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.cloud.automl.v1beta1.IDataStats |
<optional> |
Properties to set |
(static) decode(reader, lengthopt) → {google.cloud.automl.v1beta1.DataStats}
Decodes a DataStats message from the specified reader or buffer.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
|
length |
number |
<optional> |
Message length if known beforehand |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) decodeDelimited(reader) → {google.cloud.automl.v1beta1.DataStats}
Decodes a DataStats message from the specified reader or buffer, length delimited.
Parameters:
| Name | Type | Description |
|---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified DataStats message. Does not implicitly verify messages.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.automl.v1beta1.IDataStats |
DataStats message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified DataStats message, length delimited. Does not implicitly verify messages.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.automl.v1beta1.IDataStats |
DataStats message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
(static) fromObject(object) → {google.cloud.automl.v1beta1.DataStats}
Creates a DataStats message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a DataStats message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.automl.v1beta1.DataStats |
DataStats |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
(static) verify(message) → {string|null}
Verifies a DataStats message.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
Object.<string, *> |
Plain object to verify |
toJSON() → {Object.<string, *>}
Converts this DataStats to JSON.