SageMaker.Appsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-app.html
type resource_spec = {sage_maker_image_arn : string option;instance_type : string option;sage_maker_image_version_arn : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-app-resourcespec.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {domain_id : string;resource_spec : resource_spec option;app_type : string;user_profile_name : string;app_name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-app.html;
val make_properties :
domain_id:string ->
?resource_spec:resource_spec ->
app_type:string ->
?tags:tag list ->
user_profile_name:string ->
app_name:string ->
unit ->
propertiesval make_resource_spec :
?sage_maker_image_arn:string ->
?instance_type:string ->
?sage_maker_image_version_arn:string ->
unit ->
resource_specval make_tag : value:string -> key:string -> unit -> tagval yojson_of_resource_spec :
resource_spec ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes