static GetMlConfigurationResponse.Builder |
GetMlConfigurationResponse.builder() |
|
GetMlConfigurationResponse.Builder |
GetMlConfigurationResponse.Builder.createTime(Instant createTime) |
The time at which the ML configuration was created.
|
default GetMlConfigurationResponse.Builder |
GetMlConfigurationResponse.Builder.defaultOutputLocation(Consumer<MLOutputConfiguration.Builder> defaultOutputLocation) |
The Amazon S3 location where ML model output is stored.
|
GetMlConfigurationResponse.Builder |
GetMlConfigurationResponse.Builder.defaultOutputLocation(MLOutputConfiguration defaultOutputLocation) |
The Amazon S3 location where ML model output is stored.
|
GetMlConfigurationResponse.Builder |
GetMlConfigurationResponse.Builder.membershipIdentifier(String membershipIdentifier) |
The membership ID of the member that owns the ML configuration you requested.
|
GetMlConfigurationResponse.Builder |
GetMlConfigurationResponse.toBuilder() |
|
GetMlConfigurationResponse.Builder |
GetMlConfigurationResponse.Builder.updateTime(Instant updateTime) |
The most recent time at which the ML configuration was updated.
|