Interface CreateCompilationJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateCompilationJobResponse.Builder,,- CreateCompilationJobResponse> - SageMakerResponse.Builder,- SdkBuilder<CreateCompilationJobResponse.Builder,,- CreateCompilationJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateCompilationJobResponse
@Mutable
@NotThreadSafe
public static interface CreateCompilationJobResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateCompilationJobResponse.Builder,CreateCompilationJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncompilationJobArn(String compilationJobArn) If the action is successful, the service sends back an HTTP 200 response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
compilationJobArnIf the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker AI 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 AI 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.
 
- 
 
 
-