AWSSageMakerRuntimeInvokeEndpointAsyncOutput

Objective-C

@interface AWSSageMakerRuntimeInvokeEndpointAsyncOutput

Swift

class AWSSageMakerRuntimeInvokeEndpointAsyncOutput
  • The Amazon S3 URI where the inference failure response payload is stored.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable failureLocation;

    Swift

    var failureLocation: String? { get set }
  • Identifier for an inference request. This will be the same as the InferenceId specified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable inferenceId;

    Swift

    var inferenceId: String? { get set }
  • The Amazon S3 URI where the inference response payload is stored.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable outputLocation;

    Swift

    var outputLocation: String? { get set }