Class: Aws::Types::StartMLModelTransformJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_processing_instance_type::String

Returns the value of attribute base_processing_instance_type.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def base_processing_instance_type
  @base_processing_instance_type
end

#base_processing_instance_volume_size_in_gb::Integer

Returns the value of attribute base_processing_instance_volume_size_in_gb.

Returns:

  • (::Integer)


934
935
936
# File 'sig/types.rbs', line 934

def base_processing_instance_volume_size_in_gb
  @base_processing_instance_volume_size_in_gb
end

#custom_model_transform_parametersTypes::CustomModelTransformParameters

Returns the value of attribute custom_model_transform_parameters.



932
933
934
# File 'sig/types.rbs', line 932

def custom_model_transform_parameters
  @custom_model_transform_parameters
end

#data_processing_job_id::String

Returns the value of attribute data_processing_job_id.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def data_processing_job_id
  @data_processing_job_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def id
  @id
end

#ml_model_training_job_id::String

Returns the value of attribute ml_model_training_job_id.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def ml_model_training_job_id
  @ml_model_training_job_id
end

#model_transform_output_s3_location::String

Returns the value of attribute model_transform_output_s3_location.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def model_transform_output_s3_location
  @model_transform_output_s3_location
end

#neptune_iam_role_arn::String

Returns the value of attribute neptune_iam_role_arn.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def neptune_iam_role_arn
  @neptune_iam_role_arn
end

#s3_output_encryption_kms_key::String

Returns the value of attribute s3_output_encryption_kms_key.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def s3_output_encryption_kms_key
  @s3_output_encryption_kms_key
end

#sagemaker_iam_role_arn::String

Returns the value of attribute sagemaker_iam_role_arn.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def sagemaker_iam_role_arn
  @sagemaker_iam_role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


936
937
938
# File 'sig/types.rbs', line 936

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


935
936
937
# File 'sig/types.rbs', line 935

def subnets
  @subnets
end

#training_job_name::String

Returns the value of attribute training_job_name.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def training_job_name
  @training_job_name
end

#volume_encryption_kms_key::String

Returns the value of attribute volume_encryption_kms_key.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def volume_encryption_kms_key
  @volume_encryption_kms_key
end