lib/aws-sdk-sagemakerruntime/client.rb in aws-sdk-sagemakerruntime-1.46.0 vs lib/aws-sdk-sagemakerruntime/client.rb in aws-sdk-sagemakerruntime-1.47.0

- old
+ new

@@ -581,11 +581,11 @@ # # The code in your model is responsible for setting or updating any # custom attributes in the response. If your code does not set this # value in the response, an empty value is returned. For example, if a # custom attribute represents the trace ID, your model can prepend the - # custom attribute with `Trace ID`\: in your post-processing function. + # custom attribute with `Trace ID`: in your post-processing function. # # This feature is currently supported in the Amazon Web Services SDKs # but not in the Amazon SageMaker Python SDK. # # @@ -599,15 +599,15 @@ # @option params [required, String] :input_location # The Amazon S3 URI where the inference request payload is stored. # # @option params [Integer] :request_ttl_seconds # Maximum age in seconds a request can be in the queue before it is - # marked as expired. + # marked as expired. The default is 6 hours, or 21,600 seconds. # # @option params [Integer] :invocation_timeout_seconds # Maximum amount of time in seconds a request can be processed before it - # is marked as expired. + # is marked as expired. The default is 15 minutes, or 900 seconds. # # @return [Types::InvokeEndpointAsyncOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::InvokeEndpointAsyncOutput#inference_id #inference_id} => String # * {Types::InvokeEndpointAsyncOutput#output_location #output_location} => String @@ -650,10 +650,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-sagemakerruntime' - context[:gem_version] = '1.46.0' + context[:gem_version] = '1.47.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated