Class: Aws::Bedrock::Types::MarketplaceModelEndpoint

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

Overview

Contains details about an endpoint for a model from Amazon Bedrock Marketplace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the endpoint was registered.

Returns:

  • (Time)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_arnString

The Amazon Resource Name (ARN) of the endpoint.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_configTypes::EndpointConfig

The configuration of the endpoint, including the number and type of instances used.



6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_statusString

The current status of the endpoint (e.g., Creating, InService, Updating, Failed).

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_status_messageString

Additional information about the endpoint status, if available.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#model_source_identifierString

The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Additional information about the overall status, if available.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the endpoint was last updated.

Returns:

  • (Time)


6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6491

class MarketplaceModelEndpoint < Struct.new(
  :endpoint_arn,
  :model_source_identifier,
  :status,
  :status_message,
  :created_at,
  :updated_at,
  :endpoint_config,
  :endpoint_status,
  :endpoint_status_message)
  SENSITIVE = []
  include Aws::Structure
end