Class: Aws::FraudDetector::Types::GetExternalModelsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetExternalModelsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_models ⇒ Array<Types::ExternalModel>
Gets the Amazon SageMaker models.
-
#next_token ⇒ String
The next page token to be used in subsequent requests.
Instance Attribute Details
#external_models ⇒ Array<Types::ExternalModel>
Gets the Amazon SageMaker models.
2643 2644 2645 2646 2647 2648 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2643 class GetExternalModelsResult < Struct.new( :external_models, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page token to be used in subsequent requests.
2643 2644 2645 2646 2647 2648 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2643 class GetExternalModelsResult < Struct.new( :external_models, :next_token) SENSITIVE = [] include Aws::Structure end |