Class: Aws::SageMakerRuntime::Types::InvokeEndpointAsyncOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntime::Types::InvokeEndpointAsyncOutput
- Defined in:
- gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_location ⇒ String
The Amazon S3 URI where the inference failure response payload is stored.
-
#inference_id ⇒ String
Identifier for an inference request.
-
#output_location ⇒ String
The Amazon S3 URI where the inference response payload is stored.
Instance Attribute Details
#failure_location ⇒ String
The Amazon S3 URI where the inference failure response payload is stored.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 162 class InvokeEndpointAsyncOutput < Struct.new( :inference_id, :output_location, :failure_location) SENSITIVE = [] include Aws::Structure end |
#inference_id ⇒ String
Identifier for an inference request. This will be the same as the
InferenceId specified in the input. Amazon SageMaker AI will
generate an identifier for you if you do not specify one.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 162 class InvokeEndpointAsyncOutput < Struct.new( :inference_id, :output_location, :failure_location) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ String
The Amazon S3 URI where the inference response payload is stored.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 162 class InvokeEndpointAsyncOutput < Struct.new( :inference_id, :output_location, :failure_location) SENSITIVE = [] include Aws::Structure end |