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¶
Arguments¶
DomainName
[required] The unique name of the domain.
EstimateId
[required] The query Id passed by a previous
create_segment_estimate
operation.
Value¶
A list with the following syntax:
list(
DomainName = "string",
EstimateId = "string",
Status = "RUNNING"|"SUCCEEDED"|"FAILED",
Estimate = "string",
Message = "string",
StatusCode = 123
)