Values_1.CreateModelCardResponseSourceCreates an Amazon SageMaker Model Card. For information about how to use model cards, see Amazon SageMaker Model Card.
type nonrec t = {modelCardArn : ModelCardArn.t option;The Amazon Resource Name (ARN) of the successfully created model card.
*)}type nonrec error = [ | `ConflictException of Values_0.ConflictException.t| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of Values_0.ConflictException.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of Values_0.ConflictException.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]