Interface ListInferenceExecutionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListInferenceExecutionsResponse.Builder,,ListInferenceExecutionsResponse> LookoutEquipmentResponse.Builder,SdkBuilder<ListInferenceExecutionsResponse.Builder,,ListInferenceExecutionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListInferenceExecutionsResponse
-
Method Summary
Modifier and TypeMethodDescriptioninferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries) Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.inferenceExecutionSummaries(Consumer<InferenceExecutionSummary.Builder>... inferenceExecutionSummaries) Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.inferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries) Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.An opaque pagination token indicating where to continue the listing of inference executions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
An opaque pagination token indicating where to continue the listing of inference executions.
- Parameters:
nextToken- An opaque pagination token indicating where to continue the listing of inference executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceExecutionSummaries
ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries) Provides an array of information about the individual inference executions returned from the
ListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.- Parameters:
inferenceExecutionSummaries- Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceExecutionSummaries
ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries) Provides an array of information about the individual inference executions returned from the
ListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.- Parameters:
inferenceExecutionSummaries- Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceExecutionSummaries
ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries(Consumer<InferenceExecutionSummary.Builder>... inferenceExecutionSummaries) Provides an array of information about the individual inference executions returned from the
This is a convenience method that creates an instance of theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.InferenceExecutionSummary.Builderavoiding the need to create one manually viaInferenceExecutionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinferenceExecutionSummaries(List<InferenceExecutionSummary>).- Parameters:
inferenceExecutionSummaries- a consumer that will call methods onInferenceExecutionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-