Class: Aws::Types::EndpointProperties

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

#current_inference_units::Integer

Returns the value of attribute current_inference_units.

Returns:

  • (::Integer)


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

def current_inference_units
  @current_inference_units
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


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

def data_access_role_arn
  @data_access_role_arn
end

#desired_data_access_role_arn::String

Returns the value of attribute desired_data_access_role_arn.

Returns:

  • (::String)


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

def desired_data_access_role_arn
  @desired_data_access_role_arn
end

#desired_inference_units::Integer

Returns the value of attribute desired_inference_units.

Returns:

  • (::Integer)


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

def desired_inference_units
  @desired_inference_units
end

#desired_model_arn::String

Returns the value of attribute desired_model_arn.

Returns:

  • (::String)


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

def desired_model_arn
  @desired_model_arn
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def endpoint_arn
  @endpoint_arn
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


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

def flywheel_arn
  @flywheel_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


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

def model_arn
  @model_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "DELETING", "FAILED", "IN_SERVICE", "UPDATING")


868
869
870
# File 'sig/types.rbs', line 868

def status
  @status
end