lib/aws-sdk-sagemakerruntime/client.rb in aws-sdk-sagemakerruntime-1.42.0 vs lib/aws-sdk-sagemakerruntime/client.rb in aws-sdk-sagemakerruntime-1.43.0
- old
+ new
@@ -463,10 +463,20 @@
#
#
#
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture.html
#
+ # @option params [String] :enable_explanations
+ # An optional JMESPath expression used to override the
+ # `EnableExplanations` parameter of the `ClarifyExplainerConfig` API.
+ # See the [EnableExplanations][1] section in the developer guide for
+ # more information.
+ #
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/clarify-online-explainability-create-endpoint.html#clarify-online-exaplainability-create-endpoint-enable
+ #
# @return [Types::InvokeEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::InvokeEndpointOutput#body #body} => String
# * {Types::InvokeEndpointOutput#content_type #content_type} => String
# * {Types::InvokeEndpointOutput#invoked_production_variant #invoked_production_variant} => String
@@ -482,10 +492,11 @@
# custom_attributes: "CustomAttributesHeader",
# target_model: "TargetModelHeader",
# target_variant: "TargetVariantHeader",
# target_container_hostname: "TargetContainerHostnameHeader",
# inference_id: "InferenceId",
+ # enable_explanations: "EnableExplanationsHeader",
# })
#
# @example Response structure
#
# resp.body #=> String
@@ -617,10 +628,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-sagemakerruntime'
- context[:gem_version] = '1.42.0'
+ context[:gem_version] = '1.43.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated