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.
149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 149 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 will generate
an identifier for you if you do not specify one.
149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 149 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.
149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 149 class InvokeEndpointAsyncOutput < Struct.new( :inference_id, :output_location, :failure_location) SENSITIVE = [] include Aws::Structure end |