Interface CreateCompilationJobResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateCompilationJobResponse.Builder,CreateCompilationJobResponse>, SageMakerResponse.Builder, SdkBuilder<CreateCompilationJobResponse.Builder,CreateCompilationJobResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateCompilationJobResponse

public static interface CreateCompilationJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateCompilationJobResponse.Builder,CreateCompilationJobResponse>
  • Method Details

    • compilationJobArn

      CreateCompilationJobResponse.Builder compilationJobArn(String compilationJobArn)

      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.

      Parameters:
      compilationJobArn - 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.