Class: Aws::Types::PutExternalModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_configurationTypes::ModelInputConfiguration

Returns the value of attribute input_configuration.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def input_configuration
  @input_configuration
end

#invoke_model_endpoint_role_arn::String

Returns the value of attribute invoke_model_endpoint_role_arn.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def invoke_model_endpoint_role_arn
  @invoke_model_endpoint_role_arn
end

#model_endpoint::String

Returns the value of attribute model_endpoint.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def model_endpoint
  @model_endpoint
end

#model_endpoint_status"ASSOCIATED", "DISSOCIATED"

Returns the value of attribute model_endpoint_status.

Returns:

  • ("ASSOCIATED", "DISSOCIATED")


1139
1140
1141
# File 'sig/types.rbs', line 1139

def model_endpoint_status
  @model_endpoint_status
end

#model_source"SAGEMAKER"

Returns the value of attribute model_source.

Returns:

  • ("SAGEMAKER")


1135
1136
1137
# File 'sig/types.rbs', line 1135

def model_source
  @model_source
end

#output_configurationTypes::ModelOutputConfiguration

Returns the value of attribute output_configuration.



1138
1139
1140
# File 'sig/types.rbs', line 1138

def output_configuration
  @output_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def tags
  @tags
end