Class: Aws::FraudDetector::Types::ExternalModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ExternalModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The Amazon SageMaker model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The model ARN.
-
#created_time ⇒ String
Timestamp of when the model was last created.
-
#input_configuration ⇒ Types::ModelInputConfiguration
The input configuration.
-
#invoke_model_endpoint_role_arn ⇒ String
The role used to invoke the model.
-
#last_updated_time ⇒ String
Timestamp of when the model was last updated.
-
#model_endpoint ⇒ String
The Amazon SageMaker model endpoints.
-
#model_endpoint_status ⇒ String
The Amazon Fraud Detector status for the external model endpoint.
-
#model_source ⇒ String
The source of the model.
-
#output_configuration ⇒ Types::ModelOutputConfiguration
The output configuration.
Instance Attribute Details
#arn ⇒ String
The model ARN.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
Timestamp of when the model was last created.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#input_configuration ⇒ Types::ModelInputConfiguration
The input configuration.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#invoke_model_endpoint_role_arn ⇒ String
The role used to invoke the model.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
Timestamp of when the model was last updated.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#model_endpoint ⇒ String
The Amazon SageMaker model endpoints.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#model_endpoint_status ⇒ String
The Amazon Fraud Detector status for the external model endpoint
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#model_source ⇒ String
The source of the model.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#output_configuration ⇒ Types::ModelOutputConfiguration
The output configuration.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1914 class ExternalModel < Struct.new( :model_endpoint, :model_source, :invoke_model_endpoint_role_arn, :input_configuration, :output_configuration, :model_endpoint_status, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |