Class GetAllMemoriesRequestParameters
Request options for GetAllMemories
Inheritance
GetAllMemoriesRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.MlApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetAllMemoriesRequestParameters : RequestParameters<GetAllMemoriesRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| HttpMethod |
Overrides
| Edit this page View SourceMaxResults
The maximum number of results to return. If there are fewer memories than the number set in max_results, the response returns only
the number of memories that exist. Default is 10.
Declaration
public int? MaxResults { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
NextToken
The index of the first memory in the sorted list of memories to return. Memories are ordered by create_time. For example, if
memories A, B, and C exist, next_token=1 returns memories B and C. Default is 0 (return
all memories).
Declaration
public int? NextToken { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
| Type | Description |
|---|---|
| bool |