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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCompilationJobResponse.BuildercompilationJobArn(String compilationJobArn)If the action is successful, the service sends back an HTTP 200 response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-
-