public static interface CreateCompilationJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateCompilationJobResponse.Builder,CreateCompilationJobResponse>
Modifier and Type | Method and Description |
---|---|
CreateCompilationJobResponse.Builder |
compilationJobArn(String compilationJobArn)
If the action is successful, the service sends back an HTTP 200 response.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.
Copyright © 2022. All rights reserved.