Class: Aws::FraudDetector::Types::GetExternalModelsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of objects to return for the request.

Returns:

  • (Integer)


2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2625

class GetExternalModelsRequest < Struct.new(
  :model_endpoint,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#model_endpointString

The Amazon SageMaker model endpoint.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2625

class GetExternalModelsRequest < Struct.new(
  :model_endpoint,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next page token for the request.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2625

class GetExternalModelsRequest < Struct.new(
  :model_endpoint,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end