Class: Aws::SageMakerRuntimeHTTP2::Types::InvokeEndpointWithBidirectionalStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntimeHTTP2::Types::InvokeEndpointWithBidirectionalStreamInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntimehttp2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ Types::RequestStreamEvent
The request payload stream.
-
#endpoint_name ⇒ String
The name of the endpoint to invoke.
-
#model_invocation_path ⇒ String
Model invocation path.
-
#model_query_string ⇒ String
Model query string.
-
#target_variant ⇒ String
Target variant for the request.
Instance Attribute Details
#body ⇒ Types::RequestStreamEvent
The request payload stream.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 90 class InvokeEndpointWithBidirectionalStreamInput < Struct.new( :endpoint_name, :body, :target_variant, :model_invocation_path, :model_query_string) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the endpoint to invoke.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 90 class InvokeEndpointWithBidirectionalStreamInput < Struct.new( :endpoint_name, :body, :target_variant, :model_invocation_path, :model_query_string) SENSITIVE = [] include Aws::Structure end |
#model_invocation_path ⇒ String
Model invocation path.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 90 class InvokeEndpointWithBidirectionalStreamInput < Struct.new( :endpoint_name, :body, :target_variant, :model_invocation_path, :model_query_string) SENSITIVE = [] include Aws::Structure end |
#model_query_string ⇒ String
Model query string.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 90 class InvokeEndpointWithBidirectionalStreamInput < Struct.new( :endpoint_name, :body, :target_variant, :model_invocation_path, :model_query_string) SENSITIVE = [] include Aws::Structure end |
#target_variant ⇒ String
Target variant for the request.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 90 class InvokeEndpointWithBidirectionalStreamInput < Struct.new( :endpoint_name, :body, :target_variant, :model_invocation_path, :model_query_string) SENSITIVE = [] include Aws::Structure end |