You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::ExternalModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ExternalModel
- Defined in:
- (unknown)
Overview
The Amazon SageMaker model.
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
Possible values:
- ASSOCIATED
- DISSOCIATED
-
#model_source ⇒ String
The source of the model.
-
#output_configuration ⇒ Types::ModelOutputConfiguration
The output configuration.
Instance Attribute Details
#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
Possible values:
- ASSOCIATED
- DISSOCIATED
#model_source ⇒ String
The source of the model.
Possible values:
- SAGEMAKER
#output_configuration ⇒ Types::ModelOutputConfiguration
The output configuration.