Method: Aws::SageMaker::Types::CallbackStepMetadata#sqs_queue_url

Defined in:
lib/aws-sdk-sagemaker/types.rb

#sqs_queue_urlString

The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

Returns:

  • (String)


4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-sagemaker/types.rb', line 4129

class  < Struct.new(
  :callback_token,
  :sqs_queue_url,
  :output_parameters)
  SENSITIVE = []
  include Aws::Structure
end