Class: Aws::Types::InferenceComponentSummary

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)


6625
6626
6627
# File 'sig/types.rbs', line 6625

def creation_time
  @creation_time
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


6628
6629
6630
# File 'sig/types.rbs', line 6628

def endpoint_arn
  @endpoint_arn
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


6629
6630
6631
# File 'sig/types.rbs', line 6629

def endpoint_name
  @endpoint_name
end

#inference_component_arn::String

Returns the value of attribute inference_component_arn.

Returns:

  • (::String)


6626
6627
6628
# File 'sig/types.rbs', line 6626

def inference_component_arn
  @inference_component_arn
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


6627
6628
6629
# File 'sig/types.rbs', line 6627

def inference_component_name
  @inference_component_name
end

#inference_component_status"InService", ...

Returns the value of attribute inference_component_status.

Returns:

  • ("InService", "Creating", "Updating", "Failed", "Deleting")


6631
6632
6633
# File 'sig/types.rbs', line 6631

def inference_component_status
  @inference_component_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6632
6633
6634
# File 'sig/types.rbs', line 6632

def last_modified_time
  @last_modified_time
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


6630
6631
6632
# File 'sig/types.rbs', line 6630

def variant_name
  @variant_name
end