Class: Aws::Types::GetModelVersionResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def arn
  @arn
end

#external_events_detailTypes::ExternalEventsDetail

Returns the value of attribute external_events_detail.



833
834
835
# File 'sig/types.rbs', line 833

def external_events_detail
  @external_events_detail
end

#ingested_events_detailTypes::IngestedEventsDetail

Returns the value of attribute ingested_events_detail.



834
835
836
# File 'sig/types.rbs', line 834

def ingested_events_detail
  @ingested_events_detail
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def model_id
  @model_id
end

#model_type"ONLINE_FRAUD_INSIGHTS", ...

Returns the value of attribute model_type.

Returns:

  • ("ONLINE_FRAUD_INSIGHTS", "TRANSACTION_FRAUD_INSIGHTS", "ACCOUNT_TAKEOVER_INSIGHTS")


829
830
831
# File 'sig/types.rbs', line 829

def model_type
  @model_type
end

#model_version_number::String

Returns the value of attribute model_version_number.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def model_version_number
  @model_version_number
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def status
  @status
end

#training_data_schemaTypes::TrainingDataSchema

Returns the value of attribute training_data_schema.



832
833
834
# File 'sig/types.rbs', line 832

def training_data_schema
  @training_data_schema
end

#training_data_source"EXTERNAL_EVENTS", "INGESTED_EVENTS"

Returns the value of attribute training_data_source.

Returns:

  • ("EXTERNAL_EVENTS", "INGESTED_EVENTS")


831
832
833
# File 'sig/types.rbs', line 831

def training_data_source
  @training_data_source
end