diff --git a/model_types.go b/model_types.go index e015272..3ef145b 100644 --- a/model_types.go +++ b/model_types.go @@ -138,10 +138,10 @@ type GetDownloadUriForModelVersionArtifactsResponse struct { } type SearchModelVersionsRequest struct { - Filter string `json:"filter,omitempty"` - MaxResults int64 `json:"max_results,omitempty"` - OrderBy []string `json:"order_by,omitempty"` - PageToken string `json:"page_token,omitempty"` + Filter string `json:"filter,omitempty"` + MaxResults int64 `json:"max_results,omitempty"` + OrderBy string `json:"order_by,omitempty"` + PageToken string `json:"page_token,omitempty"` } func (e *SearchModelVersionsRequest) serialize() []byte {