Class: Aws::Types::ModelDashboardModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoints::Array[Types::ModelDashboardEndpoint]

Returns the value of attribute endpoints.

Returns:



8967
8968
8969
# File 'sig/types.rbs', line 8967

def endpoints
  @endpoints
end

#last_batch_transform_jobTypes::TransformJob

Returns the value of attribute last_batch_transform_job.

Returns:



8968
8969
8970
# File 'sig/types.rbs', line 8968

def last_batch_transform_job
  @last_batch_transform_job
end

#modelTypes::Model

Returns the value of attribute model.

Returns:



8966
8967
8968
# File 'sig/types.rbs', line 8966

def model
  @model
end

#model_cardTypes::ModelDashboardModelCard

Returns the value of attribute model_card.



8970
8971
8972
# File 'sig/types.rbs', line 8970

def model_card
  @model_card
end

#monitoring_schedules::Array[Types::ModelDashboardMonitoringSchedule]

Returns the value of attribute monitoring_schedules.



8969
8970
8971
# File 'sig/types.rbs', line 8969

def monitoring_schedules
  @monitoring_schedules
end