Interface GetInferenceProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<GetInferenceProfileResponse.Builder,
,GetInferenceProfileResponse> SdkBuilder<GetInferenceProfileResponse.Builder,
,GetInferenceProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetInferenceProfileResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the inference profile was created.description
(String description) The description of the inference profile.inferenceProfileArn
(String inferenceProfileArn) The Amazon Resource Name (ARN) of the inference profile.inferenceProfileId
(String inferenceProfileId) The unique identifier of the inference profile.inferenceProfileName
(String inferenceProfileName) The name of the inference profile.models
(Collection<InferenceProfileModel> models) A list of information about each model in the inference profile.models
(Consumer<InferenceProfileModel.Builder>... models) A list of information about each model in the inference profile.models
(InferenceProfileModel... models) A list of information about each model in the inference profile.The status of the inference profile.status
(InferenceProfileStatus status) The status of the inference profile.The type of the inference profile.type
(InferenceProfileType type) The type of the inference profile.The time at which the inference profile was last updated.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
inferenceProfileName
The name of the inference profile.
- Parameters:
inferenceProfileName
- The name of the inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
models
A list of information about each model in the inference profile.
- Parameters:
models
- A list of information about each model in the inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
models
A list of information about each model in the inference profile.
- Parameters:
models
- A list of information about each model in the inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
models
A list of information about each model in the inference profile.
This is a convenience method that creates an instance of theInferenceProfileModel.Builder
avoiding the need to create one manually viaInferenceProfileModel.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodels(List<InferenceProfileModel>)
.- Parameters:
models
- a consumer that will call methods onInferenceProfileModel.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the inference profile.
- Parameters:
description
- The description of the inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time at which the inference profile was created.
- Parameters:
createdAt
- The time at which the inference profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time at which the inference profile was last updated.
- Parameters:
updatedAt
- The time at which the inference profile was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceProfileArn
The Amazon Resource Name (ARN) of the inference profile.
- Parameters:
inferenceProfileArn
- The Amazon Resource Name (ARN) of the inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceProfileId
The unique identifier of the inference profile.
- Parameters:
inferenceProfileId
- The unique identifier of the inference profile.- 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 available to use.- Parameters:
status
- The status of the inference profile.ACTIVE
means that the inference profile is available to use.- 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 available to use.- Parameters:
status
- The status of the inference profile.ACTIVE
means that the inference profile is available to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the inference profile.
SYSTEM_DEFINED
means that the inference profile is defined by Amazon Bedrock.- Parameters:
type
- The type of the inference profile.SYSTEM_DEFINED
means that the inference profile is defined by Amazon Bedrock.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the inference profile.
SYSTEM_DEFINED
means that the inference profile is defined by Amazon Bedrock.- Parameters:
type
- The type of the inference profile.SYSTEM_DEFINED
means that the inference profile is defined by Amazon Bedrock.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-