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 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 ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

      If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in InferenceExecutionSummaries.

      Parameters:
      inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

      If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in InferenceExecutionSummaries.

      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 ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

      If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in InferenceExecutionSummaries.

      Parameters:
      inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

      If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in InferenceExecutionSummaries.

      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 ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

      If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in InferenceExecutionSummaries.

      This is a convenience method that creates an instance of the InferenceExecutionSummary.Builder avoiding the need to create one manually via InferenceExecutionSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to inferenceExecutionSummaries(List<InferenceExecutionSummary>).

      Parameters:
      inferenceExecutionSummaries - a consumer that will call methods on InferenceExecutionSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: