Get Segment Estimate
customerprofiles_get_segment_estimate | R Documentation |
Gets the result of a segment estimate query¶
Description¶
Gets the result of a segment estimate query.
Usage¶
customerprofiles_get_segment_estimate(DomainName, EstimateId)
Arguments¶
DomainName |
[required] The unique name of the domain. |
EstimateId |
[required] The query Id passed by a previous
|
Value¶
A list with the following syntax:
list(
DomainName = "string",
EstimateId = "string",
Status = "RUNNING"|"SUCCEEDED"|"FAILED",
Estimate = "string",
Message = "string",
StatusCode = 123
)
Request syntax¶
svc$get_segment_estimate(
DomainName = "string",
EstimateId = "string"
)