JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class CreateAutoMLJobRequest

    • Constructor Detail

      • CreateAutoMLJobRequest

        public CreateAutoMLJobRequest()
    • Method Detail

      • setAutoMLJobName

        public void setAutoMLJobName(String autoMLJobName)

        Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

        Parameters:
        autoMLJobName - Identifies an Autopilot job. The name must be unique to your account and is case insensitive.
      • getAutoMLJobName

        public String getAutoMLJobName()

        Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

        Returns:
        Identifies an Autopilot job. The name must be unique to your account and is case insensitive.
      • withAutoMLJobName

        public CreateAutoMLJobRequest withAutoMLJobName(String autoMLJobName)

        Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

        Parameters:
        autoMLJobName - Identifies an Autopilot job. The name must be unique to your account and is case insensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getInputDataConfig

        public List<AutoMLChannel> getInputDataConfig()

        An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.

        Returns:
        An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.
      • setInputDataConfig

        public void setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)

        An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.

        Parameters:
        inputDataConfig - An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.
      • withInputDataConfig

        public CreateAutoMLJobRequest withInputDataConfig(AutoMLChannel... inputDataConfig)

        An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.

        NOTE: This method appends the values to the existing list (if any). Use setInputDataConfig(java.util.Collection) or withInputDataConfig(java.util.Collection) if you want to override the existing values.

        Parameters:
        inputDataConfig - An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withInputDataConfig

        public CreateAutoMLJobRequest withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)

        An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.

        Parameters:
        inputDataConfig - An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutputDataConfig

        public void setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)

        Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.

        Parameters:
        outputDataConfig - Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.
      • getOutputDataConfig

        public AutoMLOutputDataConfig getOutputDataConfig()

        Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.

        Returns:
        Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.
      • withOutputDataConfig

        public CreateAutoMLJobRequest withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)

        Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.

        Parameters:
        outputDataConfig - Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoMLJobObjective

        public void setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)

        Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.

        Parameters:
        autoMLJobObjective - Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.
      • getAutoMLJobObjective

        public AutoMLJobObjective getAutoMLJobObjective()

        Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.

        Returns:
        Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.
      • withAutoMLJobObjective

        public CreateAutoMLJobRequest withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)

        Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.

        Parameters:
        autoMLJobObjective - Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoMLJobConfig

        public void setAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)

        A collection of settings used to configure an AutoML job.

        Parameters:
        autoMLJobConfig - A collection of settings used to configure an AutoML job.
      • getAutoMLJobConfig

        public AutoMLJobConfig getAutoMLJobConfig()

        A collection of settings used to configure an AutoML job.

        Returns:
        A collection of settings used to configure an AutoML job.
      • withAutoMLJobConfig

        public CreateAutoMLJobRequest withAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)

        A collection of settings used to configure an AutoML job.

        Parameters:
        autoMLJobConfig - A collection of settings used to configure an AutoML job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The ARN of the role that is used to access the data.

        Parameters:
        roleArn - The ARN of the role that is used to access the data.
      • getRoleArn

        public String getRoleArn()

        The ARN of the role that is used to access the data.

        Returns:
        The ARN of the role that is used to access the data.
      • withRoleArn

        public CreateAutoMLJobRequest withRoleArn(String roleArn)

        The ARN of the role that is used to access the data.

        Parameters:
        roleArn - The ARN of the role that is used to access the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGenerateCandidateDefinitionsOnly

        public void setGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)

        Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

        Parameters:
        generateCandidateDefinitionsOnly - Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
      • getGenerateCandidateDefinitionsOnly

        public Boolean getGenerateCandidateDefinitionsOnly()

        Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

        Returns:
        Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
      • withGenerateCandidateDefinitionsOnly

        public CreateAutoMLJobRequest withGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)

        Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

        Parameters:
        generateCandidateDefinitionsOnly - Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isGenerateCandidateDefinitionsOnly

        public Boolean isGenerateCandidateDefinitionsOnly()

        Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

        Returns:
        Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
      • getTags

        public List<Tag> getTags()

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

        Returns:
        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.
      • setTags

        public void setTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.
      • withTags

        public CreateAutoMLJobRequest withTags(Tag... tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateAutoMLJobRequest withTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelDeployConfig

        public void setModelDeployConfig(ModelDeployConfig modelDeployConfig)

        Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

        Parameters:
        modelDeployConfig - Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
      • getModelDeployConfig

        public ModelDeployConfig getModelDeployConfig()

        Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

        Returns:
        Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
      • withModelDeployConfig

        public CreateAutoMLJobRequest withModelDeployConfig(ModelDeployConfig modelDeployConfig)

        Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

        Parameters:
        modelDeployConfig - Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /