Class: Aws::Types::InferenceComponentSummary

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.



6680
6681
6682
# File 'sig/types.rbs', line 6680

def creation_time
  @creation_time
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.



6683
6684
6685
# File 'sig/types.rbs', line 6683

def endpoint_arn
  @endpoint_arn
end

#endpoint_name::String

Returns the value of attribute endpoint_name.



6684
6685
6686
# File 'sig/types.rbs', line 6684

def endpoint_name
  @endpoint_name
end

#inference_component_arn::String

Returns the value of attribute inference_component_arn.



6681
6682
6683
# File 'sig/types.rbs', line 6681

def inference_component_arn
  @inference_component_arn
end

#inference_component_name::String

Returns the value of attribute inference_component_name.



6682
6683
6684
# File 'sig/types.rbs', line 6682

def inference_component_name
  @inference_component_name
end

#inference_component_status"InService", ...

Returns the value of attribute inference_component_status.



6686
6687
6688
# File 'sig/types.rbs', line 6686

def inference_component_status
  @inference_component_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



6687
6688
6689
# File 'sig/types.rbs', line 6687

def last_modified_time
  @last_modified_time
end

#variant_name::String

Returns the value of attribute variant_name.



6685
6686
6687
# File 'sig/types.rbs', line 6685

def variant_name
  @variant_name
end