Class: Aws::Types::BatchDescribeModelPackageSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



889
890
891
# File 'sig/types.rbs', line 889

def creation_time
  @creation_time
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



890
891
892
# File 'sig/types.rbs', line 890

def inference_specification
  @inference_specification
end

#model_approval_status"Approved", ...

Returns the value of attribute model_approval_status.



892
893
894
# File 'sig/types.rbs', line 892

def model_approval_status
  @model_approval_status
end

#model_package_arn::String

Returns the value of attribute model_package_arn.



887
888
889
# File 'sig/types.rbs', line 887

def model_package_arn
  @model_package_arn
end

#model_package_description::String

Returns the value of attribute model_package_description.



888
889
890
# File 'sig/types.rbs', line 888

def model_package_description
  @model_package_description
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.



885
886
887
# File 'sig/types.rbs', line 885

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.



893
894
895
# File 'sig/types.rbs', line 893

def model_package_registration_type
  @model_package_registration_type
end

#model_package_status"Pending", ...

Returns the value of attribute model_package_status.



891
892
893
# File 'sig/types.rbs', line 891

def model_package_status
  @model_package_status
end

#model_package_version::Integer

Returns the value of attribute model_package_version.



886
887
888
# File 'sig/types.rbs', line 886

def model_package_version
  @model_package_version
end