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 DescribeEdgePackagingJobResult

    • Constructor Detail

      • DescribeEdgePackagingJobResult

        public DescribeEdgePackagingJobResult()
    • Method Detail

      • setEdgePackagingJobArn

        public void setEdgePackagingJobArn(String edgePackagingJobArn)

        The Amazon Resource Name (ARN) of the edge packaging job.

        Parameters:
        edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.
      • getEdgePackagingJobArn

        public String getEdgePackagingJobArn()

        The Amazon Resource Name (ARN) of the edge packaging job.

        Returns:
        The Amazon Resource Name (ARN) of the edge packaging job.
      • withEdgePackagingJobArn

        public DescribeEdgePackagingJobResult withEdgePackagingJobArn(String edgePackagingJobArn)

        The Amazon Resource Name (ARN) of the edge packaging job.

        Parameters:
        edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEdgePackagingJobName

        public void setEdgePackagingJobName(String edgePackagingJobName)

        The name of the edge packaging job.

        Parameters:
        edgePackagingJobName - The name of the edge packaging job.
      • getEdgePackagingJobName

        public String getEdgePackagingJobName()

        The name of the edge packaging job.

        Returns:
        The name of the edge packaging job.
      • withEdgePackagingJobName

        public DescribeEdgePackagingJobResult withEdgePackagingJobName(String edgePackagingJobName)

        The name of the edge packaging job.

        Parameters:
        edgePackagingJobName - The name of the edge packaging job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCompilationJobName

        public void setCompilationJobName(String compilationJobName)

        The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

        Parameters:
        compilationJobName - The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.
      • getCompilationJobName

        public String getCompilationJobName()

        The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

        Returns:
        The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.
      • withCompilationJobName

        public DescribeEdgePackagingJobResult withCompilationJobName(String compilationJobName)

        The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

        Parameters:
        compilationJobName - The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelName

        public void setModelName(String modelName)

        The name of the model.

        Parameters:
        modelName - The name of the model.
      • getModelName

        public String getModelName()

        The name of the model.

        Returns:
        The name of the model.
      • withModelName

        public DescribeEdgePackagingJobResult withModelName(String modelName)

        The name of the model.

        Parameters:
        modelName - The name of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelVersion

        public void setModelVersion(String modelVersion)

        The version of the model.

        Parameters:
        modelVersion - The version of the model.
      • getModelVersion

        public String getModelVersion()

        The version of the model.

        Returns:
        The version of the model.
      • withModelVersion

        public DescribeEdgePackagingJobResult withModelVersion(String modelVersion)

        The version of the model.

        Parameters:
        modelVersion - The version of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.
      • getRoleArn

        public String getRoleArn()

        The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.
      • withRoleArn

        public DescribeEdgePackagingJobResult withRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutputConfig

        public void setOutputConfig(EdgeOutputConfig outputConfig)

        The output configuration for the edge packaging job.

        Parameters:
        outputConfig - The output configuration for the edge packaging job.
      • getOutputConfig

        public EdgeOutputConfig getOutputConfig()

        The output configuration for the edge packaging job.

        Returns:
        The output configuration for the edge packaging job.
      • withOutputConfig

        public DescribeEdgePackagingJobResult withOutputConfig(EdgeOutputConfig outputConfig)

        The output configuration for the edge packaging job.

        Parameters:
        outputConfig - The output configuration for the edge packaging job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceKey

        public void setResourceKey(String resourceKey)

        The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

        Parameters:
        resourceKey - The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.
      • getResourceKey

        public String getResourceKey()

        The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

        Returns:
        The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.
      • withResourceKey

        public DescribeEdgePackagingJobResult withResourceKey(String resourceKey)

        The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

        Parameters:
        resourceKey - The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEdgePackagingJobStatus

        public void setEdgePackagingJobStatus(String edgePackagingJobStatus)

        The current status of the packaging job.

        Parameters:
        edgePackagingJobStatus - The current status of the packaging job.
        See Also:
        EdgePackagingJobStatus
      • getEdgePackagingJobStatus

        public String getEdgePackagingJobStatus()

        The current status of the packaging job.

        Returns:
        The current status of the packaging job.
        See Also:
        EdgePackagingJobStatus
      • withEdgePackagingJobStatus

        public DescribeEdgePackagingJobResult withEdgePackagingJobStatus(String edgePackagingJobStatus)

        The current status of the packaging job.

        Parameters:
        edgePackagingJobStatus - The current status of the packaging job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EdgePackagingJobStatus
      • withEdgePackagingJobStatus

        public DescribeEdgePackagingJobResult withEdgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)

        The current status of the packaging job.

        Parameters:
        edgePackagingJobStatus - The current status of the packaging job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EdgePackagingJobStatus
      • setEdgePackagingJobStatusMessage

        public void setEdgePackagingJobStatusMessage(String edgePackagingJobStatusMessage)

        Returns a message describing the job status and error messages.

        Parameters:
        edgePackagingJobStatusMessage - Returns a message describing the job status and error messages.
      • getEdgePackagingJobStatusMessage

        public String getEdgePackagingJobStatusMessage()

        Returns a message describing the job status and error messages.

        Returns:
        Returns a message describing the job status and error messages.
      • withEdgePackagingJobStatusMessage

        public DescribeEdgePackagingJobResult withEdgePackagingJobStatusMessage(String edgePackagingJobStatusMessage)

        Returns a message describing the job status and error messages.

        Parameters:
        edgePackagingJobStatusMessage - Returns a message describing the job status and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The timestamp of when the packaging job was created.

        Parameters:
        creationTime - The timestamp of when the packaging job was created.
      • getCreationTime

        public Date getCreationTime()

        The timestamp of when the packaging job was created.

        Returns:
        The timestamp of when the packaging job was created.
      • withCreationTime

        public DescribeEdgePackagingJobResult withCreationTime(Date creationTime)

        The timestamp of when the packaging job was created.

        Parameters:
        creationTime - The timestamp of when the packaging job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The timestamp of when the job was last updated.

        Parameters:
        lastModifiedTime - The timestamp of when the job was last updated.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The timestamp of when the job was last updated.

        Returns:
        The timestamp of when the job was last updated.
      • withLastModifiedTime

        public DescribeEdgePackagingJobResult withLastModifiedTime(Date lastModifiedTime)

        The timestamp of when the job was last updated.

        Parameters:
        lastModifiedTime - The timestamp of when the job was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelArtifact

        public void setModelArtifact(String modelArtifact)

        The Amazon Simple Storage (S3) URI where model artifacts ares stored.

        Parameters:
        modelArtifact - The Amazon Simple Storage (S3) URI where model artifacts ares stored.
      • getModelArtifact

        public String getModelArtifact()

        The Amazon Simple Storage (S3) URI where model artifacts ares stored.

        Returns:
        The Amazon Simple Storage (S3) URI where model artifacts ares stored.
      • withModelArtifact

        public DescribeEdgePackagingJobResult withModelArtifact(String modelArtifact)

        The Amazon Simple Storage (S3) URI where model artifacts ares stored.

        Parameters:
        modelArtifact - The Amazon Simple Storage (S3) URI where model artifacts ares stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelSignature

        public void setModelSignature(String modelSignature)

        The signature document of files in the model artifact.

        Parameters:
        modelSignature - The signature document of files in the model artifact.
      • getModelSignature

        public String getModelSignature()

        The signature document of files in the model artifact.

        Returns:
        The signature document of files in the model artifact.
      • withModelSignature

        public DescribeEdgePackagingJobResult withModelSignature(String modelSignature)

        The signature document of files in the model artifact.

        Parameters:
        modelSignature - The signature document of files in the model artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPresetDeploymentOutput

        public void setPresetDeploymentOutput(EdgePresetDeploymentOutput presetDeploymentOutput)

        The output of a SageMaker Edge Manager deployable resource.

        Parameters:
        presetDeploymentOutput - The output of a SageMaker Edge Manager deployable resource.
      • getPresetDeploymentOutput

        public EdgePresetDeploymentOutput getPresetDeploymentOutput()

        The output of a SageMaker Edge Manager deployable resource.

        Returns:
        The output of a SageMaker Edge Manager deployable resource.
      • withPresetDeploymentOutput

        public DescribeEdgePackagingJobResult withPresetDeploymentOutput(EdgePresetDeploymentOutput presetDeploymentOutput)

        The output of a SageMaker Edge Manager deployable resource.

        Parameters:
        presetDeploymentOutput - The output of a SageMaker Edge Manager deployable resource.
        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 によって変換されたページ (->オリジナル) /