UpdateEndpointRequest
public struct UpdateEndpointRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 being updated.
Declaration
Swift
public let endpointArn: String
-
Undocumented
Declaration
Swift
public init(desiredInferenceUnits: Int, endpointArn: String)
-
Declaration
Swift
public func validate(name: String) throws