Interface GetSolutionMetricsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetSolutionMetricsResponse.Builder,,GetSolutionMetricsResponse> PersonalizeResponse.Builder,SdkBuilder<GetSolutionMetricsResponse.Builder,,GetSolutionMetricsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetSolutionMetricsResponse
public static interface GetSolutionMetricsResponse.Builder
extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<GetSolutionMetricsResponse.Builder,GetSolutionMetricsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe metrics for the solution version.solutionVersionArn(String solutionVersionArn) The same solution version ARN as specified in the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
solutionVersionArn
The same solution version ARN as specified in the request.
- Parameters:
 solutionVersionArn- The same solution version ARN as specified in the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
metrics
The metrics for the solution version. For more information, see Evaluating a solution version with metrics .
- Parameters:
 metrics- The metrics for the solution version. For more information, see Evaluating a solution version with metrics .- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -