Class: Aws::Types::CreateMLEndpointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def id
  @id
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def instance_type
  @instance_type
end

#ml_model_training_job_id::String

Returns the value of attribute ml_model_training_job_id.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def ml_model_training_job_id
  @ml_model_training_job_id
end

#ml_model_transform_job_id::String

Returns the value of attribute ml_model_transform_job_id.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def ml_model_transform_job_id
  @ml_model_transform_job_id
end

#model_name::String

Returns the value of attribute model_name.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def model_name
  @model_name
end

#neptune_iam_role_arn::String

Returns the value of attribute neptune_iam_role_arn.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def neptune_iam_role_arn
  @neptune_iam_role_arn
end

#updateBoolean

Returns the value of attribute update.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def update
  @update
end

#volume_encryption_kms_key::String

Returns the value of attribute volume_encryption_kms_key.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def volume_encryption_kms_key
  @volume_encryption_kms_key
end