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
-
#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
#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.
135 136 137 138 139 140 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 135 class InvokeEndpointAsyncOutput < Struct.new( :inference_id, :output_location) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ String
The Amazon S3 URI where the inference response payload is stored.
135 136 137 138 139 140 |
# File 'gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb', line 135 class InvokeEndpointAsyncOutput < Struct.new( :inference_id, :output_location) SENSITIVE = [] include Aws::Structure end |