Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automl/get_dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function main(
}`
);
console.log(`Dataset display name: ${response.displayName}`);
console.log('Dataset create time');
console.log('Dataset create time'); // Placeholder change
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This placeholder comment appears to be for temporary testing. To maintain code clarity and prevent confusion for future developers, it should be removed before this change is merged.

console.log(`\tseconds ${response.createTime.seconds}`);
console.log(`\tnanos ${response.createTime.nanos / 1e9}`);
// [END automl_vision_classification_get_dataset]
Expand Down
Loading