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 PipelineDefinitionS3Location

    • Constructor Detail

      • PipelineDefinitionS3Location

        public PipelineDefinitionS3Location()
    • Method Detail

      • setBucket

        public void setBucket(String bucket)

        Name of the S3 bucket.

        Parameters:
        bucket - Name of the S3 bucket.
      • getBucket

        public String getBucket()

        Name of the S3 bucket.

        Returns:
        Name of the S3 bucket.
      • withBucket

        public PipelineDefinitionS3Location withBucket(String bucket)

        Name of the S3 bucket.

        Parameters:
        bucket - Name of the S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setObjectKey

        public void setObjectKey(String objectKey)

        The object key (or key name) uniquely identifies the object in an S3 bucket.

        Parameters:
        objectKey - The object key (or key name) uniquely identifies the object in an S3 bucket.
      • getObjectKey

        public String getObjectKey()

        The object key (or key name) uniquely identifies the object in an S3 bucket.

        Returns:
        The object key (or key name) uniquely identifies the object in an S3 bucket.
      • withObjectKey

        public PipelineDefinitionS3Location withObjectKey(String objectKey)

        The object key (or key name) uniquely identifies the object in an S3 bucket.

        Parameters:
        objectKey - The object key (or key name) uniquely identifies the object in an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVersionId

        public void setVersionId(String versionId)

        Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

        Parameters:
        versionId - Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
      • getVersionId

        public String getVersionId()

        Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

        Returns:
        Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
      • withVersionId

        public PipelineDefinitionS3Location withVersionId(String versionId)

        Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

        Parameters:
        versionId - Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
        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 によって変換されたページ (->オリジナル) /