Class: Aws::Types::ModelVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


859
860
861
# File 'sig/types.rbs', line 859

def created_at
  @created_at
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def model_name
  @model_name
end

#model_quality"QUALITY_THRESHOLD_MET", ...

Returns the value of attribute model_quality.

Returns:

  • ("QUALITY_THRESHOLD_MET", "CANNOT_DETERMINE_QUALITY", "POOR_QUALITY_DETECTED")


862
863
864
# File 'sig/types.rbs', line 862

def model_quality
  @model_quality
end

#model_version::Integer

Returns the value of attribute model_version.

Returns:

  • (::Integer)


857
858
859
# File 'sig/types.rbs', line 857

def model_version
  @model_version
end

#model_version_arn::String

Returns the value of attribute model_version_arn.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def model_version_arn
  @model_version_arn
end

#source_type"TRAINING", ...

Returns the value of attribute source_type.

Returns:

  • ("TRAINING", "RETRAINING", "IMPORT")


861
862
863
# File 'sig/types.rbs', line 861

def source_type
  @source_type
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED", "IMPORT_IN_PROGRESS", "CANCELED")


860
861
862
# File 'sig/types.rbs', line 860

def status
  @status
end