Cloud AutoML V1beta1 Client - Class Model (1.5.4)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class Model.

API proto representing a trained machine learning model.

Generated from protobuf message google.cloud.automl.v1beta1.Model

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ translation_model_metadata
Google\Cloud\AutoMl\V1beta1\TranslationModelMetadata

Metadata for translation models.

↳ image_classification_model_metadata
Google\Cloud\AutoMl\V1beta1\ImageClassificationModelMetadata

Metadata for image classification models.

↳ text_classification_model_metadata
Google\Cloud\AutoMl\V1beta1\TextClassificationModelMetadata

Metadata for text classification models.

↳ image_object_detection_model_metadata
Google\Cloud\AutoMl\V1beta1\ImageObjectDetectionModelMetadata

Metadata for image object detection models.

↳ video_classification_model_metadata
Google\Cloud\AutoMl\V1beta1\VideoClassificationModelMetadata

Metadata for video classification models.

↳ video_object_tracking_model_metadata
Google\Cloud\AutoMl\V1beta1\VideoObjectTrackingModelMetadata

Metadata for video object tracking models.

↳ text_extraction_model_metadata
Google\Cloud\AutoMl\V1beta1\TextExtractionModelMetadata

Metadata for text extraction models.

↳ tables_model_metadata
↳ text_sentiment_model_metadata
Google\Cloud\AutoMl\V1beta1\TextSentimentModelMetadata

Metadata for text sentiment models.

↳ name
string

Output only. Resource name of the model. Format: projects/{project_id}/locations/{location_id}/models/{model_id}

↳ display_name
string

Required. The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. It must start with a letter.

↳ dataset_id
string

Required. The resource ID of the dataset used to create the model. The dataset must come from the same ancestor project and location.

↳ create_time
Google\Protobuf\Timestamp

Output only. Timestamp when the model training finished and can be used for prediction.

↳ update_time
Google\Protobuf\Timestamp

Output only. Timestamp when this model was last updated.

↳ deployment_state
int

Output only. Deployment state of the model. A model can only serve prediction requests after it gets deployed.

Metadata for translation models.

Metadata for translation models.

Returns
Type
Description
$this

Metadata for image classification models.

Metadata for image classification models.

Returns
Type
Description
$this

Metadata for text classification models.

Metadata for text classification models.

Returns
Type
Description
$this

Metadata for image object detection models.

Metadata for image object detection models.

Returns
Type
Description
$this

Metadata for video classification models.

Metadata for video classification models.

Returns
Type
Description
$this

Metadata for video object tracking models.

Metadata for video object tracking models.

Returns
Type
Description
$this

Metadata for text extraction models.

Metadata for text extraction models.

Returns
Type
Description
$this

Metadata for Tables models.

Returns
Type
Description

Metadata for Tables models.

Parameter
Name
Description
Returns
Type
Description
$this

Metadata for text sentiment models.

Metadata for text sentiment models.

Returns
Type
Description
$this

getName

Output only. Resource name of the model.

Format: projects/{project_id}/locations/{location_id}/models/{model_id}

Returns
Type
Description
string

setName

Output only. Resource name of the model.

Format: projects/{project_id}/locations/{location_id}/models/{model_id}

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDisplayName

Required. The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. It must start with a letter.

Returns
Type
Description
string

setDisplayName

Required. The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. It must start with a letter.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDatasetId

Required. The resource ID of the dataset used to create the model. The dataset must come from the same ancestor project and location.

Returns
Type
Description
string

setDatasetId

Required. The resource ID of the dataset used to create the model. The dataset must come from the same ancestor project and location.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCreateTime

Output only. Timestamp when the model training finished and can be used for prediction.

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when the model training finished and can be used for prediction.

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateTime

Output only. Timestamp when this model was last updated.

Returns
Type
Description

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Timestamp when this model was last updated.

Parameter
Name
Description
Returns
Type
Description
$this

getDeploymentState

Output only. Deployment state of the model. A model can only serve prediction requests after it gets deployed.

Returns
Type
Description
int

setDeploymentState

Output only. Deployment state of the model. A model can only serve prediction requests after it gets deployed.

Parameter
Name
Description
var
int
Returns
Type
Description
$this
Returns
Type
Description
string
Design a Mobile Site
View Site in Mobile | Classic
Share by: