SearchRegisteredModelsRequest.orderBy fix
This commit is contained in:
parent
d6af97ae0a
commit
8eb9137d4b
|
@ -204,7 +204,7 @@ type TransitionModelVersionStageResponse GetModelVersionResponse
|
||||||
type SearchRegisteredModelsRequest struct {
|
type SearchRegisteredModelsRequest struct {
|
||||||
Filter string `json:"filter,omitempty"`
|
Filter string `json:"filter,omitempty"`
|
||||||
MaxResults int64 `json:"max_results,omitempty"`
|
MaxResults int64 `json:"max_results,omitempty"`
|
||||||
OrderBy []string `json:"order_by,omitempty"`
|
OrderBy string `json:"order_by,omitempty"`
|
||||||
PageToken string `json:"page_token,omitempty"`
|
PageToken string `json:"page_token,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue