A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/GlueDataBrew/Types/CreateProjectRequest.html below:

CreateProjectRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::CreateProjectRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateProjectRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  dataset_name: "DatasetName",   name: "ProjectName",   recipe_name: "RecipeName",   sample: {
    size: 1,
    type: "FIRST_N",   },
  role_arn: "Arn",   tags: {
    "TagKey" => "TagValue",
  },
}
Instance Attribute Summary collapse Instance Attribute Details #dataset_name ⇒ String

The name of the dataset to associate this project with.

#name ⇒ String

A unique name for the new project.

#recipe_name ⇒ String

The name of an existing recipe to associate with the project.

#role_arn ⇒ String

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.

#sampleTypes::Sample

Represents the sample size and sampling type for AWS Glue DataBrew to use for interactive data analysis.

#tags ⇒ Hash<String,String>

Metadata tags to apply to this project.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4