static ListInferenceProfilesResponse.Builder |
ListInferenceProfilesResponse.builder() |
|
ListInferenceProfilesResponse.Builder |
ListInferenceProfilesResponse.Builder.inferenceProfileSummaries(Collection<InferenceProfileSummary> inferenceProfileSummaries) |
A list of information about each inference profile that you can use.
|
ListInferenceProfilesResponse.Builder |
ListInferenceProfilesResponse.Builder.inferenceProfileSummaries(Consumer<InferenceProfileSummary.Builder>... inferenceProfileSummaries) |
A list of information about each inference profile that you can use.
|
ListInferenceProfilesResponse.Builder |
ListInferenceProfilesResponse.Builder.inferenceProfileSummaries(InferenceProfileSummary... inferenceProfileSummaries) |
A list of information about each inference profile that you can use.
|
ListInferenceProfilesResponse.Builder |
ListInferenceProfilesResponse.Builder.nextToken(String nextToken) |
If the total number of results is greater than the maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of
results.
|
ListInferenceProfilesResponse.Builder |
ListInferenceProfilesResponse.toBuilder() |
|