AggregateFunctionProperties interface
The properties that are associated with an aggregate function.
- Extends
Properties
| type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| binding | The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. |
| etag | The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. NOTE: This property will not be serialized. It can only be populated by the server. |
| inputs | |
| output | Describes the output of a function. |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Aggregate"
Property Value
"Aggregate"
Inherited Property Details
binding
The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
binding?: FunctionBindingUnion
Property Value
Inherited From FunctionProperties.binding
etag
The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From FunctionProperties.etag
inputs
output
Describes the output of a function.
output?: FunctionOutput
Property Value
Inherited From FunctionProperties.output