Module Values_1.DescribeModelOutputSource

Describes a model that you created using the CreateModel API.

Sourcetype nonrec t = {
  1. modelName : Values_0.ModelName.t option;
    (*

    Name of the SageMaker model.

    *)
  2. primaryContainer : Values_0.ContainerDefinition.t option;
    (*

    The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

    *)
  3. containers : Values_0.ContainerDefinitionList.t option;
    (*

    The containers in the inference pipeline.

    *)
  4. inferenceExecutionConfig : InferenceExecutionConfig.t option;
    (*

    Specifies details of how containers in a multi-container endpoint are called.

    *)
  5. executionRoleArn : Values_0.RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

    *)
  6. vpcConfig : Values_0.VpcConfig.t option;
    (*

    A VpcConfig object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud

    *)
  7. creationTime : Values_0.Timestamp.t option;
    (*

    A timestamp that shows when the model was created.

    *)
  8. modelArn : ModelArn.t option;
    (*

    The Amazon Resource Name (ARN) of the model.

    *)
  9. enableNetworkIsolation : Values_0.Boolean.t option;
    (*

    If True, no inbound or outbound network calls can be made to or from the model container.

    *)
  10. deploymentRecommendation : DeploymentRecommendation.t option;
    (*

    A set of recommended deployment configurations for the model.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?modelName:??? -> ?primaryContainer:??? -> ?containers:??? -> ?inferenceExecutionConfig:??? -> ?executionRoleArn:??? -> ?vpcConfig:??? -> ?creationTime:??? -> ?modelArn:??? -> ?enableNetworkIsolation:??? -> ?deploymentRecommendation:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ]) list ] list | `String of Values_0.ModelName.t | `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t