Class: Aws::Types::BatchDescribeModelPackageSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


874
875
876
# File 'sig/types.rbs', line 874

def creation_time
  @creation_time
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



875
876
877
# File 'sig/types.rbs', line 875

def inference_specification
  @inference_specification
end

#model_approval_status"Approved", ...

Returns the value of attribute model_approval_status.

Returns:

  • ("Approved", "Rejected", "PendingManualApproval")


877
878
879
# File 'sig/types.rbs', line 877

def model_approval_status
  @model_approval_status
end

#model_package_arn::String

Returns the value of attribute model_package_arn.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def model_package_arn
  @model_package_arn
end

#model_package_description::String

Returns the value of attribute model_package_description.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def model_package_description
  @model_package_description
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def model_package_group_name
  @model_package_group_name
end

#model_package_registration_type"Logged", "Registered"

Returns the value of attribute model_package_registration_type.

Returns:

  • ("Logged", "Registered")


878
879
880
# File 'sig/types.rbs', line 878

def model_package_registration_type
  @model_package_registration_type
end

#model_package_status"Pending", ...

Returns the value of attribute model_package_status.

Returns:

  • ("Pending", "InProgress", "Completed", "Failed", "Deleting")


876
877
878
# File 'sig/types.rbs', line 876

def model_package_status
  @model_package_status
end

#model_package_version::Integer

Returns the value of attribute model_package_version.

Returns:

  • (::Integer)


871
872
873
# File 'sig/types.rbs', line 871

def model_package_version
  @model_package_version
end