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:



8905
8906
8907
# File 'sig/types.rbs', line 8905

def endpoints
  @endpoints
end

#last_batch_transform_jobTypes::TransformJob

Returns the value of attribute last_batch_transform_job.

Returns:



8906
8907
8908
# File 'sig/types.rbs', line 8906

def last_batch_transform_job
  @last_batch_transform_job
end

#modelTypes::Model

Returns the value of attribute model.

Returns:



8904
8905
8906
# File 'sig/types.rbs', line 8904

def model
  @model
end

#model_cardTypes::ModelDashboardModelCard

Returns the value of attribute model_card.



8908
8909
8910
# File 'sig/types.rbs', line 8908

def model_card
  @model_card
end

#monitoring_schedules::Array[Types::ModelDashboardMonitoringSchedule]

Returns the value of attribute monitoring_schedules.



8907
8908
8909
# File 'sig/types.rbs', line 8907

def monitoring_schedules
  @monitoring_schedules
end