static GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.builder() |
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.createdAt(Instant createdAt) |
The time at which the inference profile was created.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.description(String description) |
The description of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.inferenceProfileArn(String inferenceProfileArn) |
The Amazon Resource Name (ARN) of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.inferenceProfileId(String inferenceProfileId) |
The unique identifier of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.inferenceProfileName(String inferenceProfileName) |
The name of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.models(Collection<InferenceProfileModel> models) |
A list of information about each model in the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.models(Consumer<InferenceProfileModel.Builder>... models) |
A list of information about each model in the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.models(InferenceProfileModel... models) |
A list of information about each model in the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.status(String status) |
The status of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.status(InferenceProfileStatus status) |
The status of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.toBuilder() |
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.type(String type) |
The type of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.type(InferenceProfileType type) |
The type of the inference profile.
|
GetInferenceProfileResponse.Builder |
GetInferenceProfileResponse.Builder.updatedAt(Instant updatedAt) |
The time at which the inference profile was last updated.
|