EndpointProperties
public struct EndpointProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The creation date and time of the endpoint.
Declaration
Swift
public let creationTime: TimeStamp?
-
The number of inference units currently used by the model using this endpoint.
Declaration
Swift
public let currentInferenceUnits: Int?
-
The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
Declaration
Swift
public let desiredInferenceUnits: Int?
-
The Amazon Resource Number (ARN) of the endpoint.
Declaration
Swift
public let endpointArn: String?
-
The date and time that the endpoint was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
Specifies a reason for failure in cases of Failed status.
Declaration
Swift
public let message: String?
-
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
Declaration
Swift
public let modelArn: String?
-
Specifies the status of the endpoint. Because the endpoint updates and creation are asynchronous, so customers will need to wait for the endpoint to be Ready status before making inference requests.
Declaration
Swift
public let status: EndpointStatus?
-
init(creationTime:currentInferenceUnits:desiredInferenceUnits:endpointArn:lastModifiedTime:message:modelArn:status:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, currentInferenceUnits: Int? = nil, desiredInferenceUnits: Int? = nil, endpointArn: String? = nil, lastModifiedTime: TimeStamp? = nil, message: String? = nil, modelArn: String? = nil, status: EndpointStatus? = nil)