Class: Aws::Neptunedata::Types::StartMLDataProcessingJobInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_file_nameString

A data specification file that describes how to load the exported graph data for training. The file is automatically generated by the Neptune export toolkit. The default is training-data-configuration.json.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier for the new job. The default is an autogenerated UUID.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#input_data_s3_locationString

The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data processing job.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#model_typeString

One of the two model types that Neptune ML currently supports: heterogeneous graph models (heterogeneous), and knowledge graph (kge). The default is none. If not specified, Neptune ML chooses the model type automatically based on the data.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#neptune_iam_role_arnString

The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf. This must be listed in your DB cluster parameter group or an error will occur.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#previous_data_processing_job_idString

The job ID of a completed data processing job run on an earlier version of the data.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#processed_data_s3_locationString

The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#processing_instance_typeString

The type of ML instance used during data processing. Its memory should be large enough to hold the processed dataset. The default is the smallest ml.r5 type whose memory is ten times larger than the size of the exported graph data on disk.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#processing_instance_volume_size_in_gbInteger

The disk volume size of the processing instance. Both input data and processed data are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML chooses the volume size automatically based on the data size.

Returns:

  • (Integer)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#processing_time_out_in_secondsInteger

Timeout in seconds for the data processing job. The default is 86,400 (1 day).

Returns:

  • (Integer)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#s3_output_encryption_kms_keyString

The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#sagemaker_iam_role_arnString

The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The VPC security group IDs. The default is None.

Returns:

  • (Array<String>)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

The IDs of the subnets in the Neptune VPC. The default is None.

Returns:

  • (Array<String>)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#volume_encryption_kms_keyString

The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3440

class StartMLDataProcessingJobInput < Struct.new(
  :id,
  :previous_data_processing_job_id,
  :input_data_s3_location,
  :processed_data_s3_location,
  :sagemaker_iam_role_arn,
  :neptune_iam_role_arn,
  :processing_instance_type,
  :processing_instance_volume_size_in_gb,
  :processing_time_out_in_seconds,
  :model_type,
  :config_file_name,
  :subnets,
  :security_group_ids,
  :volume_encryption_kms_key,
  :s3_output_encryption_kms_key)
  SENSITIVE = []
  include Aws::Structure
end