Module Values_2.ModelSource

The properties of a model as returned by the Search API.

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

    The name of the model.

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

    The containers in the inference pipeline.

    *)
  4. inferenceExecutionConfig : Values_1.InferenceExecutionConfig.t option;
  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;
  7. creationTime : Values_0.Timestamp.t option;
    (*

    A timestamp that indicates when the model was created.

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

    The Amazon Resource Name (ARN) of the model.

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

    Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

    *)
  10. tags : Values_0.TagList.t option;
    (*

    A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

    *)
  11. deploymentRecommendation : Values_1.DeploymentRecommendation.t option;
    (*

    A set of recommended deployment configurations for the model.

    *)
}
Sourceval make : ?modelName:??? -> ?primaryContainer:??? -> ?containers:??? -> ?inferenceExecutionConfig:??? -> ?executionRoleArn:??? -> ?vpcConfig:??? -> ?creationTime:??? -> ?modelArn:??? -> ?enableNetworkIsolation:??? -> ?tags:??? -> ?deploymentRecommendation:??? -> unit -> 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