class Aws::SageMaker::Types::SendPipelineExecutionStepSuccessRequest
@note When making an API call, you may pass SendPipelineExecutionStepSuccessRequest
data as a hash: { callback_token: "CallbackToken", # required output_parameters: [ { name: "String256", # required value: "String1024", # required }, ], client_request_token: "IdempotencyToken", }
@!attribute [rw] callback_token
The pipeline generated token from the Amazon SQS queue. @return [String]
@!attribute [rw] output_parameters
A list of the output parameters of the callback step. @return [Array<Types::OutputParameter>]
@!attribute [rw] client_request_token
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepSuccessRequest AWS API Documentation
Constants
- SENSITIVE