DescribeModelOutput
public struct DescribeModelOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The containers in the inference pipeline.
Declaration
Swift
public let containers: [ContainerDefinition]?
-
A timestamp that shows when the model was created.
Declaration
Swift
public let creationTime: TimeStamp
-
If True, no inbound or outbound network calls can be made to or from the model container.
Declaration
Swift
public let enableNetworkIsolation: Bool?
-
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
Declaration
Swift
public let executionRoleArn: String
-
The Amazon Resource Name (ARN) of the model.
Declaration
Swift
public let modelArn: String
-
Name of the Amazon SageMaker model.
Declaration
Swift
public let modelName: String
-
The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.
Declaration
Swift
public let primaryContainer: ContainerDefinition?
-
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
Declaration
Swift
public let vpcConfig: VpcConfig?
-
init(containers:creationTime:enableNetworkIsolation:executionRoleArn:modelArn:modelName:primaryContainer:vpcConfig:)
Undocumented
Declaration
Swift
public init(containers: [ContainerDefinition]? = nil, creationTime: TimeStamp, enableNetworkIsolation: Bool? = nil, executionRoleArn: String, modelArn: String, modelName: String, primaryContainer: ContainerDefinition? = nil, vpcConfig: VpcConfig? = nil)