SearchModelVersionsRequest OrderBy fix
This commit is contained in:
parent
2420a73796
commit
1340962d12
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue