Class: Aws::SageMakerRuntime::Types::InvokeEndpointAsyncOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_locationString

The Amazon S3 URI where the inference failure response payload is stored.

Returns:

  • (String)


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_idString

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.

Returns:

  • (String)


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_locationString

The Amazon S3 URI where the inference response payload is stored.

Returns:

  • (String)


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