InvokeEndpointOutput class
Properties
-
body
→ Uint8List
-
Includes the inference provided by the model.
final
-
contentType
→ String?
-
The MIME type of the inference returned in the response body.
final
-
customAttributes
→ String?
-
Provides additional information in the response about the inference returned
by a model hosted at an Amazon SageMaker endpoint. The information is an
opaque value that is forwarded verbatim. You could use this value, for
example, to return an ID received in the
CustomAttributes
header of a request or other metadata that a service endpoint was programmed
to produce. The value must consist of no more than 1024 visible US-ASCII
characters as specified in Section 3.3.6.
Field Value Components of the Hypertext Transfer Protocol (HTTP/1.1). If
the customer wants the custom attribute returned, the model must set the
custom attribute to be included on the way back.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
invokedProductionVariant
→ String?
-
Identifies the production variant that was invoked.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited