Class: Aws::SageMaker::Types::CallbackStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CallbackStepMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Metadata about a callback step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#callback_token ⇒ String
The pipeline generated token from the Amazon SQS queue.
-
#output_parameters ⇒ Array<Types::OutputParameter>
A list of the output parameters of the callback step.
-
#sqs_queue_url ⇒ String
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
Instance Attribute Details
#callback_token ⇒ String
The pipeline generated token from the Amazon SQS queue.
3298 3299 3300 3301 3302 3303 3304 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3298 class CallbackStepMetadata < Struct.new( :callback_token, :sqs_queue_url, :output_parameters) SENSITIVE = [] include Aws::Structure end |
#output_parameters ⇒ Array<Types::OutputParameter>
A list of the output parameters of the callback step.
3298 3299 3300 3301 3302 3303 3304 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3298 class CallbackStepMetadata < Struct.new( :callback_token, :sqs_queue_url, :output_parameters) SENSITIVE = [] include Aws::Structure end |
#sqs_queue_url ⇒ String
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
3298 3299 3300 3301 3302 3303 3304 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3298 class CallbackStepMetadata < Struct.new( :callback_token, :sqs_queue_url, :output_parameters) SENSITIVE = [] include Aws::Structure end |