Google Cloud Ai Platform V1 Client - Class CorpusStatus (1.13.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CorpusStatus.

RagCorpus status.

Generated from protobuf message google.cloud.aiplatform.v1.CorpusStatus

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ state int

Output only. RagCorpus life state.

↳ error_status string

Output only. Only when the state field is ERROR.

getState

Output only. RagCorpus life state.

Returns
Type Description
int

setState

Output only. RagCorpus life state.

Parameter
Name Description
var int
Returns
Type Description
$this

getErrorStatus

Output only. Only when the state field is ERROR.

Returns
Type Description
string

setErrorStatus

Output only. Only when the state field is ERROR.

Parameter
Name Description
var string
Returns
Type Description
$this