Class: Aws::Types::ModelVersionDetail

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)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def created_time
  @created_time
end

#external_events_detailTypes::ExternalEventsDetail

Returns the value of attribute external_events_detail.



1039
1040
1041
# File 'sig/types.rbs', line 1039

def external_events_detail
  @external_events_detail
end

#ingested_events_detailTypes::IngestedEventsDetail

Returns the value of attribute ingested_events_detail.



1040
1041
1042
# File 'sig/types.rbs', line 1040

def ingested_events_detail
  @ingested_events_detail
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def last_updated_time
  @last_updated_time
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

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")


1034
1035
1036
# File 'sig/types.rbs', line 1034

def model_type
  @model_type
end

#model_version_number::String

Returns the value of attribute model_version_number.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def model_version_number
  @model_version_number
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def status
  @status
end

#training_data_schemaTypes::TrainingDataSchema

Returns the value of attribute training_data_schema.



1038
1039
1040
# File 'sig/types.rbs', line 1038

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")


1037
1038
1039
# File 'sig/types.rbs', line 1037

def training_data_source
  @training_data_source
end

#training_resultTypes::TrainingResult

Returns the value of attribute training_result.



1041
1042
1043
# File 'sig/types.rbs', line 1041

def training_result
  @training_result
end

#training_result_v2Types::TrainingResultV2

Returns the value of attribute training_result_v2.



1045
1046
1047
# File 'sig/types.rbs', line 1045

def training_result_v2
  @training_result_v2
end