Class: Aws::SageMaker::Types::ModelDashboardEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that indicates when the endpoint was created.

Returns:

  • (Time)


30870
30871
30872
30873
30874
30875
30876
30877
30878
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30870

class ModelDashboardEndpoint < Struct.new(
  :endpoint_name,
  :endpoint_arn,
  :creation_time,
  :last_modified_time,
  :endpoint_status)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_arnString

The Amazon Resource Name (ARN) of the endpoint.

Returns:

  • (String)


30870
30871
30872
30873
30874
30875
30876
30877
30878
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30870

class ModelDashboardEndpoint < Struct.new(
  :endpoint_name,
  :endpoint_arn,
  :creation_time,
  :last_modified_time,
  :endpoint_status)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The endpoint name.

Returns:

  • (String)


30870
30871
30872
30873
30874
30875
30876
30877
30878
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30870

class ModelDashboardEndpoint < Struct.new(
  :endpoint_name,
  :endpoint_arn,
  :creation_time,
  :last_modified_time,
  :endpoint_status)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_statusString

The endpoint status.

Returns:

  • (String)


30870
30871
30872
30873
30874
30875
30876
30877
30878
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30870

class ModelDashboardEndpoint < Struct.new(
  :endpoint_name,
  :endpoint_arn,
  :creation_time,
  :last_modified_time,
  :endpoint_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time the endpoint was modified.

Returns:

  • (Time)


30870
30871
30872
30873
30874
30875
30876
30877
30878
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30870

class ModelDashboardEndpoint < Struct.new(
  :endpoint_name,
  :endpoint_arn,
  :creation_time,
  :last_modified_time,
  :endpoint_status)
  SENSITIVE = []
  include Aws::Structure
end