getModelInvocationLoggingConfiguration method
Get the current configuration values for model invocation logging.
May throw AccessDeniedException.
May throw InternalServerException.
May throw ThrottlingException.
Implementation
Future<GetModelInvocationLoggingConfigurationResponse>
getModelInvocationLoggingConfiguration() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/logging/modelinvocations',
exceptionFnMap: _exceptionFns,
);
return GetModelInvocationLoggingConfigurationResponse.fromJson(response);
}