View on GitHub

aws-sdk-swift

SageMakerA2IRuntimeClient

public class SageMakerA2IRuntimeClient 

Inheritance

SageMakerA2IRuntimeClientProtocol

Initializers

init(config:)

public init(config: AWSClientRuntime.AWSClientConfiguration) 

init(region:)

public convenience init(region: Swift.String? = nil) throws 

Properties

clientName

public static let clientName = "SageMakerA2IRuntimeClient"

Methods

deleteHumanLoop(input:completion:)

Deletes the specified human loop for a flow definition. If the human loop was deleted, this operation will return a ResourceNotFoundException.

public func deleteHumanLoop(input: DeleteHumanLoopInput, completion: @escaping (ClientRuntime.SdkResult<DeleteHumanLoopOutputResponse, DeleteHumanLoopOutputError>) -> Void)

describeHumanLoop(input:completion:)

Returns information about the specified human loop. If the human loop was deleted, this operation will return a ResourceNotFoundException error.

public func describeHumanLoop(input: DescribeHumanLoopInput, completion: @escaping (ClientRuntime.SdkResult<DescribeHumanLoopOutputResponse, DescribeHumanLoopOutputError>) -> Void)

listHumanLoops(input:completion:)

Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.

public func listHumanLoops(input: ListHumanLoopsInput, completion: @escaping (ClientRuntime.SdkResult<ListHumanLoopsOutputResponse, ListHumanLoopsOutputError>) -> Void)

startHumanLoop(input:completion:)

Starts a human loop, provided that at least one activation condition is met.

public func startHumanLoop(input: StartHumanLoopInput, completion: @escaping (ClientRuntime.SdkResult<StartHumanLoopOutputResponse, StartHumanLoopOutputError>) -> Void)

stopHumanLoop(input:completion:)

Stops the specified human loop.

public func stopHumanLoop(input: StopHumanLoopInput, completion: @escaping (ClientRuntime.SdkResult<StopHumanLoopOutputResponse, StopHumanLoopOutputError>) -> Void)