Class: Aws::Types::GetMLEndpointOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::MlResourceDefinition

Returns the value of attribute endpoint.



357
358
359
# File 'sig/types.rbs', line 357

def endpoint
  @endpoint
end

#endpoint_configTypes::MlConfigDefinition

Returns the value of attribute endpoint_config.



358
359
360
# File 'sig/types.rbs', line 358

def endpoint_config
  @endpoint_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def id
  @id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def status
  @status
end