enableSagemakerServicecatalogPortfolio method
Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.
Implementation
Future<void> enableSagemakerServicecatalogPortfolio() async {
final headers = <String, String>{
'Content-Type': 'application/x-amz-json-1.1',
'X-Amz-Target': 'SageMaker.EnableSagemakerServicecatalogPortfolio'
};
await _protocol.send(
method: 'POST',
requestUri: '/',
exceptionFnMap: _exceptionFns,
// TODO queryParams
headers: headers,
);
}