diff --git a/VERSION b/VERSION
index a39233b..1e9c35f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-10.5.2
+10.5.3
diff --git a/src/Clarifai/Api/OutputConfig.php b/src/Clarifai/Api/OutputConfig.php
index fad604a..0f4984a 100644
--- a/src/Clarifai/Api/OutputConfig.php
+++ b/src/Clarifai/Api/OutputConfig.php
@@ -10,7 +10,7 @@
/**
* OutputConfig is a collection of parameters controlling either inference or training settings for
- * the given Model. This message will be deprecated over time in favor or infer_params and
+ * the given Model. This message will be deprecated over time in favor or output_info.params and
* train_params in OutputInfo which are cleaner and more extensible for many ModelTypes.
*
* Generated from protobuf message clarifai.api.OutputConfig
diff --git a/src/Clarifai/Api/OutputInfo.php b/src/Clarifai/Api/OutputInfo.php
index 7aa94fb..3b543fd 100644
--- a/src/Clarifai/Api/OutputInfo.php
+++ b/src/Clarifai/Api/OutputInfo.php
@@ -16,7 +16,7 @@
* our JSON REST APIs). This allows each ModelType to define the set of fields, their default values
* and description of each field so that we can display those in Portal and make the creation of
* Model's very extensible. The OutputConfig object will eventually go away in favor of
- * infer_params struct.
+ * output_info.params struct.
*
* Generated from protobuf message clarifai.api.OutputInfo
*/
@@ -29,7 +29,7 @@ class OutputInfo extends \Google\Protobuf\Internal\Message
*/
protected $data = null;
/**
- * Model configuration...going away in favor of infer_params and train_params over time.
+ * Model configuration...going away in favor of output_info.params and train_params over time.
* TO BE DEPRECATED
*
* Generated from protobuf field .clarifai.api.OutputConfig output_config = 2;
@@ -70,7 +70,7 @@ class OutputInfo extends \Google\Protobuf\Internal\Message
* @type \Clarifai\Api\Data $data
* List of concepts or other output related data for the model.
* @type \Clarifai\Api\OutputConfig $output_config
- * Model configuration...going away in favor of infer_params and train_params over time.
+ * Model configuration...going away in favor of output_info.params and train_params over time.
* TO BE DEPRECATED
* @type string $message
* For returning where to look for the Output info if not returning it.
@@ -126,7 +126,7 @@ public function setData($var)
}
/**
- * Model configuration...going away in favor of infer_params and train_params over time.
+ * Model configuration...going away in favor of output_info.params and train_params over time.
* TO BE DEPRECATED
*
* Generated from protobuf field .clarifai.api.OutputConfig output_config = 2;
@@ -148,7 +148,7 @@ public function clearOutputConfig()
}
/**
- * Model configuration...going away in favor of infer_params and train_params over time.
+ * Model configuration...going away in favor of output_info.params and train_params over time.
* TO BE DEPRECATED
*
* Generated from protobuf field .clarifai.api.OutputConfig output_config = 2;