CreateCompilationJobResponse

public struct CreateCompilationJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format: CompilationJobArn: The Amazon Resource Name (ARN) of the compiled job.

    Declaration

    Swift

    public let compilationJobArn: String
  • Undocumented

    Declaration

    Swift

    public init(compilationJobArn: String)