Class: Aws::Types::BehaviorModelTrainingSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#behavior_name::String

Returns the value of attribute behavior_name.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def behavior_name
  @behavior_name
end

#datapoints_collection_percentage::Float

Returns the value of attribute datapoints_collection_percentage.

Returns:

  • (::Float)


411
412
413
# File 'sig/types.rbs', line 411

def datapoints_collection_percentage
  @datapoints_collection_percentage
end

#last_model_refresh_date::Time

Returns the value of attribute last_model_refresh_date.

Returns:

  • (::Time)


412
413
414
# File 'sig/types.rbs', line 412

def last_model_refresh_date
  @last_model_refresh_date
end

#model_status"PENDING_BUILD", ...

Returns the value of attribute model_status.

Returns:

  • ("PENDING_BUILD", "ACTIVE", "EXPIRED")


410
411
412
# File 'sig/types.rbs', line 410

def model_status
  @model_status
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def security_profile_name
  @security_profile_name
end

#training_data_collection_start_date::Time

Returns the value of attribute training_data_collection_start_date.

Returns:

  • (::Time)


409
410
411
# File 'sig/types.rbs', line 409

def training_data_collection_start_date
  @training_data_collection_start_date
end