Project

class Project

The properties of a project as returned by the Search API.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Who created the project.

Link copied to clipboard

A timestamp specifying when the project was created.

Link copied to clipboard

Information about the user who created or modified a SageMaker resource.

Link copied to clipboard

A timestamp container for when the project was last modified.

Link copied to clipboard

The Amazon Resource Name (ARN) of the project.

Link copied to clipboard

The description of the project.

Link copied to clipboard

The ID of the project.

Link copied to clipboard

The name of the project.

Link copied to clipboard

The status of the project.

Link copied to clipboard

Details of a provisioned service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

Link copied to clipboard

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

Link copied to clipboard
val tags: List<Tag>?

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 Services Resources.

Link copied to clipboard

An array of template providers associated with the project.

Functions

Link copied to clipboard
inline fun copy(block: Project.Builder.() -> Unit = {}): Project
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String