Class: Aws::Types::ModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#active_model_version::Integer

Returns the value of attribute active_model_version.

Returns:



842
843
844
# File 'sig/types.rbs', line 842

def active_model_version
  @active_model_version
end

#active_model_version_arn::String

Returns the value of attribute active_model_version_arn.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def active_model_version_arn
  @active_model_version_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



841
842
843
# File 'sig/types.rbs', line 841

def created_at
  @created_at
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def dataset_arn
  @dataset_arn
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:



838
839
840
# File 'sig/types.rbs', line 838

def dataset_name
  @dataset_name
end

#latest_scheduled_retraining_model_version::Integer

Returns the value of attribute latest_scheduled_retraining_model_version.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def latest_scheduled_retraining_model_version
  @latest_scheduled_retraining_model_version
end

#latest_scheduled_retraining_start_time::Time

Returns the value of attribute latest_scheduled_retraining_start_time.

Returns:



846
847
848
# File 'sig/types.rbs', line 846

def latest_scheduled_retraining_start_time
  @latest_scheduled_retraining_start_time
end

#latest_scheduled_retraining_status"IN_PROGRESS", ...

Returns the value of attribute latest_scheduled_retraining_status.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def latest_scheduled_retraining_status
  @latest_scheduled_retraining_status
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:



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

def model_arn
  @model_arn
end

#model_diagnostics_output_configurationTypes::ModelDiagnosticsOutputConfiguration

Returns the value of attribute model_diagnostics_output_configuration.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def model_diagnostics_output_configuration
  @model_diagnostics_output_configuration
end

#model_name::String

Returns the value of attribute model_name.

Returns:



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

def model_name
  @model_name
end

#model_quality"QUALITY_THRESHOLD_MET", ...

Returns the value of attribute model_quality.

Returns:



850
851
852
# File 'sig/types.rbs', line 850

def model_quality
  @model_quality
end

#next_scheduled_retraining_start_date::Time

Returns the value of attribute next_scheduled_retraining_start_date.

Returns:



847
848
849
# File 'sig/types.rbs', line 847

def next_scheduled_retraining_start_date
  @next_scheduled_retraining_start_date
end

#retraining_scheduler_status"PENDING", ...

Returns the value of attribute retraining_scheduler_status.

Returns:



848
849
850
# File 'sig/types.rbs', line 848

def retraining_scheduler_status
  @retraining_scheduler_status
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:



840
841
842
# File 'sig/types.rbs', line 840

def status
  @status
end