Class: Aws::FraudDetector::Types::ExternalModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ExternalModelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The Amazon SageMaker model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_endpoint ⇒ String
The endpoint of the Amazon SageMaker model.
-
#model_source ⇒ String
The source of the model.
Instance Attribute Details
#model_endpoint ⇒ String
The endpoint of the Amazon SageMaker model.
1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1959 class ExternalModelSummary < Struct.new( :model_endpoint, :model_source) SENSITIVE = [] include Aws::Structure end |
#model_source ⇒ String
The source of the model.
1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1959 class ExternalModelSummary < Struct.new( :model_endpoint, :model_source) SENSITIVE = [] include Aws::Structure end |