Class: Aws::FraudDetector::Types::ExternalModel

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

Overview

The Amazon SageMaker model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The model ARN.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_timeString

Timestamp of when the model was last created.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_configurationTypes::ModelInputConfiguration

The input configuration.



1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_arnString

The role used to invoke the model.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_timeString

Timestamp of when the model was last updated.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_endpointString

The Amazon SageMaker model endpoints.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_statusString

The Amazon Fraud Detector status for the external model endpoint

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_sourceString

The source of the model.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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_configurationTypes::ModelOutputConfiguration

The output configuration.



1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-frauddetector/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