diff --git a/client/types.go b/client/types.go index ca6987c9..a2f8df49 100644 --- a/client/types.go +++ b/client/types.go @@ -145,8 +145,8 @@ type AiInfo struct { ClusterName string `json:"clusterName,omitempty,optional"` ImageId string `json:"imageId,omitempty"` //ResourceId string `json:"resourceId,omitempty"` - AlgorithmId string `json:"algorithmId,omitempty"` - MetadataName string `json:"metadataName,omitempty"` + AlgorithmId string `json:"algorithmId,omitempty"` + //MetadataName string `json:"metadataName,omitempty"` Command string `json:"command,omitempty"` Environments string `json:"environments,omitempty"` Parameters string `json:"parameters,omitempty"`