Interface CreateInferenceProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<CreateInferenceProfileResponse.Builder,
,CreateInferenceProfileResponse> SdkBuilder<CreateInferenceProfileResponse.Builder,
,CreateInferenceProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateInferenceProfileResponse
@Mutable
@NotThreadSafe
public static interface CreateInferenceProfileResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<CreateInferenceProfileResponse.Builder,CreateInferenceProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninferenceProfileArn
(String inferenceProfileArn) The ARN of the inference profile that you created.The status of the inference profile.status
(InferenceProfileStatus status) The status of the inference profile.Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
inferenceProfileArn
The ARN of the inference profile that you created.
- Parameters:
inferenceProfileArn
- The ARN of the inference profile that you created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the inference profile.
ACTIVE
means that the inference profile is ready to be used.- Parameters:
status
- The status of the inference profile.ACTIVE
means that the inference profile is ready to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the inference profile.
ACTIVE
means that the inference profile is ready to be used.- Parameters:
status
- The status of the inference profile.ACTIVE
means that the inference profile is ready to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-