Class: Aws::Types::UpdateEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_data_access_role_arn::String

Returns the value of attribute desired_data_access_role_arn.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

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)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def desired_inference_units
  @desired_inference_units
end

#desired_model_arn::String

Returns the value of attribute desired_model_arn.

Returns:

  • (::String)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def desired_model_arn
  @desired_model_arn
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def endpoint_arn
  @endpoint_arn
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def flywheel_arn
  @flywheel_arn
end