Class: Aws::Types::GetCustomModelDeploymentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def created_at
  @created_at
end

#custom_model_deployment_arn::String

Returns the value of attribute custom_model_deployment_arn.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def custom_model_deployment_arn
  @custom_model_deployment_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def description
  @description
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def failure_message
  @failure_message
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def last_updated_at
  @last_updated_at
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def model_arn
  @model_arn
end

#model_deployment_name::String

Returns the value of attribute model_deployment_name.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def model_deployment_name
  @model_deployment_name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Active", "Failed")


1826
1827
1828
# File 'sig/types.rbs', line 1826

def status
  @status
end

#update_detailsTypes::CustomModelDeploymentUpdateDetails

Returns the value of attribute update_details.



1828
1829
1830
# File 'sig/types.rbs', line 1828

def update_details
  @update_details
end